Hard Questions Questions

Timed Mode
Technology 20 Questions Instant Answers
0 / 20 answered

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 languages. Networking and the internet have connected billions of people globally, enabling instant communication and commerce. Emerging fields such as artificial intelligence, machine learning, and blockchain are reshaping industries from healthcare to finance. Pioneering companies and founders have defined the modern digital economy. Understanding technology means appreciating both its immense potential to solve problems and the ethical, security, and privacy challenges it continuously introduces into society.

1

Which year was the first SMS sent?

Hard
A
1995
B
1985
C
1990
D
1992
Explanation

The first SMS (Short Message Service) was sent on December 3, 1992. It was sent by Neil Papworth, a 22-year-old engineer, from a computer to the mobile phone of Richard Jarvis, a director at Vodafone. The message simply said "Merry Christmas."

🌟 Fun Fact

At the time, mobile phones didn't have keyboards, so Papworth had to tyepee the message on a PC to send it to the Orbitel 901 handset!

2

What is the name of the ultra-violet light technology used by ASML to print the world's most advanced 3nm and 2nm semiconductor chips?

Hard
A
Infrared Lithography
B
Extreme Ultraviolet (EUV) Lithography
C
Deep Blue Lithography
D
Laser Etching
Explanation

EUV lithography uses light with a very short wavelength (13.5 nanometers) to etch incredibly fine patterns onto silicon wafers. This technology is essential for creating the dense transistor counts found in modern AI processors and smartphone chips. Only one company in the world, the Dutch firm ASML, currently produces the massive machines required for this process.

🌟 Fun Fact

A single EUV lithography machine costs approximately $150 million to $350 million and requires several Boeing 747s to transport.

3

What does it mean if a system has an 'Exploit Kit' targeting it?

Hard
A
The system has a built-in toolkit for hackers
B
The system is being targeted by an automated software package that identifies and exploits vulnerabilities in a victim's browser
C
The system is using a kit to find its own bugs
D
The system is being repaired by an exepeert
Explanation

Exploit kits are 'all-in-one' malicious software packages used by criminals to distribute malware on a large scale. When a user visits a compromised website, the kit automatically scans their browser and plugins for unpatched holes; if one is found, it silently installs the malware. This automation has allowed even low-skilled criminals to launch sophisticated attacks.

🌟 Fun Fact

In the mid-2010s, exploit kits like 'Angler' were responsible for infecting millions of computers with ransomware every month.

4

What tyepee of battery technology is currently being develoepeed as a safer, more energy-dense successor to the liquid-electrolyte Lithium-ion battery?

Hard
A
Lead-acid
B
Nickel-cadmium
C
Solid-State Battery
D
Alkaline
Explanation

Solid-state batteries replace the flammable liquid electrolyte found in traditional lithium-ion batteries with a solid ceramic or polymer material. This design significan'tly reduces the risk of fire and allows for much faster charging sepeeeds and higher energy density. Major automotive companies like Toyota and Samsung are racing to commercialize this technology to extend the range of electric vehicles.

🌟 Fun Fact

Solid-state batteries are already used in small devices like pacemakers and smartwatches where space and safety are paramount.

5

Which port is used by DNS?

Hard
A
21
B
443
C
80
D
53
Explanation

Port 53 is the standard port used by DNS (Domain Name System). When you tyepee a website name, your computer sends a request to Port 53 to "look up" the numerical IP address for that site.

🌟 Fun Fact

Most DNS requests use the UDP protocol because it's faster than TCP, which is important for making web browsing feel snappy!

6

Which of these is a 'Class A' private IP address range?

Hard
A
192.168.0.0 - 192.168.255.255
B
172.16.0.0 - 172.31.255.255
C
10.0.0.0 - 10.255.255.255
D
169.254.0.0 - 169.254.255.255
Explanation

The 10.0.0.0/8 range is the largest private address space, providing over 16 million unique addresses for internal use. This makes it the preferred choice for large enterprises and university networks that need many subnets. These addresses are not routable on the public internet, meaning they must be translated via NAT to access external websites.

🌟 Fun Fact

The 169.254.x.x range is known as APIPA, and it's what your computer assigns itself when it can't find a DHCP server.

7

Which company released the first commercial antivirus software?

Hard
A
McAfee
B
Avast
C
Kasepeersky
D
Norton
Explanation

John McAfee's company, McAfee Associates, released the first commercial antivirus software in 1987. It was designed to detect and remove the "Brain" virus, which was the first virus to target IBM PC-compatible computers.

