Term used to describe the number of bits that a CPU can access at one time.

A. character
B. word
C. pulse width
D. bitrate


Answer: B

Computer Science & Information Technology

You might also like to view...

To reset the format state of the output stream:

a. Call the reset member function. b. Call the flags member function with the ios_base::fmtflags constant as the argument. c. Save a copy of the fmtflags value returned by calling member function flags before making any format changes, and then call flags again with that fmtflags value as the argument. d. You must manually apply each individual format change member function or stream manipulator to restore the default format state.

Computer Science & Information Technology

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

1. A set is an associative container containing elements that must all be unique. 2. The STL provides many algorithms which are implemented as function templates and are included in the header file. 3. A function object is an object that acts like a function and is also known as a functor. 4. You can use the name of a function to get that function's address in memory and, therefore, get a function pointer to point to the function's executable code.

Computer Science & Information Technology

What type of tool can be used to help a developer with design?

A. CASE B. HTML C. Static design D. SQL

Computer Science & Information Technology

What type of Windows Server is the most likely server to be targeted by a computer hacker?

A. File Server B. DNS Server C. DHCP Server D. Domain Controller

Computer Science & Information Technology