AVR Microcontroller Quiz

AVR Microcontroller Quiz

University

50 Qs

quiz-placeholder

Similar activities

AL2-PEC QUIZ1

AL2-PEC QUIZ1

University

50 Qs

PSY 513 Functional Assesment

PSY 513 Functional Assesment

University

54 Qs

EDUC 2130: Educational Theory Final Exam

EDUC 2130: Educational Theory Final Exam

University

50 Qs

TTL 1 2nd sem 23-24

TTL 1 2nd sem 23-24

University

45 Qs

Chapter 14 Assessments

Chapter 14 Assessments

University

48 Qs

Zepols Ark

Zepols Ark

University

50 Qs

Assessment of Learning

Assessment of Learning

University

51 Qs

Pediatrics Exam 1

Pediatrics Exam 1

University

51 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?