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

Project Integration Management - Processes

Describe the Inputs, Tools and Techniques, Outputs of Develop Project Charter phase?

Answer

I. Inputs



  • Contract (when applicable)

  • Project statement of work

  • Enterprise environmental factors

  • Organizational process assets


II. Tools and Techniques



  • Project selection methods

  • Project management methodology

  • Project management information system

  • Expert Judgment


III. Outputs


         1. Project charter

Report Error

View answer Workspace Report Error Discuss

0 2124
Q:

Project Communications Management

What are the Project Management Processes included in the Project Communications Management?

Answer

Communications planning - Determining the information and communications needs of the project stakeholders.


Information Distribution - Making needed information available  to project stakeholders in a timely manner.


Performance Reporting - Collecting and distributing performance information. This includes status reporting, progress measurement, and forecasting.


Manage Stakeholders - Managing communications to satisfy the requirements of and resolve issues with project stakeholders.

Report Error

View answer Workspace Report Error Discuss

0 2124
Q:

A homepage is

A) main page of the website B) access to internet
C) an access to the saved files D) index page of a dictionary
 
Answer & Explanation Answer: A) main page of the website

Explanation:

A homepage is a main or starting page of a website from where we can go to the individual pages by clicking the urls in it.

Report Error

View Answer Report Error Discuss

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

5 2124
Q:

Blood plasma is filtered in 

A) the renal capsule B) the renal column
C) the renal tubule D) the renal corpuscle
 
Answer & Explanation Answer: A) the renal capsule

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2124
Q:

Cooler, older, oceanic lithosphere sink into the mantle at

A) sites of long-lived, hot spot volcanism in the ocean basins B) rift zones along mid-ocean ridges
C) subduction zones along convergent plate boundaries D) transform fault zones along divergent plate boundaries
 
Answer & Explanation Answer: C) subduction zones along convergent plate boundaries

Explanation:
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 2123
Q:

In the following question, out of the given four alternatives, select the one which is opposite in meaning of the given word.

Forgo

A) Forfeit B) Neglect
C) Conquer D) Pass
 
Answer & Explanation Answer: C) Conquer

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2123