Python Test

Python Test

Professional Development

80 Qs

quiz-placeholder

Similar activities

SAP MDG_90

SAP MDG_90

Professional Development

80 Qs

Memory Allocation + java-visual

Memory Allocation + java-visual

Professional Development

79 Qs

Skill Test Computers Round-1

Skill Test Computers Round-1

Professional Development

75 Qs

App Development Quiz

App Development Quiz

Professional Development

80 Qs

Test STEM English IT

Test STEM English IT

1st Grade - Professional Development

85 Qs

AI and ML Quiz

AI and ML Quiz

Professional Development

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