Foundation
General Knowledge
Basic Science
India Science And Technology
Question
Permanent instructions that the computer use when it is turned on and that cannot be changed by other instructions are contained in __________.
ROM
RAM
CPU
ALU
JEE Advance
College PredictorLive

Know your College Admission Chances Based on your Rank/Percentile, Category and Home State.

Get your JEE Main Personalised Report with Top Predicted Colleges in JoSA

Solution
Verified BY
Verified by Zigyan

This question is about computer memory types. Let me explain the key concepts:

ROM (Read-Only Memory) is the correct answer. ROM contains permanent instructions that are stored during manufacturing and cannot be changed by normal computer operations. These instructions are essential for booting up the computer and performing basic system functions.

Why the other options are incorrect:

ALU (Arithmetic Logic Unit): This is part of the CPU that performs mathematical calculations and logical operations, not a storage location for instructions.

CPU (Central Processing Unit): This is the main processor that executes instructions, but it doesn't store permanent instructions itself.

RAM (Random Access Memory): This is temporary memory that stores data and instructions while the computer is running, but it loses all information when the power is turned off.

Related Topics

Computer Memory Hierarchy: Computers use different types of memory with varying characteristics. ROM is non-volatile (retains data without power) while RAM is volatile (loses data when power is off).

BIOS/UEFI: The Basic Input/Output System or Unified Extensible Firmware Interface is firmware stored in ROM that initializes hardware during the boot process before the operating system loads.

Key Formulae and Concepts

While this topic doesn't involve mathematical formulae, here are the essential memory concepts:

Volatile Memory: Memory that requires power to maintain stored information (e.g., RAM)

Non-Volatile Memory: Memory that retains stored information even when not powered (e.g., ROM, Flash memory)