551. getchar:: IO char in this given function what is indicated by IO char:
Correct answer: (A)
when getchar is invoked it returns a character
552. If we define putchar function in putchar:: char -> IO ( ) syntax than character input as an argument and returns ____________:
Correct answer: (C)
Get no output
553. The front panel display provides lights as green LED represent ____________ and red LED represent ____________ for device programmer who writes input/output basic:
Correct answer: (A)
Busy and Error
554. The input data for processing uses the standard input device which by default is a ____________:
Correct answer: (C)
Keyboard
555. The processed data is sent for output to standard ____________ device which by default is computer screen:
Correct answer: (B)
Output
556. Each instruction is executed by set of micro operations termed as:
Correct answer: (A)
Micro instructions
557. For each micro operation the control unit generates set of ____________ signals:
Correct answer: (A)
Control
558. Sequence of microinstructions is termed as micro program or:
Correct answer: (C)
Firmware
559. The micro program is an ____________ written in microcode and stored in firmware which is also referred as____________:
Correct answer: (A)
Interpreter and control memory
560. Compared to hardware, firmware is ____________ to design micro programmed organization:
Correct answer: (B)
Easier