PSS-Expressions-1

PSS-Expressions-1

University

10 Qs

quiz-placeholder

Similar activities

Python

Python

University

10 Qs

Programming Basics Basics

Programming Basics Basics

8th Grade - University

10 Qs

Python Quiz Ver- 1.3

Python Quiz Ver- 1.3

University

15 Qs

Java quiz based on inheritance

Java quiz based on inheritance

University

10 Qs

C Programming Quiz-6

C Programming Quiz-6

University

10 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Workshop 2 Review

Workshop 2 Review

University

10 Qs

Python Control Statements

Python Control Statements

University

10 Qs

PSS-Expressions-1

PSS-Expressions-1

Assessment

Quiz

Computers

University

Hard

Created by

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?