Data Analytics Workshop

Data Analytics Workshop

University

10 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

IIP D1 - Introduction to Data Analysis

IIP D1 - Introduction to Data Analysis

University

10 Qs

Python Programming Quiz

Python Programming Quiz

University

10 Qs

Data visualization

Data visualization

10th Grade - University

12 Qs

workshop FSTM

workshop FSTM

University

13 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

taQuizz_4

taQuizz_4

University

11 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Data Analytics Workshop

Data Analytics Workshop

Assessment

Quiz

Computers

University

Hard

Created by

ASHISH 030

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method can be used to remove an element at a particular index from the list?

pop( )

delete( )

discard( )

The element cannot be removed

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is an example of a....

language written in java script

Object orientated programming language

Text-based programming language

Visual-based programming language

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a code block indicated in Python?

Bracket

Indentation

Key

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the order of precedence in Python?

i. Parenthesis

ii. Exponential

iii. Multiplication

iv. Division

v. Addition

vi. Subtraction

ii, i, iv, iii, v, vi

ii, i, iii, iv, v, vi

i, ii, iii, iv, v, vi

i, ii, iii, vi, v, iv

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this expression, 3*1**3

27

3

1

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The output of the following programs will be:

All number from 1 to 10

All even from 1 to 10

All Odd from 1 to 10

It will give an error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these statements in python will throw an error when executed?

print( “ 'Hello' ” )

print( “ “Hello” ” )

print( “Hello” )

print( 'Hello' )

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?