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 program which operates as a generic simple json

create a program which operates as a generic simple json parser. simple json is our version of json that only supports

  Implement the playexpert mode of the game

Whether or not you have managed to implement the playExpert mode of the game. If you do not manage to implement it you should carry on with the rest of the questions in novice mode.

  Write a c function named change that has a floating point

Call the function change from main function three times and print out the contents of the variables quarters, dimes, nickels, and pennies after each function return.

  Show an appropriate message regarding the bonus

show an appropriate message regarding the bonus when the QuarterlySales for the SalesPerson falls within these ranges.

  Questiontvbca has just unavailable and old historic

questiontvbca has just unavailable and old historic building in downtown pittsburgh in which 15 employees will work.

  Suppose the memory cells at addresses 20 through 28 in the

suppose the memory cells at addresses 20 through 28 in the machine contain the following bit patternsaddress contents

  Find out all doctors who went to harvard

Did the SQL programmer enforce the constraint that every doctor practices in a unique hospital? If so, how? If not, how do you know, and how, if at all, might this constraint have been implemented.

  Which choices would made and why

Using SMIL and SVG, it is possible to choose resources from different locations and contributors to create a single unified presentation

  How to deal with such issues

Whilst group synergy is good phenomenon to observe in action, the converse is sometimes just alike  to occur with work teams (virtual or otherwise). That is, teams might sometimes have disruptive or non-cooperative members who impair performance.

  Cross-validation and percentage split

Comparing the accuracies received utilizing the three "test options": "Utilize the training set", "cross-validation" and "percentage split".

  Difference between x and &x

Suppose x is defined as int x = 5; Explain in your own words what the difference between x and &x.

  Simulating the turing machine

Describe how to simulate the Turing machine along with singly infinite tape on the Turing machine with the doubly infinite tape. (Be sure to handle the can't move left" special case.) Describe how to simulate the Turing machine with the doubly inf..

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