Unit 1 - Practice Quiz

CSC104

1 Which file system is the default for modern Windows operating systems (starting from Windows XP and later) due to its support for file permissions, encryption, and large file sizes?

A. FAT32
B. NTFS
C. exFAT
D. HFS+

2 In the context of Windows Architecture, in which protection ring does the Kernel operate?

A. Ring 0
B. Ring 1
C. Ring 2
D. Ring 3

3 What is the maximum size of a single file that can be stored on a drive formatted with the FAT32 file system?

A.
B.
C.
D.

4 Which Windows command-line tool provides a detailed configuration report about the computer and its operating system, including the OS name, version, and install date?

A. ver
B. systeminfo
C. winver
D. hostname

5 Which logical root key in the Windows Registry contains configuration information specific to the currently logged-in user?

A. HKEY_LOCAL_MACHINE
B. HKEY_CLASSES_ROOT
C. HKEY_CURRENT_USER
D. HKEY_USERS

6 What is the primary function of the HAL (Hardware Abstraction Layer) in Windows architecture?

A. To manage the graphical user interface
B. To hide hardware differences from the operating system kernel
C. To store user passwords securely
D. To manage network connections

7 Which keyboard shortcut allows a user to directly open the Task Manager in Windows 10/11?

A. Ctrl + Alt + Del
B. Ctrl + Shift + Esc
C. Alt + F4
D. Windows Key + T

8 In the Windows Registry, what is a Hive?

A. A specific value inside a key
B. A logical group of keys, subkeys, and values that is stored in a single file on disk
C. The program used to edit the registry
D. A backup of the system configuration

9 Which PowerShell cmdlet is used to list the files and directories in the current location (equivalent to dir in CMD)?

A. Get-ChildItem
B. Show-Files
C. List-Directory
D. Get-Content

10 What is the purpose of the %SystemRoot% environment variable?

A. It points to the user's documents folder
B. It points to the folder where Windows is installed (usually C:\Windows)
C. It points to the root of the C: drive
D. It points to the Program Files directory

11 Which Windows tool is best suited for viewing logs regarding application crashes, security audits, and system errors?

A. Device Manager
B. Event Viewer
C. Disk Management
D. System Configuration

12 In Task Manager, which tab allows you to disable programs that launch automatically when Windows boots?

A. Processes
B. Performance
C. Startup
D. Services

13 Which file serves as the core kernel executable for the Windows Operating System?

A. explorer.exe
B. svchost.exe
C. ntoskrnl.exe
D. winlogon.exe

14 What is the primary difference between Windows Home and Windows Pro editions regarding network management?

A. Only Home supports Wi-Fi
B. Only Pro allows joining a Windows Active Directory Domain
C. Only Home has a firewall
D. Only Pro supports Internet Explorer

15 In the context of processes and threads, what is a Thread?

A. A separate application running in the background
B. The basic unit to which the operating system allocates processor time
C. A file stored in the System32 folder
D. A high-priority process

16 Which command allows you to open the Windows Registry Editor?

A. cmd
B. regedit
C. msconfig
D. taskmgr

17 What is the function of pagefile.sys in Windows?

A. It stores the boot configuration data
B. It acts as virtual memory (extension of RAM) on the hard drive
C. It stores user passwords
D. It is used for hybernating the system

18 Which Event Viewer log category records events related to resource use, such as creating, opening, or deleting files (if auditing is enabled)?

A. Application
B. System
C. Security
D. Setup

19 Which critical system folder contains 64-bit system files on a 64-bit version of Windows?

A. C:\Windows\System
B. C:\Windows\System32
C. C:\Windows\SysWOW64
D. C:\Windows\Program Files

20 What is the verb-noun syntax structure used by PowerShell cmdlets?

A. Noun-Verb (e.g., Process-Get)
B. Verb-Noun (e.g., Get-Process)
C. Command-Argument (e.g., Process Get)
D. Action_Object (e.g., Get_Process)

21 In the Windows Resource Monitor, which tab would you check to see exactly which processes are communicating over the internet and on what ports?

A. CPU
B. Memory
C. Disk
D. Network

22 Which registry root key stores the physical hardware configuration of the local computer?

A. HKEY_CURRENT_USER
B. HKEY_LOCAL_MACHINE
C. HKEY_USERS
D. HKEY_CURRENT_CONFIG

23 What is the command to list current running tasks in the Windows Command Prompt (CMD)?

A. listtasks
B. tasklist
C. ps
D. top

24 Which of the following is NOT a valid Windows Registry value type?

A. REG_SZ
B. REG_DWORD
C. REG_BINARY
D. REG_FLOAT

25 What happens to a process running in User Mode if it crashes?

