Answer the following statements true (T) or false (F)

1. Each external entity is labeled with a noun.
2. A rectangle with rounded corners is used to show the occurrence of a transforming process.
3. Processes in a rectangle with rounded corners sometimes denote something other than a change in or transformation of data or a system/subsystem.
4. Processes that transform data should be named with a noun which indicates the data that has been transformed.

1. TRUE
2. TRUE
3. FALSE
4. FALSE

Computer Science & Information Technology

You might also like to view...

The I/O subsystem of a forensic workstation is basically the same as with any other computer. The one difference is that there must be some sort of ______________ capability designed into the system

a. Fault tolerance b. Load sharing c. Remote access d. Write blocking

Computer Science & Information Technology

Returning references to non-const, private data:

a. Allows private functions to be modified. b. Is only dangerous if the binary scope resolution operator (::) is used in the function prototype. c. Allows private member variables to be modified, thus “breaking encapsulation.” d. Results in a compiler error.

Computer Science & Information Technology