Question
1. There was a boy named Pappu.
> P. So the mother asked him to find work. Q. They were very poor. R. He lived with his mother. S. But Pappu refused to work. 6. At last she turned him out of the house. In these questions, the first and the last sentences of the passage are numbered 1 and 6. The rest of the passage is split into four parts and named P, Q, R and S. These four parts are not given in their proper order. Read the sentence and find out which of the four combinations is correct. Then find the correct answer and indicate it in the Answer Sheet.Solution
The correct answer is B
Which key is kept secret and known only to the owner in a public key pair?
Which type of power plant produces electricity by harnessing the energy of falling or flowing water?
What is the output of the following Python code snippet?
  x = [1, 2, 3]
  y = x
  x.append(4)
  print(y)
What is a primary key in the context of the ER model?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
A digital signature provides which of the following security properties?
Which of the following is a primary source of energy for most power plants?
How many different 3-letter words can be formed using the letters from the word "HATE2023"?
The important aspect of the data warehouse environment is that data found within the data warehouse is___________.