Maybe A Birthday password some times befor the hacker hacks a company computer they get the worker information so if they get your information they could see your passwords and try to do that because if the workers all share the same password becsuse the company computer so they need the same password the hacker could just use that password because the owner/boss is most likely gonna use the same password that’s a 80% chance
Answer:
1) 3
2) 5
3) 21
4) 57
5) 76
It would be much more easier if there were a grid containing all the numbers.
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.
Answer: Computer generations: There was First Generation 50s,60s. 2nd 60s,70s, 3rd, 70s, Present, and 4th Future.
Computer evolutions: The first modern computer was created in the 1930s and was called the Z1, which was followed by large machinery that took up entire rooms. In the '60s, computers evolved from professional use to personal use, as the first personal computer was introduced to the public.
Explanation: This took me about 10 minutes. Enjoy.