grade10 w4

grade10 w4

10th Grade

5 Qs

quiz-placeholder

Similar activities

Post Test Gerbang Logika

Post Test Gerbang Logika

10th Grade - University

10 Qs

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

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

10th Grade

10 Qs

Quizzi bài 29 Tin học 10

Quizzi bài 29 Tin học 10

10th Grade - University

10 Qs

python

python

9th Grade - University

5 Qs

Kiến thức về hàm print() trong Python

Kiến thức về hàm print() trong Python

2nd Grade - University

9 Qs

Uji Pengetahuan Algoritma dan Pemrograman

Uji Pengetahuan Algoritma dan Pemrograman

10th Grade

10 Qs

Udacoding - Pengantar Algoritma dan Pemograman Dasar

Udacoding - Pengantar Algoritma dan Pemograman Dasar

10th Grade - University

10 Qs

1.2 Algoritma SK T4

1.2 Algoritma SK T4

9th Grade - University

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