When you quote or paraphrase another person or publication, you must reference the source in a(n) ________

Fill in the blank(s) with correct word

citation

Computer Science & Information Technology

You might also like to view...

The ____ tool offers you a method for quickly altering the width of a stroke by clicking and dragging the stroke itself.

A. Height B. Width C. Stroke D. Pull

Computer Science & Information Technology

In the code shown here, what will be the output seen on the screen?

``` int main() { int numbers[4] = {6, 23, 72, 24 }; cout << numbers; ``` A. 6, 23, 72, 24 B. 6 23 72 24 C. 6237224 D. A hex address.

Computer Science & Information Technology