A ____________________ is used to direct the reader to source documents or to files.

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


reference line

Computer Science & Information Technology

You might also like to view...

The value of the expression 20.0 * (9.0/5) + 32.0 is

a. 68.0 b. 52.0 c. expression has a syntax error so there is no value d. 32.0 e. an incorrect expression, the / should be %

Computer Science & Information Technology

Identify the compiler errors in and state what is wrong with the code.

``` float inventory, case; inventory = 8; if(inventory = 3) { case = inventory; inventory = 0; } ```

Computer Science & Information Technology

Trimming a video can reduce the length of a video

Indicate whether the statement is true or false

Computer Science & Information Technology

Briefly describe what pseudocode is and is not.

What will be an ideal response?

Computer Science & Information Technology