PC-B1 (Basic Python) - Lesson 2

PC-B1 (Basic Python) - Lesson 2

6th Grade - University

9 Qs

quiz-placeholder

Similar activities

Number Analyser Program

Number Analyser Program

7th Grade

6 Qs

Coding Increment Decrement Reverse Variables

Coding Increment Decrement Reverse Variables

9th - 12th Grade

8 Qs

Debugging Python

Debugging Python

9th - 12th Grade

8 Qs

Introducción a la programación

Introducción a la programación

11th Grade

11 Qs

Introduction to JavaScript

Introduction to JavaScript

7th - 9th Grade

7 Qs

Aritmetica modulare e problemi difficili

Aritmetica modulare e problemi difficili

12th Grade

4 Qs

Quiz No. 2.2 Hash Tables

Quiz No. 2.2 Hash Tables

University

12 Qs

Arithmetic operator

Arithmetic operator

10th Grade

8 Qs

PC-B1 (Basic Python) - Lesson 2

PC-B1 (Basic Python) - Lesson 2

Assessment

Quiz

Computers

6th Grade - University

Hard

Created by

Chrysalis Woon

Used 8+ times

FREE Resource

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")