Programming

Programming

9th Grade

20 Qs

quiz-placeholder

Similar activities

8.4 Algorithm Test

8.4 Algorithm Test

9th Grade

18 Qs

Year 8 Python Assessment

Year 8 Python Assessment

9th - 10th Grade

21 Qs

Programming

Programming

9th - 11th Grade

20 Qs

Loops in Python

Loops in Python

7th - 11th Grade

15 Qs

python - Launch Lesson

python - Launch Lesson

7th - 12th Grade

22 Qs

GCSE Computer Science- 2.2 Programming Techniques

GCSE Computer Science- 2.2 Programming Techniques

9th - 11th Grade

25 Qs

SAD 1

SAD 1

9th - 12th Grade

20 Qs

Programming Basics LST

Programming Basics LST

9th Grade

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