Ginni has Published 1580 Articles

What is the VLIW Architecture?

Ginni

Ginni

Updated on 30-Jul-2021 14:02:24

12K+ Views

VLIW stands for Very-Long Instruction Word (VLIW) architectures. It is an appropriate alternative for exploiting instruction-level parallelism (ILP) in programs, especially, for performing more than one basic (primitive) instruction at a time.These processors include various functional units, fetch from the instruction cache a Very-Long Instruction Word including various primitive instructions, ... Read More

What are the Data Routing Functions in Computer Architecture?

Ginni

Ginni

Updated on 30-Jul-2021 13:58:01

1K+ Views

Data routing networks are used for inter PE data exchange. Data routing networks can be static or dynamic. In a multicomputer network, data routing is achieved by messages among multiple computer nodes.Routing network reduces the time required for data exchange and thus system performance is enhanced. Commonly used data routing ... Read More

What are the different network properties in Computer Architectures?

Ginni

Ginni

Updated on 30-Jul-2021 13:51:38

915 Views

The topology of an interconnection network can be static or dynamic. Static networks are created point-to-point direct connections which will not alter during implementation. Dynamic networks are applied with switched channels, which are dynamically constructed to connect the communication demand in user programs.Static Networks − Static networks are used for ... Read More

What is Data flow Architecture?

Ginni

Ginni

Updated on 30-Jul-2021 13:50:32

416 Views

There are few experimental data flow computer projects. The associates at MIT have developed a tagged token architecture for constructing data flow computers.The global architecture incorporates n processing elements (PEs) inter-connected by an n x n routing network. The complete system provides pipelined data flow operations in all n PEs. ... Read More

What are program flow mechanisms?

Ginni

Ginni

Updated on 30-Jul-2021 13:47:53

4K+ Views

Traditional computers are founded on a control flow structure by which the series of program implementation is particularly established in the user program. Data flow computers have a high degree of parallelism at the fine-grain instruction-level reduction computers are based on a demand-driven method which commences operation based on the ... Read More

What are the different shared-memory multiprocessor models?

Ginni

Ginni

Updated on 30-Jul-2021 13:46:02

5K+ Views

The most popular parallel computers are those that implement programs in MIMD mode. There are two major types of parallel computers such as shared memory multiprocessor & message-passing multi computers. The main difference between multiprocessors & multicomputer lies in memory sharing and the structure used for interprocessor communication.The processor in ... Read More

What are the different levels of Parallelism?

Ginni

Ginni

Updated on 30-Jul-2021 13:44:06

9K+ Views

There are different level of parallelism which are as follows −Instruction Level − At instruction level, a grain is consist of less than 20 instruction called fine grain. Fine-grain parallelism at this level may range from two thousand depending on an individual program single instruction stream parallelism is greater than ... Read More

What are the conditions of Parallelism in Computer Architecture?

Ginni

Ginni

Updated on 30-Jul-2021 13:42:52

6K+ Views

There are various conditions of Parallelism which are as follows −Data and resource dependencies − A program is made up of several parts, so the ability to implement various program segments in parallel is needed that each segment should be autonomous regarding the other segment. Dependencies in various segments of ... Read More

How is computer Architecture developed?

Ginni

Ginni

Updated on 30-Jul-2021 13:39:53

496 Views

In many years, computer architecture has gone through evolutional instead of revolution changes supporting features are those that were demonstrated execution delivers.According to the figure we initiated with the Von Neumann architecture developed as a sequential machine implementing scalar information. Sequential devices enhanced from bit serial to word-parallel operations & ... Read More

What is Computational Model?

Ginni

Ginni

Updated on 30-Jul-2021 13:37:04

4K+ Views

It is widely observed that certain computer architecture classes and programming language classes correspond to one another. For example von Neumann architectures and imperative languages, or reduction architectures and functional languages. The corresponding architecture and language classes must have a common foundation or paradigm called a computational model.The computational model ... Read More

Advertisements