Python Basics for Grade 5

Python Basics for Grade 5

1st Grade

10 Qs

quiz-placeholder

Similar activities

U6 G1

U6 G1

1st Grade

10 Qs

python à zéro

python à zéro

1st Grade

15 Qs

QUIZ-A-THON PYTHON LEVEL 2

QUIZ-A-THON PYTHON LEVEL 2

1st Grade

15 Qs

Fun with Java Basics

Fun with Java Basics

1st Grade

10 Qs

Discovering Instrument Families

Discovering Instrument Families

1st Grade

6 Qs

пайтон 73-84

пайтон 73-84

1st - 5th Grade

13 Qs

node js

node js

1st Grade

10 Qs

Информатика тест

Информатика тест

1st Grade

7 Qs

Python Basics for Grade 5

Python Basics for Grade 5

Assessment

Quiz

Others

1st Grade

Easy

Created by

um gaith alawneh

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the input function in Python?

To execute a function and return a value.

To store data in a variable.

To display output to the user.

To take input from the user and return it as a string.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you calculate the sum of three numbers in Python?

sum = num1 * num2 * num3

sum = num1 + num2 - num3

sum = num1 / num2 / num3

sum = num1 + num2 + num3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator is used for addition in Python?

*

+

/

-

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you print output to the console in Python?

Display output with the output() function.

Use the print() function.

Print to the console using console.log()

Use the echo() function.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the formula to calculate the average of three numbers?

(a - b - c) / 3

(a + b + c) / 2

(a + b + c) / 3

(a + b + c) * 3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you store a number in a variable in Python?

my_number := 5

let my_number = 5

number my_number = 5

my_number = 5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is used to store decimal numbers in Python?

string

boolean

float or decimal.Decimal

integer

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?