Python Functions and File Operations Quiz

Python Functions and File Operations Quiz

University

20 Qs

quiz-placeholder

Similar activities

PYTHON-QUIZ-2023

PYTHON-QUIZ-2023

University

17 Qs

File Handling in Python, Serialization in Python

File Handling in Python, Serialization in Python

University

15 Qs

Digital Image Processing

Digital Image Processing

University

20 Qs

Python Prowess

Python Prowess

University

20 Qs

Python Files

Python Files

University

20 Qs

CSE 102 Exam 3 Practice

CSE 102 Exam 3 Practice

University

18 Qs

PF101 (Quiz 1 - Finals)

PF101 (Quiz 1 - Finals)

University

20 Qs

Python

Python

University

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