Hard Questions Questions

Timed Mode
Technology 20 Questions Instant Answers

Technology encompasses the tools, systems, and innovations humans create to solve problems and improve daily life. It spans hardware — the physical components such as processors, memory, and storage — and software, including operating systems, applications, and programming langua Read more

0 / 20 answered
1

What is the name of the first video game?

Hard
A
Pong
B
Pac-Man
C
Tennis for Two
D
Space Invaders
Explanation

'Tennis for Two,' created in 1958 by physicist William Higinbotham, is widely considered the first video game. It was played on an oscilloscope and simulated a game of tennis.

🌟 Fun Fact

Higinbotham created the game just to entertain visitors at the Brookhaven National Laboratory's annual open house!

2

Which year was the World Wide Web introduced to the public?

Hard
A
1985
B
1989
C
1991
D
1995
Explanation

Tim Berners-Lee introduced the World Wide Web to the public in 1991. While the Internet (the underlying network) had existed since the 1960s, the "Web" made it accessible to everyone through browsers and links.

🌟 Fun Fact

The very first website is still live today at info.cern.ch!

3

What does 'ASCII' stand for?

Hard
A
American Standard Code for Information Interchange
B
Applied Standard Computer Interface Index
C
Array System Code for Input Instruction
D
Advanced Serial Code for Internal Integration
Explanation

ASCII stands for American Standard Code for Information Interchange. It is a character encoding standard for electronic communication, assigning a unique number to every letter, digit, and symbol (e.g., the letter 'A' is number 65).

🌟 Fun Fact

Standard ASCII only uses 7 bits, which means it can only represent 128 different characters-enough for English, but not for most other world languages!

4

What does 'ERP' stand for?

Hard
A
Enterprise Resource Planning
B
Energy Resource Power
C
Electronic Rate Process
D
Enhanced Remote Path
Explanation

ERP stands for Enterprise Resource Planning. It is a type of software system that helps organizations manage their core business processes, such as accounting, human resources, supply chain, and manufacturing, in one single integrated suite.

🌟 Fun Fact

ERP systems are so complex that it can take large companies several years and millions of dollars to fully set one up!

5

What is the name of the first web browser?

Hard
A
Mosaic
B
Netscape
C
WorldWideWeb
D
Internet Explorer
Explanation

WorldWideWeb (later renamed Nexus) was the first-ever web browser. it was created by Tim Berners-Lee in 1990 while he was working at CERN. It was also the first WYSIWYG (What You See Is What You Get) HTML editor.

🌟 Fun Fact

The first browser only worked on the NeXT computer system, which is the same type of computer Steve Jobs created after he was fired from Apple!

6

What is virtualization?

Hard
A
Hardware sharing
B
OS duplication
C
Running multiple OS
D
Cloud storage
Explanation

Virtualization is a technology that allows you to create multiple "virtual" versions of a computer or server on a single piece of physical hardware. By using a software layer called a "hypervisor," one powerful computer can run multiple operating systems (like Windows, Linux, and macOS) at the same time, completely isolated from each other. This is the foundation of modern cloud computing.

🌟 Fun Fact

Virtualization is the reason why a single server in an Amazon data center can be "split" and rented out to hundreds of different small companies simultaneously, making computing power much cheaper and more accessible for everyone.

7

Which attack overloads a server?

Hard
A
Phishing
B
DDoS
C
SQL Injection
D
Spoofing
Explanation

A DDoS (Distributed Denial of Service) attack is a malicious attempt to disrupt the normal traffic of a targeted server, service, or network by overwhelming it with a flood of Internet traffic. This is typically achieved by using a "botnet"-a network of thousands of infected computers or IoT devices (like "smart" fridges) that are commanded to send requests to the victim at the same time.

🌟 Fun Fact

One of the largest DDoS attacks in history targeted a company called Spamhaus; the flood of data was so massive (300 billion bits per second) that it actually slowed down the internet speed for millions of ordinary users across the entire continent of Europe.

8

Which year was the 'Java' language released?

Hard
A
1991
B
1995
C
1998
D
2000
Explanation

Java was officially released by Sun Microsystems in 1995. Its slogan "Write Once, Run Anywhere" (WORA) meant that developers could write a program on one type of computer and it would work on any other device without modification.

🌟 Fun Fact

Java was originally intended for use in interactive television and set-top boxes, but it was too advanced for the TV industry at the time!

9

Which company created the 'Markdown' language?

Hard
A
Google
B
GitHub
C
John Gruber/Aaron Swartz
D
Microsoft
Explanation

Markdown was created by John Gruber and Aaron Swartz in 2004. It is a "lightweight markup language" that allows you to write formatted text (like bold, italics, or lists) using simple characters like # and , which can then be converted to HTML.

🌟 Fun Fact

This very explanation is likely being formatted using a version of Markdown!

10

Which port number is used by the 'SSH' protocol?

Hard
A
21
B
22
C
23
D
25
Explanation

Port 22 is the standard port number used by the Secure Shell (SSH) protocol. SSH is used to provide a secure, encrypted way to log into and manage a remote computer or server over an unsecured network.

🌟 Fun Fact

The inventor of SSH, Tatu Yl?nen, chose Port 22 because it was free and sat right between Port 21 (FTP) and Port 23 (Telnet), which were the protocols he was trying to replace!

11

Which algorithm is used in RSA encryption?

Hard
A
Symmetric
B
Asymmetric
C
Hashing
D
Compression
Explanation

