What does the abbreviation GND stand for?
Ground
Name 3 programming languages
...
What type of engineer designs computers, hardware, and sometimes software?
Computer engineer
How many nights to you spend at Freddy Fazbears?
5 nights
Which of the teachers is in high school?
Ms. Annabel
What coding programming language is used for Arduino sketches?
C++
What is the programing language that is made up of 1's and 0's?
Binary
What type of engineer works to clean up pollution and protect nature?
environmental engineer
What item in Fortnite restores your health bar after you’ve been damaged.
medkit or bandages
Name one of Mrs. Maddie's attendance questions.
ex. brainrot character, favorite movie, fun fact
What part do we use to control how much electricity goes flows?
Resistor
Explain what the HIGH and LOW mean in these lines of code
digitalWrite(LED6, LOW)
digitalWrite(LED6, HIGH)
High turns the LED on, Low turns the LED off
What type of engineer designs airplanes, rockets, satellites, and spacecraft?
Aerospace engineer
What material in Minecraft lets players can build machines and traps that works like electrical circuits.
Redstone
What is Mr. Alex studying?
Computer Science
What Arduino pin can be used to deliver constant voltage to an external component? (Hint: we start every project with it)
5V
Explain each parameter in the line of code: tone(buzzer, 323, 300)
Buzzer= the PIN number where the buzzer is connected (will accept other answers)
323= the frequency of the tone
300= the duration of the tone measured in milliseconds
What kind of engineer designs and improves tools for surgeries and hospitals?
Biomedical engineer
Who is trying to arrest you in Subway Surfers with the cop?
The cop's dog
What is the name of the teacher that stays for the first 10 minutes of class?
Mr. James
What country was the Arduino created in? (Hint: Europe)
Italy
What are the two possible responses for a boolean statement?
True and false
What kind of engineer designs oil rigs, refineries, and processes for fuels and chemicals.
Chemical engineer
Crafting recipe for a piston in Minecraft?
top row- 3 wood planks
middle row- cobble iron cobble
last- cobble redstone cobble
Which one of us has been teaching the longest? (between Mr. Alex, Ms. Maddie and Ms. Annabel)
Mr. Alex