Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
I am trying to make a password generator and I need help with making the loop and finishing it. I need it to follow an algorithm that will alphabetize the domain name the user inputs, capitalize all vowels, and add a number to the end that is the length of the domain name.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Please answer ASAParrow_forwardPlot (as a function of angular frequency), the magnitude and the phase of the impedance resulting from a resistor (1.2 kOhm) and inductor (1.5 mH) in parallel. Use a logarithmic axis for the frequency, and for the magnitude. Use the range [10, 10**10] rad/s. The impedance of an inductance L is ???Ljω. Label axes. In python and can use cmath if neededarrow_forwardWrite the Aseba code to create a 1-minute timer. At the end of 1 minute, make the robot beep using call sound.freq(440,10). It should continue to beep once every minute. Specify the values of any constants you use.arrow_forward
- Write a Python program that prompts the user to create a user account and checks whether the provided user name and password are legal. Note: a user name should start with a letter and only consists of letters and numbers. The length should be between 6 and 12; a password should start with a letter and only consists of letters, numbers and the underscore symbol "_". The length should be between 8 to. 16.arrow_forwardWrite a python program that takes a string as an input from the user. Then check which email domain the user is using and print it. For this question, assume you have only 4 email domains available and they are gmail, yahoo, outlook, and bracu. [You are NOT allowed to use split() and sting slicing for this task] Sample Input 1: tom@gmail.com Sample Output 1: The user is using gmail as a mailing domain. Explanation 1: Since gmail domain is being used by the user. Sample Input 2: kelvin@yahoo.com Sample Output 2: The user is using yahoo as a mailing domain. Explanation 2: Since yahoo domain is being used by the user. IIarrow_forwardYour team was asked to program a self-driving car that reaches its destination with minimum travel time. Write an algorithm for this car to choose from two possible road trips. You will calculate the travel time of each trip based on the car current speed and the distance to the target destination. Assume that both distances and car speed are givenarrow_forward
- Create a program for caesar cipher in which the user enters a string of lowercase alphabets and the shift. The program should display the encoded string in the output. You can use the programming language of your choice but add the output screenshot in the file and test your code for the test case "fzyxtnavhal".arrow_forwardWrite a program that reads a string (password) and a number. The maximum number of attempts (3). The program with stop asking data if the word ‘quit’ is provided in the password value. If user provide correct credential the message access granted will be displayed otherwise the message access denied with be generated.arrow_forwardNEED HELP WITH PYTHON CODE. ALSO, PLEASE PROVIDE DETAILS SEPARATELY ON HOW AND WHAT DID U USE TO GET UR CODE DONE.arrow_forward
- Write a program that creates a login name for a user, given the user's first name, last name, and a four-digit integer as input. Output the login name, which is made up of the first five letters of the last name, followed by the first letter of the first name, and then the last two digits of the number (use the % operator). If the last name has less than five letters, then use all letters of the last name. Hint: Use the to_string() function to convert numerical data to a string.arrow_forwardProblem 2: Using HTML/JavaScript, find and display the number of multiples of a certain number entered by the user. First have the user enter a number in a prompt box from 1-10. Check if they enter a valid number - if they don't, prompt them again. Use a loop for this. Next, use a second loop to have the user enter a number in a prompt box and determine if it is a multiple of the number they entered. Keep count of how many multiples of their number they entered. Have the user enter a 0 when they are finished entering numbers. At the end, print out the number of multiples of their number they entered.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education