In the following pseudocode, the value for WITHDRAWAL is an example of a(n)?

```
Start
RECEIPT = “Receipt”
ORDER = “Order”
WITHDRAWAL = “Withdrawal”
ADJUSTMENT = “Adjustment”
Read TRANSCODE
CASENTRY TRANSCODE
CASE RECEIPT
Process B000
CASE ORDER
Process B010
CASE WITHDRAWAL
Process B020
CASE ADJUSTMENT
Process B030
ENDCASE
Write GRADE
Stop

```

a) character string
b) character-string constant
c) alphabetic variable
d) both a and b

b) character-string constant

Computer Science & Information Technology

You might also like to view...

The sequence of folders to a file or folder is known as its _______

a.Home folder b.library c.path d.subfolder

Computer Science & Information Technology

All the following statements about the PCI bus are true EXCEPT

A) PCI-X data and PCIe data travel on separate connections. B) PCI is a platform available for the Apple and PC. C) PCI slots can transmit 32 or 64 bits at a time. D) PCI slots are configured through hardware switches and jumpers.

Computer Science & Information Technology