grade10 w4

grade10 w4

10th Grade

5 Qs

quiz-placeholder

Similar activities

ASESMEN FORMATIF INFORMATIKA X DPB 2

ASESMEN FORMATIF INFORMATIKA X DPB 2

10th Grade - University

10 Qs

Asesmen Formatif

Asesmen Formatif

10th Grade

10 Qs

coding py

coding py

10th Grade

7 Qs

Asesmen Awal Sistem Komputer

Asesmen Awal Sistem Komputer

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

ASESMEN DIAGNOSTIK INFORMATIKA X DPB 2

ASESMEN DIAGNOSTIK INFORMATIKA X DPB 2

10th Grade - University

10 Qs

Module 1 Quiz

Module 1 Quiz

10th Grade

10 Qs

Post Test Gerbang Logika

Post Test Gerbang Logika

10th 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