A character set that includes only five data bits is
a. ASCII
b. EBCDIC
c. Baudot
d. Morse
c. Baudot
Computer Science & Information Technology
You might also like to view...
To select all slices in a pie, you double-click any slice
Indicate whether the statement is true or false
Computer Science & Information Technology
To append data to an existing file, use _____________ to construct a FileOutputStream for file out.dat.
a. new FileOutputStream("out.dat") b. new FileOutputStream("out.dat", false) c. new FileOutputStream("out.dat", true) d. new FileOutputStream(true, "out.dat")
Computer Science & Information Technology