Python [Basic]

Python [Basic]

KG

10 Qs

quiz-placeholder

Similar activities

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Kod Arahan Tingkatan 2

Kod Arahan Tingkatan 2

7th - 8th Grade

12 Qs

Loops Python

Loops Python

9th Grade

13 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

ONE 6th FORM Introduction to Python Basics

ONE 6th FORM Introduction to Python Basics

11th Grade

15 Qs

Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

9th Grade

13 Qs

Python [Basic]

Python [Basic]

Assessment

Quiz

Fun, Computers, Education

KG

Medium

Created by

RUZANNA PKT

Used 66+ 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?