Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MPMC Model 2 Part B

Total questions: 15

Worksheet time: 15mins

Name
Class
Date
1.

Consider the following statements: In 8085,

a) In the T2 state, the CPU sends the address to memory or I/O and the ALE signal for demultiplexing .

b) Ready pin of a microprocessor is used to to introduce wait states.

a)

Both statements are true

b)

Both statements are false

c)

First statement is true, second statement is false

d)

First statement is false, second statement is true

2.

Consider the following statements: In 8085,

a) The no. of address lines required to address a memory of size 16K is 15 lines.

b) For I/O mapped I/O addressing, the number of I/Os than can be accessed is 256.

a)

Both statements are true

b)

Both statements are false

c)

First statement is true, second statement is false

d)

First statement is false, second statement is true

3.

Consider the following statements: Arithmetic Logic Unit (ALU)

1.Performs arithmetic operations

2.Performs comparisons.

3.Communicates with I/O devices

4.Keeps watch on the system

Which of these statements are correct?

a)

1, 2, 3 and 4

b)

1, 2 and 3

c)

1 and 2

d)

3 and 4

4.

The 8085 microprocessor uses a crystal of frequency 6.25 Mhz. The T-state value is

a)

320ns

b)

640ns

c)

960ns

d)

1280ns

5.

A microprocessor differentiates between op code, data/address at any time by

a)

the sequence in which memory contents are fetched by it

b)

its internal registers

c)

the stack pointer

d)

the program counter

6.

Consider the following statements: In 8085,

a) The data bus of a microprocessor can be unidirectional or bidirectional.

b) The address bus of any microprocessor is always uni-directional.

a)

Both statements are true

b)

Both statements are false

c)

First statement is true, second statement is false

d)

First statement is false, second statement is true

7.

When RET instruction is executed by any subroutine then

a)

without any operation, the calling program would resume from instruction immediately following the call instruction.

b)

the PC will be incremented after the execution of the instruction.

c)

the top of the stack will be popped out and assigned to the PC.

d)

without any operation, the calling program would resume from instruction immediately following the call instruction and also the PC will be incremented after the execution of the instruction.

8.

Consider the following statements: In 8051,

a) This program code will read data from port 0 and write it to port 2, and it will stop looping when bit 3 of port 2 is set:

STAT:MOV A, PO

MOV P2, A

JNB P2.3, STAT

b) The contents of the accumulator after this operation

MOV A,#2BH

ORL A, 00H

will be 1BH

a)

Both statements are true

b)

Both statements are false

c)

First statement is true, second statement is false

d)

First statement is false, second statement is true

9.

What does the attached subroutine do?

a)

Multiplies two numbers

b)

Divides two numbers

c)

Finds the square root of a number

d)

None of the above

10.

8279 has to be operated with 16 of 8 bit characters, Right entry, encoded scan and with 2 key lockout. What is the control word?

a)

18H

b)

24H

c)

48H

d)

1AH

11.

Counter 2 of 8254 has to be operated in Mode 4 with an initial 16 bit value and with binary count. What is the control word?

a)

F8

b)

B8

c)

84

d)

A8

12.

The Initialisation command word 1 for 8259 is 9A; The 8259 operates in ----------mode and is ---------- triggered.

a)

Cascade mode, Level triggered

b)

Cascade mode, Edge triggered

c)

Single mode, Edge triggered

d)

Single mode, Level triggered

13.

The address of Port A in 8255 is 60H. Write an 8085 instruction such that Port A is in Mode 1 input, Port B is in Mode 1 output and Port C is input.

a)

MVI A, 0DH; OUT 60H;

b)

MVI A, B0H; OUT 63H

c)

MVI A, BDH; OUT 63H

d)

MVI A, 0BH; OUT 63H;

14.

Consider the following statements:

a) The load cell is based on the principle that the resistance of a wire changes when it is under strain.

b) A resolver can be used for position sensing.

a)

Both statements are true

b)

Both statements are false

c)

First statement is true, second statement is false

d)

First statement is false, second statement is true

15.

DPTR=3000H; A = 05H; What is the content of the DPH register after execution of the instruction

MOVC , @A+DPTR

a)

30H

b)

05H

c)

00H

d)

May not be any of the above