A character set that is the American national standard is

a. ASCII
b. EBCDIC
c. Baudot
d. Morse


a. ASCII

Computer Science & Information Technology

You might also like to view...

The command to change the prompt to the string "Next? " is

a: PS1=Next ? b: set PS1=Next? c: ps1="Next?" d: PS1="Next? " e: Prompt="Next? "

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The Linux process model closely resembles the UNIX process model, but it must call the clone utility to create a process. 2. A Linux process can be divided into multiple threads, where a thread is a basic unit of work that can be executed and is interruptible. 3. Linux is designed to run on several different architectures, so it uses an architecture independent three-level set of page tables for translating virtual addresses to physical addresses. 4. The native Linux file system, NTFS, resembles the standard UNIX model and can support additional file systems such as Fat32 (Windows) and HFS+ (Macintosh). 5. The Linux logical volume manager allows a user to combine two or more physical disks to create a volume group, a virtual disk that can be partitioned into logical volumes upon which file systems can be built.

Computer Science & Information Technology

The Math. __________ method returns the value of one number raised to power of another number.

a) power b) exponent c) pow d) exp

Computer Science & Information Technology

The management team wants to set up a wireless network in their office but all of their phones operate at the 2.4 GHz frequency. They need a wireless network that would be able to operate at a higher frequency than their phones. Which of following standards should be used?

A. 802.11a B. 802.11b C. 802.11g D. 802.1x

Computer Science & Information Technology