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

Linux Terminal Basics Quiz

Linux Terminal Basics Quiz

12th Grade

10 Qs

Python- Text file handling Quiz 2

Python- Text file handling Quiz 2

12th Grade

10 Qs

KomJarDas 13 Sharing Komputer

KomJarDas 13 Sharing Komputer

10th - 12th Grade

15 Qs

Guess the K-pop Group/Artist

Guess the K-pop Group/Artist

KG - Professional Development

11 Qs

Pretest Google Classroom

Pretest Google Classroom

10th - 12th Grade

10 Qs

Windows 10

Windows 10

8th Grade - University

10 Qs

QUIZ MIKROTIK

QUIZ MIKROTIK

12th Grade

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