Tutorial 5 Quiz

Tutorial 5 Quiz

University

14 Qs

quiz-placeholder

Similar activities

Python Dictionaries

Python Dictionaries

University

10 Qs

Basic of Programming - Quiz 02

Basic of Programming - Quiz 02

University - Professional Development

15 Qs

Quiz on Functions#1

Quiz on Functions#1

University

15 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

Python For

Python For

University

10 Qs

PSS-Expressions-1

PSS-Expressions-1

University

10 Qs

Python Module 1

Python Module 1

University - Professional Development

13 Qs

Quiz 2

Quiz 2

University

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