Finals - L2 - File Handling Flashcards

1
Q

What is the term used to describe this?

blank in python is defined as reading and writing data to a file

A

File handling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the term used to describe this?

blank in python is defined as reading and writing data to a file

A

File handling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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)

A

Flat-file database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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

A

Try and catch statement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly