For the following questions answer them individually
Three coins are tossed simultaneously. The probability that they will fall two heads and onefail is
The average depth of a binary searchtree is
What is the output of the following C code?
#include <stdio.h>
#include <conio.h>
void main()
{
int index;
for(index = 1; index <= 5; i++)
{
printf("%d" , index);
if(i == 3)
continue;
}
}
When n-type semiconductoris heated ?
The Cyclomatic Complexity metric V(G) of the following control flow graph is
Which of the following algorithm design techniques is used in merge sort?
The arithmetic mean of attendance of 49 students of class A is 40% and that of 53 students of class B is 35%. Then the % of arithmeticn mean of attendance of class A and B is
Which of the following sentences can be generated by
$$S -> aS \mid bA$$
$$A -> d \mid cA$$
Light weight Directory Access Protocol is used for
Numberof comparisons required for an unsuccessful search of an element in a sequential search organized, fixed length, symboltable of iength Lis