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
In this video we are going to discuss another question which was asked in the exam of ISRO The circuit given below in the figure below is An oscillating circuit and its output is square wave The one whose output …
In this video we are going to discuss another question which was asked in the exam of ISRO The logic circuit given below converts a binary code y1, y2, y3 into Excess-3 code Gray code BCD code Hamming code
In this video we are going to discuss another question which was asked in the exam of ISRO The dynamic hazard problem occurs in combinational circuit alone sequential circuit only Both (a) and (b) None of the above