1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
define RAM.
RAM (random access memory) is primary storage that holds data and instructions currently in use.
is RAM volatile or non-volatile?
RAM is volatile, meaning its contents are lost when powered off.
what does read/write mean for RAM?
read/write means data can be read from and written to RAM.
give one example of what could be stored in the RAM of a smart TV.
current channel
volume
video
currently running apps
define ROM.
ROM (read only memory) is primary storage that holds the BIOS and the boot up instructions.
state the differences between RAM and ROM.
ROM is non-volatile, RAM is volatile
content of ROM cannot be changed, content of RAM can be changed.
is ROM volatile or non-volatile?
ROM is non-volatile, meaning its contents are not lost when powered off.
true or false?
data can be written to ROM.
false.
ROM is read-only memory, so data cannot be written to it.
which has a larger capacity, RAM or ROM?
RAM has a much larger capacity compared to ROM.