GCSE Computer Science

GCSE Computer Science

11th Grade

50 Qs

quiz-placeholder

Similar activities

Systems Architecture

Systems Architecture

10th - 11th Grade

54 Qs

Data Communication and Network

Data Communication and Network

11th Grade - University

50 Qs

Cambridge technical IT Unit 1 1.1 and 1.2

Cambridge technical IT Unit 1 1.1 and 1.2

11th - 12th Grade

50 Qs

Year 10 Milestone Check 2 (Start Term 2)

Year 10 Milestone Check 2 (Start Term 2)

9th - 12th Grade

50 Qs

IC3 Domain 1 Lesson 3 Review

IC3 Domain 1 Lesson 3 Review

9th - 12th Grade

51 Qs

iGCSE ICT Past Paper - Section A Questions (Years 2011, 2012 and 2013)

iGCSE ICT Past Paper - Section A Questions (Years 2011, 2012 and 2013)

10th - 12th Grade

46 Qs

ICT Exam - June

ICT Exam - June

11th Grade - University

54 Qs

J808 LO4 End of Module Assessment

J808 LO4 End of Module Assessment

10th - 11th Grade

50 Qs

GCSE Computer Science

GCSE Computer Science

Assessment

Quiz

Computers

11th Grade

Hard

Created by

D Foster

Used 64+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is decomposition?

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

Focusing on the important information only, ignoring irrelevant detail

Looking for similarities among and within a problem

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When would a linear Search be used?

If the list to be searched is in order

If the list needs to be halved each time an item is examined until the item is found

If the list to be searched is not sorted

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a bubble sort?

Where each item in a list is compared to the one next to it, and if it is greater, they swap places. At the end of one pass, the largest item is at the top end of the list. This is repeated until the items are sorted.

Where each list is separated and split until you cannot split any more. Then you start to put the lists back together in order.

This works by inserting numbers into the correct place on the sorted list.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

An Algorithm is a step-by-step procedure for solving a problem.

An algorithm is a mistake in a piece of code

An algorithm can only be a flowchart

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A space for a single piece of data that has been reserved in the memory so that it can be accessed and changed later in the code.

a space for a single piece of data that has been reserved in the memory so that it can be accessed later in the code but it cannot be changed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is iteration?

when one sequence of instructions or another, but not both, is executed.

when instructions in the code each need to be executed only once, and in the order in which they are written.

takes place when one or more instructions are executed more than once.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to carryout an action between two values they must be of the same data type. What is this an example of?

Modulus

Casting

String Manipulation

Global Variables

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?