Quiz 1 G7

Quiz 1 G7

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 8th Grade

12 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

Python quiz 2

Python quiz 2

7th Grade

10 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Quiz1_7C

Quiz1_7C

3rd Grade - University

15 Qs

Python variables

Python variables

6th - 8th Grade

8 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python

Python

7th - 8th Grade

10 Qs

Quiz 1 G7

Quiz 1 G7

Assessment

Quiz

Computers

7th Grade

Easy

Created by

maha alghamdi

Used 1+ times

FREE Resource

10 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("Hello world!")

SyntaxError

Hello world!

"Hello world!"

print(Hello world!)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a ONE LINE correctly-formatted comment?

&comment

“”Comment””

!comment

#comment

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct way to write a variable in python?

my_variables=10

my_variable:10

my variable=10

my_variable is 10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the statement 'print' do?

Output a hard copy of a program to a printer

Output a message on the screen

Print a hard copy of a flowchart to a computer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store:
100

Integer

Boolean

Double

String

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store:
TRUE

String

Boolean

Double

Integer

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?