Questions

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

In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

Answer

For load-time dynamic linking: Load module to be loaded is read into memory. Any reference to a target external module causes that module to be loaded and the references are updated to a relative address from the start base address of the application module.


With run-time dynamic loading: Some of the linking is postponed until actual reference during execution. Then the correct module is loaded and linked.

Report Error

View answer Workspace Report Error Discuss

0 2097
Q:

The first thing to be affected by alcohol is

A) Judgement B) Brain center
C) Senses D) None of the above
 
Answer & Explanation Answer: A) Judgement

Explanation:

The first thing to be affected by alcohol is Judgement followed by brain center and senses like smell, taste, vision, etc...

Report Error

View Answer Report Error Discuss

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

1 2097
Q:

Which error are you likely to get when you run the following program?

main()

{

  struct emp

  {

      char name[20];

      float sal;

  };

  struct emp e[10];

  int i;

  for ( i = 0 ; i <= 9; i++)

        scanf ( "%s %f" , e[i].name, &e[i].sal );

}

Answer

Floating point formats not linked

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2096
Q:

The word 'Satyameva Jayate' have been derived from which Upanishad?

A) Akshi Upanishad B) Mundaka Upanishad
C) Garuda Upanishad D) Mahavakya Upanishad
 
Answer & Explanation Answer: B) Mundaka Upanishad

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 2096
Q:

What would be the output of the following program?

main()

{

    float a = 0.7;

    if ( a < 0.7f )

          printf ( " C ");

    else 

          Printf ( " C++ ");

}

Answer

C++

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2095
Q:

Choose the  word  which  is  nearly opposite in meaning to the given word ‘PREDILECTION’

A) Oblivion B) Objectivity
C) Aversion D) Defeat
 
Answer & Explanation Answer: C) Aversion

Explanation:
Predilection means fondness, liking
Oblivion means unconsciousness
Objectivity means impartiality
Aversion means dislike → which is nearly opposite of Predilection
Defeat means conquer, beat
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2095
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 2095