coders kingdome python

coders kingdome python

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Python coding

Python coding

7th Grade

17 Qs

Lesson 3 - Operators-2 and module introduction

Lesson 3 - Operators-2 and module introduction

5th - 8th Grade

20 Qs

ICT Python class 7

ICT Python class 7

6th - 8th Grade

20 Qs

Lesson 6.03 Python Variables

Lesson 6.03 Python Variables

6th - 8th Grade

15 Qs

Python Quiz

Python Quiz

6th - 10th Grade

20 Qs

Lesson 31 Test-4

Lesson 31 Test-4

5th - 8th Grade

15 Qs

What about technology? - Codeweek 2022

What about technology? - Codeweek 2022

5th - 11th Grade

20 Qs

Cronómetro em Microbit

Cronómetro em Microbit

5th - 9th Grade

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