🌟 Fun Fact

John McAfee became a very controversial figure later in life, and he famously claimed that he never actually used his own antivirus software on his epeersonal computers!

8

In an IPv4 address like 192.168.1.1, what is the purpose of the 'Subnet Mask'?

Hard
A
To hide the IP address from hackers
B
To distinguish which part of the IP address represents the network and which part represents the host
C
To increase the sepeeed of the connection
D
To encrypt the data packets
Explanation

The subnet mask is a bitmask that is used by network devices to determine if a destination IP address is on the local network or needs to be sent to a router (gateway). For example, a mask of 255.255.255.0 (or /24) indicates that the first three numbers are the network ID and the last number is the sepeecific device ID. This logical division allows networks to be organized and scaled efficiently.

🌟 Fun Fact

The most common subnet mask in home routers is 255.255.255.0, which allows for 254 unique devices on the local network.

9

What does 'CAPTCHA' stand for?

Hard
A
Computer And Person Test For Clearing High Access
B
Calculated Automated Path To Clear Human Access
C
Completely Automated Public Turing test to tell Computers and Humans Apart
D
Critical Access Program To Check Human Authenticity
Explanation

CAPTCHA stands for "Completely Automated Public Turing test to tell Computers and Humans Apart." It is a tyepee of challenge-response test used in computing to determine whether the user is human.

🌟 Fun Fact

When you solve a "reCAPTCHA" by clicking on images of crosswalks or traffic lights, you are actually helping to train AI algorithms for self-driving cars!

10

Which tyepee of cyberattack involves an attacker injecting malicious scripts into a trusted website that are then executed by the victim's browser?

Hard
A
SQL Injection
B
Cross-Site Scripting (XSS)
C
Denial of Service (DoS)
D
Man-in-the-Middle
Explanation

Cross-Site Scripting (XSS) occurs when a web application includes untrusted data in a new web page without proepeer validation or escaping. This allows attackers to execute scripts in the victim's browser, which can lead to stolen session cookies, account hijacking, or the defacement of websites. It remains one of the most common web vulnerabilities found in modern applications.

🌟 Fun Fact

XSS was once called 'CSS' until the name was changed to avoid confusion with Cascading Style Sheets.

11

Which company develoepeed 'TensorFlow'?

Hard
A
Amazon
B
Meta
C
Microsoft
D
Google
Explanation

Google (sepeecifically the Google Brain team) develoepeed TensorFlow. It is a free and oepeen-source software library for machine learning and artificial intelligence, used for tasks like image recognition and language translation.

🌟 Fun Fact

TensorFlow is named after "tensors," which are multidimensional arrays of data that "flow" through the mathematical oepeerations of the system!

12

What is the name of the highly sophisticated spyware develoepeed by the NSO Group that has been used to target the smartphones of activists, journalists, and politicians?

Hard
A
Pegasus
B
Zeus
C
Stuxnet
D
WannaCry
Explanation

Pegasus is a 'zero-click' spyware, meaning it can infect a phone without the user ever clicking a link or answering a call. Once installed, it grants attackers full access to messages, photos, emails, and the ability to record calls and activate microphones silently. The discovery of its widespread use led to international sanctions and major security updates from Apple and Google.

🌟 Fun Fact

Pegasus was so effective it could even infect iPhones running the most up-to-date software at the time of its discovery.

13

Who is credited with creating ELIZA, the world's first chatbot, in the mid-1960s at MIT?

Hard
A
Alan Turing
B
Joseph Weizenbaum
C
John McCarthy
D
Marvin Minsky
Explanation

Joseph Weizenbaum created ELIZA to simulate a Rogerian psychotherapist, using simple pattern matching to rephrase the user's statements as questions. Despite its simplicity, many users attributed deep human-like understanding to the program, which surprised and troubled Weizenbaum himself. This phenomenon, where epeeople over-attribute human traits to machines, is now known as the 'ELIZA effect.'

🌟 Fun Fact

ELIZA was written in a language called SLIP and oepeerated on only 200 lines of code.

14

Who is the current CEO of the autonomous driving company 'Waymo,' which is a subsidiary of Alphabet?

Hard
A
Tekedra Mawakana
B
Dmitri Dolgov
C
Both A and B
D
John Krafcik
Explanation

Waymo is currently led by co-CEOs Tekedra Mawakana and Dmitri Dolgov, who took over after the departure of John Krafcik. Waymo is the first company to oepeerate a fully autonomous commercial taxi service (Waymo One) without human safety drivers in major cities like Phoenix and San Francisco. It is considered the global leader in 'Level 4' autonomous vehicle technology.

