Finals - L2 - File Handling Flashcards
What is the term used to describe this?
blank in python is defined as reading and writing data to a file
File handling
What is the term used to describe this?
blank in python is defined as reading and writing data to a file
File handling
What is the term used to describe this?
This is a database stored in a file called a flat file. There are no structures for indexing or recognizing relationships between records.
.txt/.csv (This is not structured)
Flat-file database
What is the term used to describe this?
The blank statement in Java allows you to define a block of code to be tested for errors while it is being executed. The blank statement allows you to define a block of code to be executed, if an error occurs in the try block
Try and catch statement