computing components Flashcards
(43 cards)
What is the stored program concept?
The stored program concept means that data and instructions are both logically the same and can both be stored in memory.
The von Neumann architecture is built around this principle. It is important because the human does not have to execute instruction from without the machine.
What are the 5 components of Von neumon architecture?
- The memory unit that holds both the data and instructions, as they are logically the same.
- The ALU that performs arithmetic and logic operations on the data.
- The Input unit that moves data from the outside world into the computer.
- The output unit that moves data from inside the computer to the outside world.
- The control unit that acts as the ‘stage manager’ and ensures all the components perform in concert.
What is memory?
A collection of cells, each with a unique physical address.
What is a memory cell?
A memory cell is the smallest part of a computer memory that can be changed in a single operation. A memory cell records a number written in binary - called its content. A memory cell has an identification number called its address.
A cell size varies from machine to machine, depending on i#the machines ‘accecability’. Modern day machines are normally 1 byte.
What is the ALU?
Arithmetic/Logic unit can perform basic arithmetic and logic operations on data such as addition, subtraction, multiplication and division, as well as logic operations such as AND, OR and NOT.
The ALU operates on words, a natural unit of data associated with different system designs
What is a word?
This is the number of bits processed by a computer at once.
What is a register?
A small memory location that holds usually one word, and are used to hold data that are going to be accessed again immediately. access to a register is much faster that access to memory locations.
What is an input device?
What is an output device?
Input unit: a device through which data or prgrams from the outside world is entered into the computer.
Output Unit: A device in which records stored on the computer are made available to the outside world.
What is the control unit?
The organizing driving force in the computer, and is in charge of the fetch-execute cycle. It tells memory, ALU, i/o devices how to respond to instructions they have been sent.
what registers are in the Control Unit?
Instruction register (IR): Contains the instruction that is currently being executed.
Prgram Counter (PC): contains the address of the next instruction to be executed.
What is addressability?
The number of bits stored in each addressable location in memory.
What is the CPU?
The central processing unit made of a combination of the ALU and the control unit. it can be thought of as the ‘brain’ f the computer that interprets and executes instructions.
What are the three buses?
Address bus: Used to select the memory location or hardware devce which data will go or be taken. This bus is unidirectional as data only goes from the CPU to memory.
Data bus: allows data to flow between the CPU, memory and I/O devices. it is bidirectional as data can flow both ways, to and from the CPU.
Control Bus: manages the flow of the control signals from the CPU. used to generate timing and control signals to control all the associated peripherals, microprocessor uses control bus to process data. it is a unidirectional bus.
What is bus width?
The number of bits that can be transferd simultaneously - the wider the bus width the more data that can be transferd.
what is Cache memory ?
A type of small high speed memory used to hold frequently accessed data. before a main memory access the CPU checks if the data is stored in cache or not.
What is pipelinning?
A technique used to speed up the fetch-execute cycle by breaking down instructions into smaller instructions that can be overlapped.
What is the motherboard?
The main printed circuit board of a personal computer that has ports for attaching other components to the bus.
What is RAM?
Random Access Memory is a type of memory in which each cell can be directly accessed and changed.
RAM is volatile, so it does not retain its bit configurations once power is lost.
What is ROM?
Read Only Memory stroes data that can not be changed. Placing the bit pattern in ROM is known as burning, and once done the bit pattern can not change, and is done during either the manufacture of the computer or at the assembly of all the components.
instructions that the computer needs to start itself. Frequently used software is also stored in ROM so the system does not have to read the software each time the computer is turned on.
What is the differnce between RAM and ROM
RAM bit patterns can be directly accessed and changed, but ROM has permanent bit patterns that can not be changed.
RAM is volatile memory meaning when power is lost it does not retain its bit patters, but ROM does. As the bit patterns in ROM can not be lost, it is used to store the instructions that the computer needs to start itself. Frequently used software is also stored in ROM so the system does not have to read the software each time the computer is turned on.
Why are Secondary storage devices necessary?
What are secondary storage devices?
Most of a computers memory is volatile, meaning it will not retain data once power is lost. Therefore it is essential that a computer has other types of storage. These devices are known as secondary storage devices, or auxiliary storage devices which are both input and output devices.
What is the flash drive?
Replaced floppy disks
. non volatile and can be re-written.
.The device is fitted intergrated with a USB
. used to build SSD, and SSD has no moving parts so is much faster then hard disk. However it can eventually wear out , so can fail just as a hard disk can.
What is a touch screen and what are the four types?
A computer monitor that can respond to the user,
touching the screen with a stylus or finger. it is both an input and an output device. A touch screen will register not only hat it is being touched, but where abouts it is being touched.
There are four types
– Resistive
– Capacitive
– Infrared
– Surface acoustic wave (SAW)
How does a resistive touch screen work?
A screen made up of two layers of electrically
conductive material
– One layer has vertical lines, the other has horizontal
lines
– When the top layer is pressed, it comes in contact
with the second layer which allows electrical current
to flow
– The specific vertical and horizontal lines that make
contact dictate the location on the screen that was
touched