coders kingdome python

coders kingdome python

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Lesson 7 - Test 1

Lesson 7 - Test 1

5th - 8th Grade

15 Qs

Prefix

Prefix

3rd - 8th Grade

15 Qs

Python Hp1

Python Hp1

6th - 9th Grade

22 Qs

Python II part, final test

Python II part, final test

5th - 8th Grade

15 Qs

Python-ICT

Python-ICT

8th Grade

20 Qs

Python Basics Quiz

Python Basics Quiz

6th - 10th Grade

15 Qs

August Quiz Python

August Quiz Python

6th - 12th Grade

20 Qs

MS CS: Module 6 Review

MS CS: Module 6 Review

6th - 8th Grade

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