Linux Installation Process, Partitioning, and Dual-Booting Linux Quiz Part : 3
Question 1:
Which of the following is a key advantage of using LVM during installation?
A) It increases the speed of the system
B) It allows dynamic resizing of partitions
C) It simplifies the dual-boot process
D) It automatically installs all necessary drivers
Answer: B) It allows dynamic resizing of partitions
Question 2:
When is it necessary to manually configure partitions during Linux installation?
A) When using the entire disk for Linux
B) When dual-booting with another OS
C) When installing Linux on a USB
D) When installing Linux on a virtual machine
Answer: B) When dual-booting with another OS
Question 3:
Which of the following is a potential risk when dual-booting Linux with another OS?
A) Increased system speed
B) Incompatible file systems
C) Corruption of bootloader
D) Loss of user data
Answer: C) Corruption of bootloader
Question 4:
What is the primary role of the /root
partition in Linux?
A) To store user home directories
B) To store the Linux kernel
C) To house the root user's home directory
D) To store system logs
Answer: C) To house the root user's home directory
Question 5:
Which Linux file system offers journaling to help prevent data corruption?
A) FAT32
B) NTFS
C) ext4
D) HFS+
Answer: C) ext4
Question 6:
Which tool is used to configure the bootloader in a dual-boot system?
A) fdisk
B) GParted
C) GRUB
D) LVM
Answer: C) GRUB
Question 7:
What does the /home
partition store?
A) System logs
B) Kernel files
C) User personal files and settings
D) Bootloader configuration
Answer: C) User personal files and settings
Question 8:
Why might you choose a manual partitioning scheme during installation?
A) To avoid creating a swap partition
B) To control the exact size and location of partitions
C) To install Linux without a GUI
D) To use default settings
Answer: B) To control the exact size and location of partitions
Question 9:
Which installation method allows you to install Linux over the network?
A) Live CD
B) USB install
C) Netboot
D) Dual-boot
Answer: C) Netboot
Question 10:
What does the "Something else" option allow you to do during Linux installation?
A) Perform an automated installation
B) Manually partition the disk
C) Install Linux without a bootloader
D) Install Linux in a virtual machine
Answer: B) Manually partition the disk
0 Comments