EDUB

EDUB

10th Grade

7 Qs

quiz-placeholder

Similar activities

Programing minggu1

Programing minggu1

10th Grade

10 Qs

UTS Semester 1 Informatika 2024/2025

UTS Semester 1 Informatika 2024/2025

8th Grade - University

12 Qs

AP Computer Science-Quiz 2(G10)

AP Computer Science-Quiz 2(G10)

9th - 12th Grade

10 Qs

Access - Lesson 7

Access - Lesson 7

9th - 12th Grade

11 Qs

String Methods

String Methods

9th - 12th Grade

10 Qs

Kuizi 2 - Python

Kuizi 2 - Python

10th Grade - University

10 Qs

N5 SDD - Logical Operators Starter Plenary

N5 SDD - Logical Operators Starter Plenary

10th Grade

8 Qs

C# Operators

C# Operators

10th Grade

10 Qs

EDUB

EDUB

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Kawaljeet Kaur

Used 8+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

i % 2 == 0 is used for?

prime or not

not equal to 0 or not

even or odd

negative or positive number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

== checks?

the number is equal or not

relational operator

operators arithmetic

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the "hello" datatype

Float

Integer

long

String

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

!= is a logical operator representing

Value must not be equal

Value must be equal

Value in Right side should be greater

None of above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

DATA_LIST = [12,56,9.09,"QUIZ"], what does DATA_LIST[4], evaluates to?

Nothing

12

"QUIZ"

9.09

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For drawing which module do we use?

Python pandas

Matplotlib

character

turtle

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"@"+"r"

@r

none

error

@@@@