<< Prev Showing: 46-50 of 127 Next >>
· 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 ·I am a newly employed member of a project team. We have been tasked by the project manager to critique the following statements: It would cost us $800,000 to build this system, but we can purchase an equivalent package for $125,000. Therefore, we can save $675,000 by purchasing the software package. Being newly graduated and employed we could use some direction.
Subject:
Computer Science
Topic:
Computing and Communications Software
Posting ID:
102892
OTA ID:
102804
Integrated Collaboration Environments
Need information on Knowledge sharing/creation, communication collaboration and the tools necessary to make it a success.
Subject:
Computer Science
Topic:
Computing and Communications Software
Posting ID:
103414
OTA ID:
102804
PROTECTING INFORMATION AND PEOPLE, EMERGING TRENDS AND TECHNOLOGIES
What are the ethical dilemmas associated with using facial recognition software? Is this type of software any different from a store asking to see your drivers license when you use your credit card?
Subject:
Computer Science
Topic:
Computing and Communications Software
Posting ID:
105348
OTA ID:
102833
Write a C++ program that uses a two dimensional array, testgrades[][], for 10 students and scores from 5 tests. Write a function initializeArray(), which will initialize the array to the following values o 1,75,65,85,90,60 o 2,70,85,90,60,70 o 3,65,68,73,83,95 o 4,86,92,73,89,64 o 5,78,89,72,63,97 o 6,65,93,83,87,79 o 7,78,82,89,77,82 o 8,63,82,95,99,77 o 9,83,91,69,74,88 o 10,75,83,96,92,88 Write a value-returning function arrayMaximum() which will return the maximum score for the class Write a value-returning function arrayMinimum() which will return the minimum score for the class Write a value-returning function, arrayRange(), which wil... click for more
Subject:
Computer Science
Topic:
Computing and Communications Software
Posting ID:
106676
OTA ID:
105035
Write C++ code that does the following: Create a list with the elements: 43,67,11,78 and 52 Add item 60 to the list Sort the list in descending order Delete item 52 Use Binary Search to find item 70 in the list Sample output shown: Printing the 5 elements in the list… 43 67 11 78 52 The length of the list is 5 Adding item 60….. 43 67 11 78 52 60 The length of the list is 6 Sorting the list in descending order…. 78 67 60 52 43 11 Deleting item 52…. 78 67 60 43 11 The length of the list is 5 Item 70 not found in the list.
Subject:
Computer Science
Topic:
Computing and Communications Software
Posting ID:
106677
OTA ID:
101298
<< Prev Showing: 46-50 of 127 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-127 ·Page generated in 0.0142 seconds