KS3 Computing Baseline Test2020

Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

KS3 Computing Resources for Schools

KS3 Computing - Baseline Test

KS3 Computing
Baseline Test

Photocopiable /digital resources may only be copied by the purchasing institution on a single site and for their own use

Give your students a better chance of success


Edulito is a UK based educational publishing company that has been set up to ensure that
students have a real opportunity to fulfil their potential. All of the available resources have
been tested in UK schools to ensure that they provide students with a meaningful
experience and provide teachers, parents and students with a clear indication of progress.

Edulito ©2020 Page 1


KS3 Computing - Baseline Test

1. Figure 1 is a view from above the surface of Mars looking down. Currently
the Mars Rover is located at point A and must drive to point B. Instructions are
written to guide the vehicle from point A to point B. It must not drive in the
darker areas as the rocks are too big to drive over.
There are three instructions:
FD (Forward) RT (Turn Right 90o) LT (Turn Left 90o)
Here is the program that was written to get from point A to point B:
Program: FD 3 RT FD 4 RT FD 3 LT FD 5 LT FD 4

Figure 1

(a) The Mars Rover is now located at a new point A (Figure 2). A program has
been written to guide the rover across the surface of Mars avoiding crashing
into rocks (the darker squares). [1]
Here is the program: FD 6 RT FD 3
Mark on the map with a cross the square where the rover stops.

Figure 2

Edulito ©2020 Page 2


KS3 Computing - Baseline Test

(b) The grid (Figure 3) shows another location on Mars. Using arrows, show the
route you would take to get from A to B on Figure 3. [1]
(c) Using the same commands (FD RT and LT) write a program to move from A
to B. [3]
Program:

Figure 3

(d) The program below was produced to guide the rover from point A to point
B (Figure 4) but there are some errors in the program.
Program: FT5 RT FD 6 LT FD 2
(i) Circle the errors in the program shown above.[3]

Figure 4

Edulito ©2020 Page 3


KS3 Computing - Baseline Test

(ii) Write the correct program below [3]:


Program:

2. (a) Match each word with the correct definition.


Write A, B or C in the correct order in the boxes below. [3]

1 2 3

1 A It involves breaking
down a complex
Algorithm problem or system into
smaller parts that are
more manageable and
easier to understand.

2 B Once we have broken


down a complex
Decompose problem, it helps to
examine the small
problems for
similarities. These
similarities can help us
to solve complex
problems more
efficiently.

3 C This is a list of rules to


Pattern Recognition follow in order to solve
a problem. The steps
need to be in the right
order.

Edulito ©2020 Page 4


KS3 Computing - Baseline Test

(b) Below is a list of instructions for brushing your teeth.


1
Get tooth brush

2
Get tooth paste

3
Put tooth paste on your tooth brush

4
Clean Teeth

(i) Add three more steps (5, 6 and 7) to the list of instructions shown above. [3]
(ii) Now look at Step 3. Describe how you could make this step more accurate
and unambiguous. [1]
…………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

Edulito ©2020 Page 5


KS3 Computing - Baseline Test

(iii) Decompose Step 4 Clean Teeth (This is the instructions for actually
cleaning your teeth) into three additional steps. [3]

4 Clean Teeth 2

3. (a) List three examples of software applications (apps). [3]


Name of software application

(b) List two examples of operating system (OS) software. [2]


Name of software application

Edulito ©2020 Page 6


KS3 Computing - Baseline Test

(c) Match the type of program to the task. [9]


1 2 3 4 5 6 7 8 9

Program Task
1. Desktop Publishing application A. I want to be able to crop an
image and change the brightness
and contrast.

2. Presentation application B. I want to modify a film I have


made by cutting out sections that
I don’t want.

3. Photo-Editing application C. I want to write an essay for my


English teacher.

4. Word Processor D. I want to store information


about every student in my school
and be able to search for a
particular timetable.

5. Spreadsheet application E. I want to be able to calculate


how many products I have sold
and how much money I have
made.

6. Database application F. I want to be able to delete the


