Linux Installation Process, Partitioning, and Dual-Booting Linux Quiz Part : 4
Question 1:
Which partition is used to store temporary files that can be deleted upon reboot?
A) /tmp
B) /home
C) /usr
D) /var
Answer: A) /tmp
Question 2:
Which of the following describes the MBR partitioning scheme?
A) It supports up to 128 partitions
B) It supports up to 4 primary partitions
C) It supports only ext4 file system
D) It is compatible only with Windows
Answer: B) It supports up to 4 primary partitions
Question 3:
Which partition should be large enough to store all system updates and installed applications?
A) /home
B) /usr
C) /boot
D) /swap
Answer: B) /usr
Question 4:
What happens if you do not create a /swap
partition during installation?
A) Linux won't boot
B) The system may run out of memory and crash
C) User data will be lost
D) The bootloader will not install
Answer: B) The system may run out of memory and crash
Question 5:
Which partition is critical for holding the Linux kernel and initial RAM disk?
A) /usr
B) /home
C) /boot
D) /var
Answer: C) /boot
Question 6:
What is the purpose of a /tmp
partition?
A) To store temporary files that can be deleted at any time
B) To store user profiles
C) To increase system performance
D) To store bootloader files
Answer: A) To store temporary files that can be deleted at any time
Question 7:
Which of the following is NOT typically considered during the partitioning process?
A) Swap space
B) File system type
C) BIOS settings
D) Partition size
Answer: C) BIOS settings
Question 8:
When should you use the "Encrypt the new Linux installation" option?
A) To improve system performance
B) To prevent unauthorized access to your data
C) To reduce the size of the installation
D) To dual-boot with another OS
Answer: B) To prevent unauthorized access to your data
Question 9:
What is the typical use of the /usr
partition in a Linux system?
A) To store user data
B) To store system-wide applications and files
C) To house the bootloader
D) To store temporary files
Answer: B) To store system-wide applications and files
Question 10:
Which partitioning scheme allows for more than four partitions?
A) MBR
B) BIOS
C) UEFI
D) GPT
Answer: D) GPT
0 Comments