Case-Based Critical Thinking Questions
Case 1: Frames Unlimited
?
Frames Unlimited is a wholesale picture and poster frame business. Frame data are stored in sequential access files that contain four columns: item number, item name, size, and price.
Which If clause will determine whether the inventory.txt file exists?
A. If IO.File.Exists (inventory.txt) Then
B. If IO.Exists("inventory.txt") Then
C. If FileExists("inventory.txt") Then
D. If IO.File.Exists("inventory.txt") Then
Answer: D
Computer Science & Information Technology
You might also like to view...
A(n) ________ function in Excel is when one function is written inside of another function
Fill in the blank(s) with correct word
Computer Science & Information Technology
In Word, use the ________ Cells command to create one cell from two or more cells
A) Merge B) Combine C) Join D) Split
Computer Science & Information Technology