(a) To run a software => RAM
(b) To store a software => ROM
Answer:
member wise Initialization.
Explanation:
Member wise initialization is used for the following cases:-
- When you have constant member in your class.
- When you have Reference member in your class.
- When you have a very large member in your class.
- When you have a member with no default constructor.
Member wise initialization is uses initialization and the direct initialization uses assignment.
If the meter is set to read DC voltage in the 20 volt range and it displays a 1 then it should mean 1 volt assuming that the maximum reading would be 20 volts at that setting. But if it is only around 1 volt is might be more accurate to set it at say 2V range to get say 1.6 actual volts.
<u>Solution:</u>
a) False. Piggyback is used only for efficiency. If there's no data packet to be piggybacked to, then B will just send the acknowledgement packet.
b) False. It is the size of the receiver's buffer that's never changed. RcvWindow is the part of the receiver's buffer that's changing all the time depending on the processing capability at the receiver's side and the network traffic.
c) The given statement is True.
d)
False. The sequence number of the subsequent segment depends on the number of 8-byte characters in the current segment.
e) True. Every TCP segment has a current value of rwnd in the receive window.
f) False. Next_RTT = alpha * last_estimated_RTT + (1-alpha)*newly_collected_RTT_sample. In this case even though the last sampleRTT which is the newly_collected_RTT_sample is 1sec, the next_RTT still depends on alpha and last_estimated_RTT. Therefore, the next_RTT is not necessarily greater than 1sec.
g)
False. The acknowledgement number has nothing to do with the sequence number. The ack. number indicates the next sequence number A is expecting from B.