Search Header Logo

Python Programming Quiz

Authored by Prosper Yeng

Information Technology (IT)

University

Used 5+ times

Python Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following best describes Python as a programming language?

Low-level, domain-specific language

High-level, general-purpose programming language

Assembly language for hardware control

Markup language for web design

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why is Python considered a good choice for beginners?

It has complex syntax and limited libraries

It is only used for web development

It offers clean syntax, a large community, and rich libraries

It requires advanced programming knowledge to start

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

After installing Python, which application can you open to check the installed version?

IDLE

Notepad

Excel

Chrome

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a strategic approach to confirm that Python is installed correctly and that you have the correct version for your operating system?

Open IDLE and run 'import sys' followed by 'print(sys.version)' to check the version output.

Restart your computer and assume Python is installed.

Search for Python in your file explorer and check for any folder named 'Python'.

Ask a friend if they think Python is installed.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You have written a Python script and saved it with a .py extension. What is the next step to execute your code according to best practices?

A) Double-click the file in the file explorer

B) Run the file from the terminal

C) Rename the file to .exe

D) Upload the file to a website

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following steps is necessary to run your first Python program as described in the material?

Create a file named hello.py and run it using the command python hello.py

Create a file named hello.txt and run it using the command python hello.txt

Create a file named world.py and run it using the command python world.py

Create a file named hello.py and run it using the command python3 world.py

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What output should you expect to see in the terminal after running the code print("Hello, world!") in hello.py?

Hello, world!

Hello world

"Hello, world!"

Hello, Python!

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?