1. D
2. C
it allows citizens to submit anonymous tips to the police
Answer:
Here is the pseudocode.
a.
INPUT hourly rate
INPUT hours worked
SET gross pay = hourly rate x hours worked
PRINT gross pay
b.
INPUT hourly rate
INPUT hours worked
SET gross pay = hourly rate x hours worked
PRINT gross pay
INPUT tax rate
SET net pay = gross pay - (gross pay * tax rate / 100)
PRINT net pay
Explanation:
a.
Ask the user to enter hourly rate and hours worked
Calculate the gross pay, multiply hourly rate by hours worked
Print the gross pay
b.
Ask the user to enter hourly rate and hours worked
Calculate the gross pay, multiply hourly rate by hours worked
Print the gross pay
Ask the user to enter the tax rate
Calculate the net pay as gross pay - (gross pay * tax rate / 100)
Print the net pay
With i<span>ndexed sequential access, an index is more useful when the number of record is large. Index is needed to order the elements of the data base by specific index. For example you have client database. You have city index in your data base and you can order your clients by the city where they live.</span>
Answer:
1.Communication Devices
2.Mobile hardware
3.Mobile software and apps
(smartphones, laptop, etc)