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

Tailgating (piggybacking) physical security attack?
Unauthorized person following authorized person through secured door
click to copy
Shoulder surfing attack involves?
Physically observing someone's screen or keyboard to steal information
click to copy
Dumpster diving attack involves?
Searching discarded documents/hardware for sensitive information
click to copy
Defense in depth security strategy uses?
Multiple overlapping security layers — compromise of one doesn't expose all
click to copy
Principle of least privilege means?
Grant only minimum permissions necessary for the job function
click to copy
Need-to-know principle?
Access to information only for those who need it for their role
click to copy
Security audit is?
Systematic review of security controls, policies, and compliance
click to copy
Red team vs Blue team in security?
Red team attacks (offensive); Blue team defends (defensive)
click to copy
Incident Response phases include?
Preparation, Identification, Containment, Eradication, Recovery, Lessons Learned
click to copy
Forensic imaging of a hard drive creates?
Bit-for-bit exact copy preserving all data including deleted files
click to copy
Chain of custody in digital forensics?
Documentation tracking who handled evidence when and where
click to copy
Write blocker in forensics?
Hardware/software preventing any writes to evidence drive during imaging
click to copy
Which encryption mode for AES is most secure for disk encryption?
AES-XTS
click to copy
ECB mode encryption weakness?
Same plaintext blocks produce same ciphertext blocks — reveals patterns
click to copy
IV (Initialization Vector) in encryption?
Random value ensuring same plaintext encrypts differently each time
click to copy
Key stretching algorithms (PBKDF2, bcrypt) are used to?
Make brute-force attacks slower by requiring intensive computation for each guess
click to copy
Security token (hardware token) generates?
Time-based One-Time Password (TOTP) changing every 30 seconds
click to copy
TOTP (Time-based One-Time Password) standard is?
RFC 6238
click to copy
FIDO2 / WebAuthn standard provides?
Phishing-resistant passwordless authentication using public-key cryptography
click to copy
Security Assertion Markup Language (SAML) is used for?
Enterprise Single Sign-On using XML-based authentication assertions
click to copy
Dark web is accessible via?
Tor browser (anonymizing network)
click to copy
Tor network provides anonymity by?
Routing traffic through multiple encrypted hops (onion routing)
click to copy
Cryptojacking involves?
Secretly using victim's computing resources to mine cryptocurrency
click to copy
Steganography hides data?
Within innocent-looking carrier files (images, audio) invisibly
click to copy
Air-gapped computer is?
Computer isolated from all networks for maximum security
click to copy
Which attack inserts malicious code into otherwise legitimate web pages?
Cross-site scripting (XSS)
click to copy
Content Security Policy (CSP) header prevents?
XSS by specifying allowed content sources for the browser
click to copy
Which component is called the 'heart' of the computer?
Motherboard
click to copy
What does BIOS stand for?
Basic Input Output System
click to copy
DVI connector supports?
Digital (DVI-D), Analog (DVI-A), or Both (DVI-I)
click to copy
Which storage has the fastest read/write speed?
NVMe SSD
click to copy
CMOS battery on motherboard?
Maintains BIOS settings and real-time clock when PC is off
click to copy
POST stands for?
Power On Self Test
click to copy
Which expansion slot is used for graphics cards?
PCIe x16
click to copy
What is the purpose of a heatsink?
Dissipate heat from CPU/GPU to prevent thermal throttling
click to copy
TIM (Thermal Interface Material) is applied?
Between CPU/GPU die and heatsink to improve thermal contact
click to copy
USB stands for?
Universal Serial Bus
click to copy
USB 3.0 is identified by?
Blue color connector
click to copy

Computer Fundamentals → Memory Units 1

Penetration test differs from vulnerability scan in?
Pen test actively exploits vulnerabilities; vuln scan only identifies them
click to copy

Computer Fundamentals → Output Devices 1

Which port connects a monitor using analog signal?
VGA (D-Sub)
click to copy