Python [Basic]

Python [Basic]

KG

10 Qs

quiz-placeholder

Similar activities

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python Basics Quiz

Python Basics Quiz

9th Grade

15 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Y9 - Module 2 - KT1 Python Basics

Y9 - Module 2 - KT1 Python Basics

9th Grade

14 Qs

Loops Python

Loops Python

9th Grade

13 Qs

Python

Python

7th - 8th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python [Basic]

Python [Basic]

Assessment

Quiz

Fun, Computers, Education

KG

Medium

Created by

RUZANNA PKT

Used 67+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement correctly assigns the string "Melon" to the variable fruit?

fruit = print("Melon")

fruit = "Melon"

input ("Melon")

fruit = input ("Melon")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol used for modulus in arithmetic operation?

&

/

%

**

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type that can have one of two values: True or False ?

string

tuple

boolean

interpreter

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

10**2

10//2

10*2

10**10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

y = 7

print (x*y)

35

12

x*y

Syntax Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operators used in python:

divide, multiply, add, subtract

\,x,+,-

div,mul,+,-

~,*,+,-

/,*,+,-

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Do python case sensitive when dealing with identifiers?

no

yes

none

machine dependent

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?