Aspirant Academy

MCQ

Input, output and memory devices; storage hierarchy MCQ - Practice Questions with Answers

Solve 25 Input, output and memory devices; storage hierarchy questions for RAS/RPSC preparation.

Practice questions

Q1Consider the following statements: Statement 1: One hexadecimal digit represents 4 binary bits. Statement 2: Two hexadecimal digits therefore represent one byte. Statement 3: Decimal 45 is written as 101101 in binary. Statement 4: Binary 110010 is equal to 48 in decimal. Which statements are correct?

A Statements 1 and 2 only
B Statements 2, 3 and 4 only
C Statements 1, 2 and 3 only
D Statements 1, 3 and 4 only
Explanation

One byte equals 8 bits and one nibble equals 4 bits. They also state that one hexadecimal digit represents exactly 4 binary bits, so two hexadecimal digits represent 8 bits, or one byte. The worked decimal-to-binary example gives 45 as 101101. The worked binary-to-decimal example gives 110010 as 32 + 16 + 2, which is 50, not 48. Therefore the first three statements are correct, while the last statement has the wrong decimal total.

Q2Which sequence correctly follows the usual access-speed order stated in the storage hierarchy, from faster to slower?

A RAM, cache, registers, SSD, HDD
B SSD, RAM, cache, registers, HDD
C Registers, RAM, cache, HDD, SSD
D Registers, cache, RAM, SSD, HDD
Explanation

The usual speed order is given as registers, cache, RAM, SSD and HDD, with slower levels generally offering greater capacity and lower cost per unit. Registers are inside the CPU and are the fastest. Cache is close to the processor and reduces CPU waiting. RAM holds active programmes and data. SSD and HDD are secondary storage, with SSD usually faster than HDD. The correct sequence is therefore registers, cache, RAM, SSD and HDD.

Q3Consider the following statements. Statement 1: One byte contains 8 bits. Statement 2: One hexadecimal digit represents 4 bits, so two hexadecimal digits represent one byte. Statement 3: The octal number system uses digits 0 to 9. Which statements are correct?

A Statement 1 only
B Statements 2 and 3 only
C Statements 1 and 3 only
D Statements 1 and 2 only
Explanation

There are two direct memory-unit rules: one byte equals 8 bits, and one hexadecimal digit equals 4 bits. Therefore, two hexadecimal digits equal 8 bits, which is one byte. The octal statement is the trap. Octal is base 8 and uses digits 0 to 7 only. Digits 0 to 9 belong to the decimal system, so the first two statements are correct and the third is not.

Q4Which one of the following statements about secondary storage and access methods is incorrect?

A Magnetic tape is suitable for fast daily retrieval of one small file because it supports direct access.
B SSDs, HDDs and optical discs support direct access in ordinary exam classification.
C Magnetic tape is sequential and may suit archival backup rather than fast daily retrieval.
D Secondary storage is non-volatile, and data normally has to be loaded into RAM before intensive processing.
Explanation

Direct or random access differ from sequential access. Direct access lets the system reach a location without reading all earlier data; SSDs, HDDs and optical discs are listed under this ordinary exam classification. Magnetic tape is described as sequential, meaning data is read in order. That makes it useful for backup and archives but unsuitable for fast daily retrieval of a single small file. Secondary storage is non-volatile, but intensive processing normally requires loading data into RAM.

Q5Match List I with List II. List I: 1. Registers 2. Cache memory 3. RAM 4. SSD List II: a. Flash-based secondary storage, usually faster than HDD b. Very fast memory close to the processor for frequently used data c. Tiny, extremely fast storage locations inside the CPU d. Volatile working memory for active programmes and data

A 1-b, 2-c, 3-d, 4-a
B 1-c, 2-b, 3-d, 4-a
C 1-c, 2-d, 3-b, 4-a
D 1-d, 2-b, 3-c, 4-a
Explanation

The hierarchy differ by role and closeness to the CPU. Registers are tiny, extremely fast locations inside the CPU. Cache memory is also fast but is placed close to the processor to keep frequently used instructions and data. RAM is the volatile read-write working memory used for active programmes and data. SSD is secondary storage based on flash memory and is usually faster, quieter and more shock-resistant than an HDD. These cues give the pairing registers-c, cache-b, RAM-d and SSD-a.

You've seen 5 of 25 sample questions

Unlimited practice on Input, output and memory devices; storage hierarchy comes with the RAS Test Series + Practice pack or Gate Pass.

More questions

6Which of the following statements is false?

AA digitizer is an output device.
BYou may find pre-printed MICR characters on bank cheques.
CTrackball and joystick are pointing devices like a mouse.
DOCR stands for Optical Character Recognition.

7Consider the following statements. Statement 1: A scanner converts printed text or images into digital form. Statement 2: A printer produces hard copy output on paper. Statement 3: A touchscreen should be remembered only as an output device for exam purposes. Which statements are correct?

AStatements 1 and 2 only
BStatements 1 and 3 only
CStatements 2 and 3 only
DStatements 1, 2 and 3

8Read the assertion and reason. Assertion (A): A touchscreen should be treated as both an input and an output device. Reason (R): It displays information on the screen and also accepts touch-based commands from the user. Choose the correct answer.

ABoth A and R are true, but R is not the correct explanation of A
BBoth A and R are true, and R is the correct explanation of A
CA is true, but R is false
DA is false, but R is true

9Assertion (A): A touchscreen should be classified as both an input and an output device. Reason (R): It displays information on the screen and also accepts touch-based selections from the user. Choose the correct answer.

ABoth A and R are true, but R is not the correct explanation of A.
BA is true, but R is false.
CA is false, but R is true.
DBoth A and R are true, and R is the correct explanation of A.

10In a Rajasthan e-Mitra centre, a certificate is scanned for upload and a receipt is printed for the applicant. Which classification is correct for these two actions?

AScanning the certificate is input, and printing the receipt is output.
BScanning the certificate is output, and printing the receipt is input.
CBoth actions are secondary storage because a document record is involved.
DBoth actions are processing because the CPU validates the form.

11Which statement best describes RAM in a computer?

AIt stores firmware and start-up instructions without needing power.
BIt is volatile main memory used for programmes and data currently in use.
CIt is a portable secondary storage device used mainly for file transfer.
DIt is an optical disc read or written using light.

12Which of the following is an output device?

AMouse
BKeyboard
CSpeaker
DJoystick

13Which of the following input devices allows users to enter alphanumeric characters and special characters into a computer?

AKeyboard
BMouse
CMonitor
DPrinter

14Match the device with its main role. List I: 1. Scanner 2. Printer 3. Speaker 4. Touchscreen List II: a. Audio output b. Both display and input c. Hard copy output d. Converts printed material into digital form

A1-c, 2-d, 3-a, 4-b
B1-a, 2-c, 3-d, 4-b
C1-d, 2-c, 3-a, 4-b
D1-d, 2-a, 3-c, 4-b

15Consider the following statements. Statement 1: RAM is volatile read-write main memory used for active programmes and data. Statement 2: ROM loses its contents when power is switched off. Statement 3: Cache memory is faster than RAM and is placed close to the processor. Which statements are correct?

AStatements 1 and 3 only
BStatements 1 and 2 only
CStatements 2 and 3 only
DStatements 1, 2 and 3

More topics in Basic Computer

Explore other subjects