Python programming Grade 7

Python programming Grade 7

7th Grade

46 Qs

quiz-placeholder

Similar activities

MICROSOFT OFFICE ICON

MICROSOFT OFFICE ICON

KG - 12th Grade

44 Qs

Input, Output, Processing, & Storage

Input, Output, Processing, & Storage

6th - 8th Grade

42 Qs

Year 8 Python Programming

Year 8 Python Programming

6th - 8th Grade

50 Qs

CONDING QUIZ

CONDING QUIZ

6th - 8th Grade

41 Qs

Google Sheets Part 1 and 2

Google Sheets Part 1 and 2

7th - 9th Grade

50 Qs

Parts of a Computer

Parts of a Computer

5th - 8th Grade

44 Qs

QBASIC For Grade 6

QBASIC For Grade 6

5th - 10th Grade

45 Qs

Color Theory- Test Review

Color Theory- Test Review

7th Grade

48 Qs

Python programming Grade 7

Python programming Grade 7

Assessment

Quiz

Computers

7th Grade

Practice Problem

Medium

Created by

Ahmed Numair

Used 29+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

46 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following program?

for i in range(0, 5):

print(i)

i=i+1

1 to 5 numbers

1 to 4 numbers

0 to 4 numbers

0 to 5 numbers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHICH ONE OF THE FOLLOWING IS THE CORRECT EXTENSION OF THE PYTHON FILE ?

.py

.python

.p

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the outcome of this program be?

22

50

Nothing, it won't run due to errors in the code

38

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does this code do when run the following program: 

name='Aluko' 

print('Hello '+name)

hello aluko

Hello aluko

'Hello Aluko'

Hello Aluko

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python program 3, can carry out calculations. The arithmetic operators we use to do this are: Addition, Subtraction, Multiplication & Division?

Plus, Subtract, Times & Divide

+ - * /

+ - x \

+ - * \

6.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

What would this code print

name='Poppy' 

name='Beka' 

print('Hello '+name)

Poppy

Liz

Hello Poppy

Hello Beka

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What would this code do?

print('Hello World!')

hello world

Hello World!

hello world!

'Hello World!'

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?