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 35

What is /home in Linux?
User home directories
click to copy
What is /bin in Linux?
Essential command binaries (ls, cp, mv)
click to copy
What is /dev in Linux?
Device files (hardware interfaces)
click to copy
Process 1 (PID 1) in Linux is?
init/systemd
click to copy
Which signal terminates a process in Linux?
SIGKILL
click to copy
POSIX standards define?
Portable OS interface standards for Unix-like systems
click to copy
Blue Screen of Death (BSOD) in Windows indicates?
Fatal system error requiring reboot
click to copy
Which file in Linux contains user account information?
/etc/passwd
click to copy
Encrypted passwords in Linux are stored in?
/etc/shadow
click to copy
Multi-factor authentication combines?
Multiple authentication factors from different categories
click to copy
Vishing is?
Voice/phone-call phishing
click to copy
Smishing uses?
SMS text messages
click to copy
Man-in-the-middle (MITM) attack?
Intercepts communication between two parties
click to copy
ARP spoofing is?
Sending fake ARP replies to associate attacker's MAC with victim's IP
click to copy
DNS poisoning (cache poisoning) inserts?
Corrupt DNS records redirecting to malicious sites
click to copy
Keylogger records?
Every keystroke typed by user
click to copy
Rootkit is?
Malware hiding deep in OS to conceal other malware
click to copy
Botnet is?
Network of infected computers controlled remotely
click to copy
Command and Control (C&C) server is used by?
Botnet operators to control infected machines
click to copy
Sandboxing in security?
Runs untrusted code in isolated environment
click to copy
Penetration testing should be done?
With explicit written authorization
click to copy
CVE stands for in security?
Common Vulnerabilities and Exposures
click to copy
OWASP stands for?
Open Web Application Security Project
click to copy
OWASP Top 10 is?
List of most critical web application security risks
click to copy
Which attack targets the application layer (Layer 7)?
HTTP flood/DDoS
click to copy
SYN flood attack exploits?
TCP three-way handshake
click to copy
TCP three-way handshake steps are?
SYN, SYN-ACK, ACK
click to copy
Which OSI layer does TLS/SSL secure?
Between layers 4 and 7
click to copy
Hash function is one-way because?
Given hash, original data cannot be derived
click to copy
SHA-256 produces a hash of?
256 bits
click to copy
MD5 is now considered?
Deprecated — vulnerable to collisions
click to copy
Which of the following is NOT a cloud service model?
HaaS (Hardware as a Service)
click to copy
Elasticity in cloud computing means?
Automatically scaling resources up or down based on demand
click to copy
Pay-as-you-go in cloud computing?
Pay only for resources consumed
click to copy
Which cloud deployment model serves only one organization?
Private cloud
click to copy

Computer Fundamentals → Operating System Basics 1

What does 'kernel panic' mean in Linux?
Fatal OS error requiring reboot
click to copy

Computer Fundamentals → Computer Security 4

Social media phishing is called?
Spear phishing
click to copy
Whaling phishing targets?
Specific high-profile executives
click to copy
Spyware is malware that?
Self-replicates
click to copy
Adware is malware that?
Displays unwanted advertisements
click to copy