Aspire Faculty ID #15015 · Topic: UGC NET Computer Science 26 June 2025 (Paper II) · Just now
UGC NET Computer Science 26 June 2025 (Paper II)

Match List I with List II
List I (Hashing Collision Handling Method)List II (Strategy)
A. ChainingI. Check next slot
B. Linear ProbingII. Use second hash function
C. Quadratic ProbingIII. Linked list at index
D. Double HashingIV. Skip slots using quadratic step

Solution

Chaining → Linked list at index (III)
Linear probing → Check next slot (I)
Quadratic probing → Skip slots using quadratic step (IV)
Double hashing → Use second hash function (II)

Previous 10 Questions — UGC NET Computer Science 26 June 2025 (Paper II)

Nearest first
1
In a relational database, which one of the following is CORRECT:
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
2
Consider the following steps involved in the application of Genetic Algorithm for a problem:A. Select a pair of parents…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
3
A positive integer is selected at random from the set of positive integers not exceeding 200. What is the probability t…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
4
What is the total swap time (Swap in & Swap out) in a system for a 15 MB process with a transfer rate of 30 MBps. Given…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
5
The tight asymptotic bound for the recurrence: $T(n) = 2T(n/4) + \sqrt{n}$
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
6
Consider the following infix expression: Q = ((A + B) * D) ↑ (E − F) The equivalent postfix expression of Q is:
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
7
Which of the following is not the characteristic of packet switching?
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
8
Which of the following is NOT a software characteristic?
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
9
Consider the following statements for XML (Extensible Markup Language):A. The number of tags decreases and users can de…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
10
List I (Statements) List II (Logic Type) A. If the Indian team wins, then it is raining IV. Conditional B. If the I…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)

Next 10 Questions — UGC NET Computer Science 26 June 2025 (Paper II)

Ascending by ID
1
Binary equivalent to $(A0F)_{16}$ is:
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
2
In a Stop-and-Wait system, the bandwidth of the line is 1 Mbps, and 1 bit takes 30 milliseconds to make a round trip. T…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
3
CB84000D001C001C is the content of a UDP header in hexadecimal format. The source port number is:
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
4
Identify the correct statement(s) from the following with respect to Spinlock Semaphores:A. The name refers to busy wai…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
5
Which of the following is NOT a parent selection technique used in genetic algorithm implementations?
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
6
Arrange the following types of testing in the order they are usually performed in the Software Development Life Cycle (…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
7
void main() {    int *i, a = 12, b = 2, c;    c = (a = a + b, b = a / b, a = a * b, b = a - b);&nbs…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
8
Which of the following gates do not give output 1 when both inputs are 0?A. NAND gateB. NOR gateC. XOR gateD. XNOR gate
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
9
Match List I with List II List I (Grammar Type) List II (Production Form) A. Type 3 Grammar …
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
10
int x = 128, y = 110;do {    if (x > y) x = x - y;    else       y = y - x;}…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
Ask Your Question or Put Your Review.

loading...