

InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
1. |
A decoder is required in case of a ______________(a) Vertical Microinstruction(b) Horizontal Microinstruction(c) Multilevel Microinstruction(d) All types of microinstructionsI got this question in final exam.This key question is from The Control Unit topic in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Right answer is (a) Vertical Microinstruction |
|
2. |
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. |
|
3. |
A set of microinstructions for a single machine instruction is called ___________(a) Program(b) Command(c) Micro program(d) Micro commandI had been asked this question in final exam.The query is from The Control Unit in division Basic Computer Organisation of Computer Fundamentals |
Answer» Right answer is (c) MICRO program |
|
4. |
Which is the simplest method of implementing hardwired control unit?(a) State Table Method(b) Delay Element Method(c) Sequence Counter Method(d) Using CircuitsThe question was posed to me by my school teacher while I was bunking the class.My question is based upon The Control Unit in division Basic Computer Organisation of Computer Fundamentals |
Answer» The correct OPTION is (a) STATE Table Method |
|
5. |
If the control signals are generated by combinational logic, then they are generated by a type of _______________ controlled unit.(a) Micro programmed(b) Software(c) Logic(d) HardwiredI have been asked this question in an online quiz.My question is taken from The Control Unit topic in division Basic Computer Organisation of Computer Fundamentals |
Answer» CORRECT option is (d) Hardwired For EXPLANATION I would say: The main task of a control unit is to generate control signals.There are TWO main types of control units: A hardwired control unit generates control signals by using combinational logic CIRCUITS and the Micro programmed control unit generates control signals by using some softwares. |
|
6. |
What does MAR stand for?(a) Main Address Register(b) Memory Access Register(c) Main Accessible Register(d) Memory Address RegisterI had been asked this question in an online quiz.My doubt stems from The Control Unit in section Basic Computer Organisation of Computer Fundamentals |
Answer» The correct option is (d) Memory Address REGISTER |
|
7. |
The part of a processor which contains hardware necessary to perform all the operations required by a computer:(a) Data path(b) Controller(c) Registers(d) CacheI got this question in an interview for job.The query is from The Control Unit in division Basic Computer Organisation of Computer Fundamentals |
Answer» Right option is (a) Data path |
|
8. |
Which of the following is not a characteristic of a computer?(a) Diligence(b) I.Q.(c) Accuracy(d) VersatilityThis question was addressed to me in a job interview.My doubt stems from The Control Unit in division Basic Computer Organisation of Computer Fundamentals |
Answer» The correct choice is (b) I.Q. |
|
9. |
Fill in the blank in the diagram.(a) Input Unit(b) Memory Unit(c) Control Unit(d) I/O UnitI got this question during an internship interview.My question is based upon The Control Unit topic in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Right choice is (c) CONTROL UNIT |
|
10. |
____________ is the raw material used as input and __________ is the processed data obtained as output of data processing.(a) Data, Instructions(b) Instructions, Program(c) Data, Program(d) Program, CodeThe question was posed to me in an international level competition.My doubt stems from The Control Unit topic in section Basic Computer Organisation of Computer Fundamentals |
Answer» Right choice is (a) Data, INSTRUCTIONS |
|
11. |
The bitwise complement of 0 is ___________(a) 00000001(b) 10000000(c) 11111111(d) 11111110The question was posed to me by my college director while I was bunking the class.This question is from The Arithmetic & Logic Unit in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» CORRECT ANSWER is (c) 11111111 Explanation: Bitwise complement is basically used to CONVERT all the 0 DIGITS to 1 and the 1S to 0s. So, for 0 = 00000000(in 8-bits) ::: 11111111(1s complement). The bitwise complement is often referred to as the 1s complement. |
|
12. |
Which flag indicates the number of 1 bit that results from an operation?(a) Zero(b) Parity(c) Auxiliary(d) CarryThis question was addressed to me in unit test.My doubt is from The Arithmetic & Logic Unit in section Basic Computer Organisation of Computer Fundamentals |
Answer» Correct answer is (b) PARITY |
|
13. |
Number of bits in ALU is _________(a) 4(b) 8(c) 16(d) 2I had been asked this question in examination.This intriguing question comes from The Arithmetic & Logic Unit in portion Basic Computer Organisation of Computer Fundamentals |
Answer» The correct choice is (C) 16 |
|
14. |
The process of division on memory spaces is called______________(a) Paging(b) Segmentation(c) Bifurcation(d) Dynamic DivisionI have been asked this question in an interview for job.I'm obligated to ask this question of The Arithmetic & Logic Unit topic in division Basic Computer Organisation of Computer Fundamentals |
Answer» Correct option is (b) Segmentation |
|
15. |
The ALU gives the output of the operations and the output is stored in the ________(a) Memory Devices(b) Registers(c) Flags(d) Output UnitThis question was posed to me in an interview for job.My enquiry is from The Arithmetic & Logic Unit in portion Basic Computer Organisation of Computer Fundamentals |
Answer» Correct choice is (B) REGISTERS |
|
16. |
IEEE stands for ___________(a) Instantaneous Electrical Engineering(b) Institute of Emerging Electrical Engineers(c) Institute of Emerging Electronic Engineers(d) Institute of Electrical and electronics engineersThe question was posed to me by my college professor while I was bunking the class.I want to ask this question from The Arithmetic & Logic Unit in portion Basic Computer Organisation of Computer Fundamentals |
Answer» Correct CHOICE is (d) Institute of Electrical and ELECTRONICS engineers |
|
17. |
ALU is the place where the actual executions of instructions take place during the processing operation.(a) True(b) FalseThis question was posed to me in my homework.The origin of the question is The Arithmetic & Logic Unit in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Right answer is (a) True |
|
18. |
The sign magnitude representation of -1 is __________(a) 0001(b) 1110(c) 1000(d) 1001The question was asked during an interview.My query is from The Arithmetic & Logic Unit in division Basic Computer Organisation of Computer Fundamentals |
Answer» Correct option is (d) 1001 |
|
19. |
Which of the following is not a bitwise operator?(a) |(b) ^(c) .(d) |
Answer» The correct option is (C) . |
|
20. |
The ‘heart’ of the processor which performs many different operations _____________(a) Arithmetic and logic unit(b) Motherboard(c) Control Unit(d) MemoryI had been asked this question in an interview for job.My question is taken from The Arithmetic & Logic Unit topic in portion Basic Computer Organisation of Computer Fundamentals |
Answer» Right ANSWER is (a) ARITHMETIC and logic unit |
|
21. |
The first practical form of Random Access Memory was the __________(a) SSEM(b) Cathode Ray Tube(c) William’s Tube(d) Thomas’s TubeThis question was posed to me during an internship interview.I would like to ask this question from The Storage Unit topic in section Basic Computer Organisation of Computer Fundamentals |
Answer» Right answer is (c) William’s Tube |
|
22. |
A non-erasable disk that stores digitized audio information is _____(a) CD(b) CD-ROM(c) DVD-R(d) DVD-RWI got this question in class test.I'd like to ask this question from The Storage Unit in section Basic Computer Organisation of Computer Fundamentals |
Answer» Correct answer is (a) CD |
|
23. |
RAID stands for __________(a) Redundant array of independent disks(b) Redundant array of individual disks(c) Reusable Array of independent disks(d) Reusable array of individual disksI have been asked this question in an internship interview.This key question is from The Storage Unit topic in division Basic Computer Organisation of Computer Fundamentals |
Answer» CORRECT choice is (a) REDUNDANT array of INDEPENDENT disks To explain I would say: RAID is a multiple-disk database design which is VIEWED as a single logical disk by the operating system. Data are distributed across the physical drives of the array.It guarantees the recovery of data in case of data failure. |
|
24. |
Which of the following are types of ROMs?(a) SROM & DROM(b) PROM & EPROM(c) Only one type there is no further classification(d) PROM & EROMI have been asked this question during an online interview.The doubt is from The Storage Unit in portion Basic Computer Organisation of Computer Fundamentals |
Answer» Right answer is (B) PROM & EPROM |
|
25. |
Which of the following is used in main memory?(a) SRAM(b) DRAM(c) PRAM(d) DDRThe question was asked in class test.Question is from The Storage Unit topic in division Basic Computer Organisation of Computer Fundamentals |
Answer» Right ANSWER is (b) DRAM |
|
26. |
Which of the following is non-volatile storage?(a) Backup(b) Secondary(c) Primary(d) CacheI had been asked this question in homework.This question is from The Storage Unit in portion Basic Computer Organisation of Computer Fundamentals |
Answer» CORRECT choice is (B) SECONDARY The explanation is: The secondary storage is the non-volatile storage unit because the DATA is not lost when the power supply is dissipated. PRIMARY memory is the volatile memory. |
|
27. |
Which of the following is used to hold running program instructions?(a) Primary Storage(b) Virtual Storage(c) Internal Storage(d) Minor DevicesThis question was addressed to me during an internship interview.My question comes from The Storage Unit topic in section Basic Computer Organisation of Computer Fundamentals |
Answer» The correct ANSWER is (a) PRIMARY STORAGE |
|
28. |
The two basic types of memory in a computer are ________(a) Primary and major(b) Primary and Secondary(c) Minor and Major(d) Main and virtualThis question was addressed to me during an online interview.I would like to ask this question from The Storage Unit topic in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Right OPTION is (b) Primary and Secondary |
|
29. |
Saving data and instructions to make them readily available is the job of __________(a) Storage Unit(b) Cache Unit(c) Input Unit(d) Output UnitI have been asked this question in semester exam.My question is from The Storage Unit in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Correct choice is (a) Storage Unit |
|
30. |
Components that provide internal storage to the CPU are ______(a) Registers(b) Program Counters(c) Controllers(d) Internal chipsThe question was posed to me in exam.The above asked question is from The Storage Unit topic in section Basic Computer Organisation of Computer Fundamentals |
Answer» Right ANSWER is (a) Registers |
|
31. |
PCI stands for _________(a) Peripheral Component Interconnect(b) Partial Component Interconnect(c) Peripheral Component Interaction(d) Partial Component InteractionThis question was addressed to me during a job interview.Question is taken from The Output Unit in division Basic Computer Organisation of Computer Fundamentals |
Answer» The correct option is (a) PERIPHERAL COMPONENT Interconnect |
|
32. |
Which of the following is not a function of the Output Unit?(a) It produces results that can be easily understood by the user(b) It accepts the results produced by the computer(c) It supplies the data and instructions to the outside world(d) It supplies the data and instructions to the computer for further processingThis question was addressed to me during an internship interview.This interesting question is from The Output Unit topic in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Correct ANSWER is (d) It supplies the data and instructions to the computer for further processing |
|
33. |
A ___________________ monitor looks like a television and are normally used with non-portable computer systems.(a) CRT(b) LCD(c) LED(d) Flat Panel MonitorsThe question was asked during a job interview.This intriguing question comes from The Output Unit topic in section Basic Computer Organisation of Computer Fundamentals |
Answer» RIGHT answer is (a) CRT Explanation: A CRT (or the Cathode RAY Tube) Monitor looks like a TELEVISION ideally.The flat panel monitors are thinner and lighter in COMPARISON. |
|
34. |
Line Printers that print one line at a time are _________(a) Laser Printers(b) Inkjet Printers(c) Drum Printers(d) Chain PrintersThe question was asked in an interview for internship.My doubt is from The Output Unit topic in portion Basic Computer Organisation of Computer Fundamentals |
Answer» The CORRECT option is (c) Drum Printers |
|
35. |
A special request originated from some device to the CPU to acquire some of its time is called ___________(a) Disturbance(b) Attenuation(c) Interrupt(d) NoiseThis question was addressed to me in a job interview.My question is taken from The Output Unit topic in section Basic Computer Organisation of Computer Fundamentals |
Answer» The CORRECT option is (c) Interrupt |
|
36. |
The devices that used to give single or multiple colored images and drawings are ____________(a) Monitors(b) Printers(c) Plotters(d) VDUsI got this question in semester exam.My enquiry is from The Output Unit in division Basic Computer Organisation of Computer Fundamentals |
Answer» RIGHT OPTION is (c) Plotters To ELABORATE: Plotters are the devices which are used to give colored images.They use ink pens or ink jets for DRAWING. Pens of DIFFERENT colors and shades are used for shading and styling. |
|
37. |
What does SVGA stand for?(a) Standard Visual Graphics Array(b) Super Visual Graphics Array(c) Standard Video Graphics Array(d) Super Video Graphics ArrayThis question was addressed to me in my homework.My question is based upon The Output Unit in division Basic Computer Organisation of Computer Fundamentals |
Answer» Right answer is (d) Super Video GRAPHICS ARRAY |
|
38. |
VDU stands for__________(a) Virtual Display Unit(b) Visual Display Unit(c) Virtual Detection Unit(d) Visual Detection UnitThis question was addressed to me in an interview for internship.This intriguing question originated from The Output Unit in division Basic Computer Organisation of Computer Fundamentals |
Answer» The correct ANSWER is (b) Visual Display Unit |
|
39. |
The process of producing useful information for the user is called ___________(a) Controlling(b) Outputting(c) Inputting(d) ProcessingThis question was addressed to me in an internship interview.My enquiry is from The Output Unit in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Right option is (B) Outputting |
|
40. |
The output unit converts the data entered by the user into computer understandable form.(a) True(b) FalseThe question was asked in a national level competition.Query is from The Output Unit topic in portion Basic Computer Organisation of Computer Fundamentals |
Answer» The CORRECT answer is (b) False |
|
41. |
Label the parts 1 and 2:(a) 1.ALU 2. MU(b) 1.Output unit 2.Input Unit(c) 1.MU 2. ALU(d) 1.Input Unit 2.Output UnitI got this question in an internship interview.This question is from The Input Unit in section Basic Computer Organisation of Computer Fundamentals |
Answer» The correct answer is (d) 1.Input Unit 2.Output Unit |
|
42. |
Which of the following is not a function of the Input Unit?(a) It reads instructions and data from the outside world(b) It converts the data into computer acceptable format(c) It makes the data into user understandable format(d) It supplies the data and instructions to the computer for further processingI had been asked this question in an interview for job.The query is from The Input Unit in section Basic Computer Organisation of Computer Fundamentals |
Answer» Right option is (c) It makes the DATA into user UNDERSTANDABLE format |
|
43. |
What does the COMPUTER stand for?(a) Commonly Operated Machines Used in Technical and Educational Research(b) Commonly Occupied Machines Used in Technical and Educational Research(c) Commonly Operated Machines Used in Technical and Environmental Research(d) Commonly Oriented Machines Used in Technical and Educational ResearchI had been asked this question in examination.This interesting question is from The Input Unit topic in portion Basic Computer Organisation of Computer Fundamentals |
Answer» Right answer is (a) Commonly Operated Machines Used in TECHNICAL and Educational RESEARCH |
|
44. |
1 yottabyte = ______________(a) 1024 TB(b) 1024 EB(c) 1024 ZB(d) 1024 PBI have been asked this question by my school principal while I was bunking the class.My enquiry is from The Input Unit in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Correct OPTION is (C) 1024 ZB |
|
45. |
The input machine which originated in the United States around 1880s is a ___________(a) Mouse(b) Joystick(c) Keyboard(d) Bar Code ReaderI got this question in an interview.My query is from The Input Unit topic in portion Basic Computer Organisation of Computer Fundamentals |
Answer» Right choice is (c) Keyboard |
|
46. |
Which of the following describes the correct format of an input instruction?(a) IN 82(b) INPUT 82(c) INP 82(d) 82 INPThis question was addressed to me during an interview for a job.Asked question is from The Input Unit in section Basic Computer Organisation of Computer Fundamentals |
Answer» Right choice is (a) IN 82 |
|
47. |
One nibble is equivalent to how many bits?(a) 2(b) 4(c) 8(d) 1The question was posed to me during an interview.Question is taken from The Input Unit in portion Basic Computer Organisation of Computer Fundamentals |
Answer» Right choice is (b) 4 |
|
48. |
The only language which the computer understands is ______________(a) Assembly Language(b) Binary Language(c) BASIC(d) C LanguageThe question was asked at a job interview.The query is from The Input Unit topic in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Right answer is (b) Binary Language |
|
49. |
The smallest unit of data in computer is ________________(a) Byte(b) Nibble(c) Bit(d) KBI got this question by my college professor while I was bunking the class.My doubt stems from The Input Unit in portion Basic Computer Organisation of Computer Fundamentals |
Answer» The correct answer is (c) Bit |
|
50. |
Which unit is responsible for converting the data received from the user into a computer understandable format?(a) Memory Unit(b) Arithmetic & Logic Unit(c) Input Unit(d) Output UnitThis question was posed to me in class test.The doubt is from The Input Unit topic in chapter Basic Computer Organisation of Computer Fundamentals |
Answer» Correct option is (c) INPUT Unit |
|