Match the following terms to their meanings:
I. Design View
II. Layout View
III. Form View
IV. Print Preview
A. Access view that a user can view, modify, delete or add records but cannot change layout
B. Access view that displays a detailed structure of the controls but not the data
C. Access view that a user can both view the data and make changes to the layout
D. Access view that displays what an object will look like if PDF is generated
B, C, A, D
You might also like to view...
Select all that apply. Given the following pseudocode, what is(are) the fields?
``` Declare String item Declare Integer numOrdered Declare InputFile stuffBought Open stuffBought "inventory.dat" Display "Your orders:" While NOT eof(stuffBought) Read stuffBought item, numOrdered Display item, ": " , numOrdered End While Close stuffBought ``` a. numOrdered b. item. c. stuffBought d. inventory.dat
Which of the following is used to ensure information integrity?
A) Auditing B) Digital signatures C) Backups D) Passwords
List three uses of Nautilus.
What will be an ideal response?
Context switch is the process of saving or restoring a thread's state.
Answer the following statement true (T) or false (F)