Save
Computer science
Memory
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Burak
Visit profile
Cards (43)
What does memory contain in a computer?
All instructions that the
CPU
follows
View source
What happens without memory in a computer?
The
computer
wouldn't
know
what
to
do
View source
What does RAM stand for?
Random Access Memory
View source
What is the primary use of RAM in a computer?
It serves as the
main memory
View source
Can RAM be read and written to?
Yes
, it
can
be
read
and
written
to
View source
What type of memory is volatile?
RAM
is volatile memory
View source
What is volatile memory?
Temporary
memory that requires power
View source
What is non-volatile memory?
Permanent
memory that retains data
View source
What does non-volatile memory do?
It keeps its
contents
without power
View source
What is the main memory used for data storage?
Where all data and
programs
are stored
View source
What happens when a computer boots up?
The
operating system
is copied to
RAM
View source
What is the role of secondary storage during booting?
It provides data copied to
RAM
View source
What happens to applications when they are opened?
They are copied from
secondary storage
to
RAM
View source
Where do applications stay while in use?
In
RAM
until they are closed
View source
How does RAM compare to CPU cache?
RAM
is
slower
than
CPU cache
View source
What is virtual memory?
Secondary
storage
used as extra
RAM
View source
What happens when RAM is full?
The computer needs
additional
storage space
View source
What does the CPU need to do with data stored in virtual memory?
It must move data back to
RAM
View source
Why is moving data from virtual memory to RAM slow?
Because of the
data transfer rates
View source
What is a common application of memory?
Data storage in
virtual memory
View source
What happens when a CPU needs to store data in virtual memory?
It must move data back to
RAM
View source
Why is transferring data to RAM slower than accessing it directly?
Data transfer rates
are much slower
View source
How does virtual memory affect computer performance when switching applications?
It can slow down
response times
View source
What is ROM in the context of computer memory?
Read-Only Memory
View source
What is the characteristic of ROM memory?
It is
non-volatile
and cannot be
written
to
View source
What does BIOS stand for?
Basic Input Output System
View source
What is the role of BIOS in a computer?
It initializes hardware during
boot-up
View source
How does the CPU interact with ROM during the boot process?
The CPU reads instructions from
ROM
View source
What happens when the computer is powered on?
The
CPU
reads instructions from
ROM
View source
What type of memory is controlled by firmware?
Embedded systems
memory
View source
What does the CPU do after reading instructions from ROM?
It performs
self-checks
and
setups
View source
How does the CPU verify the memory is functioning correctly?
Through
self-checks
and tests
View source
What can the CPU do with the BIOS once it is loaded?
It can copy the operating system to
RAM
View source
What is a characteristic of the BIOS?
It is a type of
firmware
View source
What does the BIOS contain?
Instructions for booting the
computer
View source
How does the CPU utilize ROM during the boot process?
It reads
instructions
to
start
the system
View source
What does updating the BIOS do ?
It can improve system performance and compatibility
View source
What is the function of a ROM chip?
To store
firmware
permanently
View source
What does it mean that ROM is non-volatile?
It retains data without
power
View source
What is the relationship between RAM and BIOS during boot-up?
BIOS initializes RAM for
use
View source
See all 43 cards