Most viewed questions in Unknown Category

#1
18.5k
views
1 answers
3 votes
Suppose Host A wants to send a large file to Host B. The path from Host A to Host B has three links, of rates R1 =500 kbps, R2 = 2 Mbps, and R3 = 1 Mbps.a. Assuming no ot...
#2
17.3k
views
1 answers
0 votes
Consider the following postfix expression with single digit operands :$6 \; 2 \: 3 \: ^* \: / \: 4 \: 2 \: ^* \; + \: 6 \: 8 \: ^* \: -$The top two elements of the stack...
#3
11.8k
views
1 answers
1 votes
Which of the following are non-probability sampling methods?Cluster samplingJudgemental samplingSystematic samplingSnowball samplingQuota samplingChoose the correct answe...
#4
11.1k
views
0 answers
0 votes
Reflection of a point about x axis followed by counter clockwise rotation of 90 degrees is equivalent to reflection about the lineA)x=-yB)y=-xC)x=yD)x+y=1Is option A) cor...
#7
9.6k
views
0 answers
2 votes
Arrange the tasks involved in requirements elicitation in an appropriate manner.ConsolidationPrioritizationRequirements GatheringEvaluationiii, i, ii, iviii, iv, ii, iiii...
#8
9.0k
views
1 answers
0 votes
Wikipedia says:https://en.wikipedia.org/wiki/Abstract_data_type#Examples integers are an ADT, defined as the values …, −2, −1, 0, 1, 2, …, and by the operations o...
#9
8.7k
views
1 answers
1 votes
Minimum number of comparisons for merging 4 sorted files containing 50, 10, 25 and 15 records will be : 100200175125
#10
7.7k
views
1 answers
0 votes
A graph G is called a ________ if it is a connected acyclic graph.Cyclic graphRegular graphTreeNot a graph
#11
7.0k
views
1 answers
1 votes
#12
7.0k
views
2 answers
6 votes
Consider the following schedule:$S: r_1(A), w_2(A), Commit_2, w_1(A),w_3(A), Commit_3, Commit_1$Which of the following is true?a. Schedule is view serializable schedule a...
#13
6.8k
views
2 answers
11 votes
Does turing machine accepts epsilon?
#14
6.7k
views
1 answers
2 votes
#15
6.6k
views
1 answers
0 votes
Consider the following pseudo-code fragment, where $m$ is a non-negative integer that has been initialized:$p=0$$k=0$while $(k<m)$$p=p+2^k$$k=k+1$end whileWhich of the fo...
#16
6.1k
views
1 answers
1 votes
regular expression for " set of all strings over {a,b} in which there are at least two occurrences of b between any two occurrences of a ".
#17
6.1k
views
1 answers
0 votes
Which of the following is not used for hash function?Mid-square methodDivision methodFolding methodProbe method
#18
6.0k
views
1 answers
3 votes
Which of the following $8085$ microprocessor hardware interrupt has the lowest priority?RST $6.5$RST $7.5$TRAPINTR
#19
5.9k
views
2 answers
0 votes
A binary search tree is constructed by inserting the following numbers in order :$60, 25, 72, 15, 30, 68, 101, 13, 18, 47, 70, 34$The number of nodes in the left subtree ...
#20
5.9k
views
1 answers
0 votes
Which of the following is not one of the principles of agile software development method?Customer involvementEmbrace changeIncremental deliveryFollowing the plan