

InterviewSolution
Saved Bookmarks
1. |
Micro-program consists of a set of microinstructions which are strings of 0s and 1s.(a) True(b) FalseThis question was addressed to me in class test.I want to ask this question from The Control Unit in portion Basic Computer Organisation of Computer Fundamentals |
Answer» CORRECT answer is (a) True The explanation: The computer understands only BINARY language. So, the micro-program should have INSTRUCTIONS which are in the form of 0S and 1s. Each output LINE of the micro-program corresponds to one control signal. |
|