Coding and Debugging

Coding and Debugging

University

15 Qs

quiz-placeholder

Similar activities

Round 1 ( RHA Learner Contest )

Round 1 ( RHA Learner Contest )

University

20 Qs

1.1.1 The structure and function of the processor

1.1.1 The structure and function of the processor

11th Grade - University

15 Qs

Planning and Implementation of Information Security

Planning and Implementation of Information Security

University

10 Qs

Python MCQ

Python MCQ

University

20 Qs

Software Engineering Quiz 1

Software Engineering Quiz 1

University

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Python List

Python List

4th Grade - University

15 Qs

QUIZ BAB 4: SISTEM OPERASI

QUIZ BAB 4: SISTEM OPERASI

8th Grade - University

20 Qs

Coding and Debugging

Coding and Debugging

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Lingesh P

Used 38+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of this code?

executed

1 executed

0 executed

none of the above

Answer explanation

Answer is (0 executed)

Explanation : range() ends with the value of n-1 so we have i=0

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Output:

Enter a number 10

Both are not equal

Find the error and enter the corrected line

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print("abc.DEF".capitalize())

What will be the output of this code?

Abc.def

abc.def

Abc.Def

ABC.DEF

Answer explanation

Answer is Abc.def

Because capitalize() will make everything to lowercase and make the first letter to CAPS

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a=65

print("[%c]"%a)

What will be the output of this code?

[a]

a

[A]

[a]

Answer explanation

Answer is [A]

Because ASCII value of capital A is 65

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of this code?

fun None

fun fun

None fun

error

Answer explanation

Ansnwer = (fun None)

Because the print inside the fun() will print the value "fun" and it will return None as value

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a=~4

b=a+4

print(b)

What will be the output of this code?

1

-1

2

-2

Answer explanation

Media Image

Answer is -1

It is because of the ~ operator

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a="python"

b="pythoN"

print(a>b)

What will be the output of this code?

error

true

false

none of the above

Answer explanation

Answer is true

Because lowercases have higher values than uppercases

Create a free account and access millions of resources

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?