• Home
  • Articles
  • Basics
  • Components
  • Projects
  • Communications
  • MCQ

WatElectronics.com

You are here: Home / MCQ / Pipelining in Computer Architecture Question & Answers

Pipelining in Computer Architecture Question & Answers

November 15, 2021 By WatElectronics

This Article lists 50+ Pipelining in Computer Architecture MCQs for engineering students. All the Pipelining in Computer Architecture Questions & Answers given below includes solutions and links wherever possible to the relevant topic.

In microprocessors to speed up the number of instructions per cycle various methods are used. One among such methods is Pipelining.

Using pipelining in a programming language, one instruction per cycle can be executed. Depending upon hardware, different types of processors apply different stages of the pipeline.

There are 3 stages of pipelining, 4 stages, and 5 stages of pipelining. Instructions are executed in different stages such as fetch, decode, execute. In pipelining, these phases of more than one instruction are executed concurrently. Pipelining practices the concept of Parallelism.

Although pipelining increases the speed of execution, it also causes some hazards. As not all instructions can undergo parallelism, when such instructions are moved to pipelining, they stall the operation. When branch instructions are executed using pipelining they cause Read after Write pipelining hazard.

1). Pipelining is a ------------technique?

Hint
2). Each stage of instruction should execute in ---------cycles?

Hint
3). The initial stage for an instruction executing in pipelining is -----?

Hint
4). For a six-stage pipelining, the initial instruction requires-------cycle for execution?

Hint
5). Parallelism can be achieved by-----------technique.

Hint
6). To exploit Pipelining in computer architecture-----?

Hint
7). In a pipelined processor, the processing units for integers and floating point is-------?

Hint
8). In---pipelining processor should pass the instructions through all the phases, regardless of the requirement of the requirements of instruction?

Hint
9). In -----pipeline processor, instructions not only bypass the phases but also choose then out of order?

Hint
10). ARM processors are available in the form of -------- pipelining?

Hint

Please refer to this link to know more about ARM Processor

11). The stages of 3 stage pipelining are----?

Hint
12).---------instructions can cause a pipelining Hazard?

Hint
13). Throughput is calculated as----

Hint
14). To hold the results of intermediate stages in pipelining --------are used?

Hint
15). 3 stage pipelining has ----- cycle latency?

Hint
16). By using pipelining, the latency of the instructions---?

Hint
17). By using pipelining, the throughput of the processor----?

Hint
18). In pipelining. each stage is given------time for the operation?

Hint
19). Step to be taken when a hazard occurs ------?

Hint
20). In pipelining, instructions are executed----?

Hint
21). When the data operands are not available then it is called----?

Hint
22). In pipelining, which of the following operation is used to enhance the memory access speed?

Hint
23). For pipelined systems, which of the following is particularly developed?

Hint
24). The pipeline process is a…?

Hint
25). Which of the following is used to interleave both the fetch & execution cycles?

Hint

Pipelining in Computer Architecture MCQs for Interviews

26). Types of pipelines are….?

Hint
27). What is the function of an arithmetic pipeline?

Hint
28). Which of the below is not a pipeline conflicts?

Hint
29). The algorithm like Tomasulo is developed in ….year?

Hint
30). The Tomasulo algorithm is a hardware algorithm developed in…year?

Hint
31). How many parts are used for addition & subtraction of floating point in arithmetic pipeline?

Hint
32). Which of the following pipeline type deals with both register, memory operands & destinations?

Hint
33). Which of the following units are called floating point units?

Hint
34). When pipelining increases then throughput of the processor will be…?

Hint
35). Which of the following statement is not true for pipelining?

Hint
36). Hazards occurred in the pipelining are….types?

Hint
37). An alternate name of pipeline stalling is called as?

Hint
38). Once the instructions within pipeline are discarded then it is called as?

Hint
39). Control hazard is also called as?

Hint
40). In pipelined processor, the WB stage in instruction execution is ….stage?

Hint
41). Which of the following instruction is not used for changing state….?

Hint
42). Which of the following is used to implement an instruction pipeline?

Hint
43). The best algorithm used for pipelining is…?

Hint
44). When the gained speed through an ‘n’ segment pipeline to execute task ‘m’ is…..?

Hint
45). Pipelining invented in …year?

Hint
46). Once the structural hazard is resolved then the processor working turns into…..?

Hint
47). Pipelining decreases an…..time?

Hint
48). Once the cache is divided into separate instruction then it is called….buffer?

Hint
49) .Exceptions which take place in instructions are…?

Hint
50). When the instruction moves from one stage to other in pipeline is called…?

Hint

Pipelining in Computer Architecture MCQs for Exams

51). How many ways are used to execute the instructions in a programme…?

Hint
52). In non-pipelined execution, how the program instructions are executed?

Hint
53). In pipelined execution, how the instructions are executed within program?

Hint
54). How the computer architecture is abstracted?

Hint
55). Pipelining….the time of CLK cycle ?

Hint
56). In which of the following pipeline, all the tasks includes equivalent processing time ?

Hint
57). For arithmetic logic functions, which of the following contains several functional pipelines?

Hint
58). In pipelines, which of the following Hazard can be caused through resource conflicts?

Hint
59). Which of the following hazards arise from the branches of pipelining?

