How many bytes of data can be stored on the chip

Assignment Help Computer Engineering
Reference no: EM13910126

Question 1

Which ofthe following represents 1001 0001? (Assume the MSB is on the left.)

- Unsigned number 17
- Sign-magnitude number-17
- Hexadecimal number 11
- Two's complement signed number 145

Question 2

Which ofthe following is the 8-bit two's complement representation for -28? (For the numbers given below, assume the MSB is on the left.)

- 1100 0010

- 1110 0100

- 0001 1100

- 1110 0011

Question 3

This question is based on the course simulated processor. Figure 1 shows a program segment and the memory contents before the program segment is executed. Assume all registers are set to zero before the first instruction.

MOVE.L ;41001. AO

MOVE.B 4-$12, DO

ADD.B (A0)-1-. DO

MOVE.L S1000., D1

SUB.B 41, D1

MOVE.L Di, $1000

STOP AS2700

Address  Memory contents

001000

11

001001

22

001002

33

001003

44

All numeric values are in Hexadecimal

Figure 1

What is the content of Register DO when the program stops?
- 1122 3344 (hex)
- 1122 3334 (hex)
- 0000 0012 (hex)
- 0000 0034 (hex)

Question 4

Which of the following characteristic(s) distinguish memory mapped I/O from isolated I/O?

- Memory mapped I/O requires less internal logic and is thus cheaper, faster and easier to build.

- Memory mapped I/O has a large set of different instructions for referencing memory.

- Memory mapped I/O requires a bigger address decoder_

- All of the above

Question 5

The system bus is made up of

- data bus and address bus
- data bus and control bus
- address bus and control bus
- data bus, control bus and address bus

Question 6

Which of the following is the product of 1011 and 1100? (Assume the MSB is on the left.)

- 0000 0100

- 0000 1000

- 1000 0100

- 1000 1000

Question 7

Which of the following is the decimal value for hexadecimal DC?
- 92
- 92
- 220
- 1312

Question 8

During which CPU cycle is an instruction moved from primary storage to the control unit?

- Access

- Refresh

- Fetch

- Execute

Question 9

Clock speed is measured in _____

- bits per second

- baud

- bytes

- Hertz

Question 10 

This question is based on the course simulated processor. Figure 1 shows a program segment and the memory contents before the program segment is executed. Assume all registers are set to-zero before the first instruction.

MOVEL $ 1 0 1, AO

MOVE $12, DO

ADD_B (AO)+, DO

MOVEL $1000, D1

SURB #$1, D1

MOVEL D1, $1000

STOP #$2700

Address  Memory contents

001000

11

001001

22

001002

33

001003

44

All numeric values are in Hexadecimal

Figure 1

What is the content of memory location at address 001003 (hexadecimal) when the program stops?
- 10 (hex)
- 11 (hex)
- 43 (hex)
- 44 (hex)

Question 11

Status register is also known as

- Accumulator

- Stack

- Program Counter

- Flags

Question 12 

The Arithmetic Logic Unit (ALU) of the CPU is used to

- control the internal operation of the CPU

- determine whether a program is able to be executed

- carry out basic addition, subtraction and BOOLEAN operations 

- transfer data in the CPU's registers to the memory

Question 13 

Where does the control unit look in order to find the address of the next instruction to be fetched?

- Accumulator (AC)

- Instruction Register (IR)

- Memory Buffer Register (MBR)

- Program Counter (PC)

Question 14 

Part of the operating system is usually stored in Read-Only Memory (ROM) so that it can be used to boot up the computer. ROM is used rather than Random Access Memory (RAM) because

- ROM chips are faster than RAM

- ROM chips are not volatile

- ROM chips are cheaper than RAM chips

- None of the above

Question 15

This question is based on the course simulated processor. Figure 1 shows a program segment and the memory contents before the program segment is executed. Assume all registers are set to zero before the first instruction.

MOVE_L 44S1001, AO

MOVE_13 1412, DO

ADD.B (AO)+, DO

MOVE.L $1000, DI

SUB.B #$1, DI

MOVE_L D1, $1000

STOP #$2700

Address  Memory contents

001000

11

001001

22

001002

33

001003

44

What is the content of Register D1 when the program stops?
- 1122 3344 (hex)
- 1122 3343 (hex)
- 0000 0010 (hex)
- 0000 0011 (hex)

Question 16 

A memory chip has 8 data lines and 9 address lines. How many bytes of data can be stored on the chip?

- 256
- 500
- 511
- 512

Question 17 

Which of the following is NOT a characteristic of the high performance bus architecture?

- Has different buses to cater to different speed I/O devices
- Changes in processor architecture do not affect bus architecture
- Allow high speed I/O devices to be processor
- Allow memory expansion

Question 18

