Answer:. True
Explanation:
yes it is true in my opinion
B
Explanation:
The Alter command is used when we want to modify a database or object contain in database.
Answer:
translation is used for interpretation
Answer:
Top down design
Explanation:
Top-down design is an approach that is used to break down the problem into the smaller subpart so that it can be manageable into more clear form.
C programming is the example of a top-down approach while C++ is the example of the bottom-up approach.
The advantages of the top-down design approach are:
1) easy to manage
2) easy to find the error
3) easy to debug