Tutorial 5 Quiz

Tutorial 5 Quiz

University

14 Qs

quiz-placeholder

Similar activities

Python Programming Intermediate-1

Python Programming Intermediate-1

University

15 Qs

ARRAYS AND FUNCTIONS

ARRAYS AND FUNCTIONS

University

15 Qs

OCS752_CP_MODEL 1_PART B (16.10.2020)

OCS752_CP_MODEL 1_PART B (16.10.2020)

University

10 Qs

PAP Module-3 Part-2

PAP Module-3 Part-2

University

16 Qs

Variable Scope in Python

Variable Scope in Python

1st Grade - Professional Development

15 Qs

Quiz-2

Quiz-2

University

10 Qs

Python exam preparation

Python exam preparation

University

18 Qs

Round 2 Debug-The-Code

Round 2 Debug-The-Code

University

15 Qs

Tutorial 5 Quiz

Tutorial 5 Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Wongsathorn Tonkultorn

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the output for print(foo(10))?

'A'

'B'

'C'

Error!

None of the answers are correct

Answer explanation

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the output of print(foo(2))?

"AAA"

"ACA"

"AAB"

Error!

None of the answers is correct

Answer explanation

Media Image

The correct output is "AA"

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the output of print(foo())?

"CS1010E"

"CS10"

"CS1"

Error!

None of the answers is correct

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is printed for foo_print(x)?

"HEY"

"HI"

"HELLO"

Nothing

Error!

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

What is printed for foo_print(x)?

"HI"

"HELLO"

Nothing

Error!

Answer explanation

Media Image

print(y) uses the global value y = "HELLO" to print

6.

MULTIPLE CHOICE QUESTION

45 sec • 3 pts

Media Image

What is the output of hugs(5)?

"oxo"

"oxoxoxo"

"oxoxo"

"oxoxoxoxo"

Error!

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Media Image

What is the output of print(memorize("ABCD")?

"AABACADA"

"AABABCABCD"

"ABACBADCBA"

"ABACAD"

Huh?

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?