Python Programming Basics Quiz

Python Programming Basics Quiz

University

10 Qs

quiz-placeholder

Similar activities

Week2 上周知识点回顾

Week2 上周知识点回顾

University

10 Qs

Refresh Python

Refresh Python

University

10 Qs

Bài 25

Bài 25

10th Grade - University

15 Qs

Python Programming Quiz

Python Programming Quiz

University

13 Qs

Kiến thức về hàm print() trong Python

Kiến thức về hàm print() trong Python

2nd Grade - University

9 Qs

Python Programming Competition

Python Programming Competition

University

12 Qs

Join by Madi

Join by Madi

University

15 Qs

Quiz 4

Quiz 4

University

10 Qs

Python Programming Basics Quiz

Python Programming Basics Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

amna mohammed

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python, and why is it a popular programming language?

It's a type of snake, popular for its strength.

It's a programming language known for its readability and versatility.

It's a type of software for making games.

It's an operating system like Windows or MacOS.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write a simple "Hello, World!" program in Python?

print("Hello, World!")

echo "Hello, World!"

console.log("Hello, World!")

printf("Hello, World!")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are variables in Python? Can you give an example of how to create and use one?

Variables store data values; example: x = 5

Variables are used to display messages; example: show("x")

Variables are used to create loops; example: for x in range(5)

Variables define functions; example: def x()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the difference between integers and floats in Python.

Integers are whole numbers, floats are numbers with decimal points.

Integers are text, floats are images.

Integers are positive numbers, floats are negative numbers.

Integers are large numbers, floats are small numbers.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to start a comment in Python?

//

#

/* */

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to create the directory for Exercise 00 in Cell 0?

mkdir -p ~/discovery_piscine/cell00/ex00

mkdir cell00/ex00

create dir ~/discovery_piscine/cell00/ex00

make directory ~/discovery_piscine/cell00/ex00

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Cell 0, Exercise 01, what does the script 42.py print?

"Hello World"

42

"My first script"

"Python is awesome"

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?