Questions

Q:

Which tax uses the same rate for all income levels?

A) Income tax B) Proportional tax
C) Both A & B D) Service tax
 
Answer & Explanation Answer: B) Proportional tax

Explanation:

Tax that uses the same rate for all income levels is proportional tax.

Report Error

View Answer Report Error Discuss

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

1 2034
Q:

What is a device queue?

Answer

A list of processes waiting for a particular I/O device is called device queue.

Report Error

View answer Workspace Report Error Discuss

0 2034
Q:

C program to find the factorial of a given number

Answer

 #include<stdio.h>
int main(){
  int i=1,f=1,num;

  printf("Enter a number: ");
  scanf("%d",&num);

  while(i<=num){
      f=f*i;
      i++;
  }

  printf("Factorial of %d is: %d",num,f);
  return 0;
}

Sample output:
Enter a number: 5
Factorial of 5 is: 120

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2033
Q:

The epic, Silappadikaram refers to the 

A) story of Rama B) Jaina elements in the storyline
C) culture of Sri Lankan Buddhists D) cult of Shakti worship
 
Answer & Explanation Answer: B) Jaina elements in the storyline

Explanation:

Silappadikaram is one of The Five Great Epics of Tamil Literature. Epic revolves around Kannagi, who having lost her husband to a miscarriage of justice at the court of the Pandyan Dynasty, wreaks her revenge on his kingdom.

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

0 2033
Q:

What is Program counter?

Answer

Program counter holds the address of either the first byte of the next instruction to be fetched for execution of the address of the next byte of a multi byte instruction, which has not been completely fetched. In both the cases it gets incremented automatically one by one as the instruction bytes get fetched. Also Program register keeps the address of the next instruction.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 2033
Q:

In 1617 the British East India Company was given permission by __________ to trade in India.

A) Babur B) Akbar
C) Aurangzeb D) Jahangir
 
Answer & Explanation Answer: D) Jahangir

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

3 2033
Q:

The Waste to Wonder park is in?

A) Pune B) Gujarat
C) Delhi D) Hyderabad
 
Answer & Explanation Answer: C) Delhi

Explanation:

The "Waste to Wonder” park is in south Delhi.

Report Error

View Answer Report Error Discuss

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

3 2033
Q:

If you look into a mirror and find that the image (your reflection) is smaller than you, then the type of the mirror is:

A) concave mirror B) convex mirror
C) plano-concave mirror D) plane mirror
 
Answer & Explanation Answer: B) convex mirror

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

2 2032