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: The end of a financial year is the ideal time to take a look at the performance of various companies. Assumptions:
  1. All the companies take such a review at the end of a financial year.
  2. The performance data of various companies is available.

A Only assumption II is implicit

B Both I and II are implicit

C Neither I nor II is implicit

D Only assumption I is implicit

E Either I or II is implicit

Q2:
Which of the following statements is correct about the C#.NET code snippet given below?
namespace AptitudeCrackConsoleApplication
{ 
    class Sample
    { 
        public int index; 
        public int[] arr = new int[10]; 
        
        public void fun(int i, int val)
        { 
            arr[i] = val;
        }
    }
     
    class MyProgram
    { 
        static void Main(string[] args)
        {
            Sample s = new Sample(); 
            s.index = 20; 
            Sample.fun(1, 5); 
            s.fun(1, 5); 
        } 
    } 
}

A Sample.fun(1, 5) will set a value 5 in arr[ 1 ].

B arr being a data member, we cannot declare it as public.

C s.index = 20 will report an error since index is public.

D The call Sample.fun(1, 5) cannot work since fun() is not a shared function.

E The call s.fun(1, 5) will work correctly.

  

Q3: A satellite moves in its orbit around the earth due to

A Gravitational force

B Centripetal force

C Centrifugal force

D none of these.

Q4: Electric lines of force do not cross each other because

A the lines of force mutually repel each other

B the lines of force emanate from a point charge

C the tangent to the line of force gives the direction of E and if they cross two tangents for E which is not possible

D none of the above

Q5: A dialog box with a bomb appears oh a Macintosh screen. What type of problem has occurred?

A None of the above

B A ROM problem

C A RAM problem

D A software problem

E An ADB problem

  

Q6: The crushed material received for separation is called feed or

A concentrate

B tailing

C heading

D middling

  

Q7: __________ thermometer can not measure sub-zero (< 0° C) temperature,

A Mercury in glass

B Bimetallic

C Vapor pressure

D Resistance

Q8: Which country successfully launched the first ever Arab-Built lunar spacecraft?

A UK

B USA

C UAE

D Ukraine

Q9: Which country printed the first banknotes with women's signatures?

A Germany

B Indonesia

C USA

D Bhutan

Q10: 39th edition of India and which country's Coordinated Patrol-CORPAT being organized?

A Australia

B Iran

C Cuba

D Indonesia