Basics of Python Programming

Basics of Python Programming

9th Grade

35 Qs

quiz-placeholder

Similar activities

Bài kiểm tra cuối kì

Bài kiểm tra cuối kì

9th - 12th Grade

30 Qs

Gmetrix Python

Gmetrix Python

9th Grade - Professional Development

31 Qs

Python Unit 6 - Data and Sorting

Python Unit 6 - Data and Sorting

6th - 9th Grade

33 Qs

Python Basics (Easy)

Python Basics (Easy)

9th - 12th Grade

30 Qs

PLTW CSP Fall Exam 2024

PLTW CSP Fall Exam 2024

9th - 12th Grade

38 Qs

2 Python (переменные, типы данных)

2 Python (переменные, типы данных)

5th - 12th Grade

33 Qs

Bài kiểm tra cuối năm số 2

Bài kiểm tra cuối năm số 2

9th - 12th Grade

30 Qs

Python Test

Python Test

8th - 12th Grade

40 Qs

Basics of Python Programming

Basics of Python Programming

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Dumbani Tunthuwa

Used 1+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data type in Python?

A data type in Python is a classification that defines the type of value a variable can hold.

A data type in Python is a method for executing functions.

A data type in Python is a way to store files on disk.

A data type in Python is a framework for building applications.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the four basic data types in Python.

int, float, list, set

int, float, str, bool

char, double, list, dict

str, bool, tuple, array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to define a function in Python?

def

method

procedure

function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'if' statement in Python?

To define a function in Python.

To execute code conditionally based on a boolean expression.

To import modules into a Python script.

To create a loop that iterates over a list.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a list in Python?

You create a list in Python using curly braces, e.g., my_list = {1, 2, 3}.

You create a list in Python using parentheses, e.g., my_list = (1, 2, 3).

You create a list in Python using angle brackets, e.g., my_list = <1, 2, 3>.

You create a list in Python using square brackets, e.g., my_list = [1, 2, 3].

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a list and a tuple in Python?

Tuples are created using square brackets, while lists use parentheses.

Lists can contain only numbers, while tuples can contain any data type.

The main difference is that lists are mutable and tuples are immutable.

Lists are faster than tuples in all operations.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to start a loop in Python?

iterate

loop

for, while

repeat

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?