Many individuals try to use passwords that are easy to remember and so may create passwords that are not secure. These types of passwords include numbers in sequence, groups of keys on the keyboard or even the word 'password'. Some individuals use dates such as birthdays or anniversaries. These are very unsafe and can be easily hacked.
A safe and secure password has a mixture of upper and lower case letters, symbols and numbers. A carefully crafted password with any combination of these characters can be safe and also easy to remember.
Answer:
Question1:
day = int(input("Enter in Numeric Today's day:"))
if (x == 15 or x == 30):
print("You have a payday today!")
if (x != 15 and x != 30):
print("Its is not certainly a payday today but dont feel bad.")
Question 2:
red = int(input("Enter the value for red: "))
green = int(input("Enter the value for green: "))
blue = int(input("Enter the value for blue: "))
if (red > 255 or red < 0):
print("The value of Red is not correct.")
if (green > 255 or green < 0):
print("The value of Green is not correct.")
if (blue > 255 or blue < 0):
print("The value of Blue is not correct.")
Explanation:
Please check the answer section.
The answer would be b) She forgot your apply thermal paste between the CPU and the heat-sink and fan assembly
Answer:
Learning to code not only prepares young minds for our increasingly tech-driven world, but also allows them to foster creativity, gain problem-solving skills, and improve their overall academic performance
Explanation: