SaaS
Software as a Service
What is the common way to get a computer virus?
Opening infected email attachments
What does a projector’s “lumens” rating measure?
Brightness
Which collaboration platform became essential for remote teams during the Corona Virus pandemic?
Zoom
Which programming language is commonly used for data analysis and machine learning?
Python
LIFO
Last in first out
What virus spread via an email with the subject line “I LOVE YOU” in 2000?
ILOVEYOU Virus
What is the term for the delay between audio and video signals syncing?
Latency
What smartphone, released in 2007, revolutionized mobile computing?
iPhone
What terminal command gets me the subnet mask?
ipconfig
JIT
Just in time.
Which ransomware attack in 2017 affected systems worldwide and exploited a Windows vulnerability?
Wanna Cry
What technology allows devices to send power and data over a single Ethernet cable?
PoE
What chip technology from Apple replaced Intel processors in newer Macs?
Daily Double - What symbol is used to denote comments in Python?
Hash symbol (#)
ISO
International Organization for Standardization
Which computer virus caused the most financial damage?
Mydoom
What is the latest Wi-Fi standard available today?
WiFi 7
Daily Double - Which Microsoft product tried to compete with the iPod but failed?
Microsoft Zune.
React
RADIUS
Remote Authentication Dial-In User Service
What is the first known computer virus?
Creeper
Daily Double - What is the maximum length of a standard Ethernet cable (Cat 6) without signal loss?
100 Meters
Which Yahoo acquisition in 2013 failed to turn into a profitable platform?
Tumblr
Find the error/s for the following example:
if x == 5,
print("x is 5)
if x == 5:
print("x is 5")