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

SATA III maximum speed is?
600 MB/s
click to copy
The first computer bug was?
An actual insect found in a relay
click to copy
Gosling's Java 'JVM' stands for?
Java Virtual Machine
click to copy
Bytecode in Java is?
Intermediate code executed by JVM
click to copy
IDE in programming stands for?
Integrated Development Environment
click to copy
Git is used for?
Version control
click to copy
GitHub is?
Cloud-based Git repository hosting service
click to copy
Agile methodology is?
Iterative and incremental development
click to copy
SDLC stands for?
Software Development Life Cycle
click to copy
Which SDLC phase comes first?
Requirements analysis
click to copy
Alpha testing is done by?
Internal testers within organization
click to copy
Beta testing is done by?
External real users
click to copy
Which testing checks if system meets requirements?
System testing
click to copy
Regression testing ensures?
Old features still work after changes
click to copy
Which data structure is used for breadth-first search (BFS)?
Queue
click to copy
Which data structure is used for depth-first search (DFS)?
Stack
click to copy
Time complexity of linear search is?
O(n)
click to copy
Hash table provides average time complexity of?
O(1)
click to copy
Heap data structure is used for?
Priority queue implementation
click to copy
In a max-heap, the root is?
Largest element
click to copy
Graph with no cycles is called?
Tree/DAG
click to copy
Which sorting algorithm is best for nearly sorted arrays?
Insertion sort
click to copy
Bubble sort worst-case complexity is?
O(n²)
click to copy
Which algorithm follows divide and conquer?
Merge sort
click to copy
Dynamic programming solves problems by?
Storing solutions to subproblems (memoization)
click to copy
Greedy algorithm?
Makes locally optimal choices at each step
click to copy
P in P vs NP complexity theory stands for?
Polynomial time solvable
click to copy
NP in P vs NP stands for?
Nondeterministic Polynomial
click to copy
Turing machine was proposed by?
Alan Turing
click to copy
Information Theory was founded by?
Claude Shannon
click to copy
What does 'open source' mean for software?
Source code is publicly available
click to copy
Which is an example of cloud storage?
Google Drive
click to copy
SaaS example is?
Google Workspace (Docs)
click to copy
Which is an example of IaaS?
Amazon EC2
click to copy
PaaS example is?
Microsoft Azure App Service
click to copy
A digital certificate is issued by?
Certificate Authority (CA)
click to copy
Two-factor authentication (2FA) uses?
Something you know + something you have/are
click to copy

Computer Fundamentals → Output Devices 1

Which type of monitor is thinnest?
OLED
click to copy

Computer Fundamentals → Software and Hardware 1

A compiler is to compilation as interpreter is to?
Execution line by line
click to copy

Computer Fundamentals → Internet Basics 1

Which protocol secures email transmission?
SMTPS/STARTTLS
click to copy