In this video we are going to discuss another question which was asked in the exam of ISRO What will be output of the following program? Assume that you are running this program in little-endian processor. #include<stdio.h> int main() { …
In this video we are going to discuss another question which was asked in the exam of ISRO In which class of Flynn’s taxanomy, Von Neumann architecture belongs to? SISD SIMD MIMD MISD
In this video we are going to discuss another question which was asked in the exam of ISRO Register renaming is done in pipelined processors as an alternative to register allocation at compile time for efficient access to function parameters …
In this video we are going to discuss another question which was asked in the exam of ISRO Let the page fault service time be 10 ms in a computer with average memory access time being 20 ns. If one …
In this video we are going to discuss another question which was asked in the exam of ISRO Consider a disk pack with 16 surfaces, 128 tracks per surface and 256 sectors per track. 512 bytes of data are stored …
In this video we are going to discuss another question which was asked in the exam of ISRO What is the output of this C code? #include<stdio.h> void main() { int k=5; int *p=&k; int **m=&p; printf(“%d %d %d”,k,*p,**m); } …
In this video we are going to discuss another question which was asked in the exam of ISRO Consider a non-pipelined processor with a clock rate of 2.5 gigahertz and average cycles per instruction of four. The same processor is …
In this video we are going to discuss another question which was asked in the exam of ISRO The functional difference between SR flip-flop and JK flip-flop is that JK Flip-flop is faster than SR flip-flop JK flip-flop has a …
In this video we are going to discuss another question which was asked in the exam of ISRO Which of the following binary number is the same as its 2’s complement? 1010 0101 1000 1001
In this video we are going to discuss another question which was asked in the exam of ISRO The simplified SOP (Sum of Product) from the Boolean expression
In this video we are going to discuss another question which was asked in the exam of ISRO The Excess-3 code is also called Cyclic Redundancy Code Weighted Code Self-Complementing Code Algebraic Code
In this video we are going to discuss another question which was asked in the exam of ISRO If 12A7C16 = X8 then the value of X is 224174 425174 6173 225174