Lec3: Decisions

Lec3: Decisions

University

48 Qs

quiz-placeholder

Similar activities

Basic Hydraulics Mod 1

Basic Hydraulics Mod 1

University

50 Qs

Electronics- II

Electronics- II

University

51 Qs

EST 25

EST 25

University

50 Qs

Assesmen Akhir Semester TIK kelas 9 SMP

Assesmen Akhir Semester TIK kelas 9 SMP

9th Grade - University

50 Qs

ИКТ 675

ИКТ 675

10th Grade - University

50 Qs

INGAT BALIK

INGAT BALIK

University

45 Qs

EST 27

EST 27

University

50 Qs

AMERICAN GOVERMENT

AMERICAN GOVERMENT

University

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