Do compressed architectures represent an advance or a regression in computer development? Use examples to justify your answer.

What will be an ideal response?


Neither (in my opinion). Computer science and computer architecture are concerned with the best utilization of
resources. Long instruction words are efficient in the sense that a lot of registers and operations can be
specified. However, they require wide memory systems and are more expensive than small memory systems (cost is less important in the PC world than in the world of cell phones and MP3 players, where a few dollars on
the cost of a unit is a lot of money when units are made by the tens of millions).

Compressed code uses a smaller instruction set and less registers to compress code. In that sense it is a step
backwards, because instructions look more like traditional 8? and 16?bit microprocessor code. However, many
RISC principles are retained and the system is still efficient.

Computer Science & Information Technology

You might also like to view...

In object-oriented programming, ________ allows a new class to automatically use all the data and methods of its parent class

A) inheritance B) scalability C) reusability D) regression

Computer Science & Information Technology

A noun would be a good choice for a variable or constant identifier.

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

Computer Science & Information Technology

____ regions are areas that can be changed in the pages created from a template.

A. Variable B. Editable C. Changing D. Modifiable

Computer Science & Information Technology

Which term refers to unwanted noise from a signal coming across the media at multiple frequencies?

A. Impulse noise B. White noise C. Crosstalk D. Impulse noise

Computer Science & Information Technology