Acronyms
Computer Virus
AV/Network
Tech Product Success/Fails
Programming
100

SaaS

Software as a Service

100

What is the common way to get a computer virus?

Opening infected email attachments

100

What does a projector’s “lumens” rating measure?

Brightness

100

Which collaboration platform became essential for remote teams during the Corona Virus pandemic?

Zoom

100

Which programming language is commonly used for data analysis and machine learning?

Python

200

LIFO

Last in first out

200

What virus spread via an email with the subject line “I LOVE YOU” in 2000?

ILOVEYOU Virus

200

What is the term for the delay between audio and video signals syncing?

Latency

200

What smartphone, released in 2007, revolutionized mobile computing?

iPhone

200

What terminal command gets me the subnet mask?

ipconfig

300

JIT

Just in time.

300

Which ransomware attack in 2017 affected systems worldwide and exploited a Windows vulnerability?

Wanna Cry

300

What technology allows devices to send power and data over a single Ethernet cable?

PoE

300

What chip technology from Apple replaced Intel processors in newer Macs?

Apple M1 Chip
300

Daily Double - What symbol is used to denote comments in Python?

Hash symbol (#)

400

ISO

International Organization for Standardization


400

Which computer virus caused the most financial damage?

Mydoom

400

What is the latest Wi-Fi standard available today?

WiFi 7

400

Daily Double - Which Microsoft product tried to compete with the iPod but failed?

Microsoft Zune.

400
What java script framework did meta help develop?



React

500

RADIUS

Remote Authentication Dial-In User Service

500

What is the first known computer virus?

Creeper

500

Daily Double - What is the maximum length of a standard Ethernet cable (Cat 6) without signal loss?

100 Meters

500

Which Yahoo acquisition in 2013 failed to turn into a profitable platform?

Tumblr

500

Find the error/s for the following example:


if x == 5,

    print("x is 5)

if x == 5:

    print("x is 5")


M
e
n
u