A. The entire Operating System crashes (Blue Screen of Death)
B. The computer restarts immediately
C. Only that specific application crashes, leaving the OS stable
D. The hard drive is formatted

26 What allows the operating system to interface with specific hardware devices like a graphics card or printer?

A. Device Driver
B. Registry Key
C. Task Manager
D. PowerShell

27 Which command would you use to change the current working directory in CMD?

A. md
B. cd
C. rd
D. dir

28 The %PATH% environment variable is used by the OS to:

A. Store the location of user documents
B. Define the visual theme of the desktop
C. List directories where the OS looks for executable files when a command is run
D. Keep track of internet browsing history

29 In Task Manager, high usage of 'Commit Charge' typically indicates a bottleneck in which resource?

A. CPU
B. Network
C. Disk I/O
D. Memory (RAM + Pagefile)

30 Which Windows version introduced the 'Start Screen' with Live Tiles, removing the traditional Start Menu (before reintroducing it in later versions)?

A. Windows 7
B. Windows 8
C. Windows 10
D. Windows XP

31 What is the file path format for the root of the C drive in Windows?

A. C:/
B. C:\
C. /mnt/c
D. //C

32 Which CMD command is used to forcefully terminate a process with ID 1234?

A. kill 1234
B. stop-process 1234
C. taskkill /PID 1234 /F
D. endtask 1234

33 Services in Windows are background processes. Which management console is used to configure them (e.g., set to Automatic, Manual, or Disabled)?

A. services.msc
B. regedit.exe
C. gpedit.msc
D. diskmgmt.msc

34 What is the role of the Session Manager Subsystem (smss.exe) during the boot process?

A. It logs the user in
B. It loads the desktop wallpaper
C. It initializes the system environment and starts the kernel modes
D. It establishes the internet connection

35 Which tab in Resource Monitor allows you to identify which process has a specific file handle 'locked' (open)?

A. CPU
B. Memory
C. Disk
D. Overview

36 If you need to change the resolution of your display, which area of the Windows Interface would you navigate to?

A. System Information
B. Settings > System > Display
C. Task Manager
D. Event Viewer

37 What is the 'Blue Screen of Death' (BSOD) technically known as?

A. System Halo
B. Kernel Panic
C. Stop Error / Bug Check
D. Fatal Application Exit

38 Which system folder serves as a temporary storage location for files created by programs, often cleaned up by Disk Cleanup?

A. %UserProfile%\AppData\Local\Temp
B. C:\Windows\System32
C. C:\Program Files
D. C:\Boot

39 Which file system is optimized for flash drives and SD cards to handle large files without the overhead of NTFS permissions?

A. FAT16
B. exFAT
C. CDFS
D. EXT4

40 In the Windows Registry, what type of data does a REG_SZ value hold?

A. Binary data
B. A standard string of text
C. A 32-bit integer
D. A 64-bit integer

41 Which PowerShell command allows you to view the IP address configuration of the system?

A. Get-NetIPAddress
B. ipconfig
C. Show-IP
D. Both Get-NetIPAddress and ipconfig

42 What is the primary function of Windows Explorer (process name explorer.exe)?

A. To browse the internet
B. To provide the Graphical User Interface (Taskbar, Desktop, File Management)
C. To manage the kernel
D. To update the system

43 In Windows permissions, what does 'Full Control' allow a user to do?

A. Only read files
B. Read and Write files, but not delete them
C. Read, Write, Execute, Modify, Delete, and Change Permissions
D. Only run executable programs

44 What is the purpose of the UAC (User Account Control) prompt?

A. To ask for the Wi-Fi password
B. To notify the user when a program attempts to make changes to the computer that require administrator-level permission
C. To remind the user to update Windows
D. To scan for viruses

45 When looking at the Task Manager, what is the 'PID'?

A. Program Interface Data
B. Process Identifier
C. Priority ID
D. Personal Identity

46 Which of the following is an example of a Variable in PowerShell?

A. Dir
B. $MyVariable
C. #MyVariable
D. [MyVariable]

47 Which System Information command opens the DirectX Diagnostic Tool?

A. dxdiag
B. gpu-z
C. msinfo32
D. ping

48 What is a DLL (Dynamic Link Library)?

A. A type of virus
B. A shared library file containing code and data that can be used by multiple programs simultaneously
C. A text file for logs
D. A specific type of image file

49 If a user wants to view the exact version build number of their Windows OS, which command allows this via a GUI pop-up?

A. calc
B. winver
C. write
D. explorer

50 Which key serves as a 'wildcard' in CMD to represent any string of characters (e.g., *.txt)?

A. ?
B. #
C. *
D. @