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 37

802.11g maximum speed is?
54 Mbps
click to copy
802.11n (Wi-Fi 4) maximum speed is?
Up to 600 Mbps
click to copy
802.11ac (Wi-Fi 5) operates on?
5 GHz only
click to copy
Computer forensics is used for?
Investigating digital crimes and evidence
click to copy
Chain of custody in forensics ensures?
Integrity of evidence from collection to court
click to copy
Which hashing algorithm is recommended for password storage?
bcrypt/SHA-256+salt
click to copy
Salting a password before hashing?
Prevents identical passwords from having identical hashes
click to copy
PKI stands for?
Public Key Infrastructure
click to copy
In asymmetric encryption, data encrypted with public key can only be decrypted by?
The corresponding private key
click to copy
Which standard defines digital certificates?
X.509
click to copy
Kerberos is used for?
Network authentication protocol
click to copy
LDAP stands for?
Lightweight Directory Access Protocol
click to copy
Active Directory is a service by?
Microsoft
click to copy
Which command tests DNS resolution in Windows?
nslookup
click to copy
A white hat hacker is?
Ethical hacker testing with permission
click to copy
Black hat hacker is?
Malicious hacker breaking laws
click to copy
Social engineering attacks target?
Human psychology to obtain information
click to copy
Which key is used to access BIOS on most PCs?
F1, Del, or Esc (at boot)
click to copy
Secure Boot prevents?
Booting unauthorized/unsigned OS or bootloaders
click to copy
UEFI is the modern replacement for?
BIOS
click to copy
Which Windows feature creates system restore points?
System Restore
click to copy
The clock cycle is the basic unit of?
CPU operation timing
click to copy
IPC stands for in OS?
Inter-Process Communication
click to copy
Shared memory IPC?
Allows direct memory access between processes
click to copy
Message passing IPC?
Processes communicate by sending/receiving messages
click to copy
Fork() system call in Unix?
Creates a copy of the calling process
click to copy
exec() system call?
Replaces current process image with new program
click to copy
A race condition occurs when?
Two processes access shared resource simultaneously causing incorrect results
click to copy
Critical section problem solution requires?
Mutual exclusion, progress, bounded waiting
click to copy
Peterson's algorithm solves?
Critical section problem for two processes
click to copy
Which scheduling is preemptive?
Round Robin
click to copy
Convoy effect is a problem in?
FCFS scheduling
click to copy
Starvation in scheduling means?
Process waits indefinitely due to low priority
click to copy
Aging technique in scheduling?
Increases process priority over time to prevent starvation
click to copy
Banker's algorithm is used to?
Avoid deadlock by resource allocation checking
click to copy
Which of the following is a deadlock avoidance strategy?
Banker's algorithm
click to copy
LRU page replacement algorithm replaces?
Least recently used page
click to copy

Computer Fundamentals → Computer Security 1

Ethical hacking is also called?
Penetration testing
click to copy

Computer Fundamentals → Operating System Basics 1

Which is a real-time operating system example?
VxWorks
click to copy

Computer Fundamentals → Output Devices 1

Monitor in OS synchronization is?
High-level synchronization construct
click to copy