Question
He is (1)/ one of the less (2)/ important person (3)/ in
the college(4)/ No error(5) Directions: The sentence below is divided into four parts, one of which may contain an error. Mark the part containing the error as your answer if all elements are grammatically and contextually correct, mark (e) No error as your answerSolution
Words like ‘one of’, ‘each of’, etc are always followed by a plural form of the noun. Replace PERSON with PERSONS or PEOPLE
Which property is used to define the font of the element's text?
What does CSMA/CD stand for in the context of LAN technology?
The ALU (Arithmetic Logic Unit) is responsible for:
- ___________is a medium access control protocol used for transmitting data via a shared network channel.
An ADT defines:
- The logic operations of two combinational circuits in Figure-I and Figure-II are
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Which of the following is not true about OLTP?
Used to manage the layout of page
What is the definition of an NP-hard problem?