Question
Which one of the following would be the most
suitable title for the passage ? Directions: Read the following passage carefully and choose the best answer to each of questions out of the four alternatives given.Solution
Solution: 1- this is apt. 2- not only textile industry is mentioned. 3- not only iron and steel industry is mentioned. 4- the export is not the highlight of the passage. It mainly centres around the craft of ancient India.
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?