Problem:
Question 1: write a c program to print HALLO WORLD in virtual box.
Question 2: Given a pipeline, A, of five stages, where each stage takes time t, produce a new pipeline, B, by dividing the third stage into two stages such that each stage takes time t/2. How long will it take for each pipeline to complete an instruction?
Could someone explain this to me?