Questions

Q:

In the following question, out of the four alternatives, select the word opposite in meaning to the word given.

Vigilance

A) Indifference B) Diligence
C) Acuity D) Circumspection
 
Answer & Explanation Answer: A) Indifference

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2031
Q:

The question below consists of a set of labelled sentences. Out of the four options given, select the most logical order of the sentences to form a coherent paragraph.

P- It would be better to speak of uniformities of nature.
Q- Law of nature are not commands but statements of facts.
R- This would do away with elementary fallacy that a law implies a law given.
S- The use of the word law in this context is rather unfortunate.

A) QSRP B) SQRP
C) QSPR D) SQPR
 
Answer & Explanation Answer: C) QSPR

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2031
Q:

The question below consists of a set of labelled sentences. Out of the four options given, select the most logical order of the sentences to form a coherent paragraph.

Leadership and

A-team-building skills deepened

B-for relationships

C-a sense of value

A) ACB B) ABC
C) CBA D) CAB
 
Answer & Explanation Answer: A) ACB

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2031
Q:

Write a c program to check whether a number is strong or not.

Answer

#include<stdio.h>
int main(){
  int num,i,f,r,sum=0,temp;

  printf("Enter a number: ");
  scanf("%d",&num);
 
  temp=num;
  while(num){
      i=1,f=1;
      r=num%10;

      while(i<=r){
         f=f*i;
        i++;
      }
      sum=sum+f;
      num=num/10;
  }
  if(sum==temp)
      printf("%d is a strong number",temp);
  else
      printf("%d is not a strong number",temp);

  return 0;
}

Sample output:
Enter a number: 145
145 is a strong number

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2031
Q:

What has to be broken before you can use or eat it?

Answer

Egg.


Egg is to be broken if we want to use or eat it.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: AIEEE , Bank Exams , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

2 2031
Q:

What can a location extension do?

Answer

Assist nearby customers in finding or calling your nearest location.

Report Error

View answer Workspace Report Error Discuss

0 2031
Q:

Which one of the following industries is known as 'Sunrise Industry'

A) Iron & Steel B) Cotton Textile
C) Information Technology D) Tea & Coffee
 
Answer & Explanation Answer: C) Information Technology

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

1 2031
Q:

Word processing, Spreadsheet and Photo editing are examples of

A) System Software B) Application Software
C) Operating Systems D) Platform Software
 
Answer & Explanation Answer: B) Application Software

Explanation:

Word processing, Spreadsheet and Photo editing are examples of Application Software.

Report Error

View Answer Report Error Discuss

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

1 2031