Become a Member
 

System Architecture Multiple Choice Questions

System Architecture Multiple Choice Questions. See attached for full problem description.

This question has the following supporting file(s):

  • Help2.pdf
File Viewer (Click To Zoom)
$2.19
This answer includes:
  • Plain text
  • Cited sources when necessary
  • Attached file(s)
    • Help 2.doc
Add to Cart   $2.19

Abdun Mahmood, PhD

Rating 4.9/5

Active since 2012

BSc (Hons), Unversity of Dhaka
MSc , University of Dhaka
PhD, University of Melbourne

Responses 365


Comments on Abdun's work:

"hey i need it to say this exactly. please take out the Y or N for next record and have information you entered section be all under one section. needs to say the following when you run the program and after you have entered everything with all of the requirements as well. thank you! Whatever Title you want Here Enter name: Minnie Mouse Enter street address: 100 Disney Drive Enter city: Orlando Enter state: FL Enter zip code: 99990 Enter age: 25 Enter gender (M or F): F Enter name: Big Bird Enter street address: 10 Sesame Street Enter city: Funtown Enter state: MA Enter zip code: 01222 Enter age: 20 Enter gender (M or F): M The information you entered is: Minnie Mouse 100 Disney Drive Orlando, FL 99990 She is 25 years old. Big Bird 10 Sesame Street Funtown, MA 01222 He is 20 years old."

"Great examples given this will help a lot."

"Great clarity given in review, very helpful information to help in studying."

"Near as I can tell, this is a wonderful creation on the part of Abdun and was accomplished so quickly. Thank you."

"Thank You I will give this a try"


Extracted Content from Question Files:

  • Help2.pdf

1. What name is used to describe the bit of lowest magnitude within a
byte or bit string?
a. radix point
b. low order bit
c. high order bit
d. op code

2. What is the best way to write the value '7564' and make it clear to
the reader that the number should be interpreted as a hexadecimal
value?
a. 0x7654
b. 7654B
c. 7654H
d. \7654

3. What is the numeric range of an eight bit unsigned binary number?
a. 0..7
b. 1..8
c. 0..255
d. 1..256

4. What coding format encodes a real number as a mantissa multiplied
by a power (exponent) of two?
a. Binary
b. excess notation
c. floating point
d. two’s complement
5. Which of the following does not result from floating point math
operations?
a. Underflow
b. Overflow
c. Truncation
d. Two’s complement

6. What character coding method is used in IBM 360 compatible
mainframe computers?
a. ASCII
b. BCD
c. EBCDIC
d. Unicode

7. Which of the following data structures is a group of data elements
that usually describes a single entity or event?
a. Array
b. Index
c. linked list
d. record
8. The table depicts device control codes from the ____character coding
standard.
a. ASCII
b. BCD
c. EBCDIC
d. IEEE

9. What is the result of adding the following two positive binary bit
strings?
101101.101
+ 10100.0010

a. 1000001.1110
b. 1000001.1010
c. 1000001.1000
d. 1000001.1100
10. A(n) ____ is a related group of primitive data elements that is
organized for some type of common processing.
a. data type
b. data structure
c. memory mode
d. Unicode

11. What device performs the three functions depicted in the boxes on
the left side of the figure?
a. arithmetic logic unit
b. NAND gate
c. pointer unit
d. control unit

12. During what CPU cycle is an instruction moved from primary
storage to the control unit?
a. fetch
b. execution
c. access
d. refresh
13. What type of processor does not directly implement instructions that
combine data movement and manipulation?
a. CISC
b. RISC
c. microprocessor
d. PSW

14. What causes heat generation within electrical devices?
a. coercivity
b. resistance
c. Moore's Law
d. Rock's Law

15. What law predicted the increases in microprocessor transistor
density depicted in the figure?
a. Grosch’s Law
b. Rocks Law
c. Moore’s Law
d. Law of Diminishing Returns
16. What law predicts that the cost of a manufacturing plant and
equipment for the latest generation of microprocessors doubles every
four years?
a. Moore’s Law
b. Rock’s Law
c. Shannon’s Law
d. Gallium’s Law

17. When the control unit fetches an instruction from memory, it stores
it in the ____.
a. instruction pointer
b. program status word
c. op code
d. instruction register

18. Which of the following is a microchip that contains all of the circuits
and connections that implement a CPU?
a. Microprocessor
b. Transistor
c. Semiconductor
d. Heat sink

19. Which of the following is a storage location that holds inputs and
outputs for the ALU?
a. Control unit
b. ALU
c. I/O device
d. Register

20. The ____ tests the bit values in the source location and places copies
of those values in the destination location.
a. LOAD
b. MOVE
c. STORE
d. ADD