Exams › IBPS PO › General Awareness › Computer Fundamentals
9 questions with worked solutions.
Q1. The binary system uses powers of
Answer: 2
The binary number system is based on 2. Its place values are powers of 2, such as 1, 2, 4, 8, and so on.
Q2. What was the language used in second-generation computers?
Answer: Assembly Language
Second-generation computers used assembly language, which is a symbolic low-level language. Machine language was used in first-generation computers, while BASIC and Pascal are higher-level languages.
Q3. Third-generation language is
Answer: high-level language
Third-generation languages (3GLs) are high-level programming languages such as C, FORTRAN, and COBOL. They are more abstract than machine and assembly languages. Therefore, the correct answer is high-level language.
Answer: Arithmetic Logic Unit (ALU)
The Arithmetic Logic Unit (ALU) is the component of the CPU responsible for performing arithmetic calculations and logical comparisons. Input, control, and storage units serve different roles in data handling and instruction management.
Q5. Which printer cannot print graphics?
Answer: Daisy Wheel printer
A Daisy Wheel printer is an impact printer that prints only text characters and cannot print graphics. Inkjet and laser printers can print graphics, so they are not correct.
Answer: 1.II 2.IV 3.III 4.I
The 1st generation of computers used vacuum tubes, the 2nd used transistors, the 3rd used integrated circuits, and the 4th used microprocessors. Matching them gives 1.II, 2.IV, 3.III, 4.I.
Q7. Which are common file operations performed by system calls?
Answer: All of these
System calls provide low-level access to operating system services, including file handling. Common file operations include creating, opening, reading, and writing files, so the inclusive option is correct.
Q8. Expand RDBMS.
Answer: Relational Database Management System
RDBMS stands for Relational Database Management System. It is the standard term used for database systems based on the relational model.
Q9. Checking of different hardware parts of a computer is done by?
Answer: BIOS
BIOS is the basic input/output system stored on the motherboard. It performs the power-on self-test (POST) and checks hardware components before loading the operating system.