grade10 w4

grade10 w4

10th Grade

5 Qs

quiz-placeholder

Similar activities

Pseudocode

Pseudocode

10th Grade

10 Qs

Câu lệnh rẽ nhánh

Câu lệnh rẽ nhánh

10th Grade

10 Qs

Email Writing Best Practices Assessment

Email Writing Best Practices Assessment

8th Grade - University

10 Qs

Quiz aula 8

Quiz aula 8

9th - 12th Grade

10 Qs

Kuis komputer Von Neuman

Kuis komputer Von Neuman

10th Grade - University

10 Qs

Internet Safety

Internet Safety

8th Grade - University

10 Qs

Quiz Assesmen Awal "Perangkat Keras"

Quiz Assesmen Awal "Perangkat Keras"

7th Grade - University

10 Qs

Asesmen Tengah Semester X TKJ - Sem 1 - TP 2025-2026

Asesmen Tengah Semester X TKJ - Sem 1 - TP 2025-2026

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

AI

Enhance your content in a minute

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

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