Answer:
1,3,4
Explanation:
They all make sense except for 2. They cannot advertise or state something that is not to guaranteed to happen.
There were
balls but we took
balls out, so there are now
balls. We add
balls and now we have
balls.
The program that computes this (I will use python as language has not been specified is the following):
n, a, b = int(input()), int(input()), int(input())
print(f"There are {n-a+b} balls in the box")
# Hope this helps
Answer:
Mask is the process of replacing and changing the sensitive information and data element from the stored data so, the given structure in the data remain the same while the data itself change for protecting the sensitive information or data in the system.
This process is commonly known as data masking. The main purpose of mask is that it protecting the information or data.
Format is the process of specify the bits for using in the digital storage and it is mainly used for encoding the information and data. It basically designed for formatting the document so that it can store in the media with the proper format in the computer system.