This set of Arduino Multiple Choice Questions & Answers (MCQs) focuses on “Microcontroller Specifications – AtMega 168”.
1. How much flash memory does the Atmega168 have?
a) 13K bytes
b) 32K bytes
c) 256K bytes
d) 16K bytes
View Answer
Explanation: A flash memory is a type of non-volatile memory, which does not get erased when the power supply is cutoff from the chip. The Atmega168 has 16K bytes of flash memory.
2. How many timers does the Atmega168 have?
a) 1
b) 2
c) 3
d) 4
View Answer
Explanation: The Atmega168 has a total of 3 timers, of which 2 are 8-bit timers and 1 is a 16-bit timer. The number of bits here represents the resolution of the timers, I.e. the number of bits each timer can store.
3. How many comparators does the Atmega168 have?
a) 1
b) 2
c) 3
d) 4
View Answer
Explanation: A comparator is basically used for comparing voltages. It takes 2 voltages as input and outputs the higher of the two. The Atmega168 has 1 such comparator only.
4. There are ___ PWM pins and ____ ADC pins on the Atmega168?
a) 6, 8
b) 2, 9
c) 3, 1
d) 9, 1
View Answer
Explanation: The Atmega168 has 8 ADC Pins and 6 PWM Pins. The ADC pins connect to the onboard Analog to Digital Convertor of the Arduino and the PWM pins provide Pulse Width Modulated output since a digital circuit like a microcontroller cannot provide a perfect analog wave.
5. Which Arduino Boards use the Atmega168?
a) Arduino Due
b) Arduino Nano
c) Arduino Mini
d) Arduino Uno
View Answer
Explanation: The Arduino Mini uses the Atmega168. Some other boards that use this microcontroller include the Arduino Diecimila which is a bigger development board than the Arduino Mini and can be used for projects that require a greater number of pins to operate.
6. What is the operating voltage of Atmega168?
a) 12V to 9V
b) 1.9V to 5V
c) 1.8V to 5.5V
d) 1.1V to 5V
View Answer
Explanation: The operating voltage of the Atmega168 is 1.8V to 5.5V. Provide any voltage lower than that and the chip will not function. But however, if any voltage higher than the rated voltage is provided there is a chance of damaging the IC physically. So, under no circumstance should this chip be provided a voltage more than the rated voltage.
7. The Atmega168 is an ________ bit chip.
a) 8
b) 16
c) 32
d) 64
View Answer
Explanation: The Atmega168 is capable of processing 8 bits of data at a time and hence it has an 8-bit architecture. Other similar 8-bit processors include the Intel 8080 Processor which ran on a similar 8-bit architecture.
8. Does the Atmega168 have an index corner?
a) Yes
b) No
View Answer
Explanation: The Atmega168, like most other chips has an index corner which is used to identify the numbering of the pins when reading the pin configuration of the chip. Almost all chips have a similar index corner without which, numbering of the pins would be very difficult.
9. How many General-Purpose Registers are present in the Atmega168?
a) 12
b) 64
c) 32
d) 9
View Answer
Explanation: There are 32 General-Purpose Registers in the chip, and they are all connected to the ALU (Arithmetic Logical Unit) directly which allow 2 registers to be accessed in one instruction in a clock cycle.
10. The Atmega168 is a _____ SC Microcontroller.
a) RI
b) CI
c) AI
d) BI
View Answer
Explanation: The Atmega168 is a RISC (Reduced Instruction Set Computer) microcontroller, which allows for a smaller number of cycles per instruction. Thus, making it faster than the CISC (Complex Instruction Set Computer) Architecture.
Sanfoundry Global Education & Learning Series – Arduino.
To practice all areas of Arduino, here is complete set of 1000+ Multiple Choice Questions and Answers.
- Check Electrical Engineering Books
- Practice Electrical & Electronics Engineering MCQs
- Practice Electrical Engineering MCQs
- Check Arduino Books
- Apply for Electrical & Electronics Engineering Internship