MPMC-8085

MPMC-8085

University

5 Qs

quiz-placeholder

Similar activities

ARM BASICS Module 1

ARM BASICS Module 1

University

10 Qs

3.1 Computer Architecture Cambridge IGCSE 0478

3.1 Computer Architecture Cambridge IGCSE 0478

10th Grade - University

10 Qs

basic computer design

basic computer design

University

10 Qs

COMPUTER FUNDAMENTALS AND ORGANIZATION MCQ1

COMPUTER FUNDAMENTALS AND ORGANIZATION MCQ1

University

10 Qs

Parallel Computers

Parallel Computers

University

10 Qs

Computer Architecture

Computer Architecture

University

10 Qs

Exploring Addressing Modes

Exploring Addressing Modes

University

10 Qs

CO Quiz 2

CO Quiz 2

University

10 Qs

MPMC-8085

MPMC-8085

Assessment

Quiz

Computers

University

Medium

Created by

B. Meenakshi

Used 7+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number of Instructions that 8085 microprocessor have

246

241

240

247

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which one of the following is not a data transfer instruction

MOV B,M

LDA 1232 H

STA 1004 H

ADC M

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which category of microprocessor instructions detect the status conditions in registers and accordingly exhibit the variations in program sequence on the basis of detected results?

Transfer Instructions

Operation Instructions

Control Instructions

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The push and pop instructions belonging to the category of transfer instructions of microprocessor perform data transformation between .

two registers

processor register and memory stack

processor register and interface register

interface register and memory word

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which control instruction is followed by an un- conditional branch instructions so as to branch to a single location from the double ones with respect to specified status-bit condition?

jump instruction

branch instruction

skip instruction

return- from-subroutine instructions