subject

1. what is the global marketplace? a. all the customers for a product or service in all areas of the world b. certain traditions of a culture that impact shopping habits c. every shopping center in the world d. part of the world's population that has access to grocery stores 2. how have emerging technologies impacted the global marketplace? a. global marketplace has declined. b. global marketplace has expanded. c. global marketplace has lost appeal. d. global marketplace has shrunk. 3. geneva received feedback from her boss about the written report she submitted. she worked very hard on it and feels disappointed that the boss found areas that could be improved. her boss needs another report tomorrow. how should geneva handle this constructive criticism? a. go to her boss, explain she worked very hard on the report, and request an apology b. reflect upon the feedback in order to complete the next report more effectively c. rewrite the report even though she is the only one that will see it d. work on her technology skills in order to successfully mesh all her devices 4. how does a project manager evaluate the scope of a project? a. determine the overall work that needs to be completed to deliver the desired product, service, or end result b. estimate some of the resources that are needed to deliver the desired product, service, or end result c. evaluate the time it will take to deliver the desired product, service, or end result d. guess how much money it will cost to deliver the desired product, service, or end result 5. read the following scenario and answer the question that follows: kelly gave a presentation to fellow coworkers, her supervisor, and clients. during the presentation, she made eye contact with the people in the room, nodded her head occasionally during the question and answer section, and smiled frequently. what communication strategy did kelly employ? a. decision-making b. negotiation c. non-verbal skills d. problem-solving

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 15:30
Some of the items below indicate the steps required to move a slide to a different location in a presentation. select those steps and indicate the order in which they should be performed to move the slide. (for example, if an item describes what you do first, select 1.) included in the list are items that are not part of the process. for these items, select n/a, an abbreviation for not applicable. 1 — first 2 — second 3 — third 4 — fourth 5 — fifth 6 — sixth n/a — not applicable drag the slide to the desired place. enter the slide position desired. hold the mouse button down. select move from the tools menu. select the slide. switch to the notes view.
Answers: 3
question
Computers and Technology, 21.06.2019 23:00
Explain briefly why you cannot expect to find a previous version of every file with which you work.
Answers: 1
question
Computers and Technology, 22.06.2019 01:00
)a grad student comes up with the following algorithm to sort an array a[1..n] that works by first sorting the first 2/3rds of the array, then sorting the last 2/3rds of the (resulting) array, and finally sorting the first 2/3rds of the new array. 1: function g-sort(a, n) . takes as input an array of n numbers, a[1..n] 2: g-sort-recurse(a, 1, n) 3: end function 4: function g-sort-recurse(a, `, u) 5: if u ⒠` ≤ 0 then 6: return . 1 or fewer elements already sorted 7: else if u ⒠` = 1 then . 2 elements 8: if a[u] < a[`] then . swap values 9: temp ↠a[u] 10: a[u] ↠a[`] 11: a[`] ↠temp 12: end if 13: else . 3 or more elements 14: size ↠u ⒠` + 1 15: twothirds ↠d(2 ◠size)/3e 16: g-sort-recurse(a, `, ` + twothirds ⒠1) 17: g-sort-recurse(a, u ⒠twothirds + 1, u) 18: g-sort-recurse(a, `, ` + twothirds ⒠1) 19: end if 20: end function first (5 pts), prove that the algorithm correctly sorts the numbers in the array (in increasing order). after showing that it correctly sorts 1 and 2 element intervals, you may make the (incorrect) assumption that the number of elements being passed to g-sort-recurse is always a multiple of 3 to simplify the notation (and drop the floors/ceilings).
Answers: 3
question
Computers and Technology, 22.06.2019 05:00
Write a loop that reads positive integers from standard input and that terminates when it reads an integer that is not positive. after the loop terminates, it prints out, on a line by itself and separated by spaces, the sum of all the even integers read, the sum of all the odd integers read, a count of the number of even integers read, and a count of the number of odd integers read, all separated by at least one space. declare any variables that are needed. assume the availability of a variable, stdin, that references a scanner object associated with standard input. that is, stdin = new scanner(system.in); is given.
Answers: 3
You know the right answer?
1. what is the global marketplace? a. all the customers for a product or service in all areas of t...
Questions
question
Mathematics, 24.09.2021 01:40
question
English, 24.09.2021 01:40
question
English, 24.09.2021 01:40
question
Mathematics, 24.09.2021 01:40
question
Spanish, 24.09.2021 01:40
question
Chemistry, 24.09.2021 01:40
Questions on the website: 13722360