Another term for a data dictionary is a(n) ________
Fill in the blank(s) with correct word
Data Catalog
You might also like to view...
Which is the correct way to load an array named WorkHours with the number of hours that five employees worked last week?
a. ```Declare WorkHours[5] As Float Declare J As Integer For (J = 0; J<=4; J++) Write “Input number hours worked for employee” + J+1 Input WorkHours[J] End For``` b. ```Declare WorkHours[4] As Float Declare J As Integer For (J = 0; J<=4; J++) Write “Input number hours worked for employee” + J+1 Input WorkHours[J+1] End For``` c. ```Declare WorkHours[5] As Float Declare J As Integer For (J = 0; J<=5; J++) Write “Input number hours worked for employee” + J Input WorkHours[J+1] End For``` d. None of these are correct
If no previous site is in Expression Web's memory, it starts with a blank Web page named Untitled_1.html.
Answer the following statement true (T) or false (F)