Questions

Q:

Which party has announced that the party is quitting from the BJP-Led NDA Alliance at the center?

A) Shiv Sena B) Telugu Desham Party
C) Lok Janshakti Party D) Janata Dal United
 
Answer & Explanation Answer: B) Telugu Desham Party

Explanation:

Andhra Pradesh's TDP - Telugu Desam Party, today i.e on 16th March 2018 quit the NDA government at the Centre a week after two of its ministers resigned from the Union cabinet over the issue of special status for Andhra Pradesh.

Report Error

View Answer Report Error Discuss

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

2 2971
Q:

Which state government banned the sale of 'High in Fat, Salt and Sugar' (HFSS) food in school canteens across the state  ?

A) Rajasthan B) Maharashtra
C) Odisha D) Haryana
 
Answer & Explanation Answer: B) Maharashtra

Explanation:

The Maharashtra government banned the sale of 'High in Fat, Salt and Sugar' (HFSS) food in school canteens across the state. Furthermore, schools have been asked to replace the junk food items with healthy food such as whole grain, home-made rotis, parathas, rice, etc. The government will form a committee to conduct regular checks on schools.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

1 2971
Q:

How many member countries are there in the Executive Board of UNESCO

A) 68 B) 58
C) 28 D) 88
 
Answer & Explanation Answer: B) 58

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

3 2971
Q:

Expand and simplify (2x + 5)2 *(4x ­- 1) -­ (3x3 - 16x2 + 25x -­ 21)

A) 13x3 + 92x2 -­ 55x + 4 B) 13x3 -­ 92x2 -­ 55x -­ 4
C) 13x3 + 92x2 + 55x -­ 4 D) 13x3 -­ 92x2 + 55x + 4
 
Answer & Explanation Answer: C) 13x3 + 92x2 + 55x -­ 4

Explanation:
Report Error

View Answer Report Error Discuss

1 2970
Q:

Movement of cell against concentration gradient is called

A) active transport B) diffusion
C) osmosis D) passive transport
 
Answer & Explanation Answer: A) active transport

Explanation:

The only transport method that can move species against their concentration gradient i.e, from low to high concentration is called Active transport.

 

Facilitated diffusion only moves species down their concentration gradient i.e, from high to low concentration.

Report Error

View Answer Report Error Discuss

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

2 2969
Q:

Is yeast a fungus or bacteria?

Answer

Yeast belongs to members of the Kingdom Fungi.


 


Yeast are single-celled microorganisms that are classified, along with molds and mushrooms in Fungi family. 


 


Yeasts are evolutionally diverse and are therefore classified into two separate phyla, Ascomycota or sac fungi and Basidiomycota or higher fungi, that together form the subkingdom Dikarya.

Report Error

View answer Workspace Report Error Discuss

Subject: Biology Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2968
Q:

The principle of dominance states that

A) Some alleles are dominant, while others are recessive B) All alleles are recessive
C) All alleles are dominant D) Alleles are neither dominant nor recessive
 
Answer & Explanation Answer: A) Some alleles are dominant, while others are recessive

Explanation:

The principle of dominance states that some alleles are dominant, while others are recessive.

Report Error

View Answer Report Error Discuss

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

1 2968
Q:

What will be output of following c code?

void main()
{
struct india
{
char c;
float d;
};
struct world
{
int a[3];
char b;
struct india orissa;
};
struct world st ={{1,2,3},'P','q',1.4};
clrscr();
printf("%dt%ct%ct%f",st.a[1],st.b,st.orissa.c,st.orissa.d);
getch();
}

Answer

Output: 2 p q 1.400000

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2968