During which phase of system development would you acquire any necessary hardware and software?
A. Planning
B. Analysis
C. Design
D. Implementation
Answer: C
You might also like to view...
If a table is created and it is later determined that additional fields should be added to the table, it is usually preferable to
a) delete the existing table and re-create it with the additional fields b) create a parallel table that holds just the additional fields c) re-define an existing field in the table to hold the additional data d) delete the entire database and start over e) alter the table to add the additional fields
Briefly distinguish between scheduled and unscheduled programs.
What will be an ideal response?
?_____identify the type of information to enter into or select from an input control.
A. Form actions B. ?Form layouts C. Formscripts D. ?Form labels
Which statement about trees is false?
a) A tree is a non-linear, two-dimensional data structure. b) Tree nodes contain two or more links. c) Binary tree nodes contain two or fewer links. d) Binary tree nodes contain exactly two links.