Writing files in python

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Adrian Ortiga
Used 11+ times
FREE Resource
13 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
One of the simplest ways to save data in Python is to write it to a _____
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is one of the simplest ways to save data in python?
At home
Keyword
File
Folder
3.
DRAG AND DROP QUESTION
1 min • 1 pt
When you write text to a (a) , the output will still be (b) after you (c) the terminal containing your program’s (d) .
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write python the python code to open a the file "notes.txt" in write mode as file_object.
with open("notes.txt","r") as file_object:
with open("notes.txt","a") as file_object:
with open("notes.txt","x") as file_object:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write python the python code to open a the file "data.txt" in reading mode as file_object.
with open('data.txt','w') as file_object:
with open('data.txt',"a") as file_object:
with open("data.txt",'x') as file_object:
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write python the python code to open a the file "students.txt" in append mode as file_object.
with open('students.txt', 'w') as file_object:
with open('students.txt', "r") as file_object:
with open("students.txt", 'x') as file_object:
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What can Python write to a text file?
numerical data
strings
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
KOMPUTER AKUNTANSI MYOB KELAS XII

Quiz
•
12th Grade
10 questions
MAIL MERGE

Quiz
•
11th - 12th Grade
10 questions
BTEC National ICT - U1 LAA Software File Types 3

Quiz
•
12th Grade
10 questions
File Compression

Quiz
•
9th Grade
18 questions
S3 CS&N

Quiz
•
9th - 10th Grade
10 questions
ข้อสอบ Microsoft Word

Quiz
•
10th - 12th Grade
16 questions
Scorciatoie Tastiera & Estensioni

Quiz
•
10th Grade
10 questions
File Type Extensions

Quiz
•
8th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade