Answer: See Explanation
Explanation:
The uses of ICT in health department include:
1. ICT helps in the improvement of the safety and the satisfaction of patients as new technologies are being developed to endure that patients are treated faster and their chance of survival increase.
2. ICT helps in looking for prevention measures which will be used to eradicate diseases.
3. ICT helps in the storage of medical data electronically. This will help in the easy retrieval of information.
4. ICT helps in the spread of information and also ensures distant consultation which are essential to achieving health related goals. e.g telemedicine.
5. ICT helps in the easy and fast spread of information and also facilitates cooperation and enhances teamwork among the health workers.
6. ICT brings about efficiency and effectiveness of administrative systems.
Answer:
The computer will follow the steps, but the program might not work.
Explanation:
Answer:
(a) The algorithm is as follows:
count = 0
for i = 1 to n:
if x = xi:
count++
print(count)
(b) n comparisons
Explanation:
Solving (a):
Assume the integer to locate is x and the elements of the list are: 
Such that: 
The algorithm is as follows:
<em>count = 0</em>
<em>for i = 1 to n:</em>
<em> if x = xi:</em>
<em> count++</em>
<em>print(count)</em>
<em />
The above iterates through the count of the list (i.e. n) and makes comparison with each element of the list (i.e. element 1 to element n).
When a match is found, the count variable is incremented by 1 and printed at the end of the loop
Furthermore:
If there are 3 elements in the list, the algorithm makes 3 comparisons.
It makes 10 comparisons if there are 10 elements in the list.
<em>So: it makes n elements if there are n elements in the list</em>
Answer:
Computer professionals known as software engineers, or programmers use the software development life cycle to create software required for information systems.
Explanation:
Computer professionals are called software engineers and programmers because they develop and program software. Some additional titles for computer professionals are hardware engineers and iOS/Android developers.