G12- Python Inputs and Exercises

G12- Python Inputs and Exercises

12th Grade

9 Qs

quiz-placeholder

Similar activities

Understanding Digital Information Quiz

Understanding Digital Information Quiz

University

10 Qs

Quiz sobre Loop While em Python

Quiz sobre Loop While em Python

12th Grade

10 Qs

Club Coding Quiz - BCA

Club Coding Quiz - BCA

University

10 Qs

Quiz 3

Quiz 3

University

12 Qs

AP 9/19 Daily Do Now

AP 9/19 Daily Do Now

9th - 12th Grade

4 Qs

SQL Basics Quiz

SQL Basics Quiz

University

10 Qs

Увлекательный мир Python

Увлекательный мир Python

6th Grade - University

9 Qs

Coding With Python- Introductory Quiz

Coding With Python- Introductory Quiz

University

13 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 :

fractions

String

Alphanumeric data

Float

Whole number

Integer