What does random access memory (RAM) store? (1 point) the basic input output system ( BIOS) system that contains the instructions the computer needs to start up media such as images and videos that a user does not currently need access to the hardware that makes the computer run such as the central processing unit (CPU), motherboard, and cords commonly used instructions such as the operating system or in-use programs

Random access memory (RAM) is a type of computer memory that stores data that is actively being used or processed by the computer's central processing unit (CPU). It temporarily holds instructions and data that the CPU needs to access quickly and frequently. This includes the operating system, currently running programs, and data being actively manipulated. However, it does not store permanent data or files.

Random access memory (RAM) stores commonly used instructions such as the operating system or in-use programs. So, the answer is: commonly used instructions such as the operating system or in-use programs.

Random Access Memory (RAM) is a type of volatile computer memory that stores data and instructions that are actively being used by the computer. It is a temporary storage location that allows the computer's processor to quickly access and read/write data during the execution of programs.

To determine what RAM stores, let's go through the given options:

1. The basic input output system (BIOS): This is incorrect. The BIOS is a separate type of memory that stores specific firmware instructions required for the computer to start up, but it is typically not stored in RAM.

2. Media such as images and videos that a user does not currently need access to: This is incorrect. Media files like images and videos are typically stored in permanent storage devices (e.g., hard drive, solid-state drive) rather than in RAM. RAM is primarily used for storing data that is actively being used for processing.

3. The hardware that makes the computer run, such as the central processing unit (CPU), motherboard, and cords: This is incorrect. The hardware components of a computer are not stored in RAM. Instead, RAM stores data and instructions that are sent to and processed by the CPU.

4. Commonly used instructions such as the operating system or in-use programs: This is correct. RAM stores the operating system (OS) instructions, as well as the data and instructions of currently running programs. This includes frequently accessed portions of the OS and programs that are actively being used, allowing the CPU to quickly retrieve and process the necessary information. It is important to note that RAM data is volatile, meaning that its contents are lost when the computer is powered off or restarted.

So, the correct answer is: RAM stores commonly used instructions such as the operating system or in-use programs.