Linux Installation Process, Partitioning, and Dual-Booting Linux Quiz Part : 2
Question 1:
What is the function of a bootloader in a dual-boot system?
A) It formats the hard drive
B) It allows the user to choose between operating systems at startup
C) It installs the operating system
D) It partitions the hard drive
Answer: B) It allows the user to choose between operating systems at startup
Question 2:
Which partition type is used for the Linux operating system's core files?
A) /home
B) /boot
C) /root
D) /
Answer: D) /
Question 3:
What should you do before starting the installation of Linux on a computer with an existing OS?
A) Format the entire hard drive
B) Backup all important data
C) Remove the existing OS
D) Disable the BIOS
Answer: B) Backup all important data
Question 4:
Which file system is compatible with both Linux and Windows?
A) ext4
B) NTFS
C) FAT32
D) HFS+
Answer: C) FAT32
Question 5:
What is the purpose of the /var
partition?
A) To store user data
B) To store variable data, such as logs and spools
C) To house the bootloader
D) To store swap space
Answer: B) To store variable data, such as logs and spools
Question 6:
What does a "clean install" of Linux imply?
A) Installing Linux in a virtual machine
B) Installing Linux without affecting other operating systems
C) Erasing the entire disk and installing Linux as the only OS
D) Installing Linux alongside Windows
Answer: C) Erasing the entire disk and installing Linux as the only OS
Question 7:
What tool is typically used for partitioning during Linux installation?
A) GRUB
B) Disk Utility
C) GParted
D) Terminal
Answer: C) GParted
Question 8:
Why might you choose to create a separate /var
partition?
A) To store system configuration files
B) To isolate variable data from other system files
C) To increase boot speed
D) To store user profiles
Answer: B) To isolate variable data from other system files
Question 9:
What does LVM stand for in the context of Linux installation?
A) Linux Volume Manager
B) Logical Volume Management
C) Local Virtual Machine
D) Linux Virtual Manager
Answer: B) Logical Volume Management
Question 10:
What happens if you choose the "Install alongside" option during Linux installation?
A) It replaces the existing OS with Linux
B) It creates a virtual machine
C) It installs Linux alongside the existing OS, creating a dual-boot system
D) It installs Linux on a USB drive
Answer: C) It installs Linux alongside the existing OS, creating a dual-boot system
0 Comments