Questions

Q:

In 1236 Sultan Iltutmish’s daughter, __________, became Sultan.

A) Rehana B) Rukhsana
C) Rashida D) Raziyya
 
Answer & Explanation Answer: D) Raziyya

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 2127
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 2126
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 2126
Q:

What are the different functions of Scheduler?

Answer

Scheduler deals with the problem of deciding which of the process in the ready queue is to be allocated the CPU. Short Term Schedulers, Long Term Schedulers

Report Error

View answer Workspace Report Error Discuss

1 2126
Q:

Improve the bracketed part of the sentence.
(After he arrived) from office, he goes to gym.

A) After he had being arriving B) After he had arrived
C) After he arrives D) No improvement
 
Answer & Explanation Answer: C) After he arrives

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2126
Q:

In the following question, four words are given out of which one word is incorrectly spelt. Find the incorrectly spelt word.

A) Tranquillity B) Perseverence
C) Resplendence D) Accommodation
 
Answer & Explanation Answer: B) Perseverence

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 2126
Q:

Centrifugal force increases with

A) Temperature B) Pressure
C) Acceleration D) Humidity
 
Answer & Explanation Answer: C) Acceleration

Explanation:

Centrifugal force is the fictitious force that pulls out from the center on the body we feel while moving in the circular path. It increases with the rate of rotation of the axis i.e, acceleration of the body.

 

Report Error

View Answer Report Error Discuss

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

1 2126
Q:

Which of the following has the lowest frequency?

A) Visible light B) Gamma rays
C) X­-rays D) Ultra violet rays
 
Answer & Explanation Answer: A) Visible light

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 2126