Font size
WorksheetsIntroduction to ATX2
Total questions: 20
Worksheet time: 26mins
The (a) function is to change the size of the text.
The (a) symbol is used to terminate statements.
The ATX2 mainboard has (a) built in ports for motors.
The function sound() is used to command the (a) .
What is the color of the DATA LED indicator? (a)
What function to use to change the mode of the screen/monitor? (a)
This output device has two modes— state 0 or 1, what is this device? (a)
In what step of the “seven steps approach” if we want to test the program?
Step 1
Step 2
Step 4
Step 6
In what step of the “seven steps approach” if we want to debug the program?
Step 7
Step 6
Step 5
Step 4
To verify the sketch, what button should the programmer click from the Arduino interface?
To upload the sketch, what button should the programmer click from the Arduino interface?
Write down the two default functions in the Arduino and explain the differences.
The (a) function is used to stop all the 4 motors from moving.
Using the motor function, what is the maximum power of the motors for forward acceleration?
(a)
Using the motor function, what is the maximum power of the motors for backward acceleration?
(a)
Using the infrared reflector, explain why the values from the two surfaces are different from one another.
Problem: If both sensors detects the black line then, motors will turn left and go forward.
Solution: Write down the solutions and provide your own LIGTH VALUE to prove your answer. Write only the part when the sensors detect the black line, not the entire code.
Which of the following statement is correct?
fd(100)
int a
motor(ALL, 100);
glcdMode(3)
Problem: motor 1 and 2 will move with a power of 40 and motor 3 and 4 with the power of 100.
Write down the solution, not the entire code.
The (a) function is to change the color of the text.
