coders kingdome python

coders kingdome python

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

python

python

1st - 9th Grade

18 Qs

Artistic Effects

Artistic Effects

7th Grade

15 Qs

3.1 Persekitaran Kod Arahan

3.1 Persekitaran Kod Arahan

8th - 12th Grade

15 Qs

Fruits and vegetables

Fruits and vegetables

1st - 12th Grade

20 Qs

Summative Test in TLE 7

Summative Test in TLE 7

7th Grade

20 Qs

Test vòng loại Python - HKICO

Test vòng loại Python - HKICO

6th - 8th Grade

16 Qs

Python 8_підсумок

Python 8_підсумок

8th Grade

17 Qs

flutter

flutter

1st - 12th Grade

25 Qs

coders kingdome python

coders kingdome python

Assessment

Quiz

Education

6th - 8th Grade

Hard

Created by

HASANA KP

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(3+4)
3+4
7
SyntaxError
print(3+4)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("3+4")
7
3+4
34
SyntaxError

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in python?
It's a variable.
It can input data.
It displays something like a string or integer
It loops the code.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?
@
¬
;
#

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct definition for a VARIABLE?
a changeable value, such as a score in a computer game.
a value that cannot be changed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data type that can only be true or false
int
string
bool
float

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?
A box(memory location) where you store values
a type of graphics
Data type
a type of memory

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?