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

What is process synchronization?

Answer

A situation, where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called race condition. To guard against the race condition we need to ensure that only one process at a time can be manipulating the same data. The technique we use for this is called process synchronization.

Report Error

View answer Workspace Report Error Discuss

1 2075
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 2075
Q:

Project Cost Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Cost Estimating ?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets 

  • Project scope statement

  • Work breakdown structure

  • WBS dictionary 

  • Project management plan


             - Schedule management plan


             - Staffing management plan


             - Risk register


II. Tools and Techniques



  • Analogous estimating

  • Determine resource cost rates

  • Bottom-up estimating

  • Parametric estimating

  • Project management software

  • Vendor bid analysis

  • Reserve analysis

  • Cost of quality


III. Outputs



  • Activity cost estimates 

  • Activity cost estimate supporting detail 

  • Requested changes

  • Cost management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2075
Q:

Which of the following statements about the Ordinance-making power of the Governor is/are correct?1. It is a discretionary power.2. The Governor himself is not competent to withdraw the Ordinance at any time.Select the correct answer using the code given below.

A) 1 only B) 2 only
C) Both 1 and 2 D) Neither 1 nor 2
 
Answer & Explanation Answer: D) Neither 1 nor 2

Explanation:

The State Executive has temporary law-making power in emergent situations under the Constitution of India. And the Governor is the head of the State Executive. So, the ordinance making power confers on him by the Constitution itself. But this is not a discretionary power. The ordinance making power of the Governor is co-extensive with the legislative power of the State Legislature to make laws. He can promulgate ordinances only on the subjects on which the State Legislature has power to make laws under the Constitution.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

1 2075
Q:

In each of the questions, four alternatives are given for the Idiom/Phrase. Choose the alternative which best expresses the meaning of the Idiom/Phrase and click the button corresponding to it.

Cat­nap

A)  Rest B) Fitful sleep
C)  Long sleep D)  Short sleep
 
Answer & Explanation Answer: D)  Short sleep

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2075
Q:

Where is the RAM located in a computer?

A) Monitor B) Processor
C) Mother board D) None of the above
 
Answer & Explanation Answer: C) Mother board

Explanation:

On the right corner of the mother board RAM is located in a computer.

Report Error

View Answer Report Error Discuss

3 2074
Q:

Arrange the given words in the sequence in which they occur in the dictionary

1. Sloven
2. Slur
3. Smack
4. Slogan
5. Sluggy

A) 25143 B) 32541
C) 12453 D) 41523
 
Answer & Explanation Answer: D) 41523

Explanation:
Report Error

View Answer Report Error Discuss

0 2074