Questions

Q:

What are the major flags in 8086?

Answer

In 8086 Carry flag, Parity flag, Ausiliary caarry flag, Zero flag, Overflow flag, Trace flag, Interrupt flag, Direction flag, and Sign flag.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2028
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 2028
Q:

Video advertising on YouTube lets you

A) use pay-per-report analytics and pay for click-through only B) use pay-per-report analytics and pay a single monthly fee
C) use free video analytics D) pay a single monthly fee
 
Answer & Explanation Answer: C) use free video analytics

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Advertising and Media

5 2027
Q:

What country has the largest Muslim population?

Answer

Indonesia

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

1 2027
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 2027
Q:

Republic means ultimate power is held by

A) the monarch B) the people
C) the winning party D) Ministers
 
Answer & Explanation Answer: B) the people

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

1 2027
Q:

Which mirror is used as rear view mirror in vehicles?

A) Concave B) Plane
C) Convex D) Any of the above
 
Answer & Explanation Answer: C) Convex

Explanation:

Convex mirror is used as rear view mirror in vehicles. Because the image is smaller, more image can fit onto the mirror, so a convex mirror provides for a larger field of view than a plane mirror. This is why they are useful.

Report Error

View Answer Report Error Discuss

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

5 2027
Q:

If an electron and a photon have the same wavelength, then they will have the same

A) velocity B) linear momentum
C) angular momentum D) energy
 
Answer & Explanation Answer: B) linear momentum

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2027