Scientific Computing with Python-Basics

Scientific Computing with Python-Basics

University

10 Qs

quiz-placeholder

Similar activities

PHP

PHP

University

10 Qs

|| Serverless Workshop ||

|| Serverless Workshop ||

University

15 Qs

Lesson 3 Recap

Lesson 3 Recap

University

6 Qs

Python Round 2

Python Round 2

University

10 Qs

Computational Thinking in Python[Quiz 4]

Computational Thinking in Python[Quiz 4]

University

15 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Python - Functions

Python - Functions

University

10 Qs

TIU Quiz-9

TIU Quiz-9

University

10 Qs

Scientific Computing with Python-Basics

Scientific Computing with Python-Basics

Assessment

Quiz

Computers

University

Hard

Created by

Sajeesh M

Used 12+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character is used for commenting in Python?

#

!

@

*

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a reserved word keyword in Python?

insert

pass

class

lambda

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the floor division operator?

/

%

//

\\

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will be printed?

x=4.5

y=2

print (x//y)

2.0

2.25

.25

0.5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, keywords are case sensitive.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the given code?

>>>"h"+"lm"

h

"hlm"

lm

hlm

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file contains the predefined Python codes?

Function

Pi

module

lambda

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?