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

The right sequence of suboperations that are performed in arithmetic pipeline is –
A. Align the mantissas
B. Add or subtract the mantissas
C. Normalize the result
D. Compare the exponents

Solution

The correct order of floating-point arithmetic steps is —

  • First, compare the exponents (D) to determine alignment.

  • Then, align the mantissas (A) by shifting.

  • Next, add or subtract the mantissas (B).

  • Finally, normalize the result (C) to adjust exponent and mantissa.

Hence, the sequence is D → A → B → C.

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

Nearest first
1
Consider the following table about processes, their burst time and arrival time ProcessBurst TimeArrival Time P190 P2…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
2
Which of the following statements are true?A. In the write-through policy, only the cache is updatedB. In the write-bac…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
3
List I (Projection Type) List II (Description) A. Oblique Projection IV. When the angle between the projectors and th…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
4
Consider the operators used in C programming given below:A. &&B. +=C. >>D. >=E. ?:Choose among the fol…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
5
Which of the following are examples of data encoding schemes?A. Non-Return to Zero (NRZ)B. Manchester EncodingC. Amplit…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
6
Consider the following DFA that generates set of strings over Σ = {a, b, c}.Identify the best description of the langua…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
7
The computer needs to process each instruction with the following sequence of steps:A. Calculate the effective addressB…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
8
int i, j;for(i = 1; i < 5; i += 2)    for(j = 1; j < i; j += 2)        printf("%d",…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
9
List I (RAID Levels) List II (Description) A. RAID Level 2 IV. Also known as Memory style error correcting code organ…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
10
List I List II A. Circular Queue III. Dijkstra algorithm B. Priority Queue II. CPU Scheduling C. Double Ended Que…
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
Consider the Boolean expression A(x, y, z) = x (y′ + z′). Which of the following is the complete sum-of-products form o…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
2
What shall be the average waiting time per process if we know that 10 processes (on average) arrive every second and th…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
3
Arrange the steps involved when a user enters a URL in a browser and accesses a website.A. DNS resolutionB. HTTP reques…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
4
Which of the following statements is correct for Pthreads?
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
5
In a group of 120 people:65 eat Rice, 45 eat Bread, 42 eat Curd,20 eat both Rice and Bread, 25 eat both Rice and Curd, …
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
6
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)
7
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)
8
Which of the following is NOT a software characteristic?
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
9
Which of the following is not the characteristic of packet switching?
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
10
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)
Ask Your Question or Put Your Review.

loading...