What are small programs with little to no business logic or supporting databases?

A. Wireframes
B. Prototypes
C. HTML
D. SQL


Answer: B

Computer Science & Information Technology

You might also like to view...

All of the following are popular server database software packages, except _____.

A. SQLite B. MySQL C. Microsoft Access D. Oracle

Computer Science & Information Technology

Which of the following statements will assign a random number between 1 and 50 inclusive to intNum?

a. intNum = rand.Next(50) + 1 b. intNum = rand.Next(1, 50) c. intNum = rand.Next(50) d. intNum = rand.Next()

Computer Science & Information Technology

To Create a new Conditional Formatting Rule,

A) click Conditional Formatting from the Cell Styles group and select New Rule. B) select any cell in the table, then click New Rule in the Tools group. C) convert the cell to a Range. D) click in a cell and on the Home tab, click the Conditional arrow in the Cells group.

Computer Science & Information Technology

The ________ tab displays the programs that begin automatically when you turn on a computer

A) System B) Services C) Startup D) Boot

Computer Science & Information Technology