G12- Python Inputs and Exercises

G12- Python Inputs and Exercises

12th Grade

9 Qs

quiz-placeholder

Similar activities

G9-Introduction to Python Selection

G9-Introduction to Python Selection

9th Grade - University

6 Qs

Java_Quiz_Part_2

Java_Quiz_Part_2

University

12 Qs

Understanding Arrays and Loops in JavaScript

Understanding Arrays and Loops in JavaScript

11th Grade - University

7 Qs

การเขียนโปรแกรม C เบื้องต้น

การเขียนโปรแกรม C เบื้องต้น

12th Grade

13 Qs

C++ QUIZ

C++ QUIZ

12th Grade

14 Qs

0- and 1-Pixel Art Activity

0- and 1-Pixel Art Activity

9th - 12th Grade

10 Qs

Round3Quiz

Round3Quiz

University

10 Qs

Python_Quiz_1

Python_Quiz_1

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

Integer

fractions

String

Alphanumeric data

Float