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

FIFO page replacement replaces?
Oldest page in memory
click to copy
Optimal page replacement algorithm?
Replaces the page not used for longest time in future
click to copy
Bélády's anomaly occurs in?
FIFO
click to copy
Working set model is related to?
Page replacement and memory management
click to copy
File allocation table (FAT) stores?
Location of file data clusters on disk
click to copy
Inode in Linux stores?
File metadata (permissions, size, location)
click to copy
Hard link in Linux?
Points to same inode as original
click to copy
Soft link (symbolic link) in Linux?
Points to path/name of original file
click to copy
What does chmod 755 mean?
Read-write-execute for owner; read-execute for group and others
click to copy
Root user in Linux has UID?
0
click to copy
Which command shows network interfaces in Linux?
ifconfig or ip addr
click to copy
Which command installs packages in Ubuntu?
apt install
click to copy
Which command installs packages in CentOS/RHEL?
yum install / dnf install
click to copy
What is /etc in Linux?
System configuration files
click to copy
What is /var in Linux?
Variable data files (logs, spools, databases)
click to copy
What is /tmp in Linux?
System temp files (cleared on reboot)
click to copy
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

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