Find the output of the below code:
A=”Gulf”
B=a+2
print(B)
PSS-Expressions-1
Quiz
•
Computers
•
University
•
Hard
Bobby Sathyaseelan
Used 5+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code:
A=”Gulf”
B=a+2
print(B)
Gulf2
Error
Gulf + 2
B
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code:
A=”Gulf”
B=A+” College”
print(B)
Gulf College
B
Error
A+"College"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code:
A=”Gulf”
B=”A”+” College”
Print(B)
Gulf College
A College
Error
B
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code:
A=”Great”
B= A*5
print(B)
A*5
Error
GreatGreatGreatGreatGreat
Great Great Great Great Great
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code
x=10
y=x+5
print(x>y)
True
Error
15
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code
x=10
y=5+5
print(x<=y)
False
True
10
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Output of the below code
100 =x
print(x)
10
Error
100
No Output
10 questions
Java Control Flow statements
Quiz
•
University
15 questions
Control Statements - Java
Quiz
•
University
10 questions
C Programming Quiz-5
Quiz
•
University
10 questions
Python Quiz 1 : Python Basics
Quiz
•
University
14 questions
Java Operators
Quiz
•
University
10 questions
Array in C
Quiz
•
University
15 questions
Scope of Variables in Python
Quiz
•
1st Grade - Professio...
15 questions
Python Basics
Quiz
•
KG - University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade