GCSE Computer Science

GCSE Computer Science

11th Grade

50 Qs

quiz-placeholder

Similar activities

BTEC Information Technology: Unit 1 Learning Aim A

BTEC Information Technology: Unit 1 Learning Aim A

11th - 12th Grade

46 Qs

AP CSP Review

AP CSP Review

9th - 12th Grade

50 Qs

Comptia Network+ chapter 1-3 exam

Comptia Network+ chapter 1-3 exam

11th Grade - University

45 Qs

STEM_PRE-TEST in Empowerment Technologies

STEM_PRE-TEST in Empowerment Technologies

11th Grade

50 Qs

Computer Basics Test

Computer Basics Test

9th - 12th Grade

50 Qs

CIW IBA Lesson 3 Review

CIW IBA Lesson 3 Review

9th - 12th Grade

48 Qs

functions in python class 12  vaishali

functions in python class 12 vaishali

11th - 12th Grade

50 Qs

Computer Memory (Cloud storage & Virtual memory)

Computer Memory (Cloud storage & Virtual memory)

11th Grade

45 Qs

GCSE Computer Science

GCSE Computer Science

Assessment

Quiz

Computers

11th Grade

Hard

Created by

D Foster

Used 64+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers