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

Linux primarily uses which file system?
ext4
click to copy
The CMOS chip on a motherboard stores?
BIOS settings
click to copy
Which protocol assigns IP addresses automatically?
DHCP
click to copy
GUI stands for?
Graphical User Interface
click to copy
CLI stands for?
Command Line Interface
click to copy
Which of the following is a multi-user OS?
Linux
click to copy
Which scheduling algorithm gives equal time slices to all processes?
Round Robin
click to copy
Deadlock in OS occurs when?
Processes wait for each other indefinitely for resources
click to copy
Which memory management technique divides memory into equal fixed-size blocks?
Paging
click to copy
Thrashing in OS refers to?
Excessive paging/swapping reducing useful work
click to copy
Which of the following is NOT an OS?
Oracle Database
click to copy
A process in the 'Ready' state means?
It is waiting for CPU
click to copy
Context switching refers to?
Saving and restoring CPU state when switching processes
click to copy
Which is the fastest I/O technique?
DMA
click to copy
RAID stands for?
Redundant Array of Independent Disks
click to copy
Which RAID level provides striping with no redundancy?
RAID 0
click to copy
RAID 1 provides?
Mirroring
click to copy
Which command in Linux lists directory contents?
ls
click to copy
Which Windows command shows IP configuration?
ipconfig
click to copy
The CPU utilization in an ideal system should be close to?
80-90%
click to copy
A thread is?
A lightweight process sharing same address space
click to copy
Multithreading allows?
Multiple threads of one process to run concurrently
click to copy
Which type of OS is used in ATMs?
Time-sharing
click to copy
A distributed OS runs on?
Multiple networked computers
click to copy
Which scheduling gives highest priority to shortest jobs?
SJF
click to copy
Spooling stands for?
Simultaneous Peripheral Operations Online
click to copy
Which memory area stores local variables of a function?
Stack
click to copy
Dynamic memory allocation uses?
Heap
click to copy
Which of the following causes internal fragmentation?
Fixed-size partitioning
click to copy
What is the purpose of an interrupt?
To signal CPU that immediate attention is needed
click to copy
Which of the following is NOT a process state?
Compiling
click to copy
The purpose of page table is?
Map virtual addresses to physical addresses
click to copy
Which OS developed by Linus Torvalds?
Linux
click to copy
Semaphore is used to?
Synchronize process access to shared resources
click to copy
Mutual exclusion means?
Only one process accesses critical section at a time
click to copy
A pipe in OS is used for?
Inter-process communication
click to copy
Which command in Windows clears the command prompt screen?
cls
click to copy

Computer Fundamentals → Operating System Basics 2

The kernel of an OS is responsible for?
Hardware-software interaction
click to copy
Which of the following is a batch operating system characteristic?
No user interaction during execution
click to copy

Computer Fundamentals → Memory Units 1

Which is used to protect OS from unauthorized access?
All of the above
click to copy