Quiz 1 G7

Quiz 1 G7

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python

Python

7th - 8th Grade

12 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Python First Steps Lesson 1

Python First Steps Lesson 1

7th - 9th Grade

6 Qs

Basic Python Print statement and variable ceations

Basic Python Print statement and variable ceations

7th - 12th Grade

15 Qs

Python

Python

7th - 8th Grade

13 Qs

Python for Class 7

Python for Class 7

7th - 8th Grade

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