Hint
60). Which of the following is not used within super scalar processing?

Hint
61). Pipeline processors are classified by …..?

Hint
62). Pipeline processors are classified into …types based on their function?

Hint
63). Which of the following pipeline processor is used to perform high speed floating point addition, division & multiplication?

Hint
64). Which of the following pipelining is called instruction lookahead?

Hint
65). When the processors are pipelined for processing the similar data stream?

Hint
66). Which of the following pipelining is used to process the instructions through scalar operands?

Hint
67). The…….pipeline is used to perform a fixed-function every time?

Hint
68). Which type of pipeline is used to execute the similar type of instructions constantly?

Hint
69). The pipeline used to perform the exact function each time?

Hint
70). Pipelining hazards are classified into …types?

Hint
71). Pipelining separates the instruction in ….. Stages?

Hint
72). When a pipelining includes four phases like 40, 60, 30 & 70 ns duration with 10 ns latch delay, then calculate pipeline cycle time?

Hint
73). When a pipelining includes four phases like 50, 70, 90 & 100 ns duration with 10 ns latch delay, then calculate Non-Pipeline Execution Time?

Hint
74). When a pipelining includes four phases like 50, 70, 90 & 100 ns duration with 10 ns latch delay, then calculate speed up ratio?

Hint
75). In the following instruction pipeline, four stages are available with combinational circuit like S1, S2, S3 and S4 only. So, the pipeline registers are necessary between every phase & at the final stage end. So what is the non-pipeline execution time?

Instruction Pipeline

Instruction Pipeline

Add description here!

Hint

Pipelining in Computer Architecture Quiz Questions

76). Pipelining strategy is used to implement…?

Hint
77). Data hazards takes place when ….?

Hint
78). In pipeline hazards, pipeline stall is called…?

Hint
79). When two or more instructions are already within the pipeline require the similar resource, then this hazard is called…..?

Hint
80). Once two instructions within a program are executed in series then that is called…?

Hint
81).Data hazards are classified into…type?

Hint
82).The structural hazard is also called as…?

Hint
83). Control hazard is also called….?

Hint
84).Which pipeline reads the instructions using the memory?

Hint
85).Which processor works on simple instruction….?

Hint

Please refer to this link to know more about Microprocessor

86). Which processor pipelines the data by not only using Instruction pipeline…?

Hint
87). Superscalar processors are invented in ….year?

Hint
88). Which processor is used to enhance the performance of scalar processor?

Hint
89). Which processor executes instructions separately in dissimilar pipelines?

Hint
90). which of the following processor uses one or two data items?

Hint
91).The multiple data items used by the processor is?

Hint
92). The performance of scalar processors as compared to superscalar processors is?

Hint
93).The throughput of the system can be enhanced through…process?

Hint
94). In which of the following, a new instruction in each clock cycle completes its execution?

Hint
95).Pipelining also used to reduce….?

Hint
96). Which pipeline allows simply streamline connections…?

Hint
97). Dynamic pipelines are…..?

Hint
98). Generally, pipelined CPUs work at a high CLK frequency than…?

Hint
99). In a pipelined architecture with 4- stages, each instruction execution can be finished in …stages?

Hint
100). The pipeline included in the RISC processor has ….stages?

Hint

Please refer to this link to know more about RISC 

clock.png

Time's up

Recent Posts

  • LM7818 IC : PinOut, Features Equivalent, Circuit, Working, Datasheet & Its Applications
  • KY-012 Active Buzzer Module : PinOut, Features, Specifications, Interfacing, Working, Datasheet & Its Applications
  • KY-025 Module : PinOut, Features, Specifications, Interfacing, Working, Datasheet & Its Applications
  • SSD1306 OLED Display : PinOut, Features, Specifications, Interfacing & Its Applications
  • KY-011 LED Module : PinOut, Features, Specifications, Interfacing, Datasheet & Its Applications
  • LM1458 IC : PinOut, Features, Specifications, Circuit, Working, Datasheet & Its Applications
  • UM3561 IC : PinOut, Features, Specifications, Circuit, Working & Its Applications
  • MCP1640 IC : PinOut, Features, Specifications, Circuit, Working, Datasheet & Its Applications
  • LED Traffic Light Module : PinOut, Features, Specifications, Interfacing & Its Applications
  • KY-024 Hall Sensor : PinOut, Features, Specifications, Interfacing, Working & Its Applications
  • LM337 IC : PinOut, Features, Specifications, Circuit, Working, Datasheet & Its Applications
  • KY-017 Module : PinOut, Equivalent, Specifications, Interfacing, Working, Datasheet & Its Applications

Categories

  • Articles (20)
  • Basics (109)
  • Communications (54)
  • Components (235)
  • Digital Electronics (43)
  • Digital Signalling (3)
  • Electronics (225)
  • Embedded Systems (12)
  • Magnetism (5)
  • Microprocessors (3)
  • Modulation (1)
  • Projects (15)

Subscribe to Our Newsletter

Don’t miss these articles!

We don’t spam! Read our privacy policy for more info.

Check your inbox or spam folder to confirm your subscription.

Category

  • Electronics
  • Components
  • Digital Electronics
  • Embedded Systems
  • Projects

Copyright © 2025 · WatElectronics.com | Contact Us | Privacy Policy