RSA (Rivest?Shamir?Adleman) is a widely used asymmetric encryption algorithm that relies on the mathematical difficulty of factoring the product of two large prime numbers. This "one-way" mathematical function allows anyone to encrypt data with a public key, but only the person with the private key (the factors of the large number) can decrypt it. It serves as the foundation for secure data transmission over the internet.

🌟 Fun Fact

The security of RSA is so robust that to "crack" a standard 2048-bit RSA key using a conventional supercomputer, it would take longer than the current age of the universe!

12

Which language is used to style web pages?

Hard
A
HTML
B
Python
C
CSS
D
SQL
Explanation

CSS (Cascading Style Sheets) is the language used to style and layout web pages. While HTML is used to define the structure and content (like text and images), CSS is used to control the appearance, including colors, fonts, spacing, and positioning. It allows developers to separate the design from the content, making it easier to maintain and update large websites.

🌟 Fun Fact

Before CSS was standardized in 1996, web designers had to use clunky HTML tags to control things like font color; if you wanted to change the background color of a 100-page website, you often had to edit every single page manually!

13

What is the name of the first digital camera?

Hard
A
Kodak
B
Sony
C
Canon
D
Nikon
Explanation

The world's first portable digital camera was created by Steven Sasson, an engineer at Kodak, in 1975. It weighed 8 pounds and had a resolution of just 0.01 megapixels.

🌟 Fun Fact

It took 23 seconds to record a single black-and-white image onto a cassette tape, and the image could only be viewed by plugging the camera into a television set!

14

In web development, what does 'DOM' stand for?

Hard
A
Data Object Model
B
Document Object Model
C
Digital Output Mode
D
Direct Operating Module
Explanation

DOM stands for Document Object Model. It is a programming interface for web documents (HTML and XML) that represents the page as a tree-like structure. This allows languages like JavaScript to "reach in" and change the content, style, or structure of a webpage dynamically.

🌟 Fun Fact

Without the DOM, web pages would be static and boring-it's the reason a button can change color or a menu can pop up when you click it!

15

Which technology is used to make telephone calls over the internet?

Hard
A
VPN
B
VoIP
C
HTML
D
DNS
Explanation

VoIP stands for Voice over Internet Protocol. It allows you to make voice calls using a broadband internet connection instead of a regular (analog) phone line. Popular examples include Skype, WhatsApp calls, and Zoom.

🌟 Fun Fact

VoIP technology is what allows you to make "free" international calls over the internet, bypassing traditional long-distance phone charges!

16

What is the name of the first programmable electronic digital computer?

Hard
A
ENIAC
B
Colossus
C
UNIVAC
D
Z3
Explanation

ENIAC (Electronic Numerical Integrator and Computer) was the first programmable, electronic, general-purpose digital computer, completed in 1945. It used vacuum tubes instead of mechanical gears, making it thousands of times faster than previous machines.

🌟 Fun Fact

ENIAC was so power-hungry that legend has it whenever it was turned on, the lights in Philadelphia would dim!

17

Which company developed the 'C' programming language?

Hard
A
Microsoft
B
IBM
C
AT&T Bell Labs
D
Sun Microsystems
Explanation

Bell Labs is where the C programming language was developed between 1972 and 1973. Dennis Ritchie created it specifically to rewrite the Unix operating system. C's influence is so vast that almost every modern language is a "descendant" of it.

🌟 Fun Fact

Bell Labs is also responsible for inventing the transistor, the laser, and the Unix operating system itself!

18

What does 'BIOS' stand for?

Hard
A
Basic Input Output System
B
Binary Integrated Operating System
C
Basic Internal Online System
D
Built In Output Series
Explanation

BIOS stands for Basic Input/Output System. It is firmware stored on a small memory chip on the motherboard that initializes and tests the computer's hardware components during the startup process (booting) before handing control over to the operating system.

🌟 Fun Fact

Modern computers have mostly replaced BIOS with a more advanced version called UEFI (Unified Extensible Firmware Interface)!

19

What is the base of binary system?

Hard
A
2
B
8
C
10
D
16
Explanation

The binary system is a base-2 number system that uses only two digits: 0 and 1. It is the fundamental "language" of all modern computers because electronic circuits are most reliable when they only have to distinguish between two states: "On" (1) and "Off" (0). Every piece of digital data, from high-definition movies to complex AI models, is ultimately stored as a massive string of these two numbers.

🌟 Fun Fact

The binary system was actually described by the German mathematician Gottfried Wilhelm Leibniz in the 17th century, long before electronic computers existed; he believed that binary was a perfect language that could represent the logic of the entire universe.

20

Which OS kernel is Linux based on?

Hard
A
Hybrid
B
Microkernel
C
Monolithic
D
Exokernel
Explanation

The Linux kernel is a free and open-source, monolithic, modular, multitasking Unix-like operating system kernel. It was originally developed by Linus Torvalds in 1991 for his personal computer. Unlike Windows or macOS, Linux is not a complete operating system by itself but rather the core "engine" (kernel) that manages hardware resources and allows software to communicate with the hardware.

🌟 Fun Fact

Linus Torvalds originally wanted to name the kernel "Freax" (a combination of "free," "freak," and "x" for Unix). The name "Linux" was actually given by the administrator of the server where the files were first hosted, and Linus eventually decided it was a better name.

🎉

All Done!

Here's how you did on Hard Questions

0
✅ Correct
0
❌ Wrong
0%
🎯 Score