Data Science IT D

Data Science IT D

University

50 Qs

quiz-placeholder

Similar activities

B19MEO701 -3D PRINTING AND TOOLING

B19MEO701 -3D PRINTING AND TOOLING

University

50 Qs

Introduction to Python Quiz

Introduction to Python Quiz

University

50 Qs

Data Manegment

Data Manegment

University

54 Qs

Python, Java, SQL Quiz

Python, Java, SQL Quiz

University

50 Qs

IP Unit 3

IP Unit 3

University

54 Qs

C Programming Quiz

C Programming Quiz

University

47 Qs

Digital Communication

Digital Communication

University

45 Qs

DL QUIZ

DL QUIZ

University

55 Qs

Data Science IT D

Data Science IT D

Assessment

Quiz

Engineering

University

Medium

Created by

Najeem Dheen

Used 3+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of programming language is Python?

Compiled

Interpreted

Assembly

Machine

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default extension of Python files?

.python

.p

.py

:py

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you run a Python script?

python script.py

execute script.py

start script.py

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command installs Jupyter Notebook?

pip install jupyter

python install jupyter

jupyter install

install jupyter

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is immutable in Python?

List

Dictionary

Tuple

Set

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?
x = "10"

y = 5

print(x * y)

"1010101010"

50

Error

10 + 10 + 10 + 10 + 10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?
print(type([]))

dict

set

array

list

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?