Questions

Q:

Swap two variables without using third variable.

Answer

#include<stdio.h>
int main(){
    int a=5,b=10;
    a=b+a;
    b=a-b;
    a=a-b;
    printf("a= %d  b=  %d",a,b);
}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2044
Q:

What would be the output of the following program?

main()

{

    int i = -3, j =2, k =0, m ;

    m = ++j && ++i || ++k ;

    Printf ( "\n%d%d%d%d", i , j , k , m );

}

Answer

-2  3  0  1

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2044
Q:

Project Scope Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Create WBS ?

Answer

I. Inputs



  • Organizational process assets

  • Project scope statement

  • Project scope management  plan

  • Approved Change requests


II. Tools and Techniques



  • Work breakdown structure templates

  • Decomposition


III. Outputs



  • Project scope statement(updates)

  • Work breakdown structure

  • WBS dictionary

  • Scope baseline

  • Project scope management plan(updates)

  • Requested changes

Report Error

View answer Workspace Report Error Discuss

0 2044
Q:

Project Human Resource Management

What are the Project Management Processes included in the Project Human Resource Management?

Answer

Human Resource Planning - Identifying and documenting Project roles, responsibilities, and reporting relationships, as well as creating the staffing management plan.


Acquire Project Team - Obtaining the human resources needed to complete the project


Develop Project Team - Improving the competencies and interaction of team members to enhance project performance.


Manage Project Team - Tracking team member performance, providing feedback, resolving issues, and coordinating changes to enhance project performance.

Report Error

View answer Workspace Report Error Discuss

0 2044
Q:

What are the two kinds of Rotatory motion?

A) Spin and Vibrational motion B) Spin and Projectile motion
C) Spin and Orbital motion D) Spin and Translatory motion
 
Answer & Explanation Answer: C) Spin and Orbital motion

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

3 2043
Q:

The passage of an electric current through a conducting liquid causes ___________.

A) Galvanisation B) Evaporation
C) Physical Reaction D) Chemical Reaction
 
Answer & Explanation Answer: D) Chemical Reaction

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

2 2043
Q:

Project Time Management

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

Answer

Activity Definition - Identifying the Specific schedule activities that need to be performed to produce the various project deliverables.


Activity Sequencing - Identifying and documenting dependencies among schedule activities


Activity Resource Estimating - Estimating the type and quantities of resources required to perform each schedule activity


Activity Duration Estimating - Estimating the number of work periods that will be needed to complete individual schedule activities


Schedule Development - Analyzing activity sequences, durations, resource requirements, and schedule constraints to creae the project schedule.


Schedule Control - Controlling changes to the project schedule

Report Error

View answer Workspace Report Error Discuss

0 2042
Q:

Define what is Six Sigma?

Answer



Six sigma is a data-driven technique and way for eliminating defects in any progress from product to service and from manufacturing to transactional.


 

Report Error

View answer Workspace Report Error Discuss

Subject: Manufacturing

2 2042