ThatQuiz Test Library Take this test now
msyste
Contributed by: bil
  • 1. loops consecutively, allowing your program to change and respond
A) do while
B) while()
C) none of these
D) main()
E) loop()
  • 2. 01001101 | 11111011
A) 254
B) 0x3f
C) none of these
D) 253
E) 256
  • 3. write a HIGH or LOW value to a digital pin
A) digitalWrite
B) !digitalWrite
C) None of these
D) digitalOutput
E) digitalRead
  • 4. store an 8bit unsigned number, from 0 to 255
A) byte
B) bool
C) int
D) none of these
  • 5. will only run once, after each powerup or reset of the Arduino board.
A) init()
B) None of these
C) initialize()
D) setup()
E) main()
  • 6. 01111101 & 11111011
A) 0x78
B) 0x79
C) 0x80
D) 0x81
E) None of these
  • 7. How many volts per units does an Arduino uno's ADC have?
A) 4.8mV/unit
B) 5.1mV/unit
C) 5.0mV/unit
D) 4.9mV/unit
E) None of these
  • 8. .
A) D
B) E
C) F
D) C
  • 9. Read the value from a specified digital pin, either HIGH or LOW
A) !digitalRead
B) digitalWrite()
C) DigitalInput
D) digitalRead()
E) none of these
  • 10. What is better a microcontroller or a microprocessor?
A) ALU
B) microprocessor
C) RAM
D) None of these
E) Microcontrollers
  • 11. 01001101 | 000100116
A) 96
B) None of these
C) 97
D) 95
E) 98
  • 12. Configure the specified pin to behave either as an input or an output
A) ModePin
B) None of these
C) PinMode
D) pinMode
  • 13. 01001101 & 00111000
A) 12
B) 9
C) 11
D) 10
E) none of these
  • 14. ASIC stands for
A) Application-Special Integrated Circuit.
B) applied-specific integrated circuit
C) applied-special integrated circuit
D) none of these
E) Application-Specific Integrated Circuit
  • 15. .
A) 0x5F10
B) 0x5F20
C) None of these
D) 0x5F00
Created with That Quiz — where test making and test taking are made easy for math and other subject areas.