...
December 28, 2023

OOPS

Question 64 Which one of the following is correct, when a class grants friend status to another class? A The member functions of the class generating […]
December 28, 2023

Question 8910 – ISRO CS 2020

In the following procedure Integer procedure P(X,Y); Integer X,Y; value x; Begin K=5; L=8 P=x+y; End X is called by value and Y is called by […]
December 28, 2023

Question 8917 – Pipelining

Consider a 5-segment pipeline with a clock cycle time 20ns in each sub operation. Find out the approximate speed-up ratio between pipelined and non-pipelined system to […]