Coding Basics
"HTML" stands for
HyperText Markup Language
The term for a car that drives itself is
Autonomous / Self-driving car
The founder of Microsoft is known as
Bill Gates
There are __ bits in a byte
8
The shortcut to UNDO on computers is
Ctrl+Z / Command+Z
This logic gate outputs true only if both inputs are true
AND
“LiDAR” measures
Distance using light/laser
IDE stands for
Integrated Development Environment
The command to initialize a new Git repository is
git init
This site is known as the go-to for coding questions and answers
Stack Overflow
__ many digits of Pi are typically used in engineering
2-3 (3.14)
The term for explaining your code to an inanimate object to find bugs is
Rubber duck debugging