Computers and IT MCQs
Computer Awareness Questions and Quiz for Banking, IBPS, RRB, RBI, SBI, NABARD examinations of 2024-2025. Computer Awareness MCQs for Competitive Exams. GKToday Computer Awareness for IBPS PO, IBPS Clerk, Bank PO, Bank Clerk and other entrance / competitive examinations.
21. A storage device type that stores computer data after it is turned off. It is added to a computer beyond the immediately usable main storage. What is the name given to this device?
[A] Floppy disk
[B] Hard disk
[C] Backing store
[D] Punched card
Show Answer
Correct Answer: C [Backing store]
Notes:
The term backing storage refers to non-volatile data storage. Common types of backing storage devices are hard drives, SSD, external hard disk drives, optical media such as CD or DVD, and flash media such as thumb drives and memory sticks.
22. Which of the following accurately defines the concept of Modularization?
[A] A program where the instructions are modules.
[B] A technique in which the software is divided into various distinct modules.
[C] A module being an independent software component.
[D] A method where software is evolved through natural selection.
Show Answer
Correct Answer: B [A technique in which the software is divided into various distinct modules.]
Notes:
Modularization is a technique in software engineering where the software is divided into separate sub-programs or modules. Each module is a self-contained unit that contributes to the total functionality of software. It enhances the overall manageability of software, increases reuse, and improves comprehensibility. It fosters collaborative development as multiple developers can work on different modules simultaneously.
23. Which of the following has the shell as an exclusive feature?
[A] DOS
[B] UNIX
[C] System Software
[D] Linux
Show Answer
Correct Answer: B [UNIX]
Notes:
Unix is a family of multitasking, multiuser computer operating systems. The main features of UNIX include multitasking and portability capabilities.
24. Which of the following issues are related to the Software aging?
[A] Quality of Software decreases
[B] Entropy of Software increases
[C] Both a and b
[D] None of the Above
Show Answer
Correct Answer: C [Both a and b]
Notes:
Software aging refers to progressive performance degradation of a software system due to exhaustion of operating system resources, fragmentation and accumulation of errors.
25. Which of the following are the other terms used for Software Decay?
[A] Code Rot
[B] Bit Rot
[C] Software Erosion
[D] All of the Above
Show Answer
Correct Answer: D [All of the Above]
Notes:
Software Decay is also known as software rot, code rot, bit rot, software erosion, software decay or software entropy. It is a slow deterioration of software performance over time.
26. What is the full form of IMDBMS?
[A] In-Memory database management system
[B] In-Module database management system
[C] Indian Memory database management system
[D] None of the Above
Show Answer
Correct Answer: A [In-Memory database management system]
Notes:
IMDBMS stands for In-memory database management system. It provides faster response times and better performance. It is a database management system that predominantly relies on main memory for data storage, management and manipulation.
27. Which of the following is used to represent a Weak entity set?
[A] Line
[B] Diamond
[C] Double Diamond
[D] Double Rectangle
Show Answer
Correct Answer: C [Double Diamond]
Notes:
In a relational database, a weak entity is an entity that cannot be uniquely identified by its attributes alone. It must use a foreign key in conjunction with its attributes to create a primary key.
28. Which of the following device is used to convert the native data into signal?
[A] OCR
[B] Modem
[C] Printer
[D] Monitor
Show Answer
Correct Answer: B [Modem]
Notes:
As data cannot be sent in its native form, it is necessary to convert it into signal. This is performed with the help of a transmitter such as modem.
29. Which of the following noise may occur when signals at different frequencies share the same transmission medium?
[A] White noise
[B] Intermodulation noise
[C] Cross talk
[D] Impulse noise
Show Answer
Correct Answer: B [Intermodulation noise]
Notes:
When signals at different frequencies share the same transmission medium, the result may be intermodulation noise. Signals at a frequency that is the sum or difference of original frequencies or multiples of those frequencies will be produced.
30. Which of these standards is used to define Ethernet based networks?
[A] IEEE 802.1
[B] IEEE 802.3
[C] IEEE 802.7
[D] IEEE 802.11
Show Answer
Correct Answer: B [IEEE 802.3]
Notes:
IEEE 802.3 is a set of standards put forth by the Institute of Electrical and Electronics Engineers (IEEE) that define Ethernet-based networks as well as the name of the working group assigned to develop these standards.