Manages the execution of
instructions, usually in some sort of
order, using the fetch execute cycle
Has 3 main jobs:
1. Decide which instructions to carry out next
and fetch it from the memory.
2. Decode the
instruction.
3. Execute the
instruction.
Arithmetic Logic Unit
(ALU
Processes data which requires
arithmetic calculations to be
solved.
Also performs logical
comparisons, e.g. AND, OR...
Immediate Access Store (IAS)
Stores all programs and data
temporarily while they are in use.
Registers
Program Counter (PC) - A register that stores the address of
the next instruction to be fetched. Every time an instruction
is fetched, the program counter is incremented by 1.
Memory Address Register - The address of
the current instruction or data being
executed is temporarily stored here.
Memory Data Register (MDR) -
Temporarily stores data being
fetched from or written to the main
memory.
Instruction Register (IR) - Temporarily stores the
current instruction to be decoded and then executed.
Accumulator - A register contained in the ALU,
results of calculations are initially stored here before
being transferred and stored in the main memory.
Cache
Memory
Can be used to store temporarily frequently used
instructions and data. Situated between the RAM and CPU.
Computer Hardware Devices
Microphone - Used to transfer sound
or a human voice into a computer,
also used to record music in
analogue and store it in digital.
Advantages - STT is faster than typing, hands
free.
Disadvantages - Recognition rate of SST
can be slow if there is background noise,
sound files are bigger than text.
Mouse - When moved controls the 'pointer' on a
VDU (Visual Display Unit), detects movement
and sends those signals back to the computer.
Advantages - Requires little training, quicker to
select menus and icons compared to a keyboard
Disadvantages - Not as fast as
hotkeys, needs a flat surface.
Touchscreen - Avoids the need for a mouse, touching the sensitive
screen is the same as left-clicking. Touching the screen causes a change
in voltage which is used to determine the point of contact
Advantages - Little ICT competence needed,
Selecting and entering faster than keyboard
Disadvantages - Limited number of
options on screen, screens can dirty
quickly.
Speaker - To output sound
Advantages - Useful for visually
impaired, natural way to communicate.
Disadvantages - Speakers require desk space, can
distract others in the same working environment.
Laser Printers - Produce high quality text and graphics
Advantages - Faster to bulk-print, high quality.
Disadvantages - Colour laser printers are expensive, because they are
non-impact printers, multipart stationery cannot be used.
3D Printer - Gradually prints 3D objects one layer at a time.
Disadvantages - Not economical for large
scale manufacturing, limited form of printing
Advantages - Fast, cheap production due to
time taken, can print onto a variety of surfaces
Hard Disc Drive - Consists of a number of rigid
discs stacked on a spindle in a sealed unit
Advantages - Costs per Gb is cheaper than
external drives, greater storage than SSD's
Disadvantages - Prone to breaking
down, slower than 'flash' memory.
Extra
Devices
SSD's - No moving parts,
non-volatile flash memory.
Memory Cards - Electronic flash memory.
Smart Cards - Bank cards use 'Chip and
PIN', reliable, hotel door entry systems.
Internal Memory
Random Access Memory (RAM) - Volatile, used to hold
programs and data which are currently being used: parts of
the OS, applications software and documents being edited.
Read-Only Memory (ROM) - Can only be read from,
not written to. Non-volatile, stores boot software.
Cache
Memory
Chapter 6 Network Topologies
Types of Networks
Local Area Network (LAN) - Spread over a small
geographical area, like a building or office.
Wide Area Network (WAN) - Spread over a large geographical
area, on a global scale and requires a telecommunications
link. E.g. the Internet.
Pros and Cons
Advantages
Users can save work on file servers and retrieve
it from other computers on the network.
Expensive hardware devices can be
shared by all computers on the network
Files stored on the file server can
be shared through the network.
Files can be backed up from all computers
to the file server, much more effective than
individual backups.
Security on the network can be managed
centrally by controlling access to data and
software amongst users.
Disadvantages
Viruses can spread through the network easily.
If there is a limit on bandwidth, when multiple
users are present the network can slow down
Set-up costs can be expensive as additional hardware
is required (file servers, NIC, switches and routers).
Additional staff are required to keep
up maintenance on the network.
WWW, Internet and Intranet
Internet - Example of a WAN
WWW - An application which uses the Internet
Intranet - A private network set up as a secure website,
owned and managed by an organisation, only authorised
users with a username and password can access it
'Internet of Things' refers to the future impact that the
internet will have on our lives, the scope of the IoT will
increase as technology gradually becomes less expensive.
Acronyms
WWW - World Wide Web
URL - Uniform Resource Locator
HTML - Hypertext Markup Language
Http - Hypertext Transfer Protocol
IoT - internet of Things
Wi-Fi -Wireless Fidelity
NIC - Network Interface Card
Network Communications Technology
Wi-Fi - Wi-Fi connections are
made possible through radio
waves and a wireless router,
so there is no need for cables
Advantages - Networks can be set up
without the need for cabling.
Disadvantages - The broadband speed and
signal strength begin to weaken the farther
the device is from the wireless router
Bluetooth - Uses short range radio waves to
connect two devices together and allow them to
share data. The devices communicate directly
with each other so there is no need for a router.
Optical Fibre - Technology that uses very thin strands of glass to
send lots of data at high speeds. Cannot be interfered with by
hackers. Requires 'repeaters' for data to travel over large distaces.
Mobile Communications Network - 4G mobile-phone technology is
capable of high-speed internet access on a global scale. Due to its
cost, its coverage is mostly focused on areas with high population.
Network Resources
NIC - An electronic circuit board that needs to be installed into a
computer to enable it to be connected to a network.
Network Cables - Generally connects computers to
switch or other computers, generally made from copper.
Switch - Checks where data is being sent from and where it is going, is
a single connection point to connect to many computers.
Router - Connects a number of networks together, whether wireless or
wired, IP addresses are used to determine the route the data takes.
Network Topologies
Bus Network - All computers are connected to the
'backbone' cable, computers are easily added, if the
backbone fails, the whole network goes down.
Star Network - All computers connected
directly to the file server, if a single cable
fails, the network should still work.
Ring Network - No central computer. Each computer is
connected directly to 2 other devices, if a cable fails, the
whole network is affected. It is difficult to add more devices.