February 7, 2024

ISRO CS-2023

Question 4 In Reverse Polish notation, expression A*B+C*D is written as A AB*CD*+ B A*BCD*+ C AB*CD+* D A*B*CD+ Question 4 Explanation:  Reverse Polish Notation (RPN), […]
February 7, 2024

ISRO CS-2023

Question 6 Worst case time complexity of heap sort for n elements A O(nlogn) B O(logn) C O(n2) D O(n) Question 6 Explanation:  Heap Sort has […]
February 7, 2024

ISRO CS-2023

Question 14 Which of the following scenario may not be a good for HDFS in Big data paradigm? A HDFS is not suitable for scenarios requiring […]
February 7, 2024

Computer-Networks

Question 47 A network with CSMA/CD protocol in the MAC layer is running at 1 Gbps over a 1 km cable with no repeaters. The signal […]