Computer Science - IT MCQs
Topic Notes: Computer Science - IT
<p>MCQs and preparation resources for competitive exams, covering important concepts, past papers, and detailed explanations.</p>
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
1221
What does "DOS" stand for?
Answer:
Disk Operating System
DOS stands for Disk Operating System.
1222
Which operating system is exclusively designed to run on Apple hardware?
Answer:
macOS
macOS is the primary operating system for Apple's Mac computers.
1223
What is meant by a dialog box?
Answer:
All of the above
A dialog box is a window that provides an interactive message box, groups various options, and includes sets of controls for user interaction.
1224
In memory management, the "Worst-Fit" algorithm allocates:
Answer:
The largest available memory hole
The Worst-Fit algorithm finds the largest free memory block to fulfill allocation requests, potentially reducing fragmentation.
1225
What occurs when new data is written into a memory location?
Answer:
It will erase the previous content.
Writing new data to a memory location overwrites and erases the existing data at that location.
1226
The "Start Menu" is a well-known feature of which operating system?
Answer:
Windows
The Start Menu is a graphical user interface element used in Microsoft Windows since Windows 95 and in some other operating systems.
1227
What is the purpose of an interrupt?
Answer:
To signal the CPU that a device needs attention
An interrupt is a signal to the processor emitted by hardware or software indicating an event that needs immediate attention.
1228
Which operating system does NOT allow long file names?
Answer:
MS-DOS
MS-DOS restricts file names to the classic 8.3 format, not supporting longer names.
1229
A mobile operating system is designed for:
Answer:
Smartphones and tablets
A mobile operating system is an operating system for mobile phones, tablets, smartwatches, or other mobile devices.
1230
HTML viruses infect which of the following?
Answer:
A Web page in the HTML code
An HTML virus targets and embeds itself within a webpage’s HTML, potentially affecting anyone who views the page.