An interrupt instruction _____.

- causes a conditional transfer of control

- causes an unconditional transfer of control

- modifies the status register

- is an I/O instruction

Question 19

This question is based on the course simulated processor. Figure 1 shows a program segment and the memory contents before the program segment is executed. Assume all registers are set to zero before the first instruction.

MOVE #$1001, AO

MOVES #$12, DO

ADD.B (AO)+, DO

MONTI $1000, D1

SUB.B #$1, D1

MOVE_L Dl. $1000

STOP 0$2700

 

 

Address  Memory contents

001000

11

001001

22

001002

33

001003

44

All numeric values are in Hexadecimal

- What is the content of Register AO when the program stops?

- 001000 (hex)

- 001001 (hex)

- 001002 (hex)

- 001003 (hex)

Question 20:

Which of the following is the fixed point binary equivalent for 14.625? (For the numbers given below, assume the MSB is on the left.)

- 1110.1010

- 1110.1100

- 0111.1010

- None of the above

Reference no: EM13910126

Questions Cloud

Environment at the coffee bean : 1.How would you gauge Peter's achievements orientation?What are some of the needs not being met for Peter Gibbons at Initech?What changes might improve Peter's motivation? 3.What about the environment at The Coffee Bean? Pygmalion or Golem?
Substance and chemical properties of the substance : Is there any way to reduce the viscosity of water by adding any substance ,as polymer based viscosity reducing agents are used to reduce the viscosity of crude oil ? If so, what substance and chemical properties of the substance?
Calculate the new volume of the balloon : A balloon filled with helium gas occupies 2.50 L at 25 degrees celcius and 1.00 atm. When released, it rises to an atlitude where the temperature is 18 degrees celcius and the pressure is only 0.80 atm. Calculate the new volume of the balloon.
What will the equity in the firm be worth : What is the pre- and post-money value of the firm based on the three sets of deal terms offered by the VC? Why are the estimates different for each of the deal structures?
How many bytes of data can be stored on the chip : What is the content of Register AO when the program stops - A memory chip has 8 data lines and 9 address lines. How many bytes of data can be stored on the chip?
Draw a model showing the aqueous : Draw a model showing the aqueous Ca2+ and Cl- ions (the ions surrounded by water molecules) showing the correct orientation of water molecules around the cation and anion.
What ratios should used to assess profitability of a company : Where do I begin when attempting to assess a company's profitability and riskiness and the question specifically asked what ratios should be used to assess 1. profitability 2. riskiness of a company?
Distillation of a solution containing : Suppose you performed a distillation of a solution containing 1-pentanol (C5H12O), 2-pentanol (C5H12O), 3-pentanol (C5H12O), and methyl alcohol (CH4O).
Safely dissolve granular chlorine : Besides water, what liquid can be used to safely dissolve granular chlorine? Also, is there anything which can be used to thicken the solution, to the point of something just like stick deodorant?

Reviews

Write a Review

Computer Engineering Questions & Answers

  Create a gui pad that has numbers and letters

Create a GUI pad that has numbers and letters(That can be capitalized), and a text area to display One button that clears the text.

  Comprise an explanation of functions and grouping

define the key concepts that are involved in summarizing data in a query. Include an explanation of functions and grouping. Please provide some examples to illustrate your points.

  What are java predefined methods

What are java predefined methods

  Questionmno incorporated is considering acquiring its own

questionmno incorporated is considering acquiring its own leased lines to handle voice and data communications between

  Write an int method named sum that accepts an integer array

Write an int method named sum that accepts an integer array , and the number of elements in the array and returns the sum of the elements of the array .

  Discuss the terms front-end and back-end of an application

discuss, in your own words, the terms front-end and back-end of an application. What role do procedures and functions play when designing and implementing front-end and back-end systems?

  Questiontranslate the following c program to mips

questiontranslate the following c program to mips assembly.int fibint nif n 0 return 0 else if n 1 return 1 else

  Design and implement a class matrixtype

Design a to perform various matrix operations. class A matrix is a set of numbers arranged in rows and columns. Therefore, every element of a matrix has a row position and a column position.

  Create testing cases with cartesian

My task for this exercise is to usage Equivalence Class partitioning and Boundary Value Analysis (which means to test the input at the boundary of the equivalence class partition) to analyze the valid and invalid inputs for Microsoft WinWord or an..

  What are two merits and two challenges which might be faced

based on the barr 2013 article what are three possible ways that streaming media can be used to accomplish the

  Examples of suitable values for each of subsequent type

Give examples of suitable values for each of the subsequent type expressions. Do not use the empty list as the value for any list component.

  Provides an introduction to relational databases

Solution gives an introduction to relational databases and Microsoft Access. It defines relational databases and describes some of the basics of creating relational databases.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd