Lec3: Decisions

Lec3: Decisions

University

48 Qs

quiz-placeholder

Similar activities

TeamUitje LST 24-25

TeamUitje LST 24-25

University

51 Qs

Name the instrument

Name the instrument

3rd Grade - Professional Development

47 Qs

Mediterranean Geography Quiz

Mediterranean Geography Quiz

8th Grade - University

46 Qs

Deep Learning

Deep Learning

University

52 Qs

C-207 PLC Systems 1 Pre-test

C-207 PLC Systems 1 Pre-test

University

45 Qs

Quiz III

Quiz III

University

50 Qs

Are you actually smart....

Are you actually smart....

KG - University

44 Qs

The Music Industry: A Comprehensive Quiz

The Music Industry: A Comprehensive Quiz

8th Grade - University

46 Qs

Lec3: Decisions

Lec3: Decisions

Assessment

Quiz

Other

University

Hard

Created by

Salwa Abougamila

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

42 is of which data type in Python?

String

Integer

Float

Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of: print("3" + "4")?

34

7

Error

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid variable assignment in Python?

x = 5

5 = x

x == 5

x := 5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does input("Enter a number: ") do?

It displays a message and waits for the user to enter a value.

It prints a number to the screen.

It adds two numbers together.

It exits the program.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, # is used to:

Define a function

Indicate a comment

Start a loop

End a program

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The purpose of an if statement is:

to repeat a block of code multiple times

to make decisions based on conditions

to define a function

to store data in variables

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a string in Python?

42

3.14

'hello'

True

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?