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. |
What is the process of transferring data or files from online sources to a local computer?1. Bookmark2. Cast3. Dropbox4. Download |
|
Answer» Correct Answer - Option 4 : Download The correct answer is Download.
|
|
| 2. |
Any digital computer takes ______ as input, ______ the data in its memory and uses it as per instructions, when required.1. data, stores2. data, processes3. program, stores4. program, generates |
|
Answer» Correct Answer - Option 1 : data, stores The correct answer isdata, stores.
|
|
| 3. |
If we can generate a maximum of 4 Boolean functions using n Boolean variables, what will be minimum value of n?1. 655362. 163. 14. 4 |
|||||||||||||||||||||||||||||||
|
Answer» Correct Answer - Option 3 : 1 The correct answer is 1
|
||||||||||||||||||||||||||||||||
| 4. |
The information is embedded in the ROM, in the form of bits, by a process known as ________ the ROM.1. Retrieving2. Copying3. Reading4. Programming |
|
Answer» Correct Answer - Option 4 : Programming Read-only memory
|
|
| 5. |
The process of taking out stored results out of physical memory of Computers is known as:1. input process2. programming3. output process4. processing |
|
Answer» Correct Answer - Option 3 : output process The correct answer is theoutput process.
|
|
| 6. |
The first-generation computers had?1. Vacuum tubes and magnetic drum2. Magnetic tapes and transistors3. ICs4. All of these |
|
Answer» Correct Answer - Option 1 : Vacuum tubes and magnetic drum The first generation computers used vacuum tubes for circuitry and magnetic drums for memory and were often enormous, taking up entire rooms. First Generation: Vacuum Tubes (1940-1956): The first computers used vacuum tubes for circuitry and magnetic drums for memory, and were often enormous, taking up entire rooms. These computers were very expensive to operate and in addition to using a great deal of electricity, the first computers generated a lot of heat, which was often the cause of malfunctions.First generation computers relied on machine language, the lowest-level programming language understood by computers, to perform operations, and they could only solve one problem at a time. It would take operators days or even weeks to set-up a new problem. Input was based on punched cards and paper tape, and output was displayed on printouts.The UNIVAC and ENIAC computers are examples of first-generation computing devices. The UNIVAC was the first commercial computer delivered to a business client, the U.S. Census Bureau in 1951. Second Generation: Transistors (1956-1963): The world would see transistors replace vacuum tubes in the second generation of computers. The transistor was invented at Bell Labs in 1947 but did not see widespread use in computers until the late 1950s. Third Generation: Integrated Circuits (1964-1971): The development of the integrated circuit was the hallmark of the third generation of computers. Transistors were miniaturized and placed on silicon chips, called semiconductors, which drastically increased the speed and efficiency of computers.Instead of punched cards and printouts, users interacted with third generation computers through keyboards and monitors and interfaced with an operating system, which allowed the device to run many different applications at one time with a central program that monitored the memory. Computers for the first time became accessible to a mass audience because they were smaller and cheaper than their predecessors. Fourth Generation: Microprocessors (1971-Present): The microprocessor brought the fourth generation of computers, as thousands of integrated circuits were built onto a single silicon chip. What in the first generation filled an entire room could now fit in the palm of the hand. The Intel 4004 chip, developed in 1971, located all the components of the computer—from the unit and memory to input/output controls—on a single chip.In 1981 IBM introduced its first computer for the home user, and in 1984 Apple introduced the Macintosh. Microprocessors also moved out of the realm of desktop computers and into many areas of life as more and more everyday products began to use microprocessors. Fifth Generation: Artificial Intelligence (Present and Beyond): Fifth generation computing devices, based on artificial intelligence, are still in development, though there are some applications, such as voice recognition, that are being used today. The use of parallel processing and superconductors is helping to make artificial intelligence a reality. Quantum computation and molecular and nanotechnology will radically change the face of computers in years to come. The goal of fifth-generation computing is to develop devices that respond to natural language input and are capable of learning and self-organization. |
|
| 7. |
In an 8 bit representation of computer system the decimal number 26 has to be subtracted from 22 and the result in binary 2's complement is _________1. 000001002. 000011003. 000001014. 00010100 |
|
Answer» Correct Answer - Option 1 : 00000100 The correct answer is00000100
|
|
| 8. |
The elemental language of computers comprising a long sequence of binary zeros and ones (bits) is called _______1. Machine language2. Algorithm3. Flow chart4. High level Language5. None of these |
||||||||
|
Answer» Correct Answer - Option 1 : Machine language The correct answer isMachine Language.
|
|||||||||