...
October 18, 2023

GATE 2011

Question 10 What does the following fragment of C-program print? char c[] = "GATE2011"; char *p =c; printf("%s", p + p[3] - p[1]) ; A GATE2011 […]
October 19, 2023

Boolean-Algebra

Question 10 The minterm expansion of is A m2+m4+m6+m7 B m0+m1+m3+m5 C m0+m1+m6+m7 D m2+m3+m4+m5 Digital-Logic-DesignBoolean-AlgebraGATE 2010 Question 10 Explanation:  Convert PQ + QR’ + PR’ […]
October 19, 2023

Pipelining

Question 12 A pipelined processor uses a 4-stage instruction pipeline with the following stages: Instruction fetch (IF), Instruction decode (ID), Execute (EX) and Writeback (WB). The […]
error: Alert: Content selection is disabled!!