Answer:
Elections
Explanation:
This is because the applications helps citizens to carry out legal elections without stress of moving long distances and it helps keeps votes secret coz of personal view of the data entry
Answer:
A) create new records
B) open and close forms
C) open database forms
F) navigate through records
G) import and export data
Explanation:
It's either microsoft or office. Based on research I would say office.
I really hope this helps you! :-)
Hard to see please add a better image. Actually just type out the question.
Answer:
Means no matter how many processors you use, speed up never increase from 10 times.
Explanation:
If a problem of size W has a serial component Ws,then performance using parallelism:
Using Amdahl's Law:
Tp = (W - Ws )/ N + Ws
Here, Ws = .1,
W - Ws = .9
Performance Tp = (.9 / N) + .1
---------------------------------------------------------
Speed Up = 1 / ( (.9 / N) + .1)
If N -> infinity, Speed Up <= 10
Means no matter how many processors you use, speed up never increase from 10 times.