Python Files 4

Python Files 4

12th Grade

10 Qs

quiz-placeholder

Similar activities

Basic Microsoft Word Quiz - Part 1

Basic Microsoft Word Quiz - Part 1

9th - 12th Grade

8 Qs

Google Classroom

Google Classroom

KG - University

10 Qs

Microsoft Excel Quiz

Microsoft Excel Quiz

1st - 12th Grade

14 Qs

Belajar Google Classroom

Belajar Google Classroom

1st Grade - University

10 Qs

perangkat dasar komputer

perangkat dasar komputer

12th Grade

15 Qs

recuperacao 1 programação desenvolvimento de sistemas

recuperacao 1 programação desenvolvimento de sistemas

12th Grade

10 Qs

Senangnya membuat ngoding bareng

Senangnya membuat ngoding bareng

9th - 12th Grade

10 Qs

quiz - 7(exceptions and file handling)

quiz - 7(exceptions and file handling)

12th Grade - University

9 Qs

Python Files 4

Python Files 4

Assessment

Quiz

Other

12th Grade

Easy

Created by

Amy Austin

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you delete a file in Python?

file.remove('demofile.txt')

delete.file('demofile.txt')

os.remove('demofile.txt')

os.delete('demofile.txt')

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Before deleting a file in Python, what should you check?

If the file is writable

If the file exists

If the file is empty

If the file is closed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to delete an entire folder in Python?

os.deleteFolder()

os.rmdir()

folder.remove()

os.removeFolder()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is required to manipulate files and directories in Python?

import sys

import directory

import os

import file

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What limitation does the os.rmdir() method have?

It can only remove folders in the current directory

It can only remove empty folders

It can remove any folder regardless of its contents

It can only remove non-empty folders

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module provides a portable way of using operating system dependent functionality?

pathlib

platform

os

sys

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the os.path.exists() function do?

Checks if a path is an absolute path

Checks if a file or directory exists

Creates a new path

Deletes the specified path

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?