GCSE Programming Recap - Inputs outputs variables

GCSE Programming Recap - Inputs outputs variables

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org Algorithms

Code.org Algorithms

9th - 12th Grade

15 Qs

Codehs Unit 6

Codehs Unit 6

9th - 12th Grade

15 Qs

Programming basics

Programming basics

12th Grade

15 Qs

AP CSP BI 3

AP CSP BI 3

9th - 12th Grade

13 Qs

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

Coding Pre-quiz

Coding Pre-quiz

6th - 9th Grade

15 Qs

Pseudocode and Planning Algorithms Quiz

Pseudocode and Planning Algorithms Quiz

9th Grade

10 Qs

Y7 - CY2 - Knowledge Test

Y7 - CY2 - Knowledge Test

9th - 12th Grade

10 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?