A doctor's office is advertising for a receptionist. If there are two doctors, four nurses, and a nurse's aid on staff, and the mean average salary of the staff in this office is $60,000.00 per year, can you expect to earn this amount if you apply for the receptionist job?
A. Yes
B. No
Answer: B
You might also like to view...
One way that HTML changed to accommodate this new class of users was to introduce presentational ______ and presentational attributes designed to describe how each element should be rendered by Web browsers.
A. units B. levels C. elements D. characteristics
What is this statement called? int main( )
A. function header line B. pre processor directive C. function prototype D. function call
Which of the following is NOT an example of a primitive data type?
A. Strings B. Numbers C. Characters D. Booleans
Which statement dynamically assigns an image named car in the drawable folder to an ImageView control?
A. ?car.setImageResource(R.drawable.image);? B. ?image.setImageResource(car.R.drawable);? C. image.setImageResource(R.drawable.car);? D. SetImageResource.image(R.drawable.car);?