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
You might also like to view...
________ rearrange(s) objects to use disk space more efficiently, thus releasing the now unused space to be used again
A) Backups B) Reports C) Queries D) Compacting
Create a ___________ form as a user interface that enables you to switch between forms and reports in a database.
Fill in the blank(s) with the appropriate word(s).
One of the things that developing a framework should help clarify is the mission and vision of your project.
Answer the following statement true (T) or false (F)
In _____ notation the operator comes between the operands.
A. prefix B. infix C. postfix D. rpn