Answers by visitors named: Denise

Is outsourcing good for IBM?
Thanks I think that was a very good answer and after looking us Darwins Theory you are excatly correct..Kudos!
Comprehensive Grammar CheckPoint Read the following sentences, and focus on the grammar area specified in the left column. Then, complete Appendix H by selecting the correct sentence (a or b) for each number and providing an explanation of why you made that choice. Subject-verb agreement 1a. Did you know a famous animal-rights activist has criticized horseracing because of the dangers involved? 1b. Did you know a famous animal-rights activist have criticized horseracing because of the dangers involved? Subject-verb agreement 2a. Peer editing academic papers require critical-thinking skills and diplomacy. 2b. Peer editing academic papers requires critical-thinking skills and diplomacy. Subject-verb agreement 3a. Vitamins that are sold in a health-food store are not regulated by the Food and Drug Administration. 3b. Vitamins that are sold in a health-food store is not regulated by the Food and Drug Administration. Using regular and irregular verbs 4a. John has become a rather good actor. 4b. John has became a rather good actor. Using regular and irregular verbs 5a. Some athletes have taken drug tests to prove they are not on steroids. 5b. Some athletes have took drug tests to prove they are not on steroids. Using regular and irregular verbs 6a. I lay my book on the table, but now I cannot find it. 6b. I laid my book on the table, but now I cannot find it. Using the correct form of be and have in the present tense 7a. I was interested in working on the presidential campaign if the opportunity still exists. 7b. I am interested in working on the presidential campaign if the opportunity still exists. Verb form and verb tense 8a. Since American Idol premiered on television, many talented contestants have appeared on the show. 8b. Since American Idol premiered on television, many talented contestants appeared on the show. Verb form and verb tense 9a. The ancient Egyptians built pyramids as burial sites for their leaders. 9b. The ancient Egyptians have built pyramids as burial sites for their leaders. Identifying antecedents 10a. The antecedent in the following sentence is students: Students in online classes have to be organized to keep up with their assignments. 10b. The antecedent in the following sentence is class: Students in online classes have to be organized to keep up with their assignments. Identifying antecedents 11a. The antecedent in the following sentence is Doctors: Doctors should schedule more time for patients so they do not spend so much time in the waiting room. 11b. The antecedent in the following sentence is patients: Doctors should schedule more time for patients so they do not spend so much time in the waiting room. Pronoun-antecedent agreement 12a. When a driver wants to buy a new vehicle, he or she usually test drives them. COM 150 12b. When a driver wants to buy a new vehicle, he or she usually test drives it. Pronoun-antecedent agreement 13a. Most presenters spoke without looking at his or her notes. 13b. Most presenters spoke without looking at their notes. Pronoun-antecedent agreement 14a. You may rent a movie or a video game for just one night if they are new. 14b. You may rent a movie or a video game for just one night if it is new. Pronoun-antecedent agreement with indefinite pronouns 15a. Neither the mayor nor the council members have filed their reports. 15b. Neither the mayor nor the council members have filed his reports. Pronoun-antecedent agreement with indefinite pronouns 16a. Anyone who requests a copy of the game may have it for their video library. 16b. Anyone who requests a copy of the game may have it for his or her video library. Pronoun-antecedent agreement with indefinite pronouns 17a. Each of the applicants must submit his or her completed form to the interviewer. 17b. Each of the applicants must submit their completed forms to the interviewer. Pronoun case 18a. My brother knows more about technology than me. 18b. My brother knows more about technology than I. Pronoun case 19a. Please send an invitation to Bob and she. 19b. Please send an invitation to Bob and her. Pronoun case 20a. My best friend and I are going to Hawaii this summer. 20b. My best friend and me are going to Hawaii this summer. Pronoun case for who and whom 21a. Who was the star of last year’s award-winning movie? 21b. Whom was the star of last year’s award-winning movie? Pronoun case for who and whom 22a. To who should we send the letter of commendation? 22b. To whom should we send the letter of commendation? Pronoun case for who and whom 23a. Jon Bon Jovi, who is a well-known singer and actor, also owns an arena football team. 23b. Jon Bon Jovi, whom is a well-known singer and actor, also owns an arena football team. Vague pronouns 24a. When the car hit a tree, it made a terrible noise. 24b. The car made a terrible noise as it crashed into a tree. Vague pronouns 25a. Air pollution normally increases along with population growth. This increasing pollution is a big problem for many cities. 25b. Air pollution normally increases along with population growth. This is a big problem for many cities.
Please send an invitation to Bob and she. Please send an invitation to Bob and her.
Thank you!
Arrange the given fractions from smallest to largest.5/8, 1/5, 1/15
1b
How can I use grey's anatomy or hawthorne as my final project. How would I start off my project.
Yes it does help. I just like to be sure of my answers and compare them with yours and all are right
It is 3/2..It is the only one that holds more than a full value.
i just avoid it... if it sounds too close to something else i re-write it.
thank you.
Thanks, SrajMcGin the cite help alot!!!
Anyone need a bj?
. Given that main memory is composed of three page frames for public use and that a program requests pages in the following order: d c b a d c e d c b a e a. Using the FIFO page removal algorithm, do a page trace analysis indicating page faults with asterisks (*). Then compute the failure and success ratios. b. Increase the size of memory so it contains four page frames for public use. Using the same page requests as above and FIFO, do another page trace analysis and compute the failure and success ratios. c. Did the result correspond with your intuition? Explain. 7. Given that main memory is composed of three page frames for public use and that a program requests pages in the following order: a b a c a b d b a c d a. Using the FIFO page removal algorithm, do a page trace analysis indicating page faults with asterisks (*). Then compute the failure and success ratios. b. Using the LRU page removal algorithm do a page trace analysis and compute the failure and success ratios. c. Which is better? Why do you think it is better? Can you make general statements from this example? Why or why not? d. Let us define “most-recently-used” (MRU) as a page removal algorithm that removes from memory the most recently used page. Do a page trace analysis using the same page requests as before and compute the failure and success ratios. e. Which of the three page removal algorithms is best, and why do you think so?
i don't get it
CIT201: Programming Assignment 2 -------------------------------------------------------------------------------- Entering Code in Visual Basic In this assignment, you will finish the project you began last week. Open the Smith Repair Parts Specials program interface. Code the Project The description and price of a repair part or service should display to the two TextBox controls with the ReadOnly property = True because the TextBox controls on this form are used for output, not input. Three Display Buttons: when a button is clicked, the relevant information should display on the form. The data to be displayed for each of these three buttons are given in the table shown below. Button Repair Specials Information Price Auto New Brakes and Calipers $129.95 Truck Heavy Duty Tires $185.50 Commercial Annual Inspections $82.49 Include the following: 1. When designing the form, select control names that follow the naming convention specified in the lecture. 2. Include comments before the Public Class declaration that include the PROJECT, PROGRAMMER NAME, and DATE. 3. Include remarks statements inside of each sub procedure to identify what the sub procedure does. Zip the files and upload into the appropriate dropbox. This activity will be graded using the Technology Application Grading Rubric - Programming. Learning Outcome(s): 4 4. Design a program interface and determine the appropriate controls and code.
medical terminalogy, sorry not sure what you are asking?
Ms. Sue...this paragraph is not the same, it's a little bit different.
h) ER -> golgi -> outside of cell Proteins that are destined for the membranes or compartments of the endomembrane system, as well as proteins that will be secreted from the cell (insulin, for example), are translated on ribosomes that are bound to the rough ER. For proteins translated on rough ER, the proteins are found in one of two places at the end of translation. If a protein is targeted to a membrane of the endomembrane system, it will be in the ER membrane. If a protein is targeted to the interior of an organelle in the endomembrane system or to the exterior of the cell, it will be in the lumen of the rough ER. From the rough ER (membrane or lumen), these non-cytoplasmic proteins move to the Golgi apparatus for processing and sorting before being sent to their final destinations.
Do government statisticians calculate GDP by simply adding up the total sales of all business firms in one year? Explain..
john wants to save 1000$. If he has 750$ and invest it at 12% how long will it take him to obtain 1000? to the nearest day
The letters are correct and reverified. If this is a proper noun what might it be. I need help desperately. Thank you.
Rochelle you are correct. I found out after I lost the round. Thank you so very much.
Its Definitely A. Electrically neutral. The door was neutral until the balloon came. It is obviously neutral when the balloon is uncharged. :)
Thank you so much Ms Sue!
I am having the same problem. It is 306 base four and 1023 base two
D is the correct answer pg. 145.
A Pg. 125
B is the answer pg. 146.
the correct answer is C . Pg 156.
do you guys have the penn foster resource file graded project ? if you do , can you guys help me please ?
Can you please provide answer to this question?
Can you please provide an answer for this question?
to determine the balance in my checking account I would do the following; bank balance $472 - outstanding checks $187 + deposit transit $60= 345 checkbook balance $356 +interest earned $4 - service charge $15=345
Thanks I was adding to zero's at the end, thanks Sue
24,000
2400
Yes it is C
The scores on a standardized test are normally distributed with the mean of 750 and standard deviation 70. Find the probability that a score is more than 890. This is from my Math Models class. I am not taking Statistics. Please someone show me how to do answer this-I don't just want an answer. I want the steps!!
I say YES because everybody else is saying yes! XD.Hope everyone else gets a answer!
x=420
I do not understand what you did.
7 3x7=21 So, if Larue scored 10 points less than 3 times the number of points that Ross scored, Ross would have scored 7.
Thank you Steve. I understand now.
Is it suppose to look like this? March 2003. "Education globalization and international action".(Braslavsky) Prospect, 13. Retrieved February 16,2007
Thank you so much. Ms.Writacher
Confuse- Ms. Writeacher say it suppose to look like this? March 2003. "Education globalization and international action".(Braslavsky) Prospect, 13. Retrieved February 16,2007 Mr. Reed-(Braslavsky, March, 2003)
Ms. Sue can you tell me which one right. I am confuse Ms. Writeacher-March 2003. "Education globalization and international action".(Braslavsky) Prospect, 13. Retrieved February 16,2007 Mr. Reed-(Braslavsky, March, 2003)
The in-text citation go in the reference
Thank you Reed, I got this one.
I have no idea to even know how to start it.
Number of sales during hour 6 7 8 9 10 Number of occurrences 25 20 10 0 5
I figured it out!!! Thanks. It's 7.
Anesthesia services for closed treatment of fracture of humerus; patient is 85 years old, but healthy.
The patient underwent a percutaneous needle core biopsy not using imaging. What is the correct code and modifier?
100ml bottle of 500mg/5ml
Constant. No matter what year, the number of months in May will always stay the same, or constant. An example of a variable could be how many Sundays in May, because there's not always the same amount! Hope that helps! ~Denise
The element Astatine has 85 protons, as well as 85 electrons. Also: The number of protons is equal to the atomic number (the big number by the atom on a periodic table) The number of electrons is equal to the number of protons The number of neutrons is equal to the atomic mass minus the atomic number
PLEASE HELP ME
Ok I'm thankful for the help but jeez you don't have to be like that. This is the second time you've done this. Maybe don't be a jerk about it?
Plus you didn't even answer it soooooo...
The topic sentence in a pragragh presents a limited topic and
0.90=0.900
Scott has different chores depending on the season. During the 5 warm months he mows the lawn, which takes about 1 in a half each week. During the 7 cold months, he shovels the snow when needed. This winter he shoveled show for total of 6 hours. How many chores did he do for average each month? Should it be 5*4*1.5=30
Thank you so much.
Ty
First of all , why does a 2nd grader need to know this? And secondly, what’s the answer ?? Lol
calculate the area of the circle round your answer to the nearest hundred
The answer is 24. One way to solve: For each color, there are 6 possible ways Deon's Grandma can arrange the smaller squares: 1. R G B Y 2. R G Y B 3. R B G Y 4. R B Y G 5. R Y B G 6. R Y G B So 4 x 6 = 24. Another way to solve is to use permutations: 4P4 = 4! = 4 x 3 x 2 x 1 = 24