Search Header Logo
Easy Wins! Paper 1 and Paper 2 Y10.

Easy Wins! Paper 1 and Paper 2 Y10.

Assessment

Presentation

Computers

8th Grade

Medium

Created by

Christopher Norris

Used 3+ times

FREE Resource

4 Slides • 72 Questions

1

Paper 1 - "Easy Wins"

2

Multiple Choice

What is abstraction?

1

The process of filtering out unnecessary detail

2

The process of filtering out irrelevant characteristics

3

The process of filtering out irrelevant characteristics and unnecessary detail

3

Multiple Choice

What is decomposition?

1

Breaking down a complex problem or system into smaller, more manageable parts

2

Adding detail to make a problem more complex

3

When you ignore the unnecessary detail in a problem

4

Multiple Choice

What is the correct definition of an algorithm?
1

An algorithm is a step by step instructions to solve a problem.

2

An algorithm is a process of baking bread.

3

An algorithm is a software used to compute numbers.

4

An algorithm is the process of breaking problems.

5

Multiple Choice

Question image
What will be displayed as output?
1

10

2

20

3

30

4

40

6

Multiple Choice

Question image
What's missing ?
1

On/Off

2

Pink/Blue

3

Hello/Goodbye

4

Yes/No

7

Multiple Choice

Question image
What command is this shape for?
1

START / STOP

2

INPUT / OUTPUT

3

PROCESS

4

DECISION

8

Multiple Choice

Which of the following is not done by abstraction?

1

Identifies essential details

2

Disregards non-essential information

3

Breaks the problem down into smaller tasks

9

Multiple Choice

Which of the following is not done by decomposition?

1

Allows multiple people to work on the problem together

2

Disregards non-essential information

3

Breaks the problem down into smaller tasks

10

Multiple Choice

When drawing a dog, which of the following characteristics is non-essential?

1

Dogs have 4 paws

2

Dogs have fur

3

Dogs have brown fur

11

Multiple Choice

When designing a building that must be accessible for wheelchairs, which of the following characteristics is non-essential?

1

Number of doors

2

Number of walls

3

Number of wall paintings

12

Multiple Choice

Instructions carried out one after another in order is a...

1

List

2

Sequence

3

Collection

4

Series

13

Multiple Choice

Which is the definition of "sequence"?

1

A set of instructions in a specific order

2

Where instructions repeat

3

Code where decisions are made

14

Multiple Choice

Which is the definition of "selection"?

1

A set of instructions in a specific order

2

Where instructions repeat

3

Code where decisions are made

15

Multiple Choice

Which is the definition of "iteration"?

1

A set of instructions in a specific order

2

Where instructions repeat

3

Code where decisions are made

16

Multiple Choice

What is a Count-Controlled loop?

1

for loop

2

while loop

17

Multiple Choice

A count controlled loop will..

1

Repeat code until a condition is met

2

Repeat code a specific amount of times

3

Repeat code a random amount of times

4

None of the above

18

Multiple Choice

Question image

What will this code do?

1

Print Numbers 1-11

2

Print Numbers 1-10

3

Print Numbers 2-10

4

Print Error

19

Multiple Choice

Question image

What sort of loop is this?

1

Count Controlled

2

Condition Controlled

20

Multiple Choice

Which of these is NOT a loop in python?

1

for loop

2

while loop

3

nested loop

4

if loop

21

Multiple Choice

Question image

What will this code print?

1

Print the word 'letter'.

2

Print a user input on one line.

3

Print a user input one letter at a time.

4

Print an Error.

22

Multiple Choice

Which of these operators means EQUAL TO?

1

'='

2

'=>'

3

'<='

4

'=='

23

Multiple Choice

A condition controlled loop is...

1

A while loop

2

A for loop

24

Multiple Choice

Question image

What is the error in this code?

1

incorrect variable name

2

incorrect indentation

3

incorrect speech marks

4

incorrect loop

25

Multiple Choice

Select the best description to explain what a binary search algorithm is.

1

Put the elements in order, check each item in turn.

2

Put the elements in order, compare with the middle value, split the list in order and repeat.

3

Elements do not need to be in order, check each item in turn.

4

Elements do not need to be in order, compare to the middle value, split the list in order and repeat

26

Multiple Choice

A binary search is to be performed on the list:
3  5  9  10  23
How many comparisons would it take to find number 9?
1

