Python Quiz Class 8

Python Quiz Class 8

7th Grade

15 Qs

quiz-placeholder

Similar activities

Python 1

Python 1

7th - 9th Grade

20 Qs

Python

Python

7th - 8th Grade

13 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Python Quiz Class 8

Python Quiz Class 8

Assessment

Quiz

Computers

7th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

20200429063 chawala

Used 490+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a newline at the end of prompt, you can use which of the following expressions?
\new
\n
\break
\return

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number or word we give to a variable
Value
Bug
Information
Text

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?
print
input
output
command

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!\nHello world!")
Hello world! Hello world!
Hello world!
Hello world!
SyntaxError
Hello world!

5.

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

Tags

CCSS.6.EE.B.6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

Tags

CCSS.6.EE.B.6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly
True
False

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?