AVR Microcontroller Quiz

AVR Microcontroller Quiz

University

50 Qs

quiz-placeholder

Similar activities

C-207 PLC Systems 1 Pre-test

C-207 PLC Systems 1 Pre-test

University

45 Qs

ED 123 Facilitatig Learner-Centered Teaching

ED 123 Facilitatig Learner-Centered Teaching

University

50 Qs

CPE 103 FINAL EXAMINATION

CPE 103 FINAL EXAMINATION

University

50 Qs

HCI_Midterm Examination - Part I&II

HCI_Midterm Examination - Part I&II

University

50 Qs

Test 2 CEA201

Test 2 CEA201

University

50 Qs

Midterm exam (Rizals life and works)

Midterm exam (Rizals life and works)

University

50 Qs

ИКТ 675

ИКТ 675

10th Grade - University

50 Qs

Module I: Understanding Operating Systems

Module I: Understanding Operating Systems

12th Grade - University

45 Qs

AVR Microcontroller Quiz

AVR Microcontroller Quiz

Assessment

Quiz

Other

University

Medium

Created by

Orbital Orbital

Used 3+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the organization of a 512K memory chip with 8 data pins?

64K x 8

64K x 512

8K x 64

512K x 8

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the organization of a memory chip with 12 address pins and 4 data pins?

4K x 4

12K x 4

4K x 12

12K x 12

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data memory space in AVR can be a maximum of how many bytes?

256K

128K

32K

64K

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The GPRs, together with the I/O registers and SRAM are called...?

Program Memory

Peripherals

Data Memory

Special Function Registers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write a program to add 2 to the contents of R18.

LDI R19, 0x02 ADD R18, R19

LDI R18, 0x02 ADD R18, R18

MOV R19, 0x02 ADD R18, R19

ADD R18, 2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write an instruction to store the contents of R19 in data memory at address 0x400.

MOV 0x200, R19

STS 0x200, R29

STS 200, R19

STS 0x200, R19

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In unsigned byte-by-byte multiplication, the product will be placed in registers R1 and R0.

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?