Please enable JavaScript.
Coggle requires JavaScript to display documents.
KS3 Computer Science Revision - Coggle Diagram
KS3 Computer Science Revision
Computer Basics
the input, output, CPU (central processing unit) and memory are the 4 major parts of a computer
Hardware
Input → process → output
The CPU does the processing
CPU - central processing unit where programs are executed and the components are told what to do
memory- keeps track of the information so that it can be recalled later
in a CPU there is a ALU which does all the maths and logic
Software
Application Software
The various programs that run on a computer
E.G. Chrome, Office, Games
Operating System
The software that manages the computer's basic functions
E.G. OSX, Windows, Linux
Flexible code that runs on a computer to perform specific tasks (a set of instructions) which must be loaded into the computer's storage before executing
Types of computer
Mobile devices
Tablets
Phones
Embedded systems
mp3 players
Cars
Toys
Personal Computer
Desktops
Laptops
Super Computer
Server
Web Server
These host websites
File Server
Personal storage
Computer Definition
A computer or machine that that carries out calculations form a set of instructions.
Data Size
KB: kilobyte
MG: megabyte
GB: gigabyte
TB: terabyte
PB: petabyte
B: Byte
Algorithms
used to develop and express solutions to computational problems
Decomposition is breaking down the problem into smaller parts.
A set of instructions or commands to complete a certain task
Networking
When ever we connect two or more computers together, so that they can communicate with each other, we have a computer network.
Connections between computers can be wired or wireless.
Topologies
We can connect computers together in lots of different ways. The different set-ups for a wired network are known as topologies.
Line
Fully Connected
Bus
Ring
Star
Network Types
Whilst others are connected over much larger areas - these are called WANs (Wide Area Network)
Some computers are connected over a small area - these are called LANs (Local Area Networks).
A set of common communication protocols over digital interconnections to share resources provided by network nodes.
Data is transmitted to different computers in the network using packets.
The packets are then sent between computers in the network until they reach their destination.
Sometimes packets get ‘stuck’ and can’t reach their destination.
When the recipient has received the packet, they will then send back their own message to say that it has been received. This is called the error check.
This forms the basis of the Transition Control Protocol [TCP/IP mode] for sending data via this internet.
Network Security
Network security is the process of taking physical and software preventative measures to protect the underlying networking infrastructure.