Computer Architecture

Description: Logical Architectural Design Computer Organization and ArchitectureComputer Architect
Number of Questions: 15
Created by:
Tags: Logical Architectural Design Computer Organization and Architecture Computer Architect
Attempted 0/15 Correct 0 Score 0

Which logic circuit requires one Ex-OR gate for sum generation and one AND gate for carry generation?

  1. Full adder

  2. Half adder

  3. Full subtrator

  4. NAND logic

  5. NOR logic


Correct Option: B
Explanation:

It requires one Ex-OR gate for sum generation and one AND gate for carry generation.

Which of the following provides a means of loading any register pair with a two byte value in 8085 processor?

  1. MVI Group

  2. LDA and STA

  3. LXI instruction

  4. Instruction

  5. ADD instructions


Correct Option: C
Explanation:

It provides  means of loading any register pair with a two byte value in 8085 processor.

Which circuit requires one Ex-OR gate for difference generation and one AND gate with a NOT gate for borrow generation?

  1. Half subtractor

  2. Full subtractor

  3. Full adder

  4. Not logic

  5. NAND logic


Correct Option: A
Explanation:

It requires one Ex-OR gate for difference generation and one AND gate with a NOT gate for borrow generation.

Which of the following instructions are the general means of moving data between memory and registers in 8085 processor?

  1. LDA and STA

  2. MVI group

  3. MOV group

  4. ADD instructions

  5. Stack pointer


Correct Option: C
Explanation:

These instructions are the general means of moving data between memory and registers in 8085 processor.

Which of the following instructions provides a means of moving data between the accumulator and a memory location indirectly, with the RAM address contained in either BC or DE register pair in 8085 processor?

  1. LDA and STA

  2. MVI group

  3. ADD instructions

  4. LDAX and STAX

  5. Subtract instructions


Correct Option: D
Explanation:

These instructions provide a means of moving data between the accumulator and a memory location indirectly, with the RAM address contained in either BC or DE register pair in 8085 processor.

Which of the following logic gates has low output only when all the inputs are high at the same time?

  1. AND gate

  2. OR gate

  3. Ex-Nor gate

  4. NAND gate

  5. Step recovery


Correct Option: D
Explanation:

The output of a NAND gate is low only when all inputs are high at the same time.

Which logic circuitry is required to detect whenever the sum is greater than 01001, so that the correction can be added in?

  1. BCD adders

  2. Full subtractor

  3. Full adder

  4. Ex-OR logic

  5. NOT logic


Correct Option: A
Explanation:

A circuitry is required to detect whenever the sum is greater than 01001, so that the correction can be added in.

Which of the following is/are used to provide means of adding a fixed value into the accumulator in 8085 processor?

  1. MVI group

  2. Subtract instructions

  3. ADD instructions

  4. Control unit

  5. ADD immediates


Correct Option: E
Explanation:

These instructions provide  means of adding a fixed value into the accumulator in 8085 processor.

In which logic gate is the output high only when both the inputs are low?

  1. Ex-Nor gate

  2. AND gate

  3. OR gate

  4. Step recovery

  5. NOR gate


Correct Option: E
Explanation:

Here, the output is high only when both the inputs are low.

Which instruction allows the programmer to match the byte in the accumulator with a fixed mask byte, contained in the second byte of the instructions in 8085 processor?

  1. Compare immediate

  2. AND instructions

  3. AND immediate

  4. ADD instructions

  5. MVI group


Correct Option: C
Explanation:

This instruction allows the programmer to match the byte in the accumulator with a fixed mask byte, contained in the second byte of the instruction in 8085 processor.

Which of the following provides a means of subtracting a fixed value from the contents of the accumulator in 8085 processor?

  1. Subtract instructions

  2. Subtract immediate

  3. ADD instructions

  4. LDA and STA

  5. Instruction


Correct Option: B
Explanation:

These instructions provide  means of subtracting a fixed value from the contents of the accumulator in 8085 processor.

Which of the following provides a means of moving two bytes between the HL register pair and a RAM address in 8085 processor?

  1. LDA and STA

  2. LHLD and SHLD

  3. MVI group

  4. ADD instructions

  5. Operand


Correct Option: B
Explanation:

These instructions provide a means of moving two bytes between the HL register pair and a RAM address.

Which of the following is a device that allows digital information from several sources to be routed onto a single output line for transmission over to a common destination?

  1. Multiplexer

  2. Demultiplexer

  3. Decoder

  4. Full subtractor

  5. Conversion rate


Correct Option: A
Explanation:

It is a device that allows digital information from several sources to be routed onto a single output line for transmission over to a common destination.

Which of the following allows an address to be built in the DE pair and then ready to be transferred at once to the HL pair in 8085 processor?

  1. MVI group

  2. LDA and STA

  3. ADD instructions

  4. Subtract instructions

  5. XCHG instruction


Correct Option: E
Explanation:

This allows an address to be built in the DE pair, then when ready to be transferred at once to the H and pair in 8085 processor.

Which of the following accepts an active level on two or more of its inputs representing digits, such as decimal or octal and converts it to a coded output such as binary or BCD?

  1. Decoder

  2. Encoder

  3. BCD adder

  4. Full subtractor

  5. Full adder


Correct Option: B
Explanation:

It accepts an active level on two more of its inputs representing digit, such as decimal or octal and converts it to a coded output such as binary or BCD.

- Hide questions