0-1

2

2-3

3

4-5

4

I can't find the number 9

27

Multiple Choice

moving through a list repeatedly, swapping elements that are in the wrong order
1

Bubble Sort

2

Insertion Sort

3

Merge Sort

4

Quick Sort

28

Multiple Choice

If i want to continuously check for a correct answer, what loop would i use?

1

for loop

2

while loop

29

Multiple Choice

Splits a list into individual elements, joining together in multiples of 2 until one sorted list is left
1

Bubble Sort

2

Insertion Sort

3

Merge Sort

4

Quick Sort

30

Paper 2 "Easy Wins"

31

Multiple Choice

What is the main feature of the von Neumann Computer architecture?

1

There is a single PRIMARY MEMORY for both data and instructions.

2

The model as a single CPU

3

The instructions are stored in PRIMARY MEMORY

4

Data is stored in SECONDARY STORAGE

32

Multiple Choice

What does ROM stand for?
1

Random Only Memory

2

Random Only Memory

3

Rapid Only Machine

4

Read Only Memory

33

Multiple Choice

What does RAM stand for?
1

Random Access Memory

2

Random Area Machine

3

Real Access Machine

4

Rapid Access Memory

34

Multiple Choice

ROM Vs RAM: What is used to boot up the computer when it is switched on...

1

RAM

2

ROM

35

Multiple Choice

What does volatile mean?

1

Data is lost when the power is turned off

2

Data is NOT lost when the power is turned off

36

Multiple Choice

Which component receives its instructions directly from the RAM?

1

Motherboard

2

BIOS

3

CPU

4

Hard Drive

37

Multiple Select

Which three are factors that affect CPU performance?

1

Cache Size

2

Clock Speed

3

Number of Cores

4

Number of Control Units

5

Size of Memory Address Register

38

Multiple Choice

What is the cache?

1

A small amount of memory inside the CPU that stores commonly used instructions.

2

A small amount of memory outside the CPU that stores commonly used instructions.

3

A portion of the Hard Disk Drive (secondary storage) that is used to hold instructions currently being worked on by the CPU.

4

A register within the Random Access Memory, used primarily for storing instructions used each time the computer is switched on.

5

A part of the CPU that often overheats from the amount of instructions it executes every second.

39

Multiple Choice

What is clock speed?

1

The number of cycles per second, measured in Hertz (Hz).

2

The speed with which the computer clock(the one that tells the time in the bottom right hand corner) is refreshed.

3

The speed with which an individual instruction can be passed from RAM to the Memory Data Register.

4

The number of bits (1s and 0s) that can be processed per second, measured in Hertz (Hz).

5

The number of nibbles that can be processed per second, measured in Kilohertz (Hz).

40

Multiple Choice

The faster the clock speed...

1

The more instructions can be fetched, decoded and executed in a given period of time.

2

The easier it is to time the completion of a particular task by the CPU.

3

The greater the chance of the CPU being overclocked and potentially being damaged.

4

The less threads the CPU will be dealing with at any given moment in time.

41

Multiple Choice

A cycle is...

1

Fetching, decoding and executing an instruction.

2

Copying data from the accumulator and sending it back to the RAM (primary memory).

3

Storing, decoding and fetching an instruction

4

Thirty two 1s and 0s being stored in the registers of the CPU, ready to be processed.

42

Multiple Choice

Multiple cores are...

1

Architecture where a single control unit works with several cores (the bits of a processor that actually carry out the instructions).

2

Architecture where several control units work with more than one core (the bits of a processor that actually carry out the instructions).

3

Architecture where there is more than one processor. Each processor is given its own dedicated chip of primary memory (RAM), to prevent data collisions.

4

Is actually a misleading phrase. It actually means more than one control unit working with a single core(the bit of a processor that actually carry out the instructions).

43

Multiple Choice

A Dual Core Processor improves performance by...

1

Each core simultaneously processing instructions (so the time required is almost halved).

2

One core can work faster on a task because there is a redundant processor not having to be managed by the Control Unit.

3

Each core is designed to be significantly quicker so together they will process more together.

4

Bottlenecks of data are removed from the processor bus because they are being passed directly into each code.

44

Multiple Choice

Inside the CPU, you will find:

1

ALU, CU, registers, cache memory

2

ADU, PC, storage, RAM memory

3

ARM, PC, controller, cache memory

4

