For a project with a beginning and an end, this type of authoring system is particularly useful.
a. card- or page-based tool
b. icon-based, event-driven tool
c. time-based tool
d. scripting language
e. all are equally useful
c. time-based tool
Computer Science & Information Technology
You might also like to view...
The statements int x = 1; int y; y = --x;
a) Assign y the value 1; b) Change the value of x to 0 c) Assign to y the value 1; d) Assign to y the value 0; e) The -- is a prefix operator.
Computer Science & Information Technology
Create a scoped enum named AccountType containing constants named SAVINGS, CHECKING and INVESTMENT.
What will be an ideal response?
Computer Science & Information Technology
A(n) ________ converts the flashes of light back into two voltages that can be used by a computer
A) laser diode B) photo detector C) electromagnetic wave D) repeater
Computer Science & Information Technology
Common practice is to add two spaces at the end of a sentence
Indicate whether the statement is true or false
Computer Science & Information Technology