Python Phase 1

Python Phase 1

University

30 Qs

quiz-placeholder

Similar activities

ByteBattle 2.0 (2)

ByteBattle 2.0 (2)

University

30 Qs

PodiumRound

PodiumRound

University

25 Qs

Power Electronics_Unit-IV_DC-DC Converters_Day to Day Assessment

Power Electronics_Unit-IV_DC-DC Converters_Day to Day Assessment

University

30 Qs

Machine Learning Quiz

Machine Learning Quiz

University

30 Qs

Pemograman (PAM)

Pemograman (PAM)

11th Grade - University

25 Qs

ввп,

ввп,

University

35 Qs

Mathew RPROG

Mathew RPROG

University

25 Qs

End Of 9 Weeks Study Guide (Spring)

End Of 9 Weeks Study Guide (Spring)

11th Grade - University

25 Qs

Python Phase 1

Python Phase 1

Assessment

Quiz

Engineering

University

Medium

Created by

Data Science undefined

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following variable names is invalid in Python?

data_value

3data

_data

DataValue

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is NOT a keyword in Python?

  • pass

break

def

  • print

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image
  1. What is the data type of the following variable?


<class 'int'>, <class 'int'>

  • <class 'str'>, <class 'int'>

  • <class 'str'>, <class 'str'>

  • <class 'int'>, <class 'str'>

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What will be the output of the following code snippet?

3, 3

3, 3.33

  1. 3, 3.0

Error

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the result of the following expression?

7

8

5

6

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image
  1. What will be the result of the following operation?

2

3

4

1

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What will happen when the following code is executed?
print("Hello)

Hello will be printed.

  • An error will occur.

 Nothing will be printed.

  • It will print None.

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?