1/71
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
what is an inkjet printer?
Inkjet printers produce high quality prints.
Inkjet printers are easy to use and inexpensive compared to laser printers.
However, the nozzles are prone to clogging and the ink is wet after printing.
A feeding mechanism draws paper in and the paper passes by the print head where ink is sprayed onto it.
what is the ALU?
Arithmetic logic unit. Part of the CPU that carries out two types of operations: the arithmetic and the logic operations
What is RFID used for?
RFID is an automatic identification method, relying on storing and remotely retrieving data using devices called RFID tags.
An RFID tag is an object that can be attached to or incorporated into a product, animal, or person for the purpose of identification using radio waves.
what is the CIR?
holds the current instruction, which it splits up into operand and opcode.
what is RAM?
Random Access Memory. Internal memory in the computer used during immediate processing.
what are words?
•Memory is divided up in equal units called words. Word length is usually 8, 16, 32 or 64 bits. Each word has a separate memory address
what is ROM?
Read Only Memory
- When the computer is loaded up, it looks in the BIOS chip in the ROM for the start up instructions (e.g. load up OS from the HDD)
what is machine code?
binary data
what is cache memory?
A special, super-fast part of the RAM that can be accessed more quickly than regular RAM.
- The CPU first looks in the cache and if it finds what it wants there, it doesn't have to take the time to look in the RAM, Very expensive, Very close to CPU (level 1 is closest, and level 2 is a bit further)
what is the hierarchy of cache size?
1) Level 1 2) Level 2
what is the stored program concept?
- A program must be loaded into main memory to be executed by the processor
- The instructions are fetched one at a time, decoded and executed sequentially by the processor
- The sequence of instructions can only be changed by a conditional or unconditional jump instruction
what is the von neumann architecture?
A system where the CPU runs programs stored in memory
What is CISC?
Complex Instruction Set Computer - A large instruction set is used to accomplish tasks in as few lines of assembly language as possible
what is an example of CISC?
Mult A, B