Questions

Q:

The law of supply indicates that other things equal

A) producers will offer more of a product at high prices than at low prices B) the quantity supplied of the good rises
C) the quantity supplied of the good rises D) producers will offer more of a product at high prices than at low prices
 
Answer & Explanation Answer: A) producers will offer more of a product at high prices than at low prices

Explanation:
Report Error

View Answer Report Error Discuss

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

2 2063
Q:

In what city would you find the world's tallest building?

Answer

Dubai

Report Error

View answer Workspace Report Error Discuss

Subject: World Geography

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

When should you stop at green and go at red?

Answer

When you are eating a Watermelon, we eat what is red and stop at green layer.

Report Error

View answer Workspace Report Error Discuss

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

2 2063
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 2063
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 2062
Q:

Each of the questions below consists of a question and three statements numbered I, II and III given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read all the three statements and give answer.

 

There are six letters E, I, P, G, N and O is PIGEON the word formed after performing the following operations using these six letters only?

I. O is placed fourth to the right of P. G is not placed immediately next to either P or O.

II. N is placed immediately next (either left or right) to O. E is placed immediately next (either left or right) to G.

III. Both I and E are placed immediately next to G. The word does not begin with N. P is not placed immediately next to E.

A) If the data in statement I and II are sufficient to answer the question, while the data in statement III alone are not sufficient to answer the question. B) If the data in statement I and III are sufficient to answer the question, while the data in statement II alone are not sufficient to answer the question.
C) If the data in statement II and III are sufficient to answer the question, while the data in statement I alone are not sufficient to answer the question. D) If the data either statement I alone or statement II alone or statement III alone are sufficient to answer the question.
 
Answer & Explanation Answer: A) If the data in statement I and II are sufficient to answer the question, while the data in statement III alone are not sufficient to answer the question.

Explanation:

PIGEON

 

From Statement I -I. O is placed fourth to the right of P. G is not placed immediately next to either P or O.P_ G _ O _

 

From Statement II -II. N is placed immediately next (either left or right) to O. E is placed immediately next (either left or right) to G.N OO Nby combining both I & II Statement we can conclude -P_ G E O N

 

P I G E O N

 

Hence,statement I and II are sufficient to answer the question, while the data in statement III alone are not sufficient to answer the question.

Report Error

View Answer Report Error Discuss

0 2062
Q:

Pyranees forms the boundary between 

A) Spain and Portugal B) France and Spain
C) Poland and Russia D) Hungary and Rumania
 
Answer & Explanation Answer: B) France and Spain

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 2062