Questions

Q:

The federal government debt is equal to the

A) sum of past budget deficits minus the sum of past budget surpluses B) annual difference between federal government tax revenues and outlays
C) obligations of benefits from federal taxes and expenditures D) sum of all annual federal government outlays
 
Answer & Explanation Answer: A) sum of past budget deficits minus the sum of past budget surpluses

Explanation:

The federal government debt is equal to the sum of past budget deficits minus the sum of past budget surpluses.

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 2419
Q:

What is the general formula for a straight-chain alkane?

A) C2nH2n+3. B) CnH2n+2
C) CnH2n D) CnH3n+2.
 
Answer & Explanation Answer: B) CnH2n+2

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2419
Q:

Who holds the record for most times for Oscar Noms?

A) Walt Disney B) James Cameron
C) Steven Spielberg D) Ridley Scott
 
Answer & Explanation Answer: A) Walt Disney

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 2419
Q:

Aryabhatta and Kalidasa were in the court of which Gupta Emperor?

A) Kumara Gupta I B) Chandra Gupta II
C) Samudra Gupta D) Skanda Gupta
 
Answer & Explanation Answer: C) Samudra Gupta

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 2418
Q:

Around twelfth century, Sufi Silsilas began to ciystgdlize in different parts of the Islamic world to signify

1.continuous link between the master and disciple

2. unbroken spiritual genealogy to the Prophet Muhammad

3. the transmission of spiritual power and blessings to devotees

Select the correct answer using the code given below.

A) 1 and 2 only B) 2 only
C) 1 and 3 only D) 1, 2 and 3
 
Answer & Explanation Answer: D) 1, 2 and 3

Explanation:

Sufi silsilas began to crystallise in different parts of the Islamic world around the twelfth century. The word silsila literally means a chain, signifying a continuouslink between master and disciple, stretching as an unbroken spiritual genealogy to the Prophet Muhammad. It was through this channel that spiritual power and blessings were transmitted to devotees. Special rituals of initiation were developed in which initiates took an oath of allegiance, wore a patched garment, and shaved their hair. Thus, all statements are correct.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

1 2418
Q:

Write a program to generate the Fibonacci series in c?

Answer

 #include<stdio.h>
int main(){
    int k,r;
    long int i=0l,j=1,f;

    //Taking maximum numbers form user
    printf("Enter the number range:");
    scanf("%d",&r);

    printf("FIBONACCI SERIES: ");
    printf("%ld %ld",i,j); //printing firts two values.

    for(k=2;k<r;k++){
         f=i+j;
         i=j;
         j=f;
         printf(" %ld",j);
    }
 
    return 0;
}

Sample output:
Enter the number range: 15
FIBONACCI SERIES: 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2418
Q:

Short term side effects of alcohol and other drugs include

A) Temporary blindness B) Disrupted sleep
C) Forgetfulness D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Short term side effects of alcohol and other drugs include forgetfulness, temporary blindness and disrupted sleep.

Report Error

View Answer Report Error Discuss

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

1 2418
Q:

A passage is given with 5 questions following it. Read the passage carefully and choose the best answer to each question out of the four alternatives.


I had seen this road many years ago when my parents moved to Mundakotukurussi, our ancestral village. However, in those early years, I hadn't begun exploring the countryside. I stored the unknown road in my head under 'One Day I Will'. Ten years ago, when I recovered from a herniated disc, it was to discover that I had a useless left leg. Though I managed to lose the limp, I hated not being able to stride around as I used to. I needed a challenge to tell myself that I wasn't going to buckle to a creature called sciatica. Thus the 'One Day I Will' arrived. "Where does the road by the medical shop lead to?" I asked my parents while visiting them next. "Chalavara," they said. "It's not an easy road to walk on," my father added. "There are too many ups and downs." Chalavara was a superior grade of a village as compared to Mundakotukurussi, with a high school, a fine library, ATMs and several shops. But it also has two approach roads. The one I had chosen was a narrow back road used by the locals and that settled it for me. I needed to know for myself I could walk a road that wasn't going to be easy. And the next day, I would get up and walk that road again.


Where did the forefathers of the writer live?

A) Chalavara B) Bengaluru
C) Mundakotukurussi D) Out of India
 
Answer & Explanation Answer: C) Mundakotukurussi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2418