GCSE Programming Recap - Inputs outputs variables

GCSE Programming Recap - Inputs outputs variables

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

J277 2.1.1-2.1.2 Algorithms

J277 2.1.1-2.1.2 Algorithms

9th - 10th Grade

15 Qs

Conditional statements (if else)

Conditional statements (if else)

6th - 9th Grade

7 Qs

Sequencing, Selection and Iteration

Sequencing, Selection and Iteration

8th - 10th Grade

12 Qs

AP CSP BI 3

AP CSP BI 3

9th - 12th Grade

13 Qs

Introduction to Programming

Introduction to Programming

9th Grade - University

10 Qs

Coding Pre-quiz

Coding Pre-quiz

6th - 9th Grade

15 Qs

Code.org AP Computer Science Principles Unit 6

Code.org AP Computer Science Principles Unit 6

9th - 12th Grade

15 Qs

CS Principles Unit 6 Assessment

CS Principles Unit 6 Assessment

9th - 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?