Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

Computer Fundamentals → Introduction to Computer 38

Which HTTP header controls caching?
Cache-Control
click to copy
Content-Type header specifies?
The media type of the request/response body (e.g., application/json)
click to copy
CORS preflight request uses which HTTP method?
OPTIONS
click to copy
WebRTC enables?
Real-time peer-to-peer audio, video, and data in browsers without plugins
click to copy
Progressive Web App (PWA) features include?
Offline capability, installable, push notifications using service workers
click to copy
Which Windows version introduced the Start Menu?
Windows 95
click to copy
Windows Task Manager shortcut is?
Ctrl+Shift+Esc
click to copy
Which Windows command checks disk for errors?
chkdsk
click to copy
The Windows Registry is?
A hierarchical database storing OS and application configuration
click to copy
regedit command opens?
Windows Registry Editor
click to copy
msconfig in Windows is used to?
Configure startup programs and services (System Configuration)
click to copy
Which Windows shortcut opens Run dialog?
Win+R
click to copy
Win+D shortcut in Windows?
Shows/hides desktop (minimizes all windows)
click to copy
Win+L shortcut in Windows?
Locks the computer screen
click to copy
Device Manager in Windows manages?
Hardware devices and drivers
click to copy
Which Windows command shows IP configuration?
ipconfig
click to copy
System Restore in Windows creates?
Restore points to revert system to previous working state
click to copy
Windows Event Viewer shows?
System, security, and application log entries
click to copy
Which file is Windows boot configuration stored in?
BCD (Boot Configuration Data) in Windows 7+
click to copy
NTFS permissions in Windows include?
Read, Write, Modify, Full Control, List Folder Contents
click to copy
UAC (User Account Control) in Windows?
Prompts for confirmation when apps request elevated privileges
click to copy
Windows Sandbox provides?
Temporary isolated desktop for running untrusted software safely
click to copy
Which command in Windows shows running processes?
tasklist
click to copy
The 'net user' command in Windows?
Manages user accounts from command line
click to copy
PowerShell vs Command Prompt: PowerShell?
Is more powerful with object pipeline and .NET integration
click to copy
Get-Process cmdlet in PowerShell?
Lists running processes (equivalent to tasklist)
click to copy
WSL (Windows Subsystem for Linux) allows?
Running Linux binaries natively on Windows without VM
click to copy
Which Windows feature creates automatic file backups?
Shadow Copy (VSS)
click to copy
BitLocker in Windows provides?
Full disk encryption
click to copy
EFS (Encrypting File System) in Windows?
Encrypts individual files/folders transparently using user certificates
click to copy
Windows Hyper-V is a?
Type 1 hypervisor built into Windows for running virtual machines
click to copy
Which command creates a symbolic link in Windows?
mklink
click to copy
Windows Subsystem for Android (WSA) allows?
Running Android apps on Windows 11
click to copy
macOS is based on?
BSD Unix (Darwin kernel)
click to copy
Spotlight search in macOS is accessed by?
Cmd+Space
click to copy
Time Machine in macOS is?
Automated backup system with hourly, daily, and weekly backups
click to copy
Homebrew in macOS is?
Package manager for installing software on macOS/Linux
click to copy
Terminal command 'top' in macOS/Linux shows?
Real-time system resource usage and running processes
click to copy

Computer Fundamentals → Computer Security 1

Windows Firewall is found in?
Control Panel > Windows Defender Firewall
click to copy

Computer Fundamentals → Memory Units 1

Virtual memory in Windows is configured in?
System Properties > Advanced > Performance > Virtual Memory
click to copy