GCSE Programming Recap - Inputs outputs variables

GCSE Programming Recap - Inputs outputs variables

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Iteration Assessment

Iteration Assessment

9th - 10th Grade

10 Qs

Post Test PD : Variabel, Tipe Data dan Konstanta

Post Test PD : Variabel, Tipe Data dan Konstanta

10th Grade

14 Qs

Python_10 câu

Python_10 câu

10th Grade

10 Qs

GD2 - 5.06 C++ Functions Quiz

GD2 - 5.06 C++ Functions Quiz

10th - 12th Grade

7 Qs

Bài tập bài 4: sử dụng biến và hằng trong chương trình

Bài tập bài 4: sử dụng biến và hằng trong chương trình

KG - 12th Grade

10 Qs

LATIHAN 4

LATIHAN 4

10th Grade

10 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

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