Scientific Computing with Python-Basics

Scientific Computing with Python-Basics

University

10 Qs

quiz-placeholder

Similar activities

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

University

15 Qs

Python Programming Basics

Python Programming Basics

University

14 Qs

Are you an Alexa Pro

Are you an Alexa Pro

University

14 Qs

PYTHON QUIZ 1

PYTHON QUIZ 1

University

10 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python Quiz

Python Quiz

University

9 Qs

Python Variables

Python Variables

University

15 Qs

Python Skills

Python Skills

1st Grade - Professional Development

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