Linux Installation Process, Partitioning, and Dual-Booting Linux Quiz Part : 1
Question 1:
What is the first step in the Linux installation process after booting from installation media?
A) Formatting the hard drive
B) Selecting the language and keyboard layout
C) Creating a new user
D) Installing the bootloader
Answer: B) Selecting the language and keyboard layout
Question 2:
What is a typical reason for creating a separate /home
partition during installation?
A) To store user data separately from system files
B) To install the bootloader
C) To increase system performance
D) To store swap space
Answer: A) To store user data separately from system files
Question 3:
Which file system is most commonly used in Linux for the root partition?
A) NTFS
B) ext4
C) FAT32
D) HFS+
Answer: B) ext4
Question 4:
What is the purpose of the /swap
partition?
A) To store user documents
B) To serve as additional RAM
C) To install boot files
D) To house the Linux kernel
Answer: B) To serve as additional RAM
Question 5:
Which option allows you to install Linux alongside another operating system?
A) Clean install
B) Dual-boot
C) Live CD
D) Network installation
Answer: B) Dual-boot
Question 6:
In a dual-boot setup, what software manages the selection of which OS to boot?
A) Kernel
B) BIOS
C) Bootloader (GRUB)
D) Disk Utility
Answer: C) Bootloader (GRUB)
Question 7:
What is the main advantage of a live CD or USB installation method?
A) It permanently installs Linux
B) It allows you to test Linux without installing it
C) It increases system speed
D) It automatically partitions the hard drive
Answer: B) It allows you to test Linux without installing it
Question 8:
Which partition is essential for Linux to boot?
A) /home
B) /var
C) /boot
D) /usr
Answer: C) /boot
Question 9:
What is the recommended minimum size for a /swap
partition?
A) Twice the size of the RAM
B) The same size as the RAM
C) Half the size of the RAM
D) 10 GB
Answer: B) The same size as the RAM
Question 10:
During installation, what does the "Guided - use entire disk" option do?
A) Installs Linux alongside another OS
B) Manually partitions the disk
C) Uses the entire disk for Linux, erasing all existing data
D) Installs Linux in a virtual machine
Answer: C) Uses the entire disk for Linux, erasing all existing data
0 Comments