Programming

Programming

9th Grade

20 Qs

quiz-placeholder

Similar activities

Python - Input, print and operators.

Python - Input, print and operators.

9th - 10th Grade

17 Qs

CodeHS Python Unit 7 Looping Quiz Review

CodeHS Python Unit 7 Looping Quiz Review

9th - 12th Grade

15 Qs

Flow of Control in C++ ( Conditional statements)

Flow of Control in C++ ( Conditional statements)

9th Grade - University

17 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

AQA GCSE Computer Science - 3.1.1 Representing algorithms

AQA GCSE Computer Science - 3.1.1 Representing algorithms

8th - 10th Grade

19 Qs

AQA GCSE Computer Science - 3.2.11 Structured programming

AQA GCSE Computer Science - 3.2.11 Structured programming

8th - 10th Grade

20 Qs

Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

Programming

Programming

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Caesar Porman

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is a variable in CS?

a named data structure

a named memory location

A type of programming statement

an identifier

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is constant in programming?

a named memory location that cant be changed

an identifier that cant be changed

assignment that cant be changed

a programming that cant be changed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print ( number )
what is print in this python code?

A variable
A loop

command

A string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can you change the value of this code?
CONSTANT Colour <- "yellow"

No
Yes, you can change it
No, but you can delete it
Yes, if you use a different keyword

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the right version of this code?
colour = red

colour = red
colour = (red)
colour = 'red'

colour = [red]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Number <- int('12')
what is this code do regarding the data types?

It converts/casting the string '12' to an integer data type.

It converts/casting the string '12' to a character data type.

It converts/casting the string '12' to a float data type.

It converts/casting the string '12' to a boolean data type.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what data types is this below:
-20.49

boolean
integer
string
float

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?