PSS-Expressions-1

PSS-Expressions-1

University

10 Qs

quiz-placeholder

Similar activities

Input y otros ejercicios

Input y otros ejercicios

University

8 Qs

Python Basics

Python Basics

KG - University

15 Qs

Pop Quiz 3 (DFC40243)

Pop Quiz 3 (DFC40243)

University

10 Qs

 GAGC-JAVA-SET1

GAGC-JAVA-SET1

University

15 Qs

Computational Thinking in Python[Quiz 4]

Computational Thinking in Python[Quiz 4]

University

15 Qs

Java Static

Java Static

University

10 Qs

Array in C

Array in C

University

10 Qs

Scope of Variables in Python

Scope of Variables in Python

1st Grade - Professional Development

15 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?