The OS installed inside the VM is the guest, while the underlying OS is the host.
Incorrect! Try again.
17What is the main advantage of a Live USB/CD?
Live USB/CD Installation
Easy
A.Permanently delete Windows automatically
B.Upgrade the CPU speed
C.Increase RAM capacity
D.Run Linux without installing it on the hard disk
Correct Answer: Run Linux without installing it on the hard disk
Explanation:
A Live USB/CD lets you boot and try Linux directly without modifying the hard drive.
Incorrect! Try again.
18Which tool is commonly used to create a bootable Live USB from an ISO file?
Live USB/CD Installation
Easy
A.GRUB
B.Bash
C.Rufus
D.GNOME
Correct Answer: Rufus
Explanation:
Rufus is a popular utility for writing ISO images to USB drives to make them bootable.
Incorrect! Try again.
19What does WSL allow Windows users to do?
Windows Subsystem for Linux (WSL)
Easy
A.Overclock the processor
B.Run a Linux environment directly on Windows
C.Encrypt the hard drive
D.Replace Windows entirely with Linux
Correct Answer: Run a Linux environment directly on Windows
Explanation:
WSL lets users run a Linux command-line environment on Windows without a VM or dual boot.
Incorrect! Try again.
20Which of the following is a Linux desktop environment?
Linux Desktop Environments (GNOME, KDE)
Easy
A.GNOME
B.GRUB
C.VirtualBox
D.Rufus
Correct Answer: GNOME
Explanation:
GNOME is a widely used graphical desktop environment for Linux, along with KDE.
Incorrect! Try again.
21A developer claims that Linux is a complete operating system by itself. Which statement most accurately corrects or clarifies this claim?
Introduction to Linux and UNIX
Medium
A.Linux is technically only the kernel; a full OS combines it with GNU utilities and other software
B.Linux is a UNIX distribution owned and licensed by AT&T Bell Labs
C.Linux is a proprietary shell that interprets UNIX commands only
D.Linux is a desktop environment that runs on top of the Windows kernel
Correct Answer: Linux is technically only the kernel; a full OS combines it with GNU utilities and other software
Explanation:
Strictly speaking, Linux refers to the kernel created by Linus Torvalds. A usable operating system (often called GNU/Linux) bundles the kernel with GNU tools, libraries, and applications.
Incorrect! Try again.
22Which of the following best explains why Linux is described as 'UNIX-like' rather than 'UNIX'?
Introduction to Linux and UNIX
Medium
A.It cannot run any software that was originally written for UNIX systems
B.It follows UNIX design principles and POSIX standards but does not derive from original UNIX source code
C.It was developed before UNIX and later influenced the UNIX architecture
D.It uses the same proprietary source code as original AT&T UNIX under license
Correct Answer: It follows UNIX design principles and POSIX standards but does not derive from original UNIX source code
Explanation:
Linux was written independently but mirrors UNIX philosophy and adheres to POSIX standards, making it compatible in behavior without sharing UNIX's original code.
Incorrect! Try again.
23In the layered UNIX architecture, a user program needs to read a file from disk. Which sequence correctly represents the flow of the request?
User applications issue system calls that the kernel handles; the kernel then interacts with the hardware to perform the actual disk operation.
Incorrect! Try again.
24Which component of the UNIX architecture acts as the interface between the user and the kernel by interpreting typed commands?
UNIX Architecture
Medium
A.The device driver
B.The shell
C.The bootloader
D.The system call table
Correct Answer: The shell
Explanation:
The shell is a command interpreter that takes user input, translates it into requests, and passes them to the kernel for execution.
Incorrect! Try again.
25Why are system calls considered a critical part of the UNIX architecture?
UNIX Architecture
Medium
A.They replace the need for a kernel in modern UNIX systems
B.They provide the controlled entry points through which programs request kernel services
C.They compile source code directly into machine instructions
D.They are graphical tools used to configure the desktop environment
Correct Answer: They provide the controlled entry points through which programs request kernel services
Explanation:
System calls are the defined interface allowing user-space programs to safely request privileged operations (like I/O or memory management) from the kernel.
Incorrect! Try again.
26During a standard Ubuntu installation, which filesystem is most commonly used by default for the root partition?
Ubuntu Installation
Medium
A.FAT32
B.ext4
C.HFS+
D.NTFS
Correct Answer: ext4
Explanation:
Ubuntu defaults to the ext4 filesystem for Linux partitions due to its stability and journaling support. NTFS and FAT32 are Windows-oriented, and HFS+ is used by macOS.
Incorrect! Try again.
27A student wants Ubuntu to use a dedicated area of the disk for memory overflow when RAM is full. Which partition should be configured for this purpose?
Ubuntu Installation
Medium
A.EFI partition
B.Boot partition
C.Swap partition
D.Home partition
Correct Answer: Swap partition
Explanation:
The swap partition (or swap file) provides disk space used when physical RAM is exhausted, enabling virtual memory functionality.
Incorrect! Try again.
28Which mount point in an Ubuntu installation typically stores individual users' personal files and settings?
Ubuntu Installation
Medium
A./home
B./etc
C./boot
D./var
Correct Answer: /home
Explanation:
The /home directory holds user home folders and personal data. /etc stores config files, /boot holds boot files, and /var stores variable data like logs.
Incorrect! Try again.
29When setting up a dual boot with Windows already installed, why is it generally recommended to install Windows before Linux?
Dual Boot Installation
Medium
A.Windows cannot be installed after any Linux partition exists on the disk
B.Windows and Linux require identical partition tables that only Windows can create
C.Linux's GRUB bootloader can detect Windows and add it to the boot menu, whereas Windows overwrites GRUB
D.Linux automatically deletes the Windows bootloader if installed second
Correct Answer: Linux's GRUB bootloader can detect Windows and add it to the boot menu, whereas Windows overwrites GRUB
Explanation:
The Windows bootloader ignores Linux and overwrites the MBR/boot entry. Installing Linux second lets GRUB detect Windows and offer both in the boot menu.
Incorrect! Try again.
30After a dual boot setup, a user boots the machine but sees only Windows with no option to choose Linux. What is the most likely cause?
Dual Boot Installation
Medium
A.Ubuntu was installed onto an NTFS partition by mistake
B.The Linux kernel was never compiled during installation
C.The GRUB bootloader was overwritten or is not being loaded first
D.The RAM is insufficient to display the boot menu
Correct Answer: The GRUB bootloader was overwritten or is not being loaded first
Explanation:
A missing boot menu usually indicates GRUB was replaced by the Windows bootloader or the firmware boot order skips it. Repairing GRUB restores the dual-boot menu.
Incorrect! Try again.
31On a modern UEFI-based system, which partition must exist to store bootloader files for both operating systems in a dual boot?
Dual Boot Installation
Medium
A.EFI System Partition (ESP)
B.Swap partition
C.Extended logical partition
D.Recovery partition
Correct Answer: EFI System Partition (ESP)
Explanation:
UEFI systems use the EFI System Partition (FAT-formatted) to store bootloaders like GRUB and the Windows Boot Manager, enabling multi-OS booting.
Incorrect! Try again.
32A user installs Ubuntu inside VirtualBox but notices poor graphics performance and cannot resize the screen dynamically. What is the recommended fix?
Virtual Machine Installation (VirtualBox/VMware)
Medium
A.Disable virtualization support in the BIOS
B.Install VirtualBox Guest Additions in the guest OS
C.Convert the virtual disk from VDI to NTFS format
D.Reinstall the host operating system entirely
Correct Answer: Install VirtualBox Guest Additions in the guest OS
Explanation:
Guest Additions provide improved video drivers, dynamic screen resizing, shared clipboard, and better integration between host and guest.
Incorrect! Try again.
33In VirtualBox, which network mode allows the guest VM to obtain its own IP on the same physical network as the host, appearing as a separate device?
Virtual Machine Installation (VirtualBox/VMware)
Medium
A.Bridged Adapter
B.NAT
C.Internal Network
D.Host-only Adapter
Correct Answer: Bridged Adapter
Explanation:
Bridged networking connects the VM directly to the physical network, giving it an independent IP address like any other device. NAT shares the host's connection privately.
Incorrect! Try again.
34A student's VM fails to start with an error about hardware virtualization. Which BIOS/UEFI setting most likely needs to be enabled?
Virtual Machine Installation (VirtualBox/VMware)
Medium
A.TPM 2.0
B.Fast Boot
C.Secure Boot
D.Intel VT-x / AMD-V
Correct Answer: Intel VT-x / AMD-V
Explanation:
Hardware-assisted virtualization (Intel VT-x or AMD-V) must be enabled in firmware for many VMs, especially 64-bit guests, to run properly.
Incorrect! Try again.
35What is the primary advantage of running Linux from a Live USB before installing it?
Live USB/CD Installation
Medium
A.It lets you test the OS and hardware compatibility without modifying the existing system
B.It requires no ISO image or bootable media to function
C.It automatically encrypts the host machine's hard drive
D.It permanently installs the OS faster than any other method
Correct Answer: It lets you test the OS and hardware compatibility without modifying the existing system
Explanation:
A Live USB boots the OS into RAM, allowing users to try Linux and verify hardware works, all without altering the installed system or disk.
Incorrect! Try again.
36Which tool is commonly used to write an Ubuntu ISO image to a USB drive to make it bootable?
Live USB/CD Installation
Medium
A.7-Zip
B.Notepad++
C.WinRAR
D.Rufus
Correct Answer: Rufus
Explanation:
Rufus (along with tools like balenaEtcher or the Startup Disk Creator) writes ISO images to USB drives bootably. Archivers like WinRAR or 7-Zip only extract files and do not create bootable media.
Incorrect! Try again.
37A user's changes made during a standard Live USB session disappear after rebooting. Which feature would preserve those changes across sessions?
Live USB/CD Installation
Medium
A.Persistent storage
B.Secure Boot
C.Disk defragmentation
D.Journaling
Correct Answer: Persistent storage
Explanation:
By default a Live session runs in RAM and loses data on reboot. Configuring persistent storage reserves space on the USB to retain files and settings between sessions.
Incorrect! Try again.
38What key architectural improvement does WSL 2 provide over WSL 1?
Windows Subsystem for Linux (WSL)
Medium
A.It removes the need for Windows entirely to run Linux binaries
B.It only supports graphical Linux applications and not the command line
C.It translates Linux system calls into Windows calls without any kernel
D.It runs a real Linux kernel inside a lightweight virtual machine
Correct Answer: It runs a real Linux kernel inside a lightweight virtual machine
Explanation:
WSL 2 uses a genuine Linux kernel in a lightweight utility VM, improving system-call compatibility and performance. WSL 1 used a translation layer instead.
Incorrect! Try again.
39A developer wants to list all installed WSL distributions from the Windows command line. Which command should they use?
Windows Subsystem for Linux (WSL)
Medium
A.wsl --list
B.wsl --kernel
C.wsl --install-all
D.wsl --run
Correct Answer: wsl --list
Explanation:
wsl --list (or wsl -l) displays installed distributions. Adding --verbose also shows each distro's WSL version and running state.
Incorrect! Try again.
40Which scenario best justifies choosing WSL over a full virtual machine for Linux development on Windows?
Windows Subsystem for Linux (WSL)
Medium
A.Running a Linux server that must be fully isolated from the Windows host network
B.Lightweight command-line Linux tooling with fast startup and tight Windows integration
C.Booting directly into Linux hardware drivers for GPU passthrough gaming
D.Simulating multiple different physical machines with distinct MAC addresses
Correct Answer: Lightweight command-line Linux tooling with fast startup and tight Windows integration
Explanation:
WSL excels at lightweight, fast Linux command-line development with easy file sharing between Windows and Linux, without the overhead of a full VM.
Incorrect! Try again.
41In the UNIX architecture, a user process invokes read() on a file descriptor. Which sequence correctly describes the privilege transitions and layers traversed?
B.Shell → kernel mode → user mode → system call interface → hardware
C.Kernel mode → shell → system call interface → user mode → hardware
D.User mode → system call interface → kernel mode → device driver → hardware, then return to user mode
Correct Answer: User mode → system call interface → kernel mode → device driver → hardware, then return to user mode
Explanation:
A read() triggers a trap through the system call interface, switching from user mode to kernel mode. The kernel dispatches to the appropriate device driver to access hardware, then returns control and data to the user process in user mode.
Incorrect! Try again.
42Which statement most accurately distinguishes Linux from traditional UNIX in terms of standards and lineage?
Introduction to Linux and UNIX
Hard
A.Linux is a certified UNIX operating system directly descended from AT&T System V source code
B.Linux is a UNIX-like kernel that is not derived from AT&T UNIX code but often adheres to POSIX standards
C.Linux is a proprietary fork of BSD UNIX maintained by a single vendor
D.Linux and UNIX share the exact same kernel codebase but differ only in shells
Correct Answer: Linux is a UNIX-like kernel that is not derived from AT&T UNIX code but often adheres to POSIX standards
Explanation:
Linux was written independently by Linus Torvalds and does not use original AT&T UNIX code. It is "UNIX-like" and generally POSIX-compliant, but not officially certified as UNIX in most distributions.
Incorrect! Try again.
43A user installs Windows after Linux on a dual-boot BIOS/MBR system and finds the GRUB menu no longer appears, booting straight into Windows. What is the root cause?
Dual Boot Installation
Hard
A.The Linux partition was deleted during the Windows installation
B.GRUB was uninstalled automatically because Windows detected a conflict
C.Windows overwrote the MBR bootloader with its own, removing the GRUB entry
D.UEFI Secure Boot permanently disabled the GRUB bootloader
Correct Answer: Windows overwrote the MBR bootloader with its own, removing the GRUB entry
Explanation:
Windows installers write their own bootloader to the MBR, replacing GRUB. The fix is to boot a live Linux environment and reinstall/restore GRUB (e.g., via grub-install and update-grub) so it can chainload Windows again.
Incorrect! Try again.
44What is the fundamental architectural difference between WSL 1 and WSL 2 that affects system call compatibility?
Windows Subsystem for Linux (WSL)
Hard
A.WSL 2 emulates Linux entirely in user space without any kernel
B.WSL 1 runs a real Linux kernel while WSL 2 uses syscall translation
C.WSL 2 runs a real Linux kernel in a lightweight VM, while WSL 1 translates Linux syscalls to Windows NT calls
D.Both run identical Linux kernels but WSL 2 adds a GUI layer
Correct Answer: WSL 2 runs a real Linux kernel in a lightweight VM, while WSL 1 translates Linux syscalls to Windows NT calls
Explanation:
WSL 1 uses a translation layer converting Linux system calls into Windows NT kernel calls, causing some incompatibilities. WSL 2 ships an actual Linux kernel inside a managed lightweight virtual machine using Hyper-V, giving full syscall compatibility.
Incorrect! Try again.
45A VirtualBox guest running 64-bit Ubuntu only offers 32-bit options and fails to boot the ISO. Which combination of causes is most likely?
Virtual Machine Installation (VirtualBox/VMware)
Hard
A.The virtual disk was formatted with the wrong filesystem
B.The host RAM exceeds VirtualBox's maximum allocation limit
C.The guest additions package is missing from the ISO
D.Hardware virtualization (VT-x/AMD-V) is disabled in BIOS or conflicts with Hyper-V on the host
Correct Answer: Hardware virtualization (VT-x/AMD-V) is disabled in BIOS or conflicts with Hyper-V on the host
Explanation:
64-bit guests require hardware virtualization extensions (VT-x/AMD-V). If disabled in firmware, or if Hyper-V on Windows monopolizes the extensions, VirtualBox hides 64-bit options and cannot boot the guest.
Incorrect! Try again.
46Which statement correctly characterizes the toolkit and design philosophy difference between GNOME and KDE Plasma?
Linux Desktop Environments (GNOME, KDE)
Hard
A.GNOME uses Qt and KDE uses GTK, but both share the same window manager
B.GNOME uses GTK and favors simplicity/minimal configuration; KDE Plasma uses Qt and favors high customizability
C.GNOME uses Qt with heavy customization; KDE Plasma uses GTK with minimalism
D.Both use GTK but GNOME is written in C++ and KDE in C
Correct Answer: GNOME uses GTK and favors simplicity/minimal configuration; KDE Plasma uses Qt and favors high customizability
Explanation:
GNOME is built on the GTK toolkit with a design goal of simplicity and reduced configuration options. KDE Plasma is built on the Qt toolkit and is known for extensive customization and configurability.
Incorrect! Try again.
47When creating a bootable Ubuntu USB, why does using dd if=ubuntu.iso of=/dev/sdb work but copying the ISO into a mounted filesystem does not?
Live USB/CD Installation
Hard
A.Copying to a mounted filesystem encrypts the boot files automatically
B.dd writes the raw ISO image including the boot sector and partition structure block-by-block
C.dd compresses the ISO so it fits the boot sector
D.dd converts the ISO to FAT32 which is required for booting
Correct Answer: dd writes the raw ISO image including the boot sector and partition structure block-by-block
Explanation:
Hybrid ISOs contain a bootable image layout. dd copies the raw bytes including the master boot record/boot sector, making the USB bootable. Copying files onto a mounted filesystem preserves the files but not the bootable structure.
Incorrect! Try again.
48During Ubuntu installation on a UEFI system, the installer requires an EFI System Partition. What are its correct characteristics?
Ubuntu Installation
Hard
A.A btrfs partition mounted at /efi storing the root filesystem
B.A swap partition formatted as NTFS used only during boot
C.An ext4 partition of at least 2 GB mounted at /boot holding the kernel
Correct Answer: A FAT32-formatted partition (~100–550 MB) flagged as esp/boot holding bootloader files
Explanation:
The EFI System Partition (ESP) must be FAT32 and flagged as an EFI/boot partition. UEFI firmware reads bootloader executables (like GRUB's .efi) from it. It is typically small, in the range of a few hundred megabytes.
Incorrect! Try again.
49Which layer of the UNIX architecture is directly responsible for translating user commands into kernel service requests but is itself a user-level program?
UNIX Architecture
Hard
A.The interrupt handler
B.The device driver layer
C.The shell
D.The system call dispatcher
Correct Answer: The shell
Explanation:
The shell is a user-space program that interprets commands and invokes system calls to request kernel services. Unlike the kernel, the shell runs in user mode and can be replaced (bash, zsh, etc.).
Incorrect! Try again.
50A developer notices that files stored under /home in WSL 2 have much faster I/O than files accessed via /mnt/c. Why?
Windows Subsystem for Linux (WSL)
Hard
A./mnt/c uses NTFS compression that slows every read
B./home is stored entirely in RAM as a tmpfs mount
C./mnt/c disables caching because it is read-only
D./home resides on the VM's native ext4 virtual disk, while /mnt/c crosses the 9P protocol to the Windows filesystem
Correct Answer: /home resides on the VM's native ext4 virtual disk, while /mnt/c crosses the 9P protocol to the Windows filesystem
Explanation:
In WSL 2, the Linux distro lives on a virtual ext4 disk giving native performance. Accessing Windows files via /mnt/c goes through the 9P network file protocol between the VM and Windows host, incurring significant overhead.
Incorrect! Try again.
51In a UEFI dual-boot setup, why can enabling Windows "Fast Startup" corrupt or lock shared NTFS partitions accessed from Linux?
Dual Boot Installation
Hard
A.Fast Startup reformats the NTFS partition to exFAT on shutdown
B.Fast Startup encrypts the NTFS partition with BitLocker automatically
C.Fast Startup deletes the Linux swap partition to speed boot
D.Fast Startup hibernates the kernel leaving the NTFS filesystem in an unclean, locked state
Correct Answer: Fast Startup hibernates the kernel leaving the NTFS filesystem in an unclean, locked state
Explanation:
Windows Fast Startup performs a partial hibernation rather than a full shutdown, leaving NTFS volumes marked as in-use/dirty. Linux then mounts them read-only or risks corruption, so Fast Startup should be disabled in dual-boot setups.
Incorrect! Try again.
52What is the primary purpose of installing VirtualBox Guest Additions (or VMware Tools) after setting up a Linux guest?
Virtual Machine Installation (VirtualBox/VMware)
Hard
A.To enable the guest to run as a bootloader for the host OS
B.To provide paravirtualized drivers enabling better display, shared folders, and clipboard integration
C.To convert the virtual disk from dynamic to fixed size
D.To replace the guest's Linux kernel with a host-optimized one
Correct Answer: To provide paravirtualized drivers enabling better display, shared folders, and clipboard integration
Explanation:
Guest Additions/VMware Tools install paravirtualized drivers and integration services—dynamic screen resolution, seamless mouse, shared folders, and clipboard sharing—improving performance and usability beyond the generic emulated hardware.
Incorrect! Try again.
53Which characteristic is a defining feature of the GNU/Linux ecosystem that traditional proprietary UNIX systems generally lacked?
Introduction to Linux and UNIX
Hard
A.Freely available source code under copyleft licensing like the GPL
B.Use of a monolithic kernel design
C.Support for multitasking and multiuser operation
D.A hierarchical filesystem with a single root directory
Correct Answer: Freely available source code under copyleft licensing like the GPL
Explanation:
Multitasking, multiuser support, hierarchical filesystems, and monolithic kernels are shared with traditional UNIX. The distinguishing feature is free/open-source distribution under copyleft licenses such as the GPL, enabling anyone to view and modify the code.
Incorrect! Try again.
54A user chooses "LVM with encryption" during Ubuntu installation. What does this arrangement provide compared to a standard ext4 partition scheme?
Ubuntu Installation
Hard
A.Read-only root partition with encrypted swap only
B.Automatic RAID mirroring across two disks without encryption
C.A compressed filesystem that doubles storage capacity
D.Flexible logical volume resizing plus full-disk encryption via LUKS on the physical volume
Correct Answer: Flexible logical volume resizing plus full-disk encryption via LUKS on the physical volume
Explanation:
LVM abstracts storage into logical volumes that can be resized flexibly. Combined with LUKS encryption on the underlying physical volume, the entire installation (root, swap, etc.) is encrypted at rest and remains manageable.
Incorrect! Try again.
55What distinguishes a "persistent" live USB from a standard live USB session?
Live USB/CD Installation
Hard
A.A persistent live USB can only boot on UEFI systems
B.A persistent live USB uses a dedicated writable overlay so changes survive reboots
C.A persistent live USB installs the OS permanently to the internal disk
D.A persistent live USB runs entirely from RAM with no storage
Correct Answer: A persistent live USB uses a dedicated writable overlay so changes survive reboots
Explanation:
A standard live session discards all changes on reboot. Persistence adds a writable partition or file (overlay) where user data and configuration changes are stored, so they persist across sessions without a full installation.
Incorrect! Try again.
56On a modern Ubuntu system, what is the relationship between the display server (Wayland/X11) and the desktop environment like GNOME?
Linux Desktop Environments (GNOME, KDE)
Hard
A.GNOME and the display server are the same process sharing one address space
B.The display server is a component of the Linux kernel controlling GNOME
C.The desktop environment runs on top of the display server, which manages rendering and input
D.The desktop environment replaces the display server entirely at login
Correct Answer: The desktop environment runs on top of the display server, which manages rendering and input
Explanation:
The display server (X11 or Wayland) handles low-level graphics rendering and input events. The desktop environment (GNOME Shell, etc.) is a client layer running atop it, providing the UI, window management, and applications.
Incorrect! Try again.
57In the UNIX process model, when a shell runs an external command like ls, which system call sequence is typically used?
UNIX Architecture
Hard
A.exit() in the parent, then fork() in the kernel
B.exec() first, then fork() to spawn duplicate processes
C.fork() to create a child process, then exec() to replace its image with the program
D.wait() followed by exec() without any fork()
Correct Answer: fork() to create a child process, then exec() to replace its image with the program
Explanation:
The shell calls fork() to duplicate itself, then the child calls exec() to overlay its memory image with the new program (ls). The parent typically calls wait() to collect the child's exit status. This is the classic fork-exec model.
Incorrect! Try again.
58A VM is configured with a NAT network adapter. What networking limitation does this impose compared to a bridged adapter?
Virtual Machine Installation (VirtualBox/VMware)
Hard
A.The guest cannot access the internet at all under NAT
B.The guest can only communicate with other VMs, not the host
C.The guest can reach external networks but is not directly reachable from the LAN without port forwarding
D.The guest shares the exact same IP address as the host on the LAN
Correct Answer: The guest can reach external networks but is not directly reachable from the LAN without port forwarding
Explanation:
With NAT, the hypervisor translates the guest's traffic behind the host's IP, allowing outbound connectivity. Inbound connections from the LAN require explicit port forwarding. A bridged adapter, by contrast, gives the guest its own LAN-visible IP.
Incorrect! Try again.
59Why does WSL 2 require virtualization features (Hyper-V/Virtual Machine Platform) to be enabled, whereas WSL 1 does not?
Windows Subsystem for Linux (WSL)
Hard
A.WSL 2 boots a genuine Linux kernel inside a lightweight utility VM requiring the hypervisor
B.WSL 2 emulates an x86 processor in software requiring VT-x
C.WSL 2 encrypts all traffic and needs hardware encryption engines
D.WSL 1 uses more CPU cores and thus needs virtualization instead
Correct Answer: WSL 2 boots a genuine Linux kernel inside a lightweight utility VM requiring the hypervisor
Explanation:
WSL 2 runs an actual Linux kernel within a lightweight virtual machine managed by the Hyper-V hypervisor platform, so virtualization must be enabled. WSL 1 needs no VM because it translates syscalls directly on the Windows kernel.
Incorrect! Try again.
60When manually partitioning for a Linux/Windows dual boot on a single GPT disk, why is it critical to leave the existing EFI System Partition intact rather than creating a new one?
Dual Boot Installation
Hard
A.Both operating systems share the same ESP for their bootloaders, and firmware expects a consistent boot entry location
B.The ESP must always be the last partition on a GPT disk
C.A second ESP would automatically erase all Windows data
D.GPT disks permit only a single primary partition total
Correct Answer: Both operating systems share the same ESP for their bootloaders, and firmware expects a consistent boot entry location
Explanation:
On UEFI systems, the single ESP holds bootloaders for all installed OSes. Reusing the existing ESP lets GRUB install alongside the Windows Boot Manager, keeping firmware boot entries consistent. Multiple ESPs cause confusion and boot failures.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →