How would you maximize the use of outsourced programmers?

a. have them act as your personal assistants
b. train them to do other work
c. release them when the project is complete
d. lower their pay.


Answer: c. release them when the project is complete

Computer Science & Information Technology

You might also like to view...

Given the following declarations, which statement would allocate memory for the first item in the list?

struct Node { int item; Node* link; }; typedef Node* NodePtr; NodePtr head; a. head = new Node; b. head = new int; c. head->link=NULL; d. head = new NodePtr;

Computer Science & Information Technology

Write a general scaleDown function that takes in any picture and creates and returns a new picture half as big using makeEmptyPicture(width,height).

What will be an ideal response?

Computer Science & Information Technology

The ________ in feature allows you to enlarge a part of the slide during Slide Show view

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can quickly locate a file on your computer by performing a(n) ________ operation

Fill in the blank(s) with correct word

Computer Science & Information Technology