voice of the person speaking at
the beginning of the sound track I
have been recording.
7. Video-Editing application G. I want to be able to play a DVD
on my laptop.

8. Audio- Editing application H. I want to be able to present


information about the project I
have been doing to the whole
class.

9. Multimedia player I. I want to be able to make a


poster to advertise a play that is
taking place at my school.

Edulito ©2020 Page 7


KS3 Computing - Baseline Test

4. (a) Harry was using the internet to help him with his homework, when an
inappropriate website appeared on his screen. What should he do? [1]
…………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

(b) Tanya really enjoys using a micro blogging site called Twitter, but she has
noticed that some people using this site can be rude and use the site to bully
other people.
Tanya has decided to write a list of rules about how people should behave on
Twitter, to stop people from being bullied. Write three rules describing how
people should behave below. [3]
1.………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

………………………………………….………………………………………………………………………………

2………………………………………………………………………………………………………………………

…………………….……………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

3………………………………………………………………………………………………………………………

……………………..…………………………………………………………………………………………………

…………………………………………….……………………………………………………………………………

Edulito ©2020 Page 8


KS3 Computing - Baseline Test

(c) Aisha has created an account on a new social network app. The app asks for
lots of personal information. Should she share all her personal information
with the social network app? Explain your answer. [2]
…………………………………………………………………………………………………………………………

…………………..…………………………………………………………………………………………………….

………………………………………….……………………………………………………………………………..

5. An algorithm, in the form of a flow chart, has been produced to make a


guessing game. In this game the number is set to 7 and the person must guess
this number. If the person gets the correct number, then they get a
congratulations message. If they do not guess the correct number then they
are asked to guess again.

A
C

Figure 5

Edulito ©2020 Page 9


KS3 Computing - Baseline Test

(a) Name two variables used in this algorithm (Figure 5). [2]
Variable 1

…………………………………………………………………………………………………………………………

Variable 2

…………………..…………………………………………………………………………………………………….

(b) This algorithm (Figure 5) includes SEQUENCE, SELECTION and ITERATION.


[3]

A is an example of ……………………………

B is an example of ……………………………

C is an example of ……………………………

6. Here are TWO Scratch algorithms that can be used to draw a triangle.

Figure 6

Edulito ©2020 Page 10


KS3 Computing - Baseline Test

(a) Using Figure 6. Which algorithm is more efficient A or B? [1]

…………………………………………………………………………………………………………………………

(b) Why do you think that this algorithm is more efficient? [1]

…………………………………………………………………………………………………………………………

…………………..…………………………………………………………………………………………………….

………………………………………….……………………………………………………………………………..

(c) Program B uses repeat 3 to draw a triangle. If you were to produce a


program to draw a pentagon you would use repeat ……… [1]

7. A computer receives input data which it then processes and outputs.


Complete the table below to show, in each case, how the data is input,
processed and output. [4]
Input Processing Instruction Output

Reverse order of letters retupmoc

3 12

Goodbye GOODBYE

200 Divide by 2 and add 10

Edulito ©2020 Page 11


KS3 Computing - Baseline Test

8. David has been asked to search for information about Charles Darwin and
his voyage to the Galapagos Islands but he keeps getting too many results.

(a) Give two examples of advanced search techniques that he could use to
narrow down the results. [2]

Advanced Search Technique 1

…………………………………………………………………………………………………………………………

Advanced Search Technique 2

…………………………………………………………………………………………………………………………

(b) He finds one website with information but he cannot be sure that this

information is true. What could he do to verify that the information he has

found is true? [1]

…………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

(c) Give one reason why some searches appear above others when you use a
search engine? [1]

…………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

…………………………………………………………………………………………………………………………

Edulito ©2020 Page 12


KS3 Computing - Baseline Test

9. (a) Label this desktop computer system. [5]

(b) Label these hardware components. [3]


Motherboard Random Access Memory (RAM) Central Processing Unit (CPU)

B C

Edulito ©2020 Page 13


KS3 Computing - Baseline Test

Question Answer Additional Guidance Mark


Number
1a 1

