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?
2 In the context of Windows Architecture, in which protection ring does the Kernel operate?
3 What is the maximum size of a single file that can be stored on a drive formatted with the FAT32 file system?
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?
ver
systeminfo
winver
hostname
5 Which logical root key in the Windows Registry contains configuration information specific to the currently logged-in user?
6 What is the primary function of the HAL (Hardware Abstraction Layer) in Windows architecture?
7 Which keyboard shortcut allows a user to directly open the Task Manager in Windows 10/11?
8 In the Windows Registry, what is a Hive?
9
Which PowerShell cmdlet is used to list the files and directories in the current location (equivalent to dir in CMD)?
Get-ChildItem
Show-Files
List-Directory
Get-Content
10 What is the purpose of the %SystemRoot% environment variable?
C:\Windows)
11 Which Windows tool is best suited for viewing logs regarding application crashes, security audits, and system errors?
12 In Task Manager, which tab allows you to disable programs that launch automatically when Windows boots?
13 Which file serves as the core kernel executable for the Windows Operating System?
explorer.exe
svchost.exe
ntoskrnl.exe
winlogon.exe
14 What is the primary difference between Windows Home and Windows Pro editions regarding network management?
15 In the context of processes and threads, what is a Thread?
16 Which command allows you to open the Windows Registry Editor?
cmd
regedit
msconfig
taskmgr
17 What is the function of pagefile.sys in Windows?
18 Which Event Viewer log category records events related to resource use, such as creating, opening, or deleting files (if auditing is enabled)?
19 Which critical system folder contains 64-bit system files on a 64-bit version of Windows?
C:\Windows\System
C:\Windows\System32
C:\Windows\SysWOW64
C:\Windows\Program Files
20 What is the verb-noun syntax structure used by PowerShell cmdlets?
Process-Get)
Get-Process)
Process Get)
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?
22 Which registry root key stores the physical hardware configuration of the local computer?
23 What is the command to list current running tasks in the Windows Command Prompt (CMD)?
listtasks
tasklist
ps
top
24 Which of the following is NOT a valid Windows Registry value type?
25 What happens to a process running in User Mode if it crashes?
26 What allows the operating system to interface with specific hardware devices like a graphics card or printer?
27 Which command would you use to change the current working directory in CMD?
md
cd
rd
dir
28 The %PATH% environment variable is used by the OS to:
29 In Task Manager, high usage of 'Commit Charge' typically indicates a bottleneck in which resource?
30 Which Windows version introduced the 'Start Screen' with Live Tiles, removing the traditional Start Menu (before reintroducing it in later versions)?
31 What is the file path format for the root of the C drive in Windows?
C:/
C:\
/mnt/c
//C
32 Which CMD command is used to forcefully terminate a process with ID 1234?
kill 1234
stop-process 1234
taskkill /PID 1234 /F
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)?
services.msc
regedit.exe
gpedit.msc
diskmgmt.msc
34 What is the role of the Session Manager Subsystem (smss.exe) during the boot process?
35 Which tab in Resource Monitor allows you to identify which process has a specific file handle 'locked' (open)?
36 If you need to change the resolution of your display, which area of the Windows Interface would you navigate to?
37 What is the 'Blue Screen of Death' (BSOD) technically known as?
38 Which system folder serves as a temporary storage location for files created by programs, often cleaned up by Disk Cleanup?
%UserProfile%\AppData\Local\Temp
C:\Windows\System32
C:\Program Files
C:\Boot
39 Which file system is optimized for flash drives and SD cards to handle large files without the overhead of NTFS permissions?
40 In the Windows Registry, what type of data does a REG_SZ value hold?
41 Which PowerShell command allows you to view the IP address configuration of the system?
Get-NetIPAddress
ipconfig
Show-IP
Get-NetIPAddress and ipconfig
42
What is the primary function of Windows Explorer (process name explorer.exe)?
43 In Windows permissions, what does 'Full Control' allow a user to do?
44 What is the purpose of the UAC (User Account Control) prompt?
45 When looking at the Task Manager, what is the 'PID'?
46 Which of the following is an example of a Variable in PowerShell?
Dir
$MyVariable
#MyVariable
[MyVariable]
47 Which System Information command opens the DirectX Diagnostic Tool?
dxdiag
gpu-z
msinfo32
ping
48 What is a DLL (Dynamic Link Library)?
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?
calc
winver
write
explorer
50
Which key serves as a 'wildcard' in CMD to represent any string of characters (e.g., *.txt)?