Data Analytics Workshop

Data Analytics Workshop

University

10 Qs

quiz-placeholder

Similar activities

Python_R

Python_R

2nd Grade - Professional Development

8 Qs

Python Basics

Python Basics

University

10 Qs

Python

Python

University

10 Qs

Python 1

Python 1

University

10 Qs

Introducción a Python

Introducción a Python

University

10 Qs

untitled

untitled

12th Grade - University

13 Qs

Python Library

Python Library

University

10 Qs

Teste python- Unesp-Jaboticabal

Teste python- Unesp-Jaboticabal

University

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