GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Unit 3 Python TEST

Unit 3 Python TEST

11th - 12th Grade

20 Qs

CodeHS Python Unit 3 Quiz Review

CodeHS Python Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Programming revision

Programming revision

9th Grade

16 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

HTML Forms

HTML Forms

9th - 12th Grade

20 Qs

Python Lesson 3

Python Lesson 3

8th - 11th Grade

18 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

S Bourne

Used 370+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which python command assigns the value of the user input to the variable userName

userName = answer("What is your name?")

userName = print("What is your name?")

userName = input("What is your name?")

input("What is your name?") = userName

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which python statement assigns a numerical value input by a user and stores it in a variable of data type integer

num = input("Enter a number")

num = str(input("Enter a number"))

num = int(input("Enter a number"))

input("Enter a number") = num

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"A named place to store a value that can change" is called a ...

Subroutine

Variable

Constant

Operator

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A boolean data type hold what type of data?

Whole number

A group of characters

Single Character

True/ False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A string data type hold what type of data?

Whole number

A group of characters

Single Character

True/ False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Concatenation is...

Stripping characters from text

Concentrating very hard on coding

Joining together two or more strings

Changing an number to text

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giving a value to a variable is know as what

Assignment

Casting

Concatenation

Input Sanitisation

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?