A terminal that immediately transmits characters as they are typed on the keyboard is a
a. smart terminal
b. intelligent terminal
c. dumb terminal
d. none of the above
c. dumb terminal
You might also like to view...
The following pseudocode searches for an item. Which variable represents a flag to indicate whether or not the item being searched for has been found? There are N elements in the array named A.
```Input SearchItem Set X = 0 Set Y = 0 While (Y == 0) AND (X < N – 1) If A[X] == SearchItem Then Set Y = 1 End If Set X = X + 1 End While``` a. X b. Y c. A[X] d. N
The attack in which the attacker sends a forged packet with the same source IP address and destination IP address in which the victim may be tricked into sending messages to and from itself is a(n) _______________ attack
a. Teardrop b. Land c. myDoom d. echo-chargen
Which of the following statements about text and binary files is false?
A. Text data can be written to the system console, binary data cannot. B. All data in a text file are human-readable graphic characters; data in a binary file are not readable unless converted to characters. C. Each line of data in a text file ends with a newline character; binary files do not use newlines. D. Both files have an end-of-file marker.
The development and maintenance of information resources is now the sole responsibility of the MIS department
A. True B. False