MCQ Bank
_______ are computed by the ALU and stored in processor status register.
- A) None of the given
- B) Conditional Branches
- C) Condition codes
- D) Fraction Division
For ________ of an error we just need to know that there exists an error.
- A) Both Correction and Detection
- B) None of the given
- C) Detection
- D) Correction
The third stage of the Pipelined version of SRC is;
- A) Memory access
- B) Register write
- C) Instruction Fetch
- D) ALU operation
At the start of the transfer operation in synchronous communication, the master activates the _________ signal.
- A) Acknowledge
- B) Enable
- C) Data
- D) Read
_______ signal has Output direction with respect to printer
- A) INIT#
- B) ACKNLG#
- C) D<7..0>
- D) STROBE#
Which temporary register is loaded with either a register value from the register file or a constant from the instruction?
- A) Y3
- B) X3
- C) Z5
- D) Z4
In which one of the following methods for resolving the priority, the device with the highest priority is placed in the first position, followed by lower-priority devices up to the device with the lowest priority, which is placed last in the series?
- A) Daisy-Chaining Priority
- B) Parallel
- C) Asynchronous
- D) Semi-synchronous
_________ hazard occurs when attempting to access the same resource in different ways at the same time
- A) Branch
- B) Structural
- C) Instruction
- D) Data
Every interrupt handler has an interrupt return (IRET) instruction, this instruction is an example of ___________ return.
- A) NEAR
- B) SHORT
- C) FAR
- D) RELATIVE
Identify the following type of serial communication error condition in which no character is available at the beginning of an interval.
- A) Parity error
- B) Framing error
- C) Under-run error
- D) Overrun error
A parallel port can be considered to be a big ___________ gate.
- A) NOR
- B) AND
- C) OR
- D) NOR
________ controls the sequence of the flow of microinstructions.
- A) Micro program controller
- B) DMA Controller
- C) Multiplexer
- D) Virtual Memory
Given an m-digit base b number x, the ________ of x is {{\rm{x}}^c}{\rm{ = (}}{{\rm{b}}^m}{\rm{ - x) mod }}\,{{\rm{b}}^m}
- A) Signed Magnitude Form
- B) Radix Compliment
- C) Biased Representation
- D) Diminished Radix Compliment
Given an m-digit base b number x, the ________ of x is \[{{\rm{x}}^c}{\rm{ = (}}{{\rm{b}}^m}{\rm{ - x) mod }}\,{{\rm{b}}^m}\]
- A) Radix Compliment
- B) Diminished Radix Compliment
- C) Biased Representation
- D) Signed Magnitude Form
Identify the following type of serial communication error condition: “The prior character that was received was not still read by the CPU and is over written by a new received character.”
- A) Overrun error
- B) Framing error
- C) Parity error
- D) Under-run error
Cross edge is :
- A) (u, v) where u and v are either ancestor or descendent of one another.
- B) (u, v) where u is ancesstor of v and v is not descendent of u.
- C) (u, v) where u and v are not ancestor of one another
- D) (u, v) where u and v are not ancestor or descendent of one another
If the graph is represented using an adjacency matrix, then Breadth-first search takes _________ time.
- A) O(E + 1)
- B) O(V)
- C) O(V^2)
- D) O(E)
The activity scheduling is a simple scheduling problem for which the greedy algorithm approach provides a/an ________solution.
- A) Sub optimal
- B) Simple
- C) Non optimal
- D) Optimal
Each vertex can reach every other vertex is called____________.
- A) Connected graph
- B) Ordered graph
- C) Unconnected graph
- D) Unordered graph
Back edge is:
- A) (u, v) where v is an ancestor of u in the tree.
- B) (u, v) where u is a mid of v in the tree.
- C) (u, v) where u is an ancestor of v in the tree.
- D) (u, v) where v is a predecessor of u in the tree.