grade10 w4

grade10 w4

10th Grade

5 Qs

quiz-placeholder

Similar activities

Quizzi bài 29 Tin học 10

Quizzi bài 29 Tin học 10

10th Grade - University

10 Qs

Câu hỏi về Ngôn ngữ lập trình Python

Câu hỏi về Ngôn ngữ lập trình Python

10th Grade

6 Qs

Uji Pengetahuan Algoritma dan Pemrograman

Uji Pengetahuan Algoritma dan Pemrograman

10th Grade

10 Qs

Koding dan Kecerdasan Artifisial

Koding dan Kecerdasan Artifisial

10th Grade

10 Qs

Udacoding - Pengantar Algoritma dan Pemograman Dasar

Udacoding - Pengantar Algoritma dan Pemograman Dasar

10th Grade - University

10 Qs

LD siskom SE

LD siskom SE

10th Grade - University

10 Qs

Post Test Gerbang Logika

Post Test Gerbang Logika

10th Grade - University

10 Qs

مراجعة في الجملة التكرارية for

مراجعة في الجملة التكرارية for

10th Grade

10 Qs

grade10 w4

grade10 w4

Assessment

Quiz

Information Technology (IT)

10th Grade

Medium

Created by

Amira Abd El-aziz

Used 6+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. What does the input() function in Python do?

a) Prints text on the screen

b) Takes user input as a string

c) Converts input to an integer

d) Executes a mathematical operation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Which function can be used to check the type of a variable in Python?

a) typeof()

b) getType()

c) type()

d) isType()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name?

2name

my_name

my-name

class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • Python is a case-sensitive language. (True/False)

true

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what is the output of this code:

x="mohamed"

print(x)

output

mohamed

x

print