Recent questions tagged nielit-sta-2020

1 votes
1 answer
61
1 votes
1 answer
62
1 votes
1 answer
63
To guarantee correction of upto $5$ errors in all cases, the minimum Hamming distance in a block code must be ______.$11$$6$$5$$2$
1 votes
2 answers
64
Which of the following is correct recurrence for worst case of QuickSort?$T(n)=T(n-4)+T(n-2)+O(1)$$T(n)=T(n-1)+T(0)+O(n)$$T(n)=2T(n/2)+O(n)$$T(n)=4T(n/2)+O(n)$
1 votes
1 answer
66
2 votes
1 answer
67
A minimal super key (i.e, one of the super keys for which no proper subset is a superkey) is called:Super KeyCandidate KeyPrimary KeyBoth Candidate and Primary Key
1 votes
1 answer
68
Why does congestion occur?Because the routers and switches have tablesBecause the routers and switches have queuesBecause the routers and switches have cross-pointsNone o...
2 votes
1 answer
69
The given array is $\text{arr={1, 2, 4, 3}}$. Bubble sort is used to sort the array elements. How many passes will be done to sort the array?$4$$2$$1$$3$
1 votes
1 answer
70
Which of the following Interface is not supported by $\text{JDBC}$ for connecting to Database in Java Programming language?Statement InterfacePrepared Statement Interface...
1 votes
1 answer
71
1 votes
1 answer
72
With the following syntaxINSERT INTO table[(column[,column...])] VALUES (value[, value...]);you can:Insert one row at a timeInsert multiple rows at a timeInsert one colum...
1 votes
1 answer
73
If we don’t want to allow a floating div to the left side of an element, _________ $\text{CSS}$ property will we use.marginclearfloatpadding
1 votes
1 answer
74
When we perform in order traversal on a binary tree, we get the ascending order array. The tree is:Heap treealmost complete binary treeBinary search treeCannot be determi...
1 votes
1 answer
75
Shift reduce parsing can also be called as:Reverse of the Right Most DerivationRight Most DerivationLeft Most DerivationNone of the options
1 votes
1 answer
76
1 votes
1 answer
77
In an undirected graph, if we add the degrees of all vertices, it is:oddevencannot be determinedalways $n+1,$ where $n$ is number of nodes
1 votes
2 answers
78
1 votes
1 answer
79
When retrieving data in particular table in PostgreSQL, we use the ______ statement.\dtORDER BYSELECT FROM\i
3 votes
1 answer
82
1 votes
1 answer
84
1 votes
1 answer
85
Software consists of ___________Set of instructions $+$ operating proceduresPrograms $+$ documentation $+$ operating proceduresPrograms $+$ hardware manualsSet of program...
1 votes
1 answer
87
1 votes
1 answer
89
Which of the following are two main types of overloading in Java?Overloading and linkingOverriding and linkingReusability and data-hidingOverloading and Overriding