Questions

Q:

Example of a single celled organism

A) Algae B) Amaeba
C) Paramaecium D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Single selled organisms are also known as Unicellular organisms in which they have only one cell.

Examples are :: Fungi, Algae, Amaeba, Paramaecium,...

 

Hence, all the above given options are single selled organisms.

Report Error

View Answer Report Error Discuss

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

3 2060
Q:

Project Communications Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Communications planning?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Project management plan


                   - Constraints


                   - Assumptions


II. Tools and Techniques



  • Communications requirements analysis

  • Communications technology


III. Outputs



  • Communications management plan

Report Error

View answer Workspace Report Error Discuss

0 2059
Q:

Write a c program to copy a data of file to other file.

Answer

#include<stdio.h>
int main(){
  FILE *p,*q;
  char file1[20],file2[20];
  char ch;
  printf("\nEnter the source file name to be copied:");
  gets(file1);
  p=fopen(file1,"r");
  if(p==NULL){
      printf("cannot open %s",file1);
      exit(0);
  }
  printf("\nEnter the destination file name:");
  gets(file2);
  q=fopen(file2,"w");
  if(q==NULL){
      printf("cannot open %s",file2);
      exit(0);
  }
  while((ch=getc(p))!=EOF)
      putc(ch,q);
  printf("\nCOMPLETED");
  fclose(p);
  fclose(q);
 return 0;
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2059
Q:

A series is given, with one term missing. Choose the correct alternative from the given ones that will complete the series.

XFB,UGD ,RIG ,OLK, ?

A) OLJ B) LNK
C) LPP D) OLM
 
Answer & Explanation Answer: C) LPP

Explanation:
Report Error

View Answer Report Error Discuss

3 2059
Q:

Which is the Hindi word of the year in the Oxford Dictonaries for 2018?

Answer

Nari-Shakti is the Hindi word of the year in the Oxford Dictonaries for 2018.

Report Error

View answer Workspace Report Error Discuss

Subject: General Awareness Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

1 2059
Q:

Which doctor performs colonoscopy?

A) Pulmonologist B) Gynaecologist
C) Gastroenterologist D) Dermatologist
 
Answer & Explanation Answer: C) Gastroenterologist

Explanation:

The doctor who has the full knowledge and performs colonoscopy is Gastroenterologist.

Report Error

View Answer Report Error Discuss

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

0 2058
Q:

If a person moves a trolley for a distance of 10 m with a force of 50 N, then the work done is

A) 0.2 J B) 5 J
C) 20 J D) 500 J
 
Answer & Explanation Answer: D) 500 J

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

3 2058
Q:

The multiplier effect means that

Answer

The multiplier effect means that "An effect in economics in which an increase in spending produces an increase in national income and consumption greater than the initial amount spent."

Report Error

View answer Workspace Report Error Discuss

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

1 2058