Chapter 2

Chapter 2

University

17 Qs

quiz-placeholder

Similar activities

E@S-Stockage chimie d'energie & applications

E@S-Stockage chimie d'energie & applications

12th Grade - University

20 Qs

Movimiento

Movimiento

9th Grade - University

20 Qs

Chất khí

Chất khí

University

16 Qs

Microcontroller

Microcontroller

12th Grade - Professional Development

22 Qs

UTS SIBADING_RP_2020

UTS SIBADING_RP_2020

University

20 Qs

Instrumentasi & Pengukuran

Instrumentasi & Pengukuran

University

16 Qs

Solids and Fluids Review

Solids and Fluids Review

10th Grade - University

21 Qs

Semiconductores en equilibrio térmico (Parte 2)

Semiconductores en equilibrio térmico (Parte 2)

University

12 Qs

Chapter 2

Chapter 2

Assessment

Quiz

Physics

University

Easy

Created by

Tanner Walston

Used 2+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Name four manufacturers of the 8051 microcontroller, besides Intel.

Siemens

  • Advanced Micro Devices

  • Fujitsu

  • Philips

Zilog

MOS Technology

AMD

Nvidia

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

Which device in the MCS-51TM family would probably be used for a product that will be manufactured in large quantities with a large on-chip program?

8032

8052

8051

8031

Answer explanation

Media Image

8052:

8k ---> large memory

ROM is cheaper than EPROM in large quantities

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What instruction could be used to set the least-significant bit at byte address 25h?

SETB 25h

SETB 2Fh

SETB 2Bh

SETB 28h

Answer explanation

Media Image

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What instruction sequence could be used to place the logical OR of the bits at bit addresses 00h and 01h into bit address 02h?

MOV C, 00h

ORL C, 00h

MOV 02h, C

MOV A, 00h

ORL C, 00h

MOV 02h, C

MOV C, 00h

OR C, 00h

MOV 02h, C

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What instruction sequence could be used to read bit 0 of Port 0 and write the state of the bit read to bit 0 of Port 3?

MOV A, P0.0

MOV P3.0, A

MOV C, P0.0

MOV P3.0, C

MOV P3.0, P0.0

MOV C, P3.0

MOV P0.0, C

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Illustrate an instruction sequence to read bit 0 and bit 1 of Port 0 and write a status condition to bit 0 of Port 3 as follows: If both bits read are 1, write a 1 to the output status bit, otherwise write a 0.

MOV C, P0.0

XRL C, P0.1

MOV P3.0, C

MOV C, P0.0

ORL C, P0.1

MOV P3.0, C

MOV C, P0.0

ANL C, P0.1

MOV P3.0, C

MOV C, P0.0

ANL C, P0.1

MOVC P3.0

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What bit addresses are set to 1 as a result of the following instruction

MOV 26h, #26h

30, 31, 31

31, 32, 35

34, 35, 36

32, 33, 37

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?