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

Year 7 End of Year Assessment

Test
You have 45 minutes to complete the test. Answer as many questions as you can.

Name: _____________________________________________________ Date: ____________________________

Questions 1–3 are about this binary number:


01000010

1 How many bits are there in this binary number?

_________________________________

2 Convert this binary number to a decimal number.

_________________________________

3 This binary number represents the letter B in ASCII code. Work out what binary
number represents the letter C.

_________________________________

4 Add together these two binary numbers. Show your working and mark any overflow.
10011001
11010010

_________________________________

5 Give one piece of information you might provide on an online form.

________________________________________________________________________________________________

6 People sometimes use content made by another person in their own work. If you
do this, you should add a citation. What is a citation?

________________________________________________________________________________________________

________________________________________________________________________________________________

Oxford International Lower Secondary Computing © Oxford University Press 2020 1


7 What is malware?

________________________________________________________________________________________________

8 Explain how you can reduce the risk of malware getting onto your computer.
Include three different methods in your answer.

________________________________________________________________________________________________

________________________________________________________________________________________________

________________________________________________________________________________________________

9 Here is a command in the Scratch programming language. Write a Python


command that produces the same output.

________________________________________________________________________________________________

10 Here is a complete program in the Scratch programming language. Write a Python


program that does the same task.

11 An executable file is made of machine code. Is the program you wrote for
question 10 an example of machine code? Explain how you know.

________________________________________________________________________________________________

________________________________________________________________________________________________

Oxford International Lower Secondary Computing © Oxford University Press 2020 2


12 Imagine you are a Computing teacher. Would you teach your students Scratch or
Python? Explain your answer.

________________________________________________________________________________________________

________________________________________________________________________________________________

This Python program tells the user if they have entered the right password. The right
password is ‘pass99’. Look at the program, then answer questions 13–16.

13 There is a syntax error in the first line of the program. Rewrite the line without the
syntax error.

________________________________________________________________________________________________

14 This program has another error. It outputs the message ‘the password is right’ when
the password is wrong. Rewrite the program without this error.

15 Rewrite the program so that the program loops until the user enters the correct
password.

16 a State one feature that has made this program user friendly.

________________________________________________________________________________________________

b State one feature that has made this program readable.

________________________________________________________________________________________________

Oxford International Lower Secondary Computing © Oxford University Press 2020 3


Questions 17–20 are about this scenario: Your school has asked you to make a digital
recording of the school sports day, for parents who can’t be there.

17 What type of digital recording will you make? _______________________________________________________

18 Explain why you chose that type of recording.

________________________________________________________________________________________________

19 After you make a recording you can use software to improve it. Describe one change
you can make to your digital recording.

________________________________________________________________________________________________

________________________________________________________________________________________________

20 Explain why this change will make the digital recording more suitable for its purpose.

________________________________________________________________________________________________

________________________________________________________________________________________________

This spreadsheet records the amount of fruit in a small shop. Look at the spreadsheet,
then answer questions 21–24.

21 In which cell would you enter the number of apples that were sold? ______________

22 What formula would you enter in cell E2 to calculate the number of apples left at
the end of the day?

_________________________________

23 Give an example of a value that the user should NOT enter in the ‘Deliveries’ column.

_________________________________

24 Bad data input by the user will cause spreadsheet errors. How can you stop the user
from entering bad data? Explain a spreadsheet feature that will help.

________________________________________________________________________________________________

________________________________________________________________________________________________

Oxford International Lower Secondary Computing © Oxford University Press 2020 4

You might also like