
Quiz 6

Quiz
•
Computers
•
Professional Development
•
Hard
Moirangthem Sonia
Used 1+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
5 mins • 10 pts
Which of the following best describes a text file?
Stores human-readable characters using encodings like ASCII or UTF-8
Stores only images and videos
Contains only binary machine instructions
Cannot be edited with text editors
2.
MULTIPLE CHOICE QUESTION
5 mins • 10 pts
Which Python module is primarily used for file and directory operations?
sys
os
random
shutil
3.
MULTIPLE CHOICE QUESTION
5 mins • 10 pts
What exception is raised when a file to be opened does not exist?
IOError
KeyError
FileNotFoundError
ValueError
4.
MULTIPLE CHOICE QUESTION
5 mins • 10 pts
What is the main advantage of using the "with" keyword when opening files?
Makes the program faster
Automatically closes the file after operations
Allows writing binary data only
Prevents the need for try-except blocks
5.
MULTIPLE CHOICE QUESTION
5 mins • 10 pts
Which mode should be used to append data to a file without deleting its existing content?
"r"
"w"
"a"
"rb"
6.
MULTIPLE CHOICE QUESTION
5 mins • 10 pts
Which method reads the entire content of a file as a single string?
readline()
read()
readlines()
seek()
Answer explanation
read() Reads the whole file content as one single string.
readline() Reads one line at a time (up to a newline \n).
readlines() Reads all lines into a list, where each line is a separate string.
7.
MULTIPLE CHOICE QUESTION
5 mins • 10 pts
he method os.getcwd() in Python is used to:
Delete a directory
Change file ownership
Return the current working directory
Rename a file
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
DevOps Interview Questions

Quiz
•
Professional Development
20 questions
A+ - 10A - Configure Windows User Settings

Quiz
•
Professional Development
20 questions
Redes de Computadores II - Protocolo Ethernet

Quiz
•
Professional Development
20 questions
IT Fundamentals - Quiz 1 - Winter 2024

Quiz
•
Professional Development
25 questions
Chủ đề: Ms powerpoint

Quiz
•
2nd Grade - Professio...
20 questions
Quiz 5.1

Quiz
•
Professional Development
21 questions
Quiz 3.1

Quiz
•
Professional Development
20 questions
Teoria Sistema Operativo

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade