python basic 3

python basic 3

6th - 8th Grade

27 Qs

quiz-placeholder

Similar activities

Python - Mini Test Revision

Python - Mini Test Revision

8th Grade

30 Qs

MYP3

MYP3

8th Grade

23 Qs

Python Basics

Python Basics

8th - 10th Grade

30 Qs

c++ loop

c++ loop

6th Grade

22 Qs

pra PSPM SC025 (F02 KML)

pra PSPM SC025 (F02 KML)

6th Grade - University

24 Qs

Python Basics

Python Basics

7th - 9th Grade

23 Qs

Data Types- Python

Data Types- Python

7th - 11th Grade

25 Qs

code.org course F Sprites 6th

code.org course F Sprites 6th

5th - 7th Grade

23 Qs

python basic 3

python basic 3

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Bijimol Rajesh

Used 3+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.What is the purpose of the if statement in Python?

Stops the loop from repeating again

Allows the user to input an answer

Activates a set of code if a condition is met

Provides a variable its value

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2.What does the command print() do in Python?

Provides a variable its value

Outputs a string

Stops the loop from repeating again

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.What is the purpose of the print command in Python?

Store a value

Display words on the screen

Repeat a given command

Stop a loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.What does the while loop in Python do?

Runs once

Stops a loop

Continues the loop as long as a condition is true

Imports a library

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.What is the function of the import command?

Imports a random number

Imports the random module

Imports a random string

Imports a loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6.Which of the following is an example of a variable declaration in Python?

import random

var = 2

print("Hello")

if answer == "yes":

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7.What will be the output of the following code?

print("Hello, World!")

Hello, World!

"Hello, World!"

Error

none

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?