basic programming quiz

basic programming quiz

University

10 Qs

quiz-placeholder

Similar activities

computer Networks

computer Networks

University

10 Qs

Scratch

Scratch

KG - Professional Development

10 Qs

DCN5511: Chapter 5 - 7

DCN5511: Chapter 5 - 7

University

15 Qs

Structured/Traditional SDM

Structured/Traditional SDM

University

9 Qs

Process modeling

Process modeling

University

10 Qs

 QUIZ  MS Core Java Quiz-3 2023

QUIZ MS Core Java Quiz-3 2023

University

11 Qs

Dasar Pengenalan Pola 1

Dasar Pengenalan Pola 1

University

15 Qs

QUIZ GAME

QUIZ GAME

University

10 Qs

basic programming quiz

basic programming quiz

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

CHOLARAJA K

Used 27+ 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

10 sec • 1 pt

A string is immutable in Python?

True

False

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of the following code?

valueOne = 5 ** 2

valueTwo = 5 ** 3


print(valueOne)

print(valueTwo)

10

15

25

125

Error: invalid syntax

3.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Can we use the “else” clause for loops?

True

False

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Write the output for following code snippet

for i in range(1, 5):

print(i)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code

salary = 8000


def printSalary():

salary = 12000

print("Salary:", salary)


printSalary()

print("Salary:", salary)

Salary: 12000 Salary: 8000

Salary: 8000 Salary: 12000

The program failed with errors

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code?

var1 = 1

var2 = 2

var3 = "3"


print(var + var2 + var3)

6

33

13

Error. Mixing operators between numbers and strings are not supported

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

listOne = [20, 40, 60, 80]

listTwo = [20, 40, 60, 80]


print(listOne == listTwo)

print(listOne is listTwo)

True

True

True

False

False

True

False

False

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?