Using Atbash Cipher*, decode this message:
*An Atbash cipher reverses order of alphabet (A←→Z, B←→Y, C←→X)
Example: ABCAA = ZYXZZ
"szezmz lls mzs mzs"
What is the most recent iPhone series? (Number)
16
What do you access websites and programs through in the World Wide Web?
URL
What does “JS” stand for?
Javascript
What does “CPU” stand for?
Central Processing Unit
This type of encryption uses the same key for both encryption and decryption, making it fast but requiring secure key exchange.
(Hint: 🪞)
Symmetric Encryption
Who founded SolarCity and Hyperloop?
Elon Musk
Computers send messages by splitting the message into ____?
packets
What does “syntax error” mean?
A mistake in a code that prevents the code from properly running
What is the difference between your RAM and your SSD/Hard Drive?
RAM is for temporarily storing data that your computer needs to be able to read and write quickly. An SSD and/or a Hard Drive is for long-term data storage
Using this cipher table, decrypt this message:
"I LOVE TO DO COMPUTER SCIENCE"
SKIBIDI: 3
RIZZ: 1
KISJ: 0
GEC: 0
WOW: 1
011230
Founder of a GPU company
Recently talked badly about quantum computing
Jenson Huang
What does IP stand for
Internet Protocol
What is the primary file extension for Python files?
.py
What is the CPU architecture of Apple’s M1/M2/M3/M4 chip?
ARM
What century was the first encryption system ever built?
(Up down Game)
20th Century BC
When was beats fit pro released? (Year and month)
November 2021
What term describes the maximum bit rate of a system
Bandwidth
What is the difference between let and var in JavaScript?
Let has block scope while var has function scope
What is the difference in how VGA and HDMI transmit video?
VGA is analog. HDMI is digital.
What kinds of cables are used to connect the internet physically that is commonly used underwater and transmit signals through light instead of electricity
Fiber optic cables
FORTRAN
Why is the GPU used for training machine learning algorithms and generative AI?
GPUs are better at doing large amounts of smaller mathematical calculations (matrix multiplications) in a short period of time.