G12- Python Inputs and Exercises

G12- Python Inputs and Exercises

12th Grade

9 Qs

quiz-placeholder

Similar activities

Basics of Network and Internet Safety

Basics of Network and Internet Safety

10th Grade - University

10 Qs

Exploring Python Lists and Tuples

Exploring Python Lists and Tuples

University

10 Qs

PDS - 3DS  - entrada do usuário com Python

PDS - 3DS - entrada do usuário com Python

12th Grade

10 Qs

Python (basics)

Python (basics)

1st Grade - University

11 Qs

高二資訊課補考題目

高二資訊課補考題目

11th Grade - University

10 Qs

JavaScript Basics Quiz

JavaScript Basics Quiz

9th - 12th Grade

9 Qs

Review loops

Review loops

8th Grade - University

12 Qs

Quiz 3

Quiz 3

University

10 Qs

G12- Python Inputs and Exercises

G12- Python Inputs and Exercises

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Sherin Kamel

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Ask the user to input his favourite movie name

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code :

print (9 / 2 )

8

4

4.5

2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code :

print (9 // 2 )

4

1

4.5

2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following code :

print (9 % 2 )

8

1

4.5

2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the code:

print ( 9 == 6)

True

False

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the code:

print ( 9 !=6 )

True

False

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the code:

print ( 9 < 6)

False

2.5

True

1.5

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the code:

print ( 9 ** 2)

False

18

81

True

9.

MATCH QUESTION

1 min • 1 pt

Match the following :

Whole number

String

fractions

Integer

Alphanumeric data

Float