X
X

1b Any other correct route 1

1c FD 6 RT FD 4 LT FD 3 RT FD 2 Route must match arrows 3


Take away 1 mark per
error
Max 3 Marks
1di 1 mark for each error 3
circled

1d ii FD 5 LT FD 6 LT FD 3 1 mark for each error 3


corrected
2a 1 2 3 1 for each correct answer. 3
Max 3
C A B
2bi Any suitable steps that occur after cleaning your 1 mark per step 3
teeth e.g. Rinse mouth, Rinse tooth brush
2 b ii Any suitable response that makes the step more Only one idea required 1
accurate and unambiguous. E.g. specify how
much tooth paste, specify where to put the tooth
paste on the tooth brush, specify squeeze bottom
of toothpaste.

Edulito ©2020 Page 14


KS3 Computing - Baseline Test

2 b iii Any suitable response - Step must take place 1 mark per step 3
DURING teeth cleaning.
e.g. start with central teeth top row and brush
using circles of radius 0.5 cm
move to next tooth and repeat
3a Any suitable application e.g. 3
MS Word, MS PowerPoint
3b Any Suitable operating system e.g. iOS11, 2
Android, Windows, Linux
3c 1 2 3 4 5 6 7 8 9 9
I H A C E D B F G
4a Report this to a responsible adult/parent 1
4b 1 Be polite = 1 mark Anything appropriate MAX 3
3 marks.
2 Do not use bullying language = 1 mark

3 Treat others how you would expect them to


treat you = 1 mark

4c No [1] 2
The personal information should be kept private
The personal information could be
misused/hacked [1]

5a Number [1] 2
Guess [1]
5b A – Iteration [1] 3
B - Sequence [1]
C – Selection [1]
6a B 1
6b Shorter/Uses Repeat 1
6c 5 1
7 Input Processing Instruction Output 4

computer Reverse order of letters retupmoc

3 X 4 or add 9 etc. 12

Goodbye Upper case GOODBYE

200 Divide by 2 and add 10 110

8a Boolean/AND/OR/NOT 1 mark for each technique 2


String search (Max 2)
Search by date
Any other suitable advanced search technique

Edulito ©2020 Page 15


KS3 Computing - Baseline Test

8b Find out the owner of the domain 1


Compare the information with what is found on
another reputable website
Look for reviews/forums that discuss the
website’s authenticity
Any suitable method
8c The organisation pays 1
The number of links to the website
How often links are clicked
Keywords used on site
Any suitable
9a 1-Monitor/Screen 5
2-Speaker/Audio Equipment
3-Keyboard
4-Mouse
5-Desktop PC/Base Unit
9b Motherboard C Random Access A Central B 3
Memory (RAM) Processing
Unit (CPU)
65

Edulito ©2020 Page 16


KS3 Computing - Baseline Test

For the new specification starting in 2020

GCSE Computer Science


Teaching Resources 2020
What do we offer?
✓ Digital resources produced for OCR, AQA and Edexcel exam boards
✓ All resources written for the new specifications starting in 2020
✓ Full photocopy/network licence included in the price
✓ Samples to view before you make a purchase
Teacher Packs include:

• Teaching PowerPoints (including checkpoint questions and answers)

• Student PowerPoints (Including checkpoint questions, but omits the answers)

• Homework/Classwork Activities (+ mark schemes)

• End of unit tests (+ mark schemes)

Topic Test Bundle includes:

• 13 or more end of topic/unit tests

• Mark scheme for all tests

Homework Pack includes:

• 30 or more homework/classwork activities

• Mark scheme for all activities

How to Order
• Email the order form to [email protected]

• Purchase using a debit/credit card or PayPal at www.edulito.com

Edulito ©2020 Page 17


KS3 Computing - Baseline Test

ORDER FORM

Price List 2020


Exam
Product Board Price

Teacher Pack: Unit 1.1 Systems Architecture J277 (from 2020) OCR £ 30.00

Teacher Pack: Unit 1.2 Memory & Storage J277 (from 2020) OCR £ 94.00

