Questions

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

Project Quality Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Perform Quality Assurance?

Answer

I. Inputs



  • Quality management plan

  • Quality metrics

  • Process improvement plan 

  • Work performance information 

  • Approved change requests

  • Quality control measurements 

  • Implemented change requests

  • Implemented corrective actions 

  • Implemented defect repair

  • Implemented preventive actions 


II. Tools and Techniques



  • Quality planning tools and techniques

  • Quality audits

  • Process analysis 

  • Quality control tools and techniques


III. Outputs



  • Requested changes

  • Recommended corrective actions

  • Organizational process assets (updates)

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2208
Q:

What's the maximum hard drive size for FAT16-based Windows system?

Answer

Maximum hard drive size for FAT16-based windows system is 2GB.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2208
Q:

In each of the following question, find out which part has an error. The man who

A) /they thought to be B) /a gentleman turned out
C) /to be a rougue D) No error
 
Answer & Explanation Answer: C) /to be a rougue

Explanation:

The spelling of rouge is misspelt as rogue.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2208
Q:

Look at the underlined part of each sentence. Below each sentence are given three possible substitutions for the underlined part. If one of them (a), (b) or (c) is better than the underlined part, indicate your response on the Answer Sheet against the corresponding letter. If none of the substitutions imporves the sentence, indicate (d) as your response on the Answer Sheet.

Poor Tom laid in the shade of a tree before he could walk further.

A) lied B) lain
C) lay D) no improvement
 
Answer & Explanation Answer: C) lay

Explanation:

The sentence is in simple past tense. The past tense of ‘lie’ is ‘lay’. Lie mean to take a position.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2207
Q:

A passage with three blanks, followed by five options, each containing one word, is given. Choose the word that can fill all the three blanks.
Modern public administration has taken a leaf not only from the legislature’s book but also from that of the judiciary. Administrative _____________ is the latest addition to the admin istrative techniques. Administrative ____________ means the determination of questions of a judicial or quasi-judicial nature by an administrative department or agency. Like a regular court, administrative bodies hear the parties, sift evidence, and pronounce a decision in cases where legal rights or duties are involved. The main point of difference between administrative _____________ and administration of justice by the courts is that administrative justice is administered by administrative agencies instead of regular courts. The administrative courts follow the principles of natural justice and common good whereas the courts of law follow the settled principles of law and evidence. The administrative courts are manned by officers belonging to the executive branch whereas the judges are the members of the judiciary independent of executive control.

A) Adjudication B) Division
C) Hearing D) Service
 
Answer & Explanation Answer:

Explanation:

The given blank is to be taken in consideration with the word ‘administrative’. ‘Administrative Adjudication’ means a decision or sentence imposed by a judge. ‘Administrative Division’ refers to is a portion of a country or other region delineated for the purpose of administration. ‘Administrative hearing’ refers to an informal way of resolving disputes between agencies and citizens without the
strict procedural rules of a court. ‘Administrative Service’ refer to managing, planning, directing, and coordinating supportive services of an organization. ‘Administrative legislation’ is the body of law and legal work that deals with government agencies. Thus, option A fits all three blanks correctly.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: TOEFL , GRE , CAT

0 2207
Q:

Where is Zoroastrianism practiced?

A) India B) Iran
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

Zoroastrianism, the ancient pre-Islamic religion of Iran that survives there in isolated areas and, more prosperously, in India, where the descendants of Zoroastrian Iranian (Persian) immigrants are known as Parsis, or Parsees.

Report Error

View Answer Report Error Discuss

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

2 2207
Q:

The book 'Sudhir Sukta' was written by

A) Vishnu Wagh B) Nazir Ahmad Wani
C) Andrea Levy D) Tian Er
 
Answer & Explanation Answer: A) Vishnu Wagh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2207