A _____ is logically impossible in a data flow diagram (DFD) because a process must act on input, shown by an incoming data flow, and produce output, represented by an outgoing data flow.

A. spontaneous combustion
B. gray matter
C. black hole
D. server farm


Answer: C

Computer Science & Information Technology

You might also like to view...

Consider the following Structure definition and declaration. Which assignment statement would correctly record that player number 13 had three home runs so far this season?

``` Structure playerType Dim fullname As String Dim team As String Dim position As String Dim homerun As Double Dim average As Double Dim rbi As Double End Structure Dim player(45) As playerType ``` (A) ``` player(13) = 3 ``` (B) ``` player(13).homerun(3) ``` (C) ``` playerType(13).homerun = 3 ``` (D) ``` player(13).homerun = 3 ``` (E) None of the above

Computer Science & Information Technology

Describe conformity as a social engineering technique.

What will be an ideal response?

Computer Science & Information Technology

Which type of memory is used mostly in laptops?

A) DDR2 B) SIMM C) SO-DIMM D) RIMM

Computer Science & Information Technology

Guglielmo Marconi is credited as the person who invented the ___________, a device that sends and receives sound as electromagnetic waves.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology