Python Functions and File Operations Quiz

Python Functions and File Operations Quiz

University

20 Qs

quiz-placeholder

Similar activities

Python Programming Intermediate-1

Python Programming Intermediate-1

University

15 Qs

PHP Quiz

PHP Quiz

University

16 Qs

File Handling in Python, Serialization in Python

File Handling in Python, Serialization in Python

University

15 Qs

TechnoFuzzle

TechnoFuzzle

University

20 Qs

CSE105 Quiz 02

CSE105 Quiz 02

University

15 Qs

Quiz No. 1 - Operating System Basics

Quiz No. 1 - Operating System Basics

University

15 Qs

Linux Directory Structures

Linux Directory Structures

10th Grade - University

20 Qs

Modul 7 - Komputer I

Modul 7 - Komputer I

University

20 Qs

Python Functions and File Operations Quiz

Python Functions and File Operations Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Arvind Singh

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What keyword is used to define a function in Python?

function

def

define

func

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the purpose of the return statement in a function?

To print output

To define a function

To end a function

To return a value

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the *args syntax allow in a function definition?

To pass a fixed number of arguments

To define a function

To pass a variable number of arguments

To pass keyword arguments

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which mode is used to open a file for writing in Python?

x

w

r

a

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the .readline() method do?

Writes a line to the file

Reads the entire file

Reads a single line from the file

Reads multiple lines from the file

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the purpose of the global keyword in Python?

To create a local variable

To create a global variable

To delete a variable

To define a function

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What does the os.remove() method do?

Deletes a file

Creates a new file

Renames a file

Opens a file

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?