G12- Python Inputs and Exercises

G12- Python Inputs and Exercises

12th Grade

9 Qs

quiz-placeholder

Similar activities

Diagnóstico de Algoritmos y Fundamentos de Programacion

Diagnóstico de Algoritmos y Fundamentos de Programacion

University

10 Qs

Tin 9 Bài 8. Hàm SUMIF

Tin 9 Bài 8. Hàm SUMIF

9th Grade - University

10 Qs

BÀI 21. CẬP NHẬT VÀ TRUY XUẤT DỮ LIỆU CÁC BẢNG

BÀI 21. CẬP NHẬT VÀ TRUY XUẤT DỮ LIỆU CÁC BẢNG

12th Grade

10 Qs

Excel

Excel

12th Grade

10 Qs

Animation Techniques Quiz

Animation Techniques Quiz

10th Grade - University

10 Qs

JavaEE-servlets-jsp

JavaEE-servlets-jsp

University

11 Qs

MM-Intro

MM-Intro

University

10 Qs

Digital Literacy Quiz

Digital Literacy Quiz

7th - 12th Grade

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 :

Whole number

Float

fractions

Integer

Alphanumeric data

String