Microcontroller Module2-Part1

Microcontroller Module2-Part1

University

7 Qs

quiz-placeholder

Similar activities

Unit 2 cp02 Microcontroller Architectures

Unit 2 cp02 Microcontroller Architectures

University

3 Qs

DOS5311 - Chapter 2

DOS5311 - Chapter 2

University

10 Qs

Soal Praktikum

Soal Praktikum

University

10 Qs

VLSID Lab Monday Quizizz

VLSID Lab Monday Quizizz

University

11 Qs

First AVR Microcontroller Quiz

First AVR Microcontroller Quiz

University

7 Qs

EC 2021 01

EC 2021 01

University

5 Qs

Day#7

Day#7

1st Grade - University

12 Qs

Raspberry Pi MCQ

Raspberry Pi MCQ

University

10 Qs

Microcontroller Module2-Part1

Microcontroller Module2-Part1

Assessment

Quiz

Computers

University

Hard

Created by

sudevan k

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

There are total of ............. ports in ATmega32

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

All of the ATMega32 have 8 pins

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Upon Powerup , the I/O pins are configured as output ports

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To make port B an output we must place​​................... in register ​ ..........................

0x00 in DDRB

0xFF in DDRB

0xFF in DDRx

0x11 in DDRB

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

We use PORTx register to send data to output

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We use PINx to bring data into the CPU from AVR pins

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After the execution of following commands

LDI R16, 0X00

OUT DDRB, R1

The PORTB act as a output register

The PORTB act as a input register

The PORTB act as a control registe

All ports act as a input register