1. Write a program in pure Python, C, C++ or C# console to accept 3 run time parameters from the command line and display the parameters back to the user from the code.For example python myProgram page1.htm page2.htm page3.htm
2. With reference to Intel assembly language, describe how registers and stacks operate Include sample assembly language code to show the operation of each.Please add the Description and Assembler Example.
3.Write a program to ask a user for a username and password. Check the user name and password against hard coded values. Validate the inputs and warn the user if the password is considered weak. Provide the code and sreen captures proving your program works. Please use a language that we have used in class such as c# or Python.