Question: Question 1 1 . 1 _ _ _ _ _ _ _ _ _ _ are electronic components that have a specific, never - changing
Question
are electronic components that have a specific, neverchanging electrical resistance Marks
A Pins
B Resistors
C Motors
D None of the above
If a number is stored in a string variable, this will convert it to an integer, which can be used in math equations. Marks
A stringname.toInt;
B name.ParseInt;
C stringname.toInt;
Dname.ConvertToInt;
is a standard for character encoding, formalized in the s that assigns numbers to characters. Marks
A ASCCII
B ASSCI
C ASCII
D ADSCI
This command checks how many bytes of data are being sent to the RedBoard. Marks
A Serial.available;
B Board.available;
C Serial.bytes;
D Board.bytes;
This is where you provide power for the motors V to V Marks
A Motor
B Motor Voltage
C Logic Voltage
D Logic
This is the voltage to power the chip and talk to the microcontroller V to V Marks
A Motor
B Motor Voltage
C Logic Voltage
D Logic
Allows the Hbridges to work when high has a pulldown resistor, so it must actively be pulled high Marks
A Voltage
B Resister
C Standby
D None of the above
Collection of electronic components resistors, transistors, capacitors, etc. Marks
A Collection
B Combined Circuit
C Fixed Circuit
D Integrated Circuit
Components that control the openness or closedness of an electric circuit. Marks
A Switches
B Motors
C Circuits
D Resisters
This function takes a set of numbers and generates a pseudorandom number from that set. Marks
A randommin max;
B random;
C generaterandom;
D generate;
This math function rounds a number up or down to the nearest whole number. Marks
A roundvaluetoround;
B random;
C generaterandom;
D generate;
A variable that points to the value contained in a certain address in memory. Marks
A Point
B Pointers
C POPE
D PointValue
Used to print words and even sentences to an LCD or the Serial Monitor. Marks
A Print
B Length
C Wording
D Strings
Process used in order to achieve a desired result. Marks
A Rule
B Syntax
C Procedure
D Algorithm
This method clears all the pixels on the display. Marks
A Clear
B Clear;
C Clearlcd;
D lcd.clear;
Includes the LiquidCrystal library in your program. Marks
A #include
B #include
C #LiquidCrystal
D #LiquidCrystal.h
Variables that have been marked as readonly and cannot have their value changed as the program progresses.
Marks
A Fixed
B Constants
C VariableConst
D None of the above
This function tells the distance sensor to send out an ultrasonic wave form, measures the time it takes to bounce back to
the sensor and then calculates the distance based on the speed of sound. Marks
A getSensor;
B getSound;
C getSpeed;
D getDistance;
Used to generate servo control signals. Marks
A ServoSignal;
B Signal;
C Pulsewidth Modulation
D Signal Modulation
Plays a sequence of tones, turns all of the LEDs on and then waits for the player to press a button. If a button is pressed,
restarts the game. Marks
A Sequence;
B loseSequence;
C restarts;
D resSequence;
Question Marks
Instructions: mark for Naming and mark for description
Write the following acronyms in full and Explain it main function
LCD
PWM
MHz
RFU
LED
VIN
ICS
GND
STBY
VM
Question Marks
Draw the ladder rungs to represent:
a Two switches are normally open and both have to be closed for a motor to operate.
b A light is to come on if there is no input to a sensor
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
