Python Test

Python Test

Professional Development

80 Qs

quiz-placeholder

Similar activities

Python Programming

Python Programming

Professional Development

75 Qs

Computer Repairs and Maintenance Final Exam

Computer Repairs and Maintenance Final Exam

Professional Development

80 Qs

Test STEM English IT

Test STEM English IT

1st Grade - Professional Development

85 Qs

Cybersecurity

Cybersecurity

Professional Development

77 Qs

Machine Learning on Azure( Quiz #02)

Machine Learning on Azure( Quiz #02)

Professional Development

75 Qs

functions, file, random , date, math

functions, file, random , date, math

Professional Development

83 Qs

Python Test

Python Test

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Piyush Kundu

Used 3+ times

FREE Resource

80 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following, data is stored permanently ?

Variable

File

Both of the above

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

NumPy stands for :

Numbering Python

Number In Python

Numerical Python

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function returns the current position of file pointer?

get()

tell()

seek()

cur()

Answer explanation

The correct function to return the current position of the file pointer is tell(). It provides the current offset in the file.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does readlines() method return?

Dictionary

String

Tuple

List

Answer explanation

The readlines() method returns a List of lines read from a file. Therefore, the correct answer is List.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will read entire content of file (file object ‘f’) ?

f.reads( )

f.read( )

f.read(all)

f.read( * )

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which software development phase quality of software is documented?

Testing

Delivery

Idea

Development

Answer explanation

In the software development phase, the quality of software is documented during the Testing phase, where various tests are conducted to ensure the software meets the required quality standards.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is written in __________.

Java

C

PHP

All of the above

Answer explanation

Python is written in C, making the correct choice 'C'.

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?