image not found

Oops! That page can't be found.


Directions to Solve

In each question below is given a statement followed by two assumptions numbered I and II. You have to consider the statement and the following assumptions and decide which of the assumptions is implicit in the statement.

Give answer

  • (A) If only assumption I is implicit
  • (B) If only assumption II is implicit
  • (C) If either I or II is implicit
  • (D) If neither I nor II is implicit
  • (E) If both I and II are implicit.

Q1: Statement: Provide mid-day meals to the children in primary schools to increase the number of students attending schools. Assumptions:
  1. Mid-day meals will attract the children to the schools.
  2. Those children who are otherwise deprived of good food will attend the schools.

A Only assumption I is implicit

B Only assumption II is implicit

C Either I or II is implicit

D Neither I nor II is implicit

E Both I and II are implicit

Q2:
Which of the following statements is correct about the C#.NET code snippet given below?
class Sample
{
    private int i;
    public Single j;
    private void DisplayData()
    {
        Console.WriteLine(i + ' ' + j);
    }
    public void ShowData()
    {
        Console.WriteLine(i + ' ' + j);
    }
}

A j cannot be declared as public.

B DisplayData() cannot be declared as private.

C DisplayData() cannot access j.

D ShowData() cannot access to i.

E There is no error in this class.

  

Q3: One Newton force, is

A 103 dynes

B 104 dynes

C 105 dynes

D 106 dynes

E 107 dynes.