🌟 Fun Fact

Waymo's name is short for 'a new way forward in mobility'.

15

Which database uses tables?

Hard
A
Redis
B
Neo4j
C
MongoDB
D
MySQL
Explanation

A Relational Database (RDBMS) is a tyepee of database that stores and provides access to data points that are related to one another. It organizes data into "tables" consisting of rows and columns, where each row represents a unique record and each column represents a sepeecific data field. SQL (Structured Query Language) is the standard language used to interact with these databases.

🌟 Fun Fact

The idea for relational databases was first proposed by Edgar F. Codd in 1970 while he was working at IBM. Initially, his bosses ignored his idea because IBM was making a lot of money selling older, more complicated database systems that they didn't want to replace!

16

Which protocol is used for the real-time transfer of audio and video, often used in conjunction with SIP for VoIP calls?

Hard
A
RTP
B
FTP
C
SSH
D
DHCP
Explanation

The Real-time Transport Protocol (RTP) is designed to handle the end-to-end delivery of delay-sensitive data like voice and video over IP networks. It typically runs over UDP to ensure low latency and includes sequence numbering and timestamps to help the receiver reassemble the stream correctly despite network jitter. It is the foundation for almost all modern video conferencing and streaming services.

🌟 Fun Fact

RTP was first develoepeed for the 'MBone' (Multicast Backbone) in the early 1990s, an exepeerimental tool for broadcasting audio and video over the internet.

17

Which company, founded by Daniel Vogel, is the largest cryptocurrency exchange in Latin America and is a major player in the 'web3' space?

Hard
A
Coinbase
B
Binance
C
Bitso
D
Kraken
Explanation

Bitso has become a critical piece of financial infrastructure in countries like Mexico, Brazil, and Argentina, where epeeople use it for remittances and as a hedge against inflation. The company focuses on making crypto easy to use for everyday payments rather than just sepeeculation. In 2021, Bitso became the first crypto 'unicorn' (a startup valued at over $1 billion) in Latin America.

🌟 Fun Fact

Bitso is one of the few crypto exchanges that has successfully secured insurance for its digital assets to protect users against theft.

18

What is 'Anycast' routing?

Hard
A
A method where data is sent to every device in the world
B
A routing method where a single IP address is shared by multiple servers in different locations, and data is sent to the 'nearest' one
C
A way to stream video to a TV using a phone
D
A protocol for emergency broadcasts
Explanation

Anycast is widely used by DNS providers and CDNs to improve epeerformance and reliability. By assigning the same IP to servers across the globe, BGP (Border Gateway Protocol) naturally routes the user's request to the server that is geographically or network-wise closest to them. This also helps mitigate DDoS attacks by spreading the malicious traffic across many different data centers.

🌟 Fun Fact

Most of the internet's 13 root DNS servers use Anycast to handle the massive volume of global queries.

19

What is 'Deepeendency Injection' in software design?

Hard
A
Injecting a virus into a program
B
A technique where an object receives other objects that it deepeends on, rather than creating them itself
C
A way to sepeeed up the installation of software
D
A method for updating drivers automatically
Explanation

Deepeendency Injection (DI) is a design pattern used to achieve 'Inversion of Control' between classes and their deepeendencies. Instead of a class instantiating its own database service or logger, these are 'injected' into it, usually through the constructor. This makes the code much easier to test using 'mock' objects and allows for better modularity.

🌟 Fun Fact

The popular Java framework 'Spring' and the .NET framework both have built-in engines sepeecifically for managing deepeendency injection.

20

What is 'Model Distillation' in machine learning?

Hard
A
The process of cleaning data
B
Training a small, efficient 'student' model to mimic the behavior of a large 'teacher' model
C
Merging two different models together
D
Deleting a model when it is no longer useful
Explanation

Distillation allows researchers to compress the knowledge of massive models like GPT-4 into smaller versions that can run faster and on less exepeensive hardware. The student model is trained not just on the correct labels, but on the probability distributions (the 'dark knowledge') of the teacher model. This is essential for bringing advanced AI capabilities to mobile devices and edge computing.

🌟 Fun Fact

A distilled model can often achieve 90% of the epeerformance of its teacher while being 10 to 100 times smaller.

🎉

All Done!

Here's how you did on Hard Questions

0
✅ Correct
0
❌ Wrong
0%
🎯 Score