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 → Number System 1

Which number system group is most suitable for representing IP addresses?
Binary and Decimal
click to copy

Computer Fundamentals → Introduction to Computer 31

The prefix 'kilo' in computing equals?
1024
click to copy
The prefix 'mega' in computing equals?
1024²
click to copy
Which of following is the correct priority order (high to low) for Boolean operators?
NOT, AND, OR
click to copy
The minimum number of NAND gates to implement AND?
2
click to copy
Carry lookahead adder is faster than ripple carry because?
It computes carry signals in parallel
click to copy
Which memory cell stores one bit using 6 transistors?
SRAM cell
click to copy
Which memory cell stores one bit using 1 transistor and 1 capacitor?
DRAM
click to copy
Which of the following is NOT a component of CPU?
HDD
click to copy
MAR stands for in CPU?
Memory Address Register
click to copy
MDR stands for in CPU?
Memory Data Register
click to copy
The clock rate determines?
How fast CPU executes instructions
click to copy
Which generation first used semiconductor memory?
Third
click to copy
The von Neumann bottleneck refers to?
Limited bandwidth between CPU and memory
click to copy
Superscalar CPU executes?
Multiple instructions simultaneously
click to copy
Pipeline in CPU allows?
Overlapping stages of multiple instructions
click to copy
Which cache miss type occurs when cache is empty?
Cold miss (compulsory)
click to copy
CISC vs RISC: RISC has?
Few simple instructions
click to copy
Branch prediction in CPU is used to?
Prefetch instructions based on likely branch outcome
click to copy
Out-of-order execution allows CPU to?
Execute instructions in a different order than programmed for efficiency
click to copy
Endianness refers to?
Byte order in multi-byte data storage
click to copy
x86 processors use which endianness?
Little-endian
click to copy
Which generation introduced microprocessors?
Fourth
click to copy
Which company made the first PC?
IBM
click to copy
Apple Macintosh was introduced in?
1984
click to copy
Android OS is based on?
Linux kernel
click to copy
iOS is developed by?
Apple
click to copy
HTML stands for?
HyperText Markup Language
click to copy
CSS stands for?
Cascading Style Sheets
click to copy
Which programming language is used for web scripting?
JavaScript
click to copy
Python was created by?
Guido van Rossum
click to copy
Java was developed by?
Sun Microsystems (James Gosling)
click to copy

Computer Fundamentals → Memory Units 4

Hard disk stores data on?
Magnetic platters
click to copy
What is a sector on a hard disk?
Smallest addressable storage unit on a track
click to copy
Program counter (PC) holds?
Address of next instruction to fetch
click to copy
Instruction Register (IR) holds?
Current instruction being executed
click to copy

Computer Fundamentals → Operating System Basics 2

MS-DOS stands for?
Microsoft Disk Operating System
click to copy
Which company created Windows OS?
Microsoft
click to copy

Computer Fundamentals → Internet Basics 2

The first commercially successful web browser was?
Mosaic/Netscape Navigator
click to copy
WWW was invented by?
Tim Berners-Lee
click to copy