WELCOME
welcome to my blog....ME.ME.ME
your profile here anything? <3 my name is... i love to... bl blah blah blah bl blah bl blah blah blah blah blah
FRIENDS
SiR KrisTiaNLINKS
mY FriEndsTer ProFiLe +ARCHIVES
September 2007PREVIOUS POSTS
<!--[if gte mso 9]> Normal 0 f...TAGBOARD
| Powered by TagBoard Message Board |
ETCETERA
anything hereTHANKS
[ Fonts (c) DF]
Thursday, June 30, 2011
Give the correct Truth table for the following combined gates
1.
2.

Research at least three computer architecture models. Differentiate each with the Von Neumann Model.


The CPU is connected to the various other components of the computer by buses, which are a set of wires forming connections.
Even when the computer seems to be idle, lots is going on. Millions of interchanges are happening between the components, passing along a data highway called the bus. Various input/output controllers work with the CPU to ensure that all this traffic is regulated in an orderly way, so that the PC does not crash. The bus transports the data between the CPU and the other components. It is a ribbon connector, part of the motherboard. However we cannot look at the motherboard to point out the bus; it is a complex arrangement of circuits that are printed on top of and below the motherboard. These circuits are called traces.
In Harvard architecture, the data bus and address bus are separate. Thus a greater flow of data is possible through the central processing unit, and of course, a greater speed of work. Separating a programme from data memory makes it further possible for instructions not to have to be 8-bit words. For example the Microchip PIC16F84 microcontroller uses 14 bits for instructions which allows for all instructions to be one word instructions. It is also typical for Harvard architecture to have fewer instructions than Von-Neumann's, and to have instructions usually executed in one cycle.
Microcontrollers with Harvard architecture are also called Reduced Instruction Set Computer (RISC) microcontrollers. Microprocessors with Von-Neumann's architecture are called Complex Instruction Set Computers (CISC).

Explain why we need to study Computer Architecture? What is its significance with your field as an IT or CS student? Differentiate Computer Architecture and Computer Organization?
Computer Architecture
In computer science and computer engineering, computer architecture or digital computer organization is the conceptual design and fundamental operational structure of a computer system. It forms a blueprint and functional description of requirements and design implementations for the various parts of a computer, focusing largely on the way by which the central processing unit (CPU) performs internally and accesses addresses in memory.