October 12, 2023AlgorithmsQuestion 19 The postfix expression for the infix expression A + B*(C + D)/F + D*E is: A AB + CD + *F/D + E* B […]
October 12, 2023Bit-RateQuestion 9 An analog signal has a bit rate of 6000 bps and a baud rate of 2000 baud. How many data elements are carried by […]
October 12, 2023Computer-NetworksQuestion 647 How many distinct stages are there in DES algorithm, which is parameterized by a 56-bit key ? A 16 B 17 C 18 D […]
October 12, 2023GATE 1994Question 1 FORTRAN implementation do not permit recursion because A they use static allocation for variables B they use dynamic allocation for variables C stacks are […]