Explore topic-wise InterviewSolutions in .

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

The EXPLANATION: There are TWO types of microinstructions: HORIZONTAL and Vertical.

In a horizontal microinstruction, each bit represents a signal to be activated whereas, in case of vertical microinstruction bits are decoded and, the decoder then produces SIGNALS.

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

To ELABORATE: For every micro-operation, a set of microinstructions are WRITTEN which indicate the control SIGNALS to be activated. A set of microinstructions is a micro program. The address of the next microinstruction is given by a Micro-program counter.

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

Explanation: There are 3 WAYS of implementing hardwired CONTROL unit:

A state table is the simplest method in which a number of circuits are designed based on the cells in the table.

A delay element method consists of a flowchart drawn for the circuit. A D-flip flop is used as a delay element.

A SEQUENCE counter method used k-modulo counter as a replacement for k delay elements.

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

To elaborate: MAR is a type of register which is responsible for the fetch OPERATION. MAR is connected to the address bus and it SPECIFIES the address for the read and WRITE operations.

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

For explanation I WOULD say: A processor is a part of the computer which does all the data manipulation and decision MAKING. A processor COMPRISES of:

A data path which contains the hardware necessary to perform all the operations. A controller tells the data path what needs to be done.

The REGISTERS act as intermediate STORAGE for the data.

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.

Easy explanation: The COMPUTER system has no I.Q. of its own. It does only what it is PROGRAMMED to do. It cannot take decisions of its own.

A computer is diligent because it can work continuously for HOURS without getting any errors or without getting grumbled.

The accuracy of a computer is CONSISTENTLY high and its level of accuracy depends on its DESIGN. A computer can perform any task if, it can be broken down into a series of logical steps. Therefore, a computer is versatile.

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

The best explanation: The control unit manages and coordinates the operations of a COMPUTER system. The ALU is responsible for performing all the arithmetic and bitwise operations . Therefore, both these units combine to form the brain of the computer ,which is the central PROCESSING 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

The EXPLANATION is: Data can be assumed as a raw material which, in TURNS after processing gives the desired output in the FORM of instructions. Further, a SET of ordered and meaningful instructions is known as a program.

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

Easiest explanation: The parity FLAG INDICATES the NUMBER of 1 bit in any operation.The resultant bit is called the parity bit. The main aim of the parity bit is to check for ERRORS.

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

To explain I would say: Arithmetic and LOGIC Unit consists of 16bits. They PERFORM certain Arithmetic and bitwise operations (add, subtract, AND, OR, XOR, Increment, decrement, shift).

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

For EXPLANATION I would say: The MEMORY SPACE is DIVIDED into SEGMENTS of dynamic size. The programmer is aware of the segmentation and can reallocate the segments accordingly.

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

For explanation I would SAY: Any output generated by the ALU gets STORED in the registers. The registers are the temporary memory LOCATIONS within the processor that are connected by signal paths to the CPU.

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

Best explanation: The IEEE is an organization of PROFESSIONALS in the field of electronics and electrical engineering. IEEE has GIVEN certain STANDARDS of its own which are followed in the field of computer science and electrical engineering.

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

Explanation: ALU is a combinational electronic circuit which basically performs all the LOGICAL or the bitwise OPERATIONS and the ARITHMETIC operations. Therefore, it is the place where the actual executions of INSTRUCTIONS take place.

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

To EXPLAIN I would say: The first leftmost bit i.e. the most significant bit in the sign magnitude REPRESENTS if the number is positive or negative.If the MSB is 1, the number is negative else if it is 0, the number is positive. Here, +1=0001 and for -1=1001.

19.

Which of the following is not a bitwise operator?(a) |(b) ^(c) .(d)

Answer»

The correct option is (C) .

The EXPLANATION: All except the DOT(.) operator are bitwise operators.

|: Bitwise OR

^ : Bitwise XOR

<< : Shift Left

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

Explanation: The Arithmetic and logic unit performs all the basic OPERATIONS of the computer system. It performs all the arithmetic(+,-,*,/,etc) as well as the LOGICAL operations( AND, OR, NOT, etc.).

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

Easy explanation: The FIRST practical form of RAM was William’s Tube made in 1947. It STORED DATA as electrically charged spots on the FACE of a CATHODE Ray 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

Best explanation: A compact disk stores digitized audio information. The standard SYSTEM uses 12 CM disks and can record more than 60 minutes of UNINTERRUPTED playing game.

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

The best explanation: There are two types of Read Only Memories: PROM i.e., Programmable ROM & EPROM i.e., Erasable Programmable ROM. When only a small NUMBER of ROMs with a particular memory content is needed, PROM is USED and in case of EPROM, all the contents of the storage cells must be erased before the write operation.

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

The explanation is: DRAM stands for dynamic random access memory.It is denser than SDRAM (Static) and therefore it is USED in the MAIN memory. They are in the form of semiconductor RAMs.

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

