GCSE Programming Recap - Inputs outputs variables

GCSE Programming Recap - Inputs outputs variables

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

Codehs Unit 6

Codehs Unit 6

9th - 12th Grade

15 Qs

Recursion in Java

Recursion in Java

11th - 12th Grade

15 Qs

Programming basics

Programming basics

12th Grade

15 Qs

Flowcharts and algorithms

Flowcharts and algorithms

8th - 10th Grade

8 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

Pseudocode and Planning Algorithms Quiz

Pseudocode and Planning Algorithms Quiz

9th Grade

10 Qs

ICS Vocab Practice Quiz 1.1.1-1.1.3 (Form B)

ICS Vocab Practice Quiz 1.1.1-1.1.3 (Form B)

7th - 12th Grade

15 Qs

GCSE Programming Recap - Inputs outputs variables

GCSE Programming Recap - Inputs outputs variables

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Mr McCallion

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Computational Thinking?

Thinking about how computers work things out

the objective analysis and evaluation of an issue in order to form a judgement.

Abstraction, Decomposition, Pattern recognition, Algorithm Design

Nothing to do with Computer Science

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Decomposition is:

what happens in the compost heap

To break things down into easier to handle chunks

Getting rid of unnecessary information

Creating a step-by-step guide to do something

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a variable type?

String

Bool

Alphanumeric

Integer

4.

MULTIPLE SELECT QUESTION

30 sec • Ungraded

Have you coded in:

C, C++, or C#

Java

Python

Other

I have no programming experience

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the formal name in computing for looping?

Iteration

Selection

Repetition

For While Do

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Selection uses which command?

While

Repeat Until

IF

x=x+1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

X = 20;

Y = 5;

Y = X+Y

X++;

X = 20, Y = 25

X = 20, Y = 5

X = 21, Y = 25

X = 20, Y = 26

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?