Answer:
The answer is "LSS(Local Security Settings)".
Explanation:
The LSS stands for Local Security Settings, it is a set of information about the security of a local computer. LSS allows a feature, that the information on the protection of a local computer is a local safety policy of a device.
- This option is available on windows.
- The local security policy information includes the domains, that trust login attempts to be authenticated.
Answer:
Start by putting any one of the graph's vertices on top of a stack.
Take the top item of the stack and add it to the visited list.
Create a list of that vertex's adjacent nodes. Add the ones which aren't in the visited list to the top of the stack.
Keep repeating steps 2 and 3 until the stack is empty.
Explanation: i hope it help
Answer:
bruh is this for real. Dang if it is im sorry for wasting an asnwer. if not ill give you what i think
Explanation:
Answer:
Program:
month=['January', 'Februrary', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'] #list which stores the name of the month.
CheckMonth= int(input("Enter the number of the month")) #it is used to take the inputs from the user.
if CheckMonth>=1 and CheckMonth<=12: #check the condition for valid month.
print(str(CheckMonth)+" is a valid month which name is: "+ str (month [CheckMonth-1])) #print the name of month which is enter by the user.
else:
print(str(CheckMonth)+" is not a valid month, please enter the valid month") # print for the invalid month.
Output:
- If the user inputs 1, it will prints "1 is a valid month which name is: January".
- If the user inputs is 0, then it will prints "0 is not a valid month, please enter the valid month"
Explanation:
- The above program is in python language, in which the first line of the code is used to hold the list of the month.
- Then the second line is used to render a message for the user input, take the input from the user and save it into a variable.
- Then that value is checked by the if-condition that it lies in between 1 to 12 or not.
- If it lies, then print the valid month otherwise it prints that the month is invalid.
Answer:
the internet connection center of the computer