Select all that apply. Given the following pseudocode, what is(are) the fields?

```
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

a. numOrdered
b. item.

Computer Science & Information Technology

You might also like to view...

Tiny charts embedded in cells that show a visual trend alongside the data are called:

A) sparklines. B) labels. C) legends. D) operators.

Computer Science & Information Technology

Using ____ provides a way to easily format objects or entire pages by providing common formatting characteristics that can be applied to multiple objects.

A. ASP B. white space C. CSS D. XML

Computer Science & Information Technology