Questions

Q:

Which is Largest Stadium in the world?

Answer



Strahov Stadium in Praha,Czech Republic accommodation 240000 persons


 


 

Report Error

View answer Workspace Report Error Discuss

5 3110
Q:

What are the key challenges of software testing?

Answer

Key Challenges of s/w testing:


1. Testing considered late in project


2. Requirements not testable


3. Integration is done after all components have been developed: This might result into full testing not being covered.


4. Complete testing is not possible

Report Error

View answer Workspace Report Error Discuss

Subject: Software Testing

0 3110
Q:

Who is the winner of the prestigious Goldman Environment Prize called the Green Nobel for 2014?

Answer

Ramesh Agrawal

Report Error

View answer Workspace Report Error Discuss

0 3110
Q:

The folk dance of which state is Kargam?

A) Tamil Nadu B) Andhra Pradesh
C) Kerala D) Odisha
 
Answer & Explanation Answer: A) Tamil Nadu

Explanation:

Kargam is the folk dance of Tamil Nadu state.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Places
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

5 3109
Q:

Kyoto protocol expired in which of the following year?

A) 2008 B) 2012
C) 2010 D) 2009
 
Answer & Explanation Answer: B) 2012

Explanation:

Kyoto protocol expired in 2012

Report Error

View Answer Report Error Discuss

1 3108
Q:

Which of the following is not a subatomic particle?

A) neutron B) ion
C) electron D) proton
 
Answer & Explanation Answer: B) ion

Explanation:

The particles which makes upon an atom are called subatomic particles. Electrons, protons and Neutrons that makes an atom are called subatomic particles.

Whereas,

An ion is an atom or group of atoms in which the number of electrons is different from the number of protons.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

16 3108
Q:

What travels around the world and stays in one spot?

A) Slippers B) Walking stick
C) Stamps D) None of the above
 
Answer & Explanation Answer: C) Stamps

Explanation:

Stamps are what travel around the worldstaying in one spot. Slippers and walking stick can also travel around the world but they will not stay at one spot. So they are eliminated.

Report Error

View Answer Report Error Discuss

3 3106
Q:

Indicate what would the SWAP macro be expanded to on preprocessing. Would the code compile?

#define SWAP (a, b, c ) (c t; t = a, a = b, b = t; )

main()

{

    int x = 10, y = 20;

    SWAP (x, y, int );

    printf ( " %d%d ", x, y);

}

Answer

( int t ; t = a, a = b, b = t ;);


This code won't compile since declaration of t cannot occur within parentheses.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3105