basic programming quiz

Quiz
•
Computers
•
University
•
Hard

CHOLARAJA K
Used 25+ times
FREE Resource
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
Similar Resources on Wayground
15 questions
Programming - Screening Test

Quiz
•
3rd Grade - Professio...
10 questions
INTRODUCTION TO OOPS

Quiz
•
University
10 questions
Quiz 10

Quiz
•
University
10 questions
CSC126_Chapter4_Part1

Quiz
•
University
14 questions
Lets explore Java

Quiz
•
University
15 questions
Code Combat

Quiz
•
University
15 questions
PYTHON UNIT I MCQS

Quiz
•
University
15 questions
Quiz 2

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University