For explanation: The primary storage is responsible for holding the data, intermediate results and the results of ongoing processes or JOBS. VIRTUAL storage is the main memory storage required for saving a large amount of data for future reference. The other options are invalid.

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

To explain: There are two types of MEMORIES in a computer system: The Primary MEMORY and the Secondary Memory.

The primary memory can be directly ACCESSED by the CPU whereas the secondary memory cannot be directly accessed.

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

Explanation: The storage unit is responsible for storing the DATA. It makes the instructions readily available for additional or initial processing whenever required.The cache is a software COMPONENT that stores data to serve the data REQUESTS in future. It can CONTAIN the result of some earlier computations.

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

For explanation: The Registers are the fast storage units. They are responsible for storing INTERMEDIATE computational RESULTS in the CPU.The registers can be user accessible or INACCESSIBLE.

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

Explanation: PCI is a high-bandwidth bus that can function as a peripheral bus.Compared with others, it delivers BETTER system PERFORMANCE.

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

The explanation: The output unit is responsible for giving the results to the user in the FORM of a printed report or visual display.It is not responsible for giving the instructions BACK to the CPU for 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

Explanation: The drum printers have a solid cylindrical drum with CHARACTERS embossed on its SURFACE in the form of CIRCULAR bands.It can only print a predefined set of characters.

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

To explain: An interrupt is a kind of request which takes CONTROL of the system BUS for some time, then PERFORMS all the operations and gives BACK control to the CPU.It is usually identified by some number and is handled by the interrupt controller.

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

For EXPLANATION: Super Video Graphics Array is a type of Visual Display Unit.It supports 1024 by 768 pixels with 60,000 different COLORS.

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

The explanation: A Visual Display unit is also referred to as the MONITOR who BASICALLY is used to give the results or OUTPUTS to the user.It comprises of a cathode RAY tube internally.

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

For explanation I would say: The OUTPUT Unit is responsible for giving the results to the user in the FORM of a printed report or visual display. The process is referred to as outputting. Controlling is nothing but the manner and sequence in which the instructions are being operated. Inputting MEANS giving instructions to the SYSTEM whereas, processing means performing certain operations and calculations.

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

Explanation: The Output unit is responsible for CONVERTING the COMPUTER OBTAINED data into user understandable format. The INPUT Unit is responsible for converting the data in computer understandable format.

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

The BEST EXPLANATION: The above DIAGRAM is a simple explanation which DESCRIBES how the instruction is given to the CPU, how it is PROCESSED, and then how the result is obtained.

So here, the input unit is used to give instructions to the central processing unit and the output unit is responsible for giving the result to the user.

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

To EXPLAIN: The INPUT unit converts the data into computer understandable format i.e. binary format and not the user understandable format.It is the duty of the output unit to MAKE 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

The best I can explain: The word COMPUTER is an abbreviation for the terms “Commonly Operated Machines Used in Technical and Educational Research”. The word COMPUTER also RELATES to the word COMPUTE which means to CALCULATE. So, initially it was thought that a computer is a device which is used to perform calculations.

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

To elaborate: 1 yottabyte is EQUAL to 1024 ZB, which stands for zettabyte. Further, 1 ZB=1024 EB (exabyte) and and 1 EB=1024PB (petabyte).

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

Easy EXPLANATION: A keyboard is an INPUT DEVICE which originated in the 1880s and is used to GIVE instructions to the computer in the form of letters and numbers.Mouse is used for the selection of VARIOUS objects on the screen, joystick is mainly used for gaming purpose and bar code readers are used for reading the bar-codes.

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

Best EXPLANATION: The input/output INSTRUCTIONS are used to transfer INFORMATION between external peripherals and the CPU. The CORRECT format of an input instruction is: IN 8-bit port address.

Here, IN 82 is the correct option, where 82 is the designated port address.All the other options are invalid.

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

To EXPLAIN I would say: A nibble is defined as a unit of DATA which COMPRISES of 4 BINARY digits or half of 8-bit byte.Therefore, 1 nibble = 4 BITS. A bit is the smallest unit of data in a computer system. A byte = 8 bits, therefore, half of a byte=4 bits=a nibble.

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

The explanation: The Computer understands only binary language which is written in the form of 0s & 1S. A computer can understand ASSEMBLY language but an assembler is REQUIRED which converts the assembly language to binary language. Similarly, for understanding high level languages, compilers/interpreters are required.

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

The best I can explain: A bit is defined as the smallest unit of data in a COMPUTER system. It is used as a short form of Binary Digit.A bit can have only two values 0 or 1. A nibble COMPRISES of 4 bits, a byte is a COLLECTION of 8 bits WHEREAS KB (Kilobyte) is equal to 1024 bytes.

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

Explanation: The Input Unit converts the data, which the USER enters into a language which the computer understands, i.e. it converts the data into BINARY format. The OUTPUT Unit is responsible for giving the results in user-understandable format. The Storage Unit is responsible for storing the data after immediate results of processing WHEREAS; the ALU is responsible for various arithmetic and bitwise operations.