Search Header Logo

Introduction to Python

Authored by Sreeja Gopalakrishnan

Computers

6th Grade

Used 2+ times

Introduction to Python
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true about Python?

Python is a paid programming language.

Python is a low-level programming language.

Python uses English-like statements that are easy to understand.

Python cannot be used for communication with computers.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Python ______ stands for Integrated Development and Learning Environment.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  1. Python IDLE is the ______ mode of Python where we type program commands one line at a time.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  1. You can start Python by double-clicking the shortcut icon on the ______ or taskbar.

5.

MATCH QUESTION

1 min • 1 pt

Match the following.

Has the extension .py.

Processes instructions one line at a time and displays the answer.

interactive Mode

Media Image

Icon

Media Image

Python IDLE Window

Python Script File

6.

OPEN ENDED QUESTION

3 mins • 1 pt

Write a Python program to calculate the sum of two numbers entered by the user.

Evaluate responses using AI:

OFF

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python program to check if a given number is even or odd.

a) num = int(input("Enter a number: "))

if num % 2 == 0:

print("The number is odd")

else:

print("The number is even")

b) num = int(input("Enter a number: "))

if num // 2 == 0:

print("The number is even")

else:

print("The number is odd")

c) num = int(input("Enter a number: "))

if num % 2 == 0:

print("The number is even")

else:

print("The number is odd")

d) num = input("Enter a number: ")

if num % 2 == 0:

print("The number is even")

else:

print("The number is odd")

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?