Questions

Q:

The Twelfth Five-year Plan focused on inclusive growth. Which of the following were considered as challenges for inclusiveness?

1.Poverty

2.Group inequality

3.Regional imbalance

4.Unemployment

Select the correct answer using the code given below.

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

Explanation:
All are correct except 2, as group inequality was not a challenge.
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 2102
Q:

C program to find whether a number is palindrome or not.

Answer

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

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

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

    return 0;
}

Sample output:
Enter a number: 131
131 is a palindrome

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2102
Q:

Explain the concept of the batched operating systems?

Answer

In batched operating system the users gives their jobs to the operator who sorts the programs according to their requirements and executes them. This is time consuming but makes the CPU busy all the time.

Report Error

View answer Workspace Report Error Discuss

1 2102
Q:

What are the minimal cost and minimal risk solution?

Answer

In binary representation there are some states that believed to be never occurred due to some particular functionality of a given circuit. If zero output is assigned to such states then it is called minimal risk solution as  we are resetting the formidable states which could be occurred accidentally. Another approach is to assigned a don't care to them so it results in lesser logic and hence is called minimal cost solution.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2102
Q:

Volcanoes occur at tectonic plate boundaries that are

A) Convergent B) Divergent
C) Both A & B D) Destructive
 
Answer & Explanation Answer: C) Both A & B

Explanation:

Tectonic plates are pieces of Earth's crust and uppermost mantle, together referred to as the lithosphere. These plates which float on and travel independently over the mantle and much of the earth's seismic activity occurs at the boundaries of these plates.

volcanoes_occur_at_tectonic_plate_boundaries_that_are1561010029.jpg image

The seven major plates are the African plate, Antarctic plate, Eurasian plate, Indo-Australian plate, North American plate, Pacific plate and South American plate.

Volcanoes usually form along plate boundaries , where tectonic plates are either moving towards or away from one another. They may be convergent or divergent.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2102
Q:

The Shiites believed that the Umayyad

A) should pray more B) should not be in power
C) got special treatment D) should rule
 
Answer & Explanation Answer: B) should not be in power

Explanation:
Report Error

View Answer Report Error Discuss

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

3 2102
Q:

Which Governor General abolished the 'Sati System' in India?

A) Lord Canning B) Lord Ripon
C) Lord Wiliam Bentinck D) Lord Dalhousie
 
Answer & Explanation Answer: C) Lord Wiliam Bentinck

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

3 2102
Q:

A piece of paper is folded and punched as shown in the figure. From the given options, indicate how it will appear when opened?

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: B) 2

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2102