Python and SQL Quiz

Python and SQL Quiz

Professional Development

100 Qs

quiz-placeholder

Similar activities

DAY I--ALE JAN 2022

DAY I--ALE JAN 2022

Professional Development

100 Qs

Pharmaceutics exam 2

Pharmaceutics exam 2

Professional Development

102 Qs

chapter 102.1-102.3

chapter 102.1-102.3

Professional Development

100 Qs

Grade 10 CAD Final Exam 2021-2022

Grade 10 CAD Final Exam 2021-2022

10th Grade - Professional Development

103 Qs

Embedded Systems & IoT

Embedded Systems & IoT

Professional Development

105 Qs

Barber Client Service 3

Barber Client Service 3

Professional Development

99 Qs

Library & Information Science [1-100] by Vijendra Kumar

Library & Information Science [1-100] by Vijendra Kumar

University - Professional Development

100 Qs

Among Us

Among Us

Professional Development

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