Question
In the Union Budget 2021- 22, the government has
proposed how many new modern fishing harbors?Solution
Five new modern fishing harbors include Kochi, Chennai, Visakhapatnam, Paradip and Petuaghat.Â
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
 Which is the first process launched by the LINUX?
The maximum number of binary trees that can be formed with three unlabeled nodes is:
Which data structure is typically used to implement a priority queue?
Â
Basic syntax to create a bar-chart in R is
Defines the number of entities in one entity set, which can be associated with the number of entities of other set via relationship set.
What is the purpose of a weak entity in the ER model?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the main purpose of subnetting?
The symbol for a NAND gate is an AND gate followed by a: