If you have registered and made your payment please contact solutionsadda.in@gmail.com to get
access
NTA UGC NET Aug 2024 Paper-2
(A) Extreme Programming (XP)
(B) Waterfall
(C) Scrum
(D) Spiral
(E) Incrementa
l
Choose the correct answer from the options given below :
List – 1 (computing systems) List – II(working/output)
(A) Half Adder (1)Has n input and 2-n output
(B) Decoder (2)CPU Storage Unit
(C) Register (3)Used to store program at runtime
(D) Main memory (4)2-bit addition circuit
Choose the correct answer from the options given below :
Assume that no error occurred during transmission of D, when D reaches B. Which of following header field may differ from that of original datagram D ?
(A) TTL
(B) Checksum
(C) Fragment offset
(D) Source IP
(E) Destination IP
Choose the correct answer from the options given below :
T -> Qx
Q -> RS
R -> y|e
S -> z|e Where e is epsilon
Here x, y, z are terminals and T, Q, R, S are non terminals.
What will be the follow set of the non terminal R ?
The First(S) set includes {z, ε} because S can produce either z or ε.
Since Follow(R) will include First(S) (except ε), we add z to Follow(R) from First(S).
Additionally, since S can be ε, the production Q → RS implies that Follow(R) should also include Follow(Q).
Finally, T → Qx tells us that Follow(Q) includes the terminal x. So, Follow(R) will also include x.
Follow(R) includes {z, x}.
List – I List – II
A) Dijkstra’s Algorithms I) Find the shortest path between all pairs of vertices in a graph with positive or negative edge weights.
B)Floyd-Warshall Algorithms II)Finds the shortest path in a weighted graph with non-negative edge weights.
C)Bellman-ford Algorithms III)Sorts elements by repeatedly moving them post neighboring elements that are smaller.
D)Prim’ s Algorithms IV)Determines the strongest connected components in a directed graph.
Choose the correct answer from the options given below :
List – I List – II
(A) The activation function (I)is called the delta rule.
(B) The learning method of perceptron (II)is one of the key components of the perceptron as in the most common neural network architecture.
(C) Areas of application of artificial neural network include (III)is always boolean like a switch.
(D) The output of the perceptron (IV)system identification and control.
Choose the correct answer from the options given below :
(A) Requirement Analysis
(B) System Design
(C) Code Refactoring
(D) Deployment
(E) Substructure
Choose the correct answer from the options given below :
(A) Lexical Analysis
(B) Semantic Analysis
(C) Syntax Analysis
(D) Intermediate Code Generation
Choose the correct answer from the options given below :
(A) Registers
(B) Magnetic Disk
(C) Magnetic Tapes
(D) Main memory
Choose the correct answer from the options given below :
(B),(A),(D),(C),(E)
(B),(A),(E),(D),(C)
(C),(B),(A),(E),(D)
(C),(E),(B),(D),(A)
– Transmission rate = 100 Mbps
– Frame size = 1250 bytes
– Distance = 1 kilometer
### Step 1: Convert the frame size to bits
1 byte = 8 bits, so:
Frame size = 1250 bytes = 1250 × 8 = 10000 bits
### Step 2: Calculate the transmission time for the frame
Transmission time = Frame size in bits / Transmission rate
Transmission time = 10000 bits / (100 × 10^6 bits/sec) = 0.0001 sec = 100 microseconds
### Step 3: Use the propagation delay formula
In a CSMA/CD network, the minimum frame size must be large enough to ensure the sender can detect a collision. The round-trip propagation delay should be at least the time to send the frame. The round-trip propagation delay time is given by:
Propagation delay = Transmission time = 100 microseconds
One-way propagation delay = 100 microseconds / 2 = 50 microseconds
### Step 4: Calculate the signal speed
Propagation delay = Distance / Signal speed
Rearranging for signal speed:
Signal speed = Distance / Propagation delay
Signal speed = 1 km / (50 × 10^(-6) sec) = 20000 km/sec
### Final Answer:
The signal speed in the cable is 20000 km/sec.
(A) Output of combinational circuits depends on the only current input.
(B) Output of a combinational circuit depends on both current input and previous output.
(C) Output of sequential circuit depends on the current input.
(D) Output Of sequential circuit depends on both current input and previous output.
Choose the correct answer from the options given :
(A) Writing a symbol on the tape
(B) Moving the tape head left to right
(C) Reading a symbol from the tape
(D) Transitioning to a new state based on the current state and symbol read
(E) Halting and accepting or rejecting the input
Choose the correct answer from the options given below :
(A) Pointers can be used to access array elements
(B) Pointers can store the address of another pointer
(C) Pointers are automatically deferenced in expression
(D) Pointers cannot be used to access structure members
Choose the correct answer from the options given below :
(B)The first address in the block can be found by setting the rightmost 32-n bits to 0’s
(C)Address of class C is used for multicast communication
(D)There are five classes in IPv4 address
(E)Supernetting combines networks into one large network
Choose the correct answer from the options given below :
(B)True. The first address (network address) in a subnet can be obtained by setting the host bits (the rightmost 32-n bits) to 0.
(C) False. Class C addresses (typically in the range 192.0.0.0 to 223.255.255.255) are used for unicast communication, not multicast. Multicast addresses are in the range of 224.0.0.0 to 233.255.255.255.
(D) True. IPv4 addresses are divided into five classes: A, B, C, D (for multicast), and E (reserved for experimental use).
(E) True. Supernetting involves combining multiple smaller networks (subnets) into a larger network by adjusting the subnet mask to cover a larger range of IP addresses.

Choose the correct answer from the options given below
T1: r1(x); r1(z); w1(z)
T2 : r2(y); r2(z); w2(z)
T3 : r3(y); r3(x); w3(y)
S1: r1(x); r3(y); r3(x); r2(y); r2(z); w3(y); w3(z);r1(z); w1(x); w1(z)
S2 : r1(x); r3(y); r2(y); r3(x); r1(z); r2(z), w3(y);w1 (x); w2(z); w1(z)
Which one Of the following statements about the schedules is TRUE ?
A schedule is conflict-serializable if we can reorder the operations such that the resulting schedule is serial (i.e., no interleaving of transactions, just one transaction after another), and no conflict is violated.
r1(x) and r3(x) are conflicting (both read and write on x).
r1(z) and r2(z) are conflicting (both read and write on z).
w1(x) and w3(x) are conflicting (both write on x).
w1(z) and w2(z) are conflicting (both write on z).
So, S1 is conflict-serializable.

Choose the correct answer from the options given below
The 1-bit delay in this network is equivalent to

The parallel portion takes 800 clock cycles.
The number of processors=16
Total time=Serial portion+Parallel portion=200+800=1000 clock cycles.
Parallel time with 16 processors= 800/16=50 clock cycles
Total time with 16 processors=Serial time+Parallel time with 16 processors
Total time with 16 processors=200+50=250 clock cycles
Cal(a, b) {
if(b!=1){
if(a!=1){
printf(“*”);
Cal(a/2,b);
}
else{
b=b-1;
Cal(10,b);
}
}}
How many times * is going to be printed, if the function is called with Cal(10, 10); ?
(A) All production rules are of the form A->xB or A->x where A and B are non terminal symbols
and x is a terminal symbol.
(B) Regular grammars are more powerful than context-free grammars and can express any type
of language.
(C) There is a direct correspondence between regular grammar and finite automata.
(D) Regular grammars can generate languages that are not recognized by any type of automata.
Choose the correct answer from the options given below :
Every regular grammar can be converted to a finite automaton (both deterministic and non-deterministic), and vice versa. Regular grammars describe regular languages, which are exactly the class of languages that can be recognized by finite automata.
(A) Design
(B) Release
(C) Testing
(D) Development
(E) Planning
Choose the correct answer from the options given below :
Access quiz wise question and answers by becoming as a solutions adda PRO SUBSCRIBER with
Ad-Free content
Register
Now
