Questions

Q:

Net exports are negative when

A) exports are greater than imports B) imports are greater than exports
C) No exports D) None of the above
 
Answer & Explanation Answer: B) imports are greater than exports

Explanation:


When exports are greater than imports, net exports are positive and similarly, when imports are greater than exports, net exports are negative.

 

When a country imports goods, it buys them from foreign producers. The money spent on imports leaves the economy, and that decreases the importing nation's GDP.

Report Error

View Answer Report Error Discuss

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

0 2584
Q:

In what organelle does cellular respiration take place?

A) Cytoplasm B) Ribosomes
C) Mitochondria D) None of the above
 
Answer & Explanation Answer: C) Mitochondria

Explanation:

Cellular respiration is the multi-step process that creates energy from nutrients and food molecules. It begins in the cytoplasm of the cell, with the mitochondria functioning as the main organelle where the rest of the process continues and finishes.

During respiration, glycolysis occurs in the cytoplasm of the cell.

Report Error

View Answer Report Error Discuss

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

3 2583
Q:

In India, some of the Fundamental Rights can be suspended during of

A) Festivals B) Elections
C) Wars D) Floods
 
Answer & Explanation Answer: C) Wars

Explanation:

During any emergency of wars, some of the Fundamental Rights can be suspended that is what mentioned in constitution of India.

Report Error

View Answer Report Error Discuss

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

7 2583
Q:

Project Procurement Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Select Sellers?

Answer

I. Inputs



  • Organizational process assets

  • Procurement management plan

  • Evaluation criteria

  • Procurement document package

  • Proposals

  • Qualified sellers list

  • Project management plan


                 - Risk register


                 - Risk related contractual agreements


II. Tools and Techniques



  • Weighting system

  • Independent estimates

  • Screening system

  • Contract negotiation

  • Seller rating systems

  • Expert judgment

  • Proposal evaluation techniques


III. Outputs



  • Selected sellers

  • Contract

  • Contract management plan

  • Resource availability

  • Procurement management plan (updates)

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

0 2583
Q:

Write a c program for selection sort.

Answer

include<stdio.h>
int main(){

  int s,i,j,temp,a[20];

  printf("Enter total elements: ");
  scanf("%d",&s);

  printf("Enter %d elements: ",s);
  for(i=0;i<s;i++)
      scanf("%d",&a[i]);

  for(i=0;i<s;i++){
      for(j=i+1;j<s;j++){
           if(a[i]>a[j]){
               temp=a[i];
              a[i]=a[j];
              a[j]=temp;
           }
      }
  }

  printf("After sorting is: ");
  for(i=0;i<s;i++)
      printf(" %d",a[i]);

  return 0;
}

Output:
Enter total elements: 5
Enter 5 elements: 4 5 0 21 7
The array after sorting is:  0 4 5 7 21

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2582
Q:

Which activity is accomplished using the genetic code?

A) mutation B) DNA can be made into mRNA
C) DNA formation D) None of the above
 
Answer & Explanation Answer: B) DNA can be made into mRNA

Explanation:
Report Error

View Answer Report Error Discuss

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

3 2582
Q:

Economic growth is measured by

A) % of GDP B) % of NDP
C) % of expenditure D) % of percapita income
 
Answer & Explanation Answer: A) % of GDP

Explanation:

Economic growth is measured by the percentage of gross domestic product. GDP refers to the total value of goods and services produced in the country.

Report Error

View Answer Report Error Discuss

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

3 2582
Q:

In January 2018, ‘Electoral Bonds’ Scheme was launched. Under this scheme, the electoral bonds will be available at specified branches of _____.

 

 

A) Bank of Baroda B) State Bank of India
C) Punjab National Bank D) Bank of India
 
Answer & Explanation Answer: B) State Bank of India

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

2 2582