Coding and Debugging

Quiz
•
Computers
•
University
•
Hard
Lingesh P
Used 37+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
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
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
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
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
Similar Resources on Wayground
20 questions
PHP First Internal Practical Viva

Quiz
•
University
10 questions
C - Pointers

Quiz
•
University
10 questions
Basics Of C Programming

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
20 questions
variable in python

Quiz
•
University
15 questions
Python End of Topic Quiz

Quiz
•
8th Grade - University
15 questions
CODE ZENITH

Quiz
•
University
15 questions
Python Programming

Quiz
•
5th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University