Question 1 |
The encoding technique used to transmit the signal in giga ethernet technology over fiber optic medium is
Differential Manchester encoding | |
Non return to zero | |
4B/5B encoding | |
8B/10B encoding |
Question 1 Explanation:
Question 2 |
Which of the following is an unsupervised neural network?
RBS | |
Hopfield | |
Back propagation | |
Kohonen |
Question 2 Explanation:
Question 3 |
In compiler terminology reduction in strength means
Replacing run time computation by compile time computation | |
Removing loop invariant computation | |
Removing common subexpressions | |
replacing a costly operation by a relatively cheaper one |
Question 3 Explanation:
Question 4 |
The following table shows the processes in the ready queue and time required for each process for completing its job.
\begin{array}{ll} \text { Process } & \text { Time } \\ P_{1} & 10 \\ P_{2} & 5 \\ P_{3} & 20 \\ P_{4} & 8 \\ P_{5} & 15 \end{array}
If round-robin scheduling with 5 ms is used what is the average waiting time of the processes in the queue?
\begin{array}{ll} \text { Process } & \text { Time } \\ P_{1} & 10 \\ P_{2} & 5 \\ P_{3} & 20 \\ P_{4} & 8 \\ P_{5} & 15 \end{array}
If round-robin scheduling with 5 ms is used what is the average waiting time of the processes in the queue?
27 ms | |
26.2 ms | |
27.5 ms | |
27.2 ms |
Question 4 Explanation:
Question 5 |
MOV [BX], AL type of data addressing is called ?
register | |
immediate | |
register indirect | |
register relative |
Question 5 Explanation:
There are 5 questions to complete.