IT 114: Introduction to Java
Class 19 Ungraded Quiz
-
What do you call a linear arrangement of data on an external storage medium?
-
What are the two types of files?
-
What are the two things that identify a file?
-
What do you call the software that allows an operating system
to communicate with a device?
-
What is the program that controls all interaction with hardware?
-
What kind of object would you use to get information from a file?
-
What are the two kinds of exception?
-
Which type of exception requires you to use either a throws clause
or a
try
\catch
statement?