Answer:a)Local Database
Explanation: Local database is the type of the application database storage that is responsible for storing of the data locally in accordance with the application. It uses the SDF files for the processing and these files don't require much effort such as installing of any particular server for the database.They are considered as not highly secure databases.Therefore,the correct option is option(a).
Well when you are using a computer program you are using a program. If you are programming a computer you are making the computer do a desired task.
Answer:
Loop
Explanation:
Great question, it is always good to ask away and get rid of any doubts that you may be having.
Programmers use a(n) <u>loop</u> when they need the computer to repeatedly process one or more program instructions until some condition is met, at which time the <u>loop</u> ends.
<u><em>Loops</em></u> repeat a certain set of instructions until a certain condition is acuired and then exit out of the loop. There are a couple of different types of loops such as For Loop, While Loop, and Do-While loop. Each repeats a set of instructions but for a different set of times.
<u><em>For Loops</em></u> repeat for a fixed amount of Times or until the condition is met and it breaks out of the loop. Meanwhile, <em><u>While</u></em> and <em><u>Do-While</u></em> loops keep repeating until the condition is me, but the Do-While checks the condition at the end of the loop.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.