CAT 2 Quiz

CAT 2 Quiz

University

10 Qs

quiz-placeholder

Similar activities

Latihan Ujian TKJ - Bagian A1

Latihan Ujian TKJ - Bagian A1

7th Grade - University

10 Qs

SOAL PTS 1 KOMPUTER AKUNTANSI KELAS XI

SOAL PTS 1 KOMPUTER AKUNTANSI KELAS XI

11th Grade - University

10 Qs

C quiz

C quiz

11th Grade - University

10 Qs

Post Test #4 - Python Fundamental #3

Post Test #4 - Python Fundamental #3

University

10 Qs

GIS Unit III

GIS Unit III

University

15 Qs

ロジックテスト (Đề kiểm tra năng lực IT)

ロジックテスト (Đề kiểm tra năng lực IT)

University

12 Qs

Ms. Exel dan Fungsi Logika IF

Ms. Exel dan Fungsi Logika IF

10th Grade - University

15 Qs

SQLite - Writing Queries

SQLite - Writing Queries

University

9 Qs

CAT 2 Quiz

CAT 2 Quiz

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

A M Abirami

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the correct operator for power(xy) ?

x ** y

x ^ y

x ^^ y

x * y

2.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

x = 5

y = 2

print(x / y)

print(x // y)

print(x % y)

print(x ^ y)

2.5

2

1

7

2

2.5

1

7

2.5

2

7

1

2.5

2

1

0

3.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

str = 'hello'

print(str[:2])

print(str[2:])

print(str[2:4])

print(str[-1])

he

llo

ll

o

he

llo

ll

h

he

llo

llo

o

he

llo

ll

oellh

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What error occurs when you execute?

rose = lotus

TypeError

NameError

SyntaxError

ValueError

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What error occurs when you execute?

rose = 'lotus'

NameError

TypeError

No Error

SyntaxError

6.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

list = [ 1, '2', [3]]

print(type(list))

print(type(list[0]))

print(type(list[1]))

print(type(list[2]))

<class 'list'>

<class 'int'>

<class 'str'>

<class 'list'>

<class 'list'>

<class 'int'>

<class 'int'>

<class 'list'>

list

int

str

list

Error

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the value of the expression:

float(4+int(2.39)%2)

4.0

4

5

5.0

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers