Search Header Logo

PROG2013_Quiz_Unit1a

Authored by Lisa W

Information Technology (IT)

University

Used 1+ times

PROG2013_Quiz_Unit1a
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you print the value stored in the variable message?

echo(message)

echo(message)

print(message)

message.print()

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will be the output of the following code?

y = 50

y = 100

print(y)

50

100

150

Error

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following correctly assigns values to multiple variables in a single line?

a, b, c = 10, 20, 30

a = b = c = 10, 20, 30

a b c = 10, 20, 30

a, b, c == 10, 20, 30

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct way to assign the value 10 to a variable x?

x == 10

x = 10

x <- 10

x => 10

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the type() function do in Python?

Checks the syntax of a variable

Prints the content of a variable

Displays the data type of a variable

Converts the data type of a variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of the following code?

num1 = 15

num2 = 4

print(num1 * num2)

19

60

11

45

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly calculates 3 raised to the power of 4?

3 * 4

3 ** 4

pow(3, 4)

Both b and c

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?