Python and SQL Quiz

Python and SQL Quiz

Professional Development

100 Qs

quiz-placeholder

Similar activities

Heat Pump Prep Test

Heat Pump Prep Test

1st Grade - Professional Development

100 Qs

Ceutics A

Ceutics A

Professional Development

101 Qs

Minecraft

Minecraft

KG - Professional Development

100 Qs

Daily RS Challenge Trivia

Daily RS Challenge Trivia

KG - Professional Development

100 Qs

Chapter 11 Disease and Disorders

Chapter 11 Disease and Disorders

Professional Development

95 Qs

T316-Revesion

T316-Revesion

Professional Development

104 Qs

PODA III Exam 2 QA

PODA III Exam 2 QA

University - Professional Development

98 Qs

Final Review

Final Review

University - Professional Development

95 Qs

Python and SQL Quiz

Python and SQL Quiz

Assessment

Quiz

Other

Professional Development

Hard

Created by

pinky sravs

Used 1+ times

FREE Resource

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(type(5))?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a:

Compiled Language

Markup Language

Low-level Language

Interpreted Language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

1name

name_1

class

first-name

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of int('5.3')?

5

Error

5.3

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will type(3.0) return?

int

float

double

decimal

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a function in Python?

func

define

def

function

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of: x = 10 if x > 5: print("High") else: print("Low")

Low

High

10

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?