Python Basic

Python Basic

10th Grade

12 Qs

quiz-placeholder

Similar activities

8ә информатика қбб Арлен Арқалан Бексұлтан Нұрбек

8ә информатика қбб Арлен Арқалан Бексұлтан Нұрбек

10th Grade

10 Qs

Variables and Data Types Knowledge Check

Variables and Data Types Knowledge Check

9th - 12th Grade

16 Qs

Python Exception Handling

Python Exception Handling

10th - 12th Grade

10 Qs

Basics of Python

Basics of Python

9th - 12th Grade

12 Qs

CS Edexcel Unit 6 Part 2 - Data Types, Casting and Arithmetic

CS Edexcel Unit 6 Part 2 - Data Types, Casting and Arithmetic

9th - 10th Grade

7 Qs

Trắc nghiệm: Bài 16-Ngôn ngữ lập trình bậc cao và Python

Trắc nghiệm: Bài 16-Ngôn ngữ lập trình bậc cao và Python

10th Grade

10 Qs

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Data structures, operators and variables

Data structures, operators and variables

9th - 12th Grade

10 Qs

Python Basic

Python Basic

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Fendy K

Used 36+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is Python ?

Python is text-based programming

Python is a kind of snake

Python is block-based programming

Python is human language

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of not(true or false) ?

true

false

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between 10 / 3 and 10 // 3 ?

10 / 3 is division. 10 // 3 is subtraction.

10 / 3 is floor division. 10 // 3 is subtraction.

10 / 3 is floor division. 10 // 3 is division.

10 / 3 is division. 10 // 3 is floor division.

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Assignment Operator is ...

used to assign values to variables

and, or, not

+, -, %

+=, <<=, %=

==, <=, !=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is this code true or false?

number = int(input("Input your number:"))

if number % 3 == 0:

if number % 5 == 0:

print ("FizzBuzz")

else:

print("Fizz")

elif number % 5 == 0:

print("Buzz")

else:

print(number)

True

False

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How many errors in this image?

1

2

3

4

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

What line is error?

4

5

6

7

8

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?