Technology Flashcards
What is Von- Neumann architecture?
It is a computer design in which the program is stored in memory with the data
Who and when was it created?
- Alan Turing, and John Von Neumann during the 1930s and 1940s.
What is cpu?
Hardware device that carries out the processing in a computer
What is main memory / random access memory?
A temporary store for data and instructions (programs).
What is fetch- decode-execute cycle?
Sequence of steps carried out repeatedly by a CPU.
What is writing?
When the CPU se data to memory to be stored at a given address.
What is reading?
When the CPU retrieve retrieve data store at a given address.
What is memory address?
Number that uniquely identifies a (memory) storage location.
What is volatile?
Memory that is erased when the power is turned off.
What is non- volatile?
Memory that is not lost when the power is turned off.
What is read-only memory?
Memory that cannot be altered and is not lost when the power is turned off.
What is cache memory?
Memory used to make up for difference in speed between two internal components.
What is cache miss?
When the date are requested for processing bio component for application is not found in the cache memory.
What is microprocessor?
The central unit that executes and manages the instructions passed to it.
What is firmware?
- Programs permanently stored in ROM
What are the 2 firmware?
-UEFI (Unified Extensible Firmware Interface
-BIOS ( Basic Input Output system)
What is virtual memory?
- virtual memory is “pretend memory” stored in the hard disk drive when RAM becomes full.
What is disk thrashing?
Very high rate of hard disk access.
What is bus width?
The number of wires that make up a bus. This determines the range of binary numbers that can be communicated
What is arithmetic/logic unit?
The part of the CPU that performs calculations and logic operations.