Given the following pseudocode, what is the name of 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


d. inventory.dat

Computer Science & Information Technology

You might also like to view...

Where does a dot leader display in a document?

A) On the Word 2016 ruler B) Only before an inserted object C) Between the columns of a list D) Before and after an inserted object

Computer Science & Information Technology

You view a portion of a document on the screen through a document ____________________, like the one in the accompanying figure.

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

Computer Science & Information Technology

A blinking vertical line that indicates where text will be inserted is called the

A) option button. B) paragraph symbol. C) Clipboard. D) insertion point.

Computer Science & Information Technology

CSS represents the characteristics of every web page element using the ____ model, which treats each element as a rectangular box having several global properties.

A. box B. rectangle C. Element D. CSS

Computer Science & Information Technology