Python Files 4

Python Files 4

12th Grade

10 Qs

quiz-placeholder

Similar activities

Coding Quiz

Coding Quiz

6th Grade - Professional Development

14 Qs

quiz - 2

quiz - 2

12th Grade - University

10 Qs

SOAL ADMINISTRASI SISTEM JARINGAN

SOAL ADMINISTRASI SISTEM JARINGAN

12th Grade

7 Qs

Introductory Quiz

Introductory Quiz

9th - 12th Grade

10 Qs

Music Job Roles 1 - BTEC First Music Unit 1

Music Job Roles 1 - BTEC First Music Unit 1

9th - 12th Grade

10 Qs

ISO files quiz

ISO files quiz

9th - 12th Grade

15 Qs

Control Panel Hosting

Control Panel Hosting

12th Grade

15 Qs

Викторина по Python

Викторина по Python

12th Grade

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