Aircraft Computers Group Assignment Handout
Aircraft Computers Group Assignment Handout
MROM - Masked Read Only Memory stores data permanently into a circuit during
manufacturing and cannot be modified. It is non-volatile and data will not be erased when
the system is turned off.
EAROM - Electrically Alterable Read Only Memory can be modified a few bits at a time with
electric signals. Also non volatile and data will not be erased when the system is
disconnected. It is non volatile and data will not be erased when the system is turned off.
EPROM - Erasable Programmable Read Only Memory data can be erased and
reprogrammed with new data through a programmer or burner. It is non volatile and data will
not be erased when the system is turned off.
RAM - Programs and processes use RAM (Random Access Memory), a type of
volatile memory, to temporarily store data. It also affects the speed at which the CPU
can access and modify data, which is crucial for the operation of applications in
aviation systems.
ROM - Firmware and other permanently stored data are stored in ROM (Read-Only
Memory), a non-volatile memory crucial for aviation technology, especially when
starting up systems since it keeps data even when the power is switched off, and the
central processing unit, or CPU, uses this sort of computer memory to store
instructions for basic tasks.
RAM - RAM is a volatile memory used in computers and other devices such as mobile
phones to store data that is actively being used and processed. RAM is like a desk where
you put the papers we are working on. You can quickly grab any paper (or data) you need,
but once you turn off your computer (or clear your desk), everything on it is gone.
Types of RAM:
1. SRAM - It stands for Static Random Access Memory. It is very fast because it does
not need to refresh the data it holds. It's more expensive and is used in small
amounts for things like cache memory, which helps your computer quickly access
frequently used data.
2. DRAM - DRAM stands for Dynamic Random Access Memory. It is a more common
type of memory that needs to refresh data it stores many times per second. It’s
slower than SRAM but cheaper, so it’s used as the main memory in computers to
handle most of the data and tasks you are working on.