Python Test

Python Test

Professional Development

80 Qs

quiz-placeholder

Similar activities

CompTIA A+ 1002 Set #1

CompTIA A+ 1002 Set #1

Professional Development

80 Qs

ITF+ pt2

ITF+ pt2

9th Grade - Professional Development

85 Qs

C Aptitude-2

C Aptitude-2

University - Professional Development

75 Qs

T2TEST

T2TEST

Professional Development

85 Qs

Tin học nâng cao Module 09.2 - Trung Đức Nguyễn

Tin học nâng cao Module 09.2 - Trung Đức Nguyễn

Professional Development

75 Qs

CSP GACE Practice

CSP GACE Practice

Professional Development

85 Qs

Cloud Computing Quiz

Cloud Computing Quiz

Professional Development

75 Qs

Huawei Storage QuizHCIA Storage CertKingdom 387-464

Huawei Storage QuizHCIA Storage CertKingdom 387-464

Professional Development

79 Qs

Python Test

Python Test

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Piyush Kundu

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?