Year 8 End of Year Test Revision SOLUTIONS
Year 8 End of Year Test Revision SOLUTIONS
What is a computer system? A computer is a device that has been designed to process data given some input
data and a program to run. A computer is a device that is able to take in data - called an input. It then acts
upon that data - called processing, the result of which is the output of the machine.
Input,
Used for? (Find a different answer for each
Device What is it? Output or
device.)
Storage?
Monitor/Screen Output It receives signals from the computer and displays that
information for the user to view.
Keyboard Input
lets the user to enter characters (letters, numbers and
symbols) into a computer.
Printer Output Users can print text and pictures on to paper. A printer can
also work with digital cameras to print directly without the
use of a computer.
Speaker Output takes audio electrical signals and converts them into actual
sound that people can hear.
e. Binary his is a digital coding system which uses two values to represent data, 0 and 1.
f. Bits - A bit that is the smallest amount of information that a computer can store. It can be
set to 0 (false) or 1 (true), this is called binary.
g. Four bits make a nibble.
h. Eight bits make a byte.
Images
Define the term image - This is another name for a picture. There are many types of image file formats, each with
their advantages and disadvantages. But they can all be broken down into either bitmap images or vector images.
i. Bitmap - A bitmap is made up of a large number of dots (called pixels) arranged in a set of horizontal rows
and columns For example a 600 by 800 pixel bitmap has 600 rows and 800 columns forming a rectangular
image.
ii. Pixel- Pixel is short for Picture Element. A pixel is the smallest individual dot that can be displayed on a
computer monitor. Each pixel is given a colour and brightness value.
iii. Vector A vector graphic is not made up of pixels like a bitmap, but is made up of a set of instructions to the
computer of how to draw the image from scratch. For example, the vector image might contain the
command
"Draw a line from position A to position B on the computer screen". When this 'vector image' is loaded into
a program that understands how to deal with it, a line gets drawn from A to B. The nice thing about vector
images is that they can be scaled without losing any quality unlike a bitmap which pixelates.
2. File format (e.g. jpg, animated gif)
a. Jpg is used for photographs and other bitmap images.
b. Animated gif is used for a moving image
3. How to manipulate images
i. Image editing software (Photo Plus)
ii. Snipping tool
iii. Filter gallery
iv. Layers
b. Why do companies manipulate images?
Programming
4. Telling a computer what to do
a. Python Programming
i. Order matters
5. A program is created to show how many minutes are in a given number of seconds. Consider the
three lines of code below.
Line number ___1_and 2__ refers to the value of the secs variable
1 print("Year of birth?")
2 birth_year = int(input())
3 birth_year = int(input())
4 age = 2022 - birth_year
5 print("You are", age, "years old")
Networks
What do these terms mean below?
Router = allows connections between networks. A type of computer that forwards data across a network. A router
only shares a single IP address and accepts data packets from the network and works out where they need to go after
that . Routers move traffic to where it needs to go. They do this by choosing the shortest path between the computers.
WAP = Wireless access point
Hub = A network hub is a hardware device that connects multiple computers in a network. A network hub is a
node that broadcasts data to every computer or every device connected to it. A hub is less sophisticated than
a switch, the latter of which can isolate data transmissions to specific devices.
Switch = Connect computers devices within a network. A switch has a number of ports and it stores the addresses
of all network devices that are directly or indirectly connected to it on each port. As a data packet comes into the
switch, its destination address is examined and a direct connection is made between the sending and receiving
machines.
A network switch connects devices (such as computers, printers, wireless access points) in a network to each other,
and allows them to 'talk' by exchanging data packets.
NIC = Network Interface Card
Server = A server is a networked computer that is providing a specific service to other computers on the network
Node = any device that connects to a network. the connection point among network devices such as
routers, printers, or switches that can receive and send data from one endpoint to the other.
It measures the amount of data which can be uploaded or downloaded in a specific measure of time.