BMCS1033 SDF

BMCS1033 SDF

University

40 Qs

quiz-placeholder

Similar activities

Midterm Exam ICTC1023

Midterm Exam ICTC1023

University

40 Qs

SAS GANJIL INFORMATIKA KELAS 7 2024

SAS GANJIL INFORMATIKA KELAS 7 2024

7th Grade - University

40 Qs

Operators in Python

Operators in Python

University

45 Qs

Python Quiz

Python Quiz

University

40 Qs

TLE/ICT 9 - Programming Q1 Mastery Test

TLE/ICT 9 - Programming Q1 Mastery Test

9th Grade - University

40 Qs

DS & Python B.Tech. (BI) VII Sem

DS & Python B.Tech. (BI) VII Sem

University

40 Qs

PL101 MIDTERM Long Quiz

PL101 MIDTERM Long Quiz

University

35 Qs

UAS ASD

UAS ASD

University

40 Qs

BMCS1033 SDF

BMCS1033 SDF

Assessment

Quiz

Computers

University

Medium

Created by

nur izzah

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of:

print(2 + 3 * 4)

20

14

24

12

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of:

print("Hello" * 3)

Hello3

Hello Hello Hello

HelloHelloHello

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed?

x = 5

x += 3

print(x)

5

8

53

error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of:

print(10 // 3)

3

3.33

4

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of:

print(10 % 4)

2

4

6

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed?

print("Python"[1:4])

Pty

yth

tho

ytho

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of:

print(bool(0), bool(3))

False True

True False

True True

False False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?