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

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
C language was developed by?
Dennis Ritchie
click to copy
Which language has the principle 'write once, run anywhere'?
Java
click to copy
SQL stands for?
Structured Query Language
click to copy
Which of the following is a DBMS?
MySQL
click to copy
DDR stands for in DDR RAM?
Double Data Rate
click to copy
Which of the following is a high-level programming language?
Python
click to copy
An algorithm must be?
Finite, definite, and effective
click to copy
What is the time complexity of binary search?
O(log n)
click to copy
Which sorting algorithm has worst-case O(n log n)?
Merge sort
click to copy
Stack data structure follows?
LIFO
click to copy
Queue data structure follows?
FIFO
click to copy
A linked list node contains?
Data and pointer to next node
click to copy
Binary tree node has maximum?
2 children
click to copy
In a full binary tree, every node has?
0 or 2 children
click to copy
Recursion is?
Function calling itself
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

Computer Fundamentals → Memory Units 1

RAM speed is measured in?
MHz
click to copy