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

Primary key in MS Access?
Uniquely identifies each record in a table
click to copy
Which Access object is used to retrieve data?
Query
click to copy
Access Form is used to?
Provide user-friendly interface for data entry and viewing
click to copy
Access Report is used to?
Present data in formatted printable layout
click to copy
Relationship in Access between tables uses?
Linked fields (Primary key - Foreign key relationship)
click to copy
IP address 127.0.0.1 is called?
Loopback/localhost address
click to copy
Which HTML tag is used for the largest heading?
<h1>
click to copy
What does CSS stand for?
Cascading Style Sheets
click to copy
Which HTML attribute specifies a hyperlink's destination?
href
click to copy
JavaScript is used for?
Client-side interactive web functionality
click to copy
PHP stands for?
PHP: Hypertext Preprocessor (recursive acronym)
click to copy
Which CSS property changes text color?
color
click to copy
Meta tag in HTML is used for?
Providing metadata about the document (charset, viewport, description)
click to copy
Responsive web design adjusts layout based on?
Screen size and device type
click to copy
What is a cookie in web technology?
Small data file stored in browser by website to remember user info
click to copy
Session in web development?
Temporary server-side storage of user data for duration of a browsing session
click to copy
REST API uses which HTTP methods primarily?
GET, POST, PUT, DELETE (CRUD operations)
click to copy
Which language is used to style XML documents?
XSLT (XSL Transformations)
click to copy
What is RSS (Really Simple Syndication)?
XML-based format for publishing frequently updated content (news, blogs)
click to copy
FTP default port is?
21
click to copy
Which protocol sends email?
SMTP
click to copy
Web 2.0 refers to?
Interactive, user-generated content web (blogs, social media, wikis)
click to copy
Web 3.0 (Web3) refers to?
Decentralized web using blockchain and semantic technologies
click to copy
Which organization maintains HTML standards?
W3C (World Wide Web Consortium)
click to copy
Semantic HTML elements include?
<header>, <nav>, <article>, <section>, <footer>
click to copy
Which HTML5 element is used for video?
<video>
click to copy
Canvas element in HTML5?
Provides 2D drawing surface for JavaScript graphics
click to copy
SVG in web development?
Scalable Vector Graphics — XML-based 2D vector graphics that scale without quality loss
click to copy
localStorage vs sessionStorage: localStorage?
Persists across sessions until explicitly cleared
click to copy
AJAX stands for?
Asynchronous JavaScript And XML — enables async web requests without page reload
click to copy
jQuery is?
A fast, lightweight JavaScript library simplifying DOM manipulation and AJAX
click to copy
Bootstrap is?
A CSS/HTML/JS front-end framework for responsive, mobile-first web development
click to copy
Which HTTP status code means 'Redirect'?
301 or 302
click to copy
Which attribute in HTML form tag specifies where to send data?
action
click to copy
DOM (Document Object Model) is?
Tree representation of HTML document elements for JavaScript manipulation
click to copy
JSON.parse() in JavaScript?
Converts JSON string to JavaScript object
click to copy
JSON.stringify() converts?
JavaScript object to JSON string
click to copy

Computer Fundamentals → Internet Basics 3

The first search engine was?
Archie (1990)
click to copy
Which protocol is used by web browsers to access websites?
HTTP/HTTPS
click to copy
URL encoding replaces spaces with?
+ or %20
click to copy