PC-B1 (Basic Python) - Lesson 2

PC-B1 (Basic Python) - Lesson 2

6th Grade - University

9 Qs

quiz-placeholder

Similar activities

MS Excel Review

MS Excel Review

9th - 12th Grade

10 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

Python Operator

Python Operator

9th Grade

10 Qs

Basic Mathematical Formula in MS office excel

Basic Mathematical Formula in MS office excel

8th Grade

10 Qs

Excel Formulas

Excel Formulas

6th Grade

10 Qs

Operators

Operators

9th Grade

14 Qs

Chapter 8

Chapter 8

University

10 Qs

operators in java

operators in java

8th - 9th Grade

13 Qs

PC-B1 (Basic Python) - Lesson 2

PC-B1 (Basic Python) - Lesson 2

Assessment

Quiz

Created by

Chrysalis Woon

Computers

6th Grade - University

8 plays

Hard

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Integers have decimal numbers

True

False

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which options will give you a type error?

"Hello" + "hi"

"5" + 7

7 + 0.55

str(5) + 3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this operation known as?

*

Division

Modulo

Multiplication

Parenthesis

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this operation known as?

/

Division

Modulo

Multiplication

Parenthesis

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this operation known as?

[ ]

Division

Modulo

Multiplication

Parenthesis

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this operation known as?

%

Division

Modulo

Multiplication

Parenthesis

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to get the remainder of an equation?

[ ]

%

#

*

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To convert an integer into a string, we use

___(9)

9.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To convert a string into an integer, we use

___("nine")