Computer Science, asked by kevin1483, 11 months ago

Compare superscalar and super pipelined approaches in superscalar processor in computer organization and architecture in computer engineering

Answers

Answered by leoatul
5
Superscalar architecture is a method of parallel computing used in many processors. In a superscalar computer, the central processing unit (CPU) manages multiple instruction pipelines to execute several instructions concurrently during a clock cycle.

Super-pipelining is the breaking of stages of a given pipeline into smaller stages (thus making the pipeline deeper) in an attempt to shorten the clock period and thus enhancing the instruction throughput by keeping more and more instructions in flight at a time.
Similar questions