Given the following pseudocode, what is the internal name used to work with the file on disk?

```
Declare String item
Declare Integer numOrdered
Declare InputFile stuffBought
Open stuffBought "inventory.dat"
Display "Your orders:"
While NOT eof(stuffBought)
Read stuffBought item, numOrdered
Display item, ": " , numOrdered
End While
Close stuffBought

```

a. numOrdered
b. item.
c. stuffBought
d. inventory.dat


c. stuffBought

Computer Science & Information Technology

You might also like to view...

If you find an error in a merged document, the error should be corrected in the ________ document

A) merged B) linked C) record D) main

Computer Science & Information Technology

Themes applied to text formatted as paragraphs are located in the ________ tab of the Ribbon

A) Home B) Layout C) Design D) View

Computer Science & Information Technology

Advanced Filter in Excel provides AND and OR features to join multiple criteria

Indicate whether the statement is true or false.

Computer Science & Information Technology

To add a border to a table, where do you place a border attribute?

A) Within the opening table tag. B) Before the opening table tag. C) After the opening table tag. D) Within the first table row tag.

Computer Science & Information Technology