Teacher Pack: Unit 1.3 Computer Networks, Connections and Protocols J277 (from 2020) OCR £ 53.00

Teacher Pack: Unit 1.4 Network Security J277 (from 2020) OCR £ 21.00

Teacher Pack: Unit 1.5 Systems Software J277 (from 2020) OCR £ 15.50

Teacher Pack: Unit 1.6 Ethical, Legal, Cultural and Environmental Impacts of Digital Technology J277 (from 2020) OCR £ 21.50

Teacher Pack: Unit 2.1 Algorithms J277 (from 2020) OCR £ 43.00

Teacher Pack: Unit 2.2 Programming Fundamentals J277 (from 2020) OCR £ 74.00

Teacher Pack: Unit 2.3 Producing Robust Programs J277 (from 2020) OCR £ 25.00

Teacher Pack: Unit 2.4 Boolean Logic J277 (from 2020) OCR £ 21.00

Teacher Pack: Unit 2.5 Programming Languages and IDEs J277 (from 2020) OCR £ 15.50

Teacher Pack Bundle: Component 1 - Computer Systems J277 (from 2020) OCR £ 210.00

Teacher Pack Bundle: Component 2 - Computational Thinking, Algorithms and Programming J277 (from 2020) OCR £ 160.00

Teacher Pack Bundle: Component 1 & 2 - J277 (from 2020) OCR £ 350.00

Topic Test Bundle: Component 1 & 2 (14 tests) - J277 (from 2020) OCR £ 28.00

Homework Pack: Component 1 & 2 (37 homework activities) - J277 (from 2020) OCR £ 27.75

Teacher Pack: Unit 3.1 Fundamentals of Algorithms 8525 (from 2020) AQA £ 37.00

Teacher Pack: Unit 3.2 Programming 8525 (from 2020) AQA £ 90.50

Teacher Pack: Unit 3.3 Fundamentals of Data Representation 8525 (from 2020) AQA £ 62.50

Teacher Pack: Unit 3.4 Computer Systems 8525 (from 2020) AQA £ 109.50

Teacher Pack: Unit 3.5 Fundamentals of Computer Networks 8525 (from 2020) AQA £ 34.50

Teacher Pack: Unit 3.6 Cyber Security 8525 (from 2020) AQA £ 27.00

Teacher Pack: Unit 3.7 Relational Databases and SQL 8525 (from 2020) AQA £ 11.50

Teacher Pack: Unit 3.8 Ethical, Legal and Environmental Impacts of Digital Technology 8525 (from (2020) AQA £ 19.00

Teacher Pack Bundle: AQA GCSE Computer Science 8525 (from 2020) - All Units from 3.1 to 3.8 AQA £ 340.00

Topic Test Bundle: Unit 3.1 to 3.8 (13 tests) - 8525 (from 2020) AQA £ 26.00

Homework Pack: Unit 3.1 to 3.8 (34 homework activities) - 8525 (from 2020) AQA £ 25.50

Teacher Pack: Topic 1 & 6 Computational Thinking and Programming 1CP2 (from 2020) Edexcel £ 137.00

Teacher Pack: Topic 2 Data 1CP2 (from 2020) Edexcel £ 53.00

Teacher Pack: Topic 3 Computers 1CP2 (from 2020) Edexcel £ 84.50

Teacher Pack: Topic 4 Networks 1CP2 (from 2020) Edexcel £ 60.00

Teacher Pack: Topic 5 Issues and Impacts 1CP2 (from 2020) Edexcel £ 39.50

Teacher Pack Bundle: Edexcel GCSE Computer Science 1CP2 (from 2020) - All Topics from 1 to 6 Edexcel £ 330.00

Topic Test Bundle: Topics 1 to 6 (13 tests) - 1CP2 (from 2020) Edexcel £ 26.00

Homework Pack: Topics 1 to 6 (30 homework activities) - 1CP2 (from 2020) Edexcel £ 22.50

Name & Position

School & Address

Email

Coupon Code: Order No. (optional)

Edulito ©2020 Page 18

You might also like