Medium 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

Which company acquired GitHub in 2018?

Medium
A
Google
B
Microsoft
C
Amazon
D
IBM
Explanation

Microsoft acquired GitHub in 2018 for 7.5 billion. GitHub is the world's largest platform for hosting and collaborating on software source code, used by millions of developers.

🌟 Fun Fact

At the time of the purchase, many developers were worried Microsoft would change GitHub, but it has largely remained an open and independent platform for the coding community!

2

What is the term for 'overclocking'?

Medium
A
Slowing down CPU
B
Increasing CPU speed beyond factory settings
C
Adding RAM
D
Cleaning the PC
Explanation

Overclocking is the practice of increasing a computer component's clock rate, running it at a higher speed than it was designed for by the manufacturer. This is usually done to get better performance in gaming or video editing.

🌟 Fun Fact

Overclocking produces a lot of extra heat, so extreme overclockers sometimes use liquid nitrogen to keep their processors from melting!

3

Which tech is used in cryptocurrency?

Medium
A
AI
B
Blockchain
C
Cloud
D
IoT
Explanation

Blockchain is the decentralized, distributed ledger technology that powers cryptocurrencies like Bitcoin. It records every transaction across a network of computers in a way that makes it impossible to change or hack the data after it has been written, creating a "chain" of trust without a central bank.

🌟 Fun Fact

While blockchain is famous for money, it is now being used for many other things, including "Smart Contracts" that automatically execute when conditions are met, and tracking the supply chain of luxury goods like diamonds to ensure they are ethically sourced.

4

Which company owns Facebook?

Medium
A
Google
B
Meta
C
Apple
D
Amazon
Explanation

Meta Platforms, Inc. (formerly Facebook, Inc.) is the parent company that owns Facebook, Instagram, WhatsApp, and Messenger. The company rebranded to "Meta" in 2021 to signal its focus on the "metaverse," a future vision of the internet based on 3D virtual and augmented reality.

🌟 Fun Fact

Mark Zuckerberg famously started Facebook in his Harvard dorm room in 2004. At the time, it was called "TheFacebook" and was intended only for students at elite Ivy League colleges before it became a global social media giant.

5

What is the name of the first artificial satellite?

Medium
A
Explorer 1
B
Sputnik 1
C
Vanguard 1
D
Telstar
Explanation

Sputnik 1 was the first artificial satellite to orbit the Earth, launched by the Soviet Union on October 4, 1957. It was a metal sphere with four antennas that transmitted a "beep-beep" radio signal back to Earth.

🌟 Fun Fact

Sputnik was only about the size of a beach ball, but its launch started the Space Race and led to the creation of NASA!

6

What does 'SSD' stand for?

Medium
A
Super Speed Disk
B
Solid State Drive
C
Static Storage Device
D
Smart System Drive
Explanation

SSD stands for Solid State Drive. Unlike traditional Hard Disk Drives (HDDs), which use spinning platters and a moving read/write head, SSDs use flash memory to store data, making them much faster, quieter, and more durable.

🌟 Fun Fact

Because they have no moving parts, SSDs are much more resistant to physical shock-if you drop a laptop with an SSD, your data is much more likely to survive!

7

What does API stand for?

Medium
A
Application Programming Interface
B
Advanced Program Interaction
C
Application Process Integration
D
Applied Programming Internet
Explanation

API stands for Application Programming Interface, which is a set of rules that allow two different pieces of software to communicate with each other. For example, when you see a "Google Maps" window inside a restaurant's website, that website is using an API to "ask" Google's servers for the map data.

🌟 Fun Fact

Modern apps are mostly built using APIs. When you use an app like Uber, it uses separate APIs to find your location (GPS), to process your payment (Stripe), and to send you a text message (Twilio), rather than building all those features from scratch.

8

Which programming language uses 'gems' as libraries?

Medium
A
Python
B
Ruby
C
Java
D
C++
Explanation

Ruby is the programming language that uses "Gems" as its library system. The RubyGems package manager allows developers to easily share and install pieces of code (gems) to add functionality to their apps.

🌟 Fun Fact

The most famous "gem" is Ruby on Rails, a web framework that powered the early versions of Twitter, GitHub, and Airbnb!

9

What does 'Mbps' stand for?

Medium
A
Megabits per second
B
Megabytes per second
C
Megabits per station
D
Memory bits per second
Explanation

Mbps stands for Megabits per second. It is the unit of measurement used to describe the speed of an internet connection (the rate at which data is transferred).

🌟 Fun Fact

Be careful not to confuse "Megabits" (Mbps) with "Megabytes" (MBps)-since there are 8 bits in a byte, a 100 Mbps connection actually downloads data at a maximum of 12.5 MB per second!

10

What is the term for software that is free to use and whose source code is available?

Medium
A
Freeware
B
Shareware
C
Open Source
D
Malware
Explanation

Open-source software is software with source code that anyone can inspect, modify, and enhance. Examples include the Linux operating system, the Firefox browser, and the Python programming language.

🌟 Fun Fact

Much of the technology that runs the modern world (including the servers for Google and Facebook) is built on open-source software!

