7000+ Microprocessor Questions and Answers Pdf - 1

Question: 1

Which one of the following algorithms design techniques is used in the quick sort algorithm?

(A) divide and conquer

(B) greedy

(C) backtracking

(D) dynamic programming

Ans: A

divide and conquer

Question: 2

The default parameter passing mechanism in C-programming language is

(A) call by value result

(B) call by value

(C) call by reference

(D) call as random

Ans: B

call by value

Question: 3

For 8086 microprocessor, the jump distance in bytes for short jump range is

(A) forward 255 and backward 256

(B) forward 15 and backward 16

(C) forward 31 and backward 32

(D) forward 127 and backward 128

Ans: D

forward 127 and backward 128

Question: 4

Effective address is calculated by adding or subtracting displacement value to

(A) absolute address

(B) base address

(C) relative address

(D) immediate address

Ans: B

base address

Question: 5

The computer program which converts statements written in high level language code is known as

(A) operating system

(B) disassembler

(C) compiler

(D) assembler

Ans: C

compiler

Related Questions
Read More Engineering Topics