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 38

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
Biometric authentication includes?
Fingerprint, iris, face recognition
click to copy
Which type of attack overwhelms a server with requests?
DDoS
click to copy
SQL injection attack exploits?
Unvalidated user input in SQL queries
click to copy
Cross-site scripting (XSS) attack injects?
Malicious scripts into web pages viewed by others
click to copy
A honeypot in cybersecurity is?
Decoy system to detect attackers
click to copy
Zero-day vulnerability is?
Unknown vulnerability without available patch
click to copy
Patch management involves?
Applying security updates to software
click to copy
Intrusion Detection System (IDS) does?
Monitors and alerts on suspicious activity
click to copy
Intrusion Prevention System (IPS) does?
Monitors and actively blocks threats
click to copy
HTTPS certificate proves?
Identity of the website and enables encryption
click to copy
Browser cookies are used to?
Store user session data and preferences
click to copy
HTML tag for hyperlink is?
<a>
click to copy
CSS property for text color is?
color
click to copy
Which HTML tag creates a table?
<table>
click to copy
HTTP response code 404 means?
Not found
click to copy
HTTP response code 200 means?
OK (success)
click to copy
HTTP response code 500 means?
Internal server error
click to copy
Which HTTP method is used to submit form data?
POST
click to copy
GET vs POST: GET sends data via?
URL query string
click to copy
RESTful API DELETE method is used for?
Deleting resources
click to copy
XML and JSON are both?
Data interchange formats
click to copy
Which of the following is a NoSQL database?
MongoDB
click to copy
NoSQL databases are preferred for?
Unstructured big data
click to copy

Computer Fundamentals → Internet Basics 2

Which protocol secures email transmission?
SMTPS/STARTTLS
click to copy
Which of the following is NOT a search engine?
Wikipedia
click to copy