Search Header Logo

Grade 7 Python

Authored by Wayground Content

Computers

7th Grade

Used 3+ times

Grade 7 Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?