11

What is the maximum storage capacity of a standard CD-ROM?

Medium
A
100MB
B
500MB
C
700MB
D
1GB
Explanation

A standard CD-ROM (Compact Disc Read-Only Memory) has a storage capacity of 700 MB. This was a massive amount of storage when it was released in the 1980s, equivalent to about 480 floppy disks.

🌟 Fun Fact

The 700MB/74-minute limit for CDs was supposedly chosen so that a single disc could hold a complete recording of Beethoven's Ninth Symphony!

12

What does 'P2P' stand for?

Medium
A
Point to Point
B
Peer to Peer
C
Page to Page
D
Path to Path
Explanation

P2P stands for Peer-to-Peer. It is a decentralized communications model in which each party (node) has the same capabilities and either party can initiate a communication session. Examples include file-sharing services like BitTorrent and the Bitcoin network.

🌟 Fun Fact

P2P networks are very difficult to shut down because there is no central server; if one computer goes offline, the rest of the network keeps working!

13

Which programming language is most used for Data Science?

Medium
A
C++
B
PHP
C
Python
D
Swift
Explanation

Python is the most widely used programming language for Data Science. Its popularity is due to its simple syntax and the vast ecosystem of libraries like Pandas, NumPy, and Scikit-learn that make data analysis and machine learning much easier.

🌟 Fun Fact

Python wasn't actually named after the snake; the creator, Guido van Rossum, named it after the British comedy troupe "Monty Python"!

14

What is the term for a person who uses their tech skills for ethical hacking?

Medium
A
Black Hat
B
White Hat
C
Grey Hat
D
Red Hat
Explanation

A White Hat hacker is an ethical hacker who uses their skills to find security vulnerabilities in systems so they can be fixed before "bad" hackers (Black Hats) find them. Many companies pay "Bug Bounties" to white hat hackers for finding flaws.

🌟 Fun Fact

Some of the world's most famous white hat hackers were formerly black hat hackers who got caught and decided to switch sides!

15

Which company developed the 'C#' language?

Medium
A
Google
B
Apple
C
Microsoft
D
IBM
Explanation

Microsoft developed the C# (C-Sharp) programming language, released in 2000. Led by Anders Hejlsberg, the goal was to create a modern, object-oriented language that would work seamlessly with Microsoft's .NET framework.

🌟 Fun Fact

The name "C#" was inspired by musical notation, where a "sharp" (?) indicates a note should be higher in pitch; it implies that C# is an "incremented" or better version of the C++ language!

16

What is the standard port for HTTPS?

Medium
A
80
B
443
C
21
D
22
Explanation

Port 443 is the standard port used for HTTPS (Hypertext Transfer Protocol Secure). Unlike regular HTTP (Port 80), traffic sent over Port 443 is encrypted using SSL/TLS, ensuring that your data-like credit card numbers and passwords-cannot be intercepted.

🌟 Fun Fact

If you see a "padlock" icon in your browser's address bar, it means you are connected to the website through Port 443!

17

What does 'NFC' stand for?

Medium
A
Near Field Communication
B
National Fiber Connection
C
Network Frequency Control
D
Near Fiber Circuit
Explanation

NFC stands for Near Field Communication. It is a short-range wireless technology that allows devices to share data when they are very close (usually within 4 centimeters). It is the technology behind "tap-to-pay" services like Apple Pay.

🌟 Fun Fact

NFC is actually a specialized subset of RFID (Radio Frequency Identification), designed specifically for secure, two-way communication between smartphones and readers!

18

Which company is known for the 'Creative Cloud' software suite?

Medium
A
Microsoft
B
Adobe
C
Google
D
Apple
Explanation

Adobe is the company known for the Creative Cloud software suite, which includes industry-standard tools like Photoshop, Illustrator, Premiere Pro, and After Effects.

🌟 Fun Fact

Adobe was named after Adobe Creek in Los Altos, California, which ran behind the house of one of the company's founders!

19

What does 'SIM' in SIM card stand for?

Medium
A
Subscriber Identity Module
B
System In Mobile
C
Secure Index Memory
D
Serial Internal Mode
Explanation

SIM stands for Subscriber Identity Module. It is an integrated circuit that is intended to securely store the international mobile subscriber identity (IMSI) number and its related key, which are used to identify and authenticate subscribers on mobile telephony devices.

🌟 Fun Fact

The first SIM cards, released in 1991, were the size of a credit card!

20

What does DNS do?

Medium
A
Stores files
B
Resolves domain names
C
Sends emails
D
Encrypts data
Explanation

The DNS (Domain Name System) acts as the "phonebook" of the internet. It translates human-friendly web addresses (like www.google.com) into the machine-readable IP addresses (like 142.250.190.46) that computers use to find each other on the network.

🌟 Fun Fact

There are 13 "root name servers" around the world that form the absolute top of the DNS hierarchy. While there are hundreds of physical machines, they are logically grouped into 13 addresses (named A through M) that serve as the foundation of the entire global internet.

🎉

All Done!

Here's how you did on Medium Questions

0
✅ Correct
0
❌ Wrong
0%
🎯 Score