ThatQuiz Test Library Take this test now
msyste
Contributed by: bil
  • 1. loops consecutively, allowing your program to change and respond
A) none of these
B) do while
C) main()
D) while()
E) loop()
  • 2. 01001101 | 11111011
A) 256
B) 253
C) 254
D) none of these
E) 0x3f
  • 3. write a HIGH or LOW value to a digital pin
A) !digitalWrite
B) None of these
C) digitalOutput
D) digitalRead
E) digitalWrite
  • 4. store an 8bit unsigned number, from 0 to 255
A) bool
B) none of these
C) byte
D) int
  • 5. will only run once, after each powerup or reset of the Arduino board.
A) main()
B) None of these
C) init()
D) initialize()
E) setup()
  • 6. 01111101 & 11111011
A) 0x79
B) None of these
C) 0x81
D) 0x80
E) 0x78
  • 7. How many volts per units does an Arduino uno's ADC have?
A) 4.9mV/unit
B) 5.0mV/unit
C) 4.8mV/unit
D) 5.1mV/unit
E) None of these
  • 8. .
A) E
B) C
C) F
D) D
  • 9. Read the value from a specified digital pin, either HIGH or LOW
A) digitalRead()
B) none of these
C) DigitalInput
D) digitalWrite()
E) !digitalRead
  • 10. What is better a microcontroller or a microprocessor?
A) RAM
B) microprocessor
C) ALU
D) None of these
E) Microcontrollers
  • 11. 01001101 | 000100116
A) 96
B) None of these
C) 95
D) 98
E) 97
  • 12. Configure the specified pin to behave either as an input or an output
A) pinMode
B) None of these
C) PinMode
D) ModePin
  • 13. 01001101 & 00111000
A) none of these
B) 12
C) 11
D) 10
E) 9
  • 14. ASIC stands for
A) Application-Special Integrated Circuit.
B) applied-special integrated circuit
C) applied-specific integrated circuit
D) Application-Specific Integrated Circuit
E) none of these
  • 15. .
A) 0x5F20
B) 0x5F10
C) None of these
D) 0x5F00
  • 16. Long variables are extended size variables for number storage, and store 32 bits (4 bytes), from
A) -2,147,483,648 to 2,147,438,647
B) none of these
C) -2,147,483,643 to 2,147,483,647
D) -2,147,843,648 to 2,147,483,647
E) -2,147,483,648 to 2,147,483,647
  • 17. holds one of two values, true or false.
A) int
B) boolean
C) long
D) bool
E) none of these
  • 18. 12c stands for
A) Inter-Integrated Circuit
B) None of these
C) Interconnection-Integrated Circuit
D) Integrate-Integrated Circuit
E) Integral-Integrated Circuit
  • 19. .
A) None of these
B) 24546
C) 24446
D) 24556
E) 24546
  • 20. .
A) 180
B) 181
C) 182
D) none of these
E) 179
  • 21. 01101101 & 00111011
A) 0x25
B) 0x26
C) none of these
D) 0x29
E) 0x28
  • 22. how many bits does an int consume?
A) 2
B) Less than 3
C) 1
D) 0
E) None of these
  • 23. Can be used to light a LED at varying brightnesses or drive a motor at various speeds.
A) none of these
B) Analogwrite
C) analogwrite
D) analogWrite
  • 24. allowing multiple tests to be grouped together.
A) else
B) if / else
C) if then
D) if then else
E) none of these
  • 25. Which is the correct syntax?
A) for (int i = 0; i <= 255; i++)
B) for (int i = 0; i <= 255; i++)
C) for ( i = 0 ;i <= 255; i++)
D) for ( i = 0; i <= 255: i++)
  • 26. UART stands for
A) universal asynchronous receive & transmit
B) universal asynchronous rx / tx
C) universal asynchronous receiver / transmitter
D) None of these
E) universal asynchronous receiver & transmitter
Created with That Quiz — where test making and test taking are made easy for math and other subject areas.