Computer Fundamental Miscellaneous - Study Mode
[#781] What digits are representative of all binary numbers?
Correct Answer
(C) Both A and B
Explanation
Solution: A binary code represents text, computer processor instructions, or any other data using a two-symbol system. The two-symbol system used is often the binary number system's 0 and 1.
[#782] What is the name of the chip which has more than once processor on it?
Correct Answer
(C) Transputer
Explanation
Solution: Transputer is the name of the chip which has more than one processor on it. The transputer is a series of pioneering microprocessors, featuring integrated memory and serial communication links, intended for parallel computing.
[#783] Which of the following is a set of general purpose internal registers?
Correct Answer
(B) scratch pad
Explanation
Solution: Processor registers are normally at the top of the memory hierarchy and provide the fastest way to access data. A scratchpad register is. a plurality of multibit storage locations, usually located in the central processing unit (CPU) of a computer, used for temporary storage of program information, operands, and calculation results for use by the computer's arithmetic and logic unit, and other information of a temporary nature.
[#784] To produce high-quality graphics (hardcopy) in color, you would want to use a(n)
Correct Answer
(B) plotter
Explanation
Solution: Plotter is a specialized output device designed to produce high quality graphics in variety of colors. A plotter is a printer that interprets commands from a computer to make line drawings on paper with one or more automated pens.
[#785] The computer code for the interchange of information between terminals is
Correct Answer
(A) ASCII
Explanation
Solution: ASCII, abbreviation of American Standard Code For Information Interchange, a standard data-transmission code that is used by smaller and less-powerful computers to represent both textual data (letters, numbers and punctuation marks) and no input-device commands (control characters).