What does AI stand for?
Aritificial Intelligence
print("Hello" + "World")
HelloWorld
This technology allows you to unlock many phones using your face.
Facial Recognition
print("Hello World)
Missing quotation mark
The keyboard shortcut almost everyone uses after making a mistake.
Ctrl Z
What does LLM stand for?
Large Language Model
x = 5
y = 3
print(x + y)
8
This keeps your password safe by scrambling it so others can't read it.
Encryption
if x = 5:
Missing "="
What's the meaning of the error code "404"?
"Page Not Found"
When an AI confidently gives false or made-up information, it's called:
Hallucinations
for i in range(3):
print(i)
0
1
2
This technology lets your phone communicate wirelessly with nearby devices.
Bluetooth
name = input("Enter name: )
print(name)
Missing "
What's the traditional first thing you print when you write your first program?
Instead of being explicitly programmed with every rule, many AI systems improve by finding patterns in:
Data
x = 10
if x > 5:
print("SIGSOFT")
else:
print("ACM")
SIGSOFT
The small files websites store on your browser to remember information about you.
Cookies
while True:
print("Help")
Infinite Loop
How many bits are in a byte?
8
An AI model may have billions of these adjustable values that it changes during training to learn patterns.
Parameters
x = "5"
y = 5
print(x * y)
55555
This system stores and processes data on remote servers accessed through the internet.
Cloud Computing
numbers = [1, 2, 3]
print(numbers[3])
Index Error
Hypertext Transfer Protocol