G12- Python Inputs and Exercises

G12- Python Inputs and Exercises

12th Grade

9 Qs

quiz-placeholder

Similar activities

Computer Networking

Computer Networking

University

10 Qs

Kuis Algoritma dalam Bahasa Pemrograman

Kuis Algoritma dalam Bahasa Pemrograman

12th Grade

10 Qs

DTM - UNIT 1 & 2

DTM - UNIT 1 & 2

University

10 Qs

session 02 basic word - khattab Academy

session 02 basic word - khattab Academy

9th - 12th Grade

10 Qs

AverageRound

AverageRound

University

10 Qs

Business Intelligence Quiz

Business Intelligence Quiz

University

10 Qs

BÀI 16. ĐỊNH DẠNG KHUNG

BÀI 16. ĐỊNH DẠNG KHUNG

12th Grade

10 Qs

QUIZ PENGEMBANGAN WEB DENGAN AI

QUIZ PENGEMBANGAN WEB DENGAN AI

9th Grade - University

10 Qs

G12- Python Inputs and Exercises

G12- Python Inputs and Exercises

Assessment

Quiz

Information Technology (IT)

12th Grade

Practice Problem

Hard

Created by

Sherin Kamel

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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 :

Alphanumeric data

Float

Whole number

Integer

fractions

String