NEW
Font size
WorksheetsRobotics Q1
Total questions: 40
Worksheet time: 24mins
American Standard Code for Information Exchange. A 7-bit code for representing alphanumeric and control characters.
ASCII
binary code
digital number
byte
an electronic system that performs a logical operation on an input signal
binary number
digital numbers
truth table
logic gate
a logic circuit whose output is 1 when all inputs are 1
NOR gate
AND gate
NAND gate
XOR gate
a logic circuit whose output is 1 when at least one input is 1
XOR gate
NOR gate
OR gate
NOT gate
a logic circuit whose output is 0 when all inputs are 1
AND gate
OR gate
NOR gate
NAND gate
a logic circuit whose output is 0 when at least one output is 1
NOR gate
OR gate
XOR gate
NAND gate
a binary number 8 bits long
binary code
byte (bit)
digital
decimal number
a device with multiple inputs and one output
gate
logic gate
binary code
digital
What is it?
fuse
relay
light bulb
Keys
This symbol Ω represents wattage
True
Fales
Which parts of an atom are negatively charged?
Electrons
Protons
Neutrons
When using technology it is critical that you understand that you are leaving a __________________.
Digital footprint that can always be traced back to you.
Good impression for making new friends.
World that will allow you to remain anonymous so that no one knows who you are.
Print that can be deleted and not traced back to you.
Which text editor do we use to write Pbasic programs to load on the BoeBot
Python
Replit
Basic Stamp Editor
notepad
This Pbasic command calls on a subroutine
VAR
DEBUG
GOSUB
DEC
On the BoeBot, what is the name for the pins that can send and receive electricity based on your code/program?
Vss
Vdd
I/O Pins
On the BoeBot, what is the name for the pins that constantly send negative voltage?
Vss
Vdd
I/O Pins
On the BoeBot, what is the name for the pins that constantly send positive voltage?
Vss
Vdd
I/O Pins
To send electricity from an I/O pin, which command do you use?
HIGH
LOW
PULSOUT
FREQOUT
To stop sending electricity from an I/O pin, which command do you use?
HIGH
LOW
PULSOUT
FREQOUT
To move the servos, which command do you use?
HIGH
LOW
PULSOUT
FREQOUT
To create sounds with a piezo speaker, which command do you use?
HIGH
LOW
PULSOUT
FREQOUT
Which PULSOUT value is neutral? (This should stop the servo)
650
750
850
Which line of code will correctly center the servo attached to pin 12?
12 PULSOUT, 750
750 PULSOUT 12
PULSOUT 12, 750
PULSOUT 750, 12
A DO LOOP runs forever
True
False
When loading a program to the BoeBot, which position should the power switch be on?
0
1
2
To engage the servos after a program is loaded to the BoeBot, which position should the power switch be on?
0
1
2
