April 16, 2024

Computer-Networks

Question 948 If the bandwidth of a signal is 5 kHz and the lowest frequency is 52 kHz, what is the highest frequency A 5 kHz […]
April 16, 2024

Question 188 – ISRO CS 2008

If (12x)3 = (123)x then the value of x is Correct Answer: D Question 19 Explanation:  Given, (12x)3 = (123)x Since LHS has 3 as the […]
April 17, 2024

Question 8048 – Data-Structures

Consider the following directed graph: The number of different topological orderings of the vertices of the graph is __________. Correct Answer: D Question 19 Explanation:  Different […]
April 18, 2024

Sorting

Question 9 In a permutation a1…an of n distinct integers, an inversion is a pair (ai, aj) such that i<j and="" ai > aj. What would […]
April 18, 2024

GATE 1992

Question 19 Following algorithm(s) can be used to sort n integers in the range [1…n3] in O(n) time A Heapsort B Quicksort C Mergesort D Radixsort AlgorithmsSortingVideo-Explanation Question […]
April 18, 2024

Question 8115 – Sorting

Assume that the algorithms considered here sort the input sequences in ascending order. If the input is already in ascending order, which of the following are […]
April 19, 2024

OOPS

Question 63 When a method in a subclass has the same name and type signatures as a method in the super class, then the method in […]
April 19, 2024

Arrays

Question 13 If p is a two-dimensional array having 10 and 20 columns, then which of the following cannot be used to access the element in […]
April 19, 2024

OOPS

Question 39 Which of the following are two main types of overloading in Java? A Overloading and linking B Overriding and linking C Reusability and data-hiding […]
April 20, 2024

ER-Model

Question 13 Let S be the specification: “Instructors teach courses. Students register for courses. Courses are allocated classrooms. Instructors guide students.” Which one of the following […]