APM, CU, time signal, RAM memory

45

Multiple Choice

An embedded system is ......

1

A computer that performs only one task

2

A small computer that is built into a bigger system

3

A small computer, built into a larger system, that performs a dedicated task

4

A computer that responds to its environment

46

Multiple Select

How many of the following are examples of Embedded Systems?

1

Mobile Phone

2

Washing Machine

3

Microwave

4

Fridge

5

Laptop

47

Multiple Choice

A computer has two main parts: _______________ and _______________.

1

hardware, lightware

2

software, brightware

3

hardware, software

4

lightware, brightware

48

Multiple Choice

What is Software?

1

A monitor

2

Programs or Apps that can be run on a computer

3

A mouse

4

Physicals parts of a Computer

49

Multiple Choice

Question image

What is this component called?

1

CPU

2

Hard Drive

3

RAM

4

Motherboard

50

Multiple Choice

Question image
A computer memory that acts as the main storage available to user for programs and data
1

RAM

2

URL

3

ROM

4

flash drive

51

Multiple Choice

Which is an example of primary memory?

1

RAM

2

HDD

3

SSD

4

Flash Memory

52

Multiple Select

Which of the following are true of primary memory? (choose more than one)

1

It is always volatile

2

It has direct access to the CPU

3

It is non-volatile

4

It is inside the computer

5

It cannot be changed

53

Multiple Choice

What are the 2 types of System Software?

1

Utility and Application

2

Application and System

3

Utility and Operating System

4

Operating System and Application

54

Open Ended

Name 3 jobs the Operating System performs

55

Jobs of the Operating System

Different to utility software.

  • Provides a user interface

  • Manages hardware

  • Manages input and output drivers

  • File/Memory Management

  • Manages processes

56

media

57

Multiple Choice

Encrypted messages are called...?

1

Originaltext

2

Plaintext

3

Ciphertext

4

Keytext

58

Multiple Choice

1101 to decimal

1

15

2

11

3

12

4

13

59

Multiple Choice

1111 to decimal

1

15

2

11

3

12

4

13

60

Multiple Choice

64 to binary

1

1000 0000

2

0100 0000

3

0010 0000

4

0001 0000

61

Multiple Choice

What are the only two numbers you can use in binary?
1

0 and 1

2

1 and 2

3

1, 2, 3, 4, 5, 6, 7, 8, 9, 10

4

1, 2, 4, 8, 16

62

Multiple Choice

Computers store all data using...

1

Binary

2

Hexadecimal

3

Denary

4

Octal

63

Multiple Choice

A bit is 
1

a numerical label assigned to each device.

2

the smallest unit of data in a computer.

3

a keyboarding term for typing.

4

is a numeral system made up of 16 symbols.

64

Multiple Choice

25 to binary

1

11100

2

11001

3

10011

4

00111

65

Multiple Choice

19 to binary

1

11100

2

11001

3

10011

4

00111

66

Multiple Choice

128 to binary

1

1000 0000

2

0100 0000

3

0010 0000

4

0001 0000

67

Multiple Choice

Convert the Hex number 1F to binary.
1

00111111

2

00001111

3

00010111

4

00011111

68

Multiple Choice

Convert the binary number 01010101 to Hex
1

44

2

55

3

66

4

77

69

Multiple Choice

Convert the binary number 11000011 to Hex

1

11

2

A2

3

C3

4

D4

70

Multiple Select

Which of these are hexadecimal digits?

1

F

2

G

3

6

4

0

5

H

71

Multiple Choice

What is the result of shifting a binary number 2 to the left

1

Divides by 4

2

Divides by 2

3

Multiplies by 2

4

Multiplies by 4

72

Multiple Choice

What is the result of shifting a binary number 4 to the right

1

Divides by 4

2

Divides by 16

3

Multiplies by 4

4

Multiplies by 16

73

Open Ended

What is the result of shifting this binary number 3 to the left: 10001000

74

Open Ended

What is the result of shifting this binary number 4 to the right: 10001000

75

Multiple Choice

Calculate the binary addition:

1001

1011

1

10100

2

010101

3

011100

4

01010011

76

Multiple Choice

Calculate the binary addition:

01100000

01101001

1

11001001

2

11101001

3

11001011

4

1010101111

Paper 1 - "Easy Wins"

Show answer

Auto Play

Slide 1 / 76

SLIDE