Match List I with List II
| List I | List II |
|---|---|
| A. Clustered Page Table | III. Useful for sparse address spaces. |
| B. Hierarchical Page Table | I. Generally considered inappropriate for 64-bit architectures. |
| C. Segmentation | IV. Supports a user view of the system. |
| D. Inverted Page Table | II. Has only entry for each real page (or frame) of memory. |
Choose the correct answer from the options given below:
Previous 10 Questions — UGC NET Computer Science 26 June 2025 (Paper II)
Nearest first
1
2
3
4
5
6
7
8
9
10
Consider the following three relations:Employee(eid, eName), Comp(cid, cName), Own(eid, cid).Which of the following rel…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
The correct sequence of constructing Huffman tree isA. Repeat until root formedB. Create leaf nodesC. Build priority qu…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
Arrange the following in the increasing order of coupling from lowest coupling to highest coupling.
A. Common Coupling
…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
Consider the following table defining the sample inputs and corresponding target values for a perceptron model.
…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
Match List I with List II:
List I
List II
A. Address Space
I. Associative Mappi…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
The transformation of data from main memory to cache memory is referred as:
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
In a pack of 42 cards, 3 cards are chosen one after the other without replacement.
Find the number of ways this can…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
The packet sent by a node to the source to inform it of congestion is called:
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
When developing a dynamic programming algorithm, the sequence of steps followed is:
A. Construct an optimal s…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
The process followed in order to find difficult, unknown and hidden information about a software system is called:
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
2
3
4
5
6
7
8
9
10
The longest common subsequence of $\{1,2,3,2,4,1,2\}$ and $\{2,4,3,1,2,1\}$ is
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
Given that η refers to learning rate and xi refers to the i-th input to the neuron, which of the followings most suitab…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
Arrange the process of virtualization in cloud environments.A. Hypervisor installed on physical serverB. Virtual machin…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
Considering the following statements:A. Data transformation is involved in Data mining process.B. Online database is us…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
Match List I with List II
List I (Operations on Fuzzy Sets)
List II (Description)
A. Intersection
IV. $\min(\mu_A…
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
The write operation in I/O operation does the following -
Topic: UGC NET Computer Science 26 June 2025 (Paper II)
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)
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)
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)
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)