Grade 7 Python

Grade 7 Python

7th Grade

19 Qs

quiz-placeholder

Similar activities

Y8 Python Revision

Y8 Python Revision

6th - 7th Grade

20 Qs

Coding and Python Revision

Coding and Python Revision

7th - 10th Grade

21 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Grade 7 Python

Grade 7 Python

7th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Grade 7 Python

Grade 7 Python

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Quizizz Content

Used 3+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if you type print("4"+"9") what result would you get

49

13

error

0

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the output of the following code is

# program for addition of 2 numbers

a = 10

b = 3

c = a + b

print("the sum is ", c)

7

10

13

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is wrong with the following code?



There is no space after the word print.

There are no speech marks “ “ around the text in the brackets.

Print should start with a big P

There should be no brackets ( ).

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A data type consisting of numbers, letters and symbols.
String
Integer
Float
Boolean

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you have an error in your code what is the term to summarise finding and fixing that error?
Error checking
Debugging
Syntax finder
Error finder

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = "Dave"

print (name)

Dave

'Dave'

name

(name)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

output of the following question is:

#program for text addition

# input() method

f_name= "hello"

l_name ="world"

print( f_name + l_name)

helloworld

hello world

error

f_name+l_name

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?