Answer:
All of the above is the correct answer to the given question .
Explanation:
As the Ken olson is the Ken Olson, president of the Digital Equipment Organization . Following are the predictions of Ken olson of the the technology that are wrong.
- Lack of creativity regarding the current applications that the user has would consider for the technology.
- Lack of creativity regarding the user or the client has liking.
- Lack of creativity on what the government would be charging ford. Any of these
So we will choose the Option all these.
Answer:
b) Bounded Waiting
Explanation:
int currentThread = 1;
bool thread1Access = true;
bool thread2Access = true;
thread1 { thread2 {
While (true) {
While (true)
{
while(thread2Access == true)
{
while(thread1Access == true)
{
If (currentThread == 2) {
If (currentThread == 1)
{
thread1Access = false; thread2Access = false;
While (currentThread == 2);
While (currentThread == 1);
thread1Access = true; thread2Access = true;
} }
/* start of critical section */ /* start of critical section */
currentThread = 2 currentThread = 1
… ...
/* end of critical section */ /* end of critical section */
thread1Access = false; thread2Access = false;
… ...
} }
} }
} }
It can be seen that in all the instances, both threads are programmed to share same resource at the same time, and hence this is the bounded waiting. For Mutual exclusion, two threads cannot share one resource at one time. They must share simultaneously. Also there should be no deadlock. For Progress each thread should have exclusive access to all the resources. Thus its definitely the not the Progress. And hence its Bounded waiting.
Answer:
Following is given the code with all necessary description given as comments in it. I hope it will help you!
Explanation:
Most reasonable answer is a line chart.
With line charts you can spot trends and variations in a certain range of data through different times or just different values of the variable that we plot on the x-axis. In general, line charts are often used in research that wants to depict time trends or how a certain variable progresses through different levels of the variable on the x-axis.
Answer:
To create a redundant computer network, The star network topology is adopted.
Explanation:
Note that topology is not a type of network but a top view of how the network looks like or is connected.
To make a network redundant, interconnect every computer to one another in the network, so even when a line or an ethernet cable ( the connector) makes, there is no loss of connection.
This form of network is not recommended for large computer networks as it would result in confusion due to excess connection cables running in the network.