Introduction to Python

Introduction to Python

6th Grade

10 Qs

quiz-placeholder

Similar activities

6 -сынып Python тест

6 -сынып Python тест

6th Grade

10 Qs

Python Math

Python Math

1st - 12th Grade

10 Qs

CCDI - Grade 11 Term 3 Exam I

CCDI - Grade 11 Term 3 Exam I

6th - 8th Grade

12 Qs

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Programming concepts: Revision

Programming concepts: Revision

4th - 9th Grade

15 Qs

Banana Tales Part I (1-40)

Banana Tales Part I (1-40)

6th - 8th Grade

10 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

Python

Python

3rd - 10th Grade

10 Qs

Introduction to Python

Introduction to Python

Assessment

Quiz

Computers

6th Grade

Easy

Created by

Sreeja Gopalakrishnan

Used 2+ times

FREE Resource

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.

interactive Mode

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

Icon

Media Image

Python IDLE Window

Media Image

Has the extension .py.

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")

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?