This section contains carefully selected MCQs and Previous Year Questions with explanations to help students understand concepts and prepare effectively for examinations, interviews, and competitive tests.
Q: 1RAID stands for:
Option A
RAID (Redundant Array of Independent Disks) is a storage technology that combines multiple physical disks into a single logical unit to improve performance and reliability (fault tolerance). Key characteristics of RAID include:
Q: 2Which of the following is used as a temporary file created by an information system for a single task?
Option B
A Work File is a temporary file created by an information system to perform a specific or single task. It is used to hold intermediate data during processing and is usually discarded after the task is completed.
Q: 3Which RAID type doesn’t use parity for data protection?
Option A
RAID (Redundant Array of Independent Disks) is used to improve data reliability and performance. Different RAID levels use different techniques like mirroring and parity.
The RAID 1 uses mirroring, not parity. Data is duplicated on two or more disks. If one disk fails, the same data is available on the other disk.
| RAID TYPE | EXPLANATION | TECHNIQUE USED |
|---|---|---|
| RAID 0 | Data is split across multiple disks to improve performance, but no data protection is provided. | Striping |
| RAID 1 | Data is duplicated on multiple disks, providing high reliability. | Mirroring |
| RAID 4 | Data is striped across disks with one dedicated disk storing parity information. | Striping + Dedicated Parity |
| RAID 5 | Data and parity are distributed across all disks, providing both performance and fault tolerance. | Striping + Distributed Parity |
| RAID 6 | Similar to RAID 5 but uses two parity blocks, allowing failure of two disks. | Striping + Double Parity |
Q: 4Which of the following methods can be used to organize notes for interpreting an information?
I. Flow Chart.
II. Transition Devices.
Option A
A Flow Chart is a graphical technique that can be used to organize and present information in a logical sequence. It uses standard symbols and arrows to show the flow or relationship between different steps or pieces of information.
Transition devices, on the other hand, are words or phrases used mainly to connect sentences, paragraphs, or ideas and make written communication smooth and coherent. Examples include however, therefore, furthermore, first, next, and finally. They are not considered a method for organizing notes.
Q: 5To express all the constraints on domain variables, the condition box feature is used in:
Option A
QBE (Query By Example) is a graphical query language where users specify queries by filling example values in tables. The condition box in QBE is specifically used to define constraints or conditions on domain variables, such as comparisons, ranges, or logical conditions.
Q: 6In Oracle SQL, the owner of the DUAL table is:
Option A
The DUAL table is a special one-row, one-column table provided by Oracle. It is commonly used to evaluate expressions, call functions, or display system values without referencing any user table.
The owner of the DUAL table is SYS, which is the default system schema in Oracle.
Q: 7According to the Bell-LaPadula security model, a subject S is permitted to write to an object O only if the security classification of S satisfies which of the following conditions with respect to O?
Option C
According to the Bell-LaPadula security model, a subject S is permitted to write to an object O only if the security classification of the subject satisfies the condition:
class(S)≤class(O)
This is known as the "No Write Down" or Star (*) Property rule, which prevents a subject from writing information to a lower security level object, thereby preventing potential information leakage from higher classified data to lower classification levels.
Q: 8Which of the following is considered a fourth-generation language (4GL)?
Option C
A fourth-generation language (4GL) is a non-procedural language that allows users to specify what result is required, not how to compute it.
SQL fits this definition because users write queries to describe the desired data, and the DBMS decides the execution steps.
Q: 9Which of the following ensures database security?
Option D
Database security is maintained using:
Q: 10____________ is the process of identifying, organizing, storing and disseminating information within an organization.
Option A
Knowledge Management (KM) is the systematic process of identifying, collecting, organizing, storing, sharing, and disseminating knowledge and information within an organization.
Its main purpose is to ensure that useful knowledge is available to the right people at the right time, so they can make better decisions and perform their work effectively.
The important activities of Knowledge Management include, Identify → Organize → Store → Share → Disseminate → Use Knowledge.
Thank you so much for taking the time to read my Computer Science MCQs section carefully. Your support and interest mean a lot, and I truly appreciate you being part of this journey. Stay connected for more insights and updates! If you'd like to explore more tutorials and insights, check out my YouTube channel.
Don’t forget to subscribe and stay connected for future updates.