Q:
Abby has received a request for a data set of actual data for testing a new app that is being developed. She does not want the sensitive elements of the data to be exposed. What technology should she use?
A:
Masking
Answer:
one
Explanation:
The loop is used to execute the part of code or statement again and again until the condition is not FALSE.
There are three types of loop in programming.
1. for loop
2.while loop
3. do-while loop
Do-while has one special property which makes it different from other loops.
The loop statement executes once if the condition of the loop is failed in the starting.
In do-while, the statement executes first and then while checking the condition.
let discuss the code:
initially, laps=50, myNum=1
then, the program executes the statement in the loop.
so, myNum = 1 + 2=3.
A value 3 is assign to the variable myNum.
laps = 50 + 1=51.
A value 3 is assigned to the laps variable.
then while checking the condition (51 <= 1) which is FALSE.
The program terminates the loop.
Therefore, the answer is one.
Walter develop the website by:
- Registering for a domain name
- Research for a web hosting firm.
- Have and Prepare your content done.
- Lastly, create or build your website.
<h3>Can a person develop my own website?</h3>
The use of CMS that is website building platform is known to be a type of platform that can also help one in building websites and handling or monitoring its online content.
Note that by following the above steps, Walter can create or develop his own website.
Learn more about website from
brainly.com/question/13171394
#SPJ1
Answer:
The following “ encoding techniques “ can be used to “ store negative numbers in a computers memory: “ “ Signed magnitude representation (SMR).
Explanation:
hope it helps.!!