Searching for "at"

Q:

What is the difference between stack and array?

Answer

Stack:


 - Stack is a ordered collection of items


 - Stack is a dynamic object whose size is constantly changing as items are pushed and popped .


 - Stack may contain different data types


Array:


- Array is an ordered collection of items


- Array is a static object i.e. no of item is fixed and is assigned by the declaration of the array


- It contains same data types.

Report Error

View answer Workspace Report Error Discuss

Subject: C++ Exam Prep: GATE

Q:

 If a2 = 12, then a4 =? 

 

A) 144 B) 72
C) 36 D) 24
 
Answer & Explanation Answer: A) 144

Explanation:

Given a x a = 12

asked to find a x a x a x a =  (a x a) x (a x a)

a4 = a2 x a2 

= 12 x 12

= 144.

 

More :: Mathematical operations questions and answers.

Report Error

View Answer Report Error Discuss

Filed Under: Numbers
Exam Prep: Bank Exams , AIEEE , CAT , GATE
Job Role: Bank Clerk , Analyst , Bank PO , IT Trainer

Q:

For how many integer values of n will the value of the expression 4n + 7 be an integer greater than 1 and less than 200?

A) 48 B) 49
C) 50 D) 51
 
Answer & Explanation Answer: C) 50

Explanation:

1 < 4n + 7 < 200

n can be 0, or -1

n cannot be -2 or any other negative integer or the expression 4n + 7 will be less than1.

The largest value for n will be an integer < (200 - 7) /4

193/4 = 48.25, hence 48

The number of integers between -1 and 48 inclusive is 50

Report Error

View Answer Report Error Discuss

Filed Under: Numbers
Exam Prep: GRE

Q:

The atoms of the elements having same atomic number but different mass number are called

A) Isobar B) Isotopes
C) Iso electronic D) Isotones
 
Answer & Explanation Answer: B) Isotopes

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

Q:

-20 , -16 , -12 , -8 .... 

In the sequence above, each term after the first is 4 greater than the preceding term. Which of the following could not be a term in the sequence? 

A) 220 B) 440
C) 668 D) 762
 
Answer & Explanation Answer: D) 762

Explanation:

All terms in the sequence will be multiples of 4.

762 and 902 are not multiples of 4

Report Error

View Answer Report Error Discuss

Filed Under: Sequential Output Tracing
Exam Prep: GRE

Q:

An atom has 7 electrons in its M - shell and contains 18 neutrons in its nucleus. What is its mass number

A) 25 B) 27
C) 35 D) 43
 
Answer & Explanation Answer: C) 35

Explanation:

According to Bohr model, Each shell can occupy 2n2 electrons in their orbits where n=1,2,3.. for K,L,M,..

 

The atom has 2 electrons in k, 8 electrons in L and 7 electrons in M = 2 + 8 + 7 = 17

 

And given that its nucleus has 18 neutrons

 

=> its mass number = number of (electrons + neutrons ) = 17 + 18 = 35

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

Q:

The atoms of the elements which have same number of neutrons are called

A) Isobars B) Isotopes
C) Isotones D) None
 
Answer & Explanation Answer: C) Isotones

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

Q:

Two boys starting from the same place walk at a rate of 5kmph and 5.5kmph respectively. What time will they take to be 8.5km apart, if they walk in the same direction?

A) 15 hours B) 16 hours
C) 17 hours D) 18 hours
 
Answer & Explanation Answer: C) 17 hours

Explanation:

In this type of questions we need to get the relative speed between them,
The relative speed of the boys = 5.5kmph – 5kmph
= 0.5 kmph

Distance between them is 8.5 km
Time = Distance/Speed
Time= 8.5km / 0.5 kmph = 17 hrs

Report Error

View Answer Report Error Discuss

Filed Under: Time and Distance
Exam Prep: GRE