How would you explain how a password generator program works

Answers

Answer 1

Answer:

A random password generator is a software program or hardware device that takes input from a random or pseudo-random number generator and automatically generates a password. Random passwords can be generated manually, using simple sources of randomness such as dice or coins, or they can be generated using a computer.


Related Questions

Which of the following is not harmful to the computer?
a) Trojan
b) Rootkit
c)Malware

Answers

Answer:

rootkit

Explanation:

because Trojan and malware will both harm your computer trust me

Your Windows system boots to a blue screen stop error and no Start screen or desktop. What do you do first

Answers

Answer:

Attempt to boot into Windows RE using the Windows setup DVD or a recovery Drive

Explanation:

Darla is going to start writing the HTML code for a web page. What would she start with?

Answers

Answer:

opening

Explanation:

Your answer would be opening

Elena wrote the following code in Scratch to have the sprite move and then turn around. However, the code does not work as expected. What should be done to fix the error?

Change "move 20 steps" to "move 10 steps"
Change "turn left 180 degrees" to "turn left 90 degrees"
Change "turn left 90 degrees" to "turn right 180 degrees"
Change "turn right 90 degrees" to "turn left 90 degrees"

Answers

Sprites are program objects used to create animations

What should be done to fix the error is to (d) Change "turn right 90 degrees" to "turn left 90 degrees"

How to fix the error

From the question, we have the following highlights

The sprite is to move forwardAnd then turns around

The first line of the code segment moves the sprite 20 steps forward;

This step is correct, and it does not need to be changed.

For the sprite to turn, then it must rotate 360 degrees in a direction.

From the code segment, we have the following rotations

180 degrees left90 degrees left90 degrees right

When the angles of rotation are added, we have:

[tex]\theta = 180 + 90 - 90[/tex]

[tex]\theta = 180[/tex]

i.e. the code segment implements a 180 degrees rotation

In order to turn the sprite around, she needs to change the 90 degrees right to 90 degrees left.

So, we have:

[tex]\theta = 180 + 90 + 90[/tex]

[tex]\theta = 360[/tex]

Hence, the fix to the error is (d) Change "turn right 90 degrees" to "turn left 90 degrees"

Read more about sprites at:

https://brainly.com/question/26549550

Why don't we use a for each loop when doing a sequential (linear) search?

Answers

Answer:Linear search (aka Sequential Search) is the most fundamental and important of all algorithms. It is simple to understand and implement, yet there are more subtleties to it than most programmers realize.

The input to linear search is a sequence (e.g. an array, a collection, a string, an iterator, etc.) plus a target item. The output is true if the target item is in the sequence, and false otherwise. If the sequence has n items, then, in the worst case, all n items in the sequence must be checked against the target for equality. Under reasonable assumptions, linear search does O(n) comparisons on average. In practice, this is often too slow, and so, for example, BinarySearching or hashing or TreeSearching are speedier alternatives.

Here's an implementation of linear search on an array (in Java):

Explanation:

you can turn the Caps lock key on, and that will give you a more _______ curser.

Answers

accurate

hope this helps

scav

Which of the following keyboard shortcuts should be pressed to hide the columns which are selected in a worksheet? Question 2 options: Control 7 Control 9 Control 0.

Answers

Answer:

control 0

Explanation:

did the quiz on quizzes

Answer: control 0

Explanation: I saw a chance to get 10 points and took it.

What is the difference between a program counter, an instruction register, and the program status word

Answers

Answer:

You will need both always. The program

counter (PC) holds the address of the next instruction

to be executed, while the instruction register (IR) holds

the encoded instruction. Upon fetching the instruction,

the program counter is incremented by one "address

value" (to the location of the next instruction)

If you want to join all of the rows in the first table of a SELECT statement with just the matched rows in a second table, you use what kind of join

Answers

Answer:

An inner join.

Inner join combines matching rows from 2 tables at one time, so that is the reason I chose this join.

what is destination email address​

Answers

Answer:

Explanation:

The E-mail Destination allows you to send data from your forms in text format to various different email addresses.

Linda works from home occasionally and needs to set up her computer at work so she can remote in from her home office. Which tools should she use

Answers

Explanation:

Check the type of hard drive installed.

hope this helps you ❣️

Why won't this program work? I have no solution for this.

LANGUAGE: Python, CodeHS; 4.11.4: Snake Eyes

Answers

Explanation:

hope it helps,Godbless

Which tab on the ribbon contains the function library?.

Answers

Answer:

Formulas Tab

Explanation:

You can view excel functions library and defined names.

You start the line with a

Answers

Answer:

what line

??????

Explanation:

Please help I have to turn this in immediately!!!​

Answers

Answer:

"This cipher is pretty simple" is sadly the answer. :)

Explanation:

When using a Polybius cipher, one letter is 2 numbers.

11 = A

21 = F

31 = L

41 = Q

51 = V

and so on!

So to say the word question you would use the number sequence: 4145154344243433
to solve, add spaces

41 45 15 43 44 24 34 33

and find corresponding spots on the table/grid.

I hope this was helpful!

Make your own Multimedia Presentation using Microsoft Powerpoint. The presentation must be all
about yourself. Make it presentable with animations and transformations, attach file, audio or
images to make it more fun and exciting. Limit it to 5 slides only, tell something about yourself,
your hobbies, dreams, aspirations, achievements, likes and dislikes, etc. Attach your output upon
submission to the assignment given.

Answers

Dm me ill do it for 20 points

Tim would like to send a confidential, encrypted message to Kellie using asymmetric cryptography. What key should Tim use to create the message?

Answers

Tim uses the public key is used to create the message

Asymmetric cryptography

Asymmetric (public key) encryption allows the sharing of an encrypted message without a shared secret key. Public key encryption uses two keys, one public and one private. To send a message, asymmetric algorithm with the public key is used to create the message while the private key is used for the message decryption. The encryption function can only encrypt data.

Find out more on Asymmetric cryptography at: https://brainly.com/question/4357828

how to write an algorithm to find area and perimeter of diamond .

Answers

Find the area of both triangles with 1/2•base•height then add them together

Phoebe is a Counselor who is trying to schedule a meeting with one of her patients. Which best describes an inappropriate location for a meeting with a patient? a private office a hospital cafeteria a treatment center a family consult room.

Answers

Answer: a hospital cafeteria because there is no privacy and the patient may feel uncomfortable and it can be too noisy

Explanation:

B hospital cafeteria


Explanation:

I took the test

Lourdes is going to create a company logo. She will create it in a vector format so that she can resize it without distortion. Which software works best for her needs

Answers

Explanation:

military

hope this helps you

which choice is not a form of antivirus scanning that compares known virus patterns to scanned files

Answers

The choice that is not a form of antivirus scanning that compares known virus patterns to scanned files is called; Heuristic scanning

Antivirus Detection

The correct answer is Heuristic Scanning from the options seen online. This is because Heuristic scanning is a method utilized by many computer antivirus programs to detect previously unknown computer viruses, as well as new variants.

Thus, heuristic scanning doesn't compare known virus patterns to scanned files.

Read more about antivirus detection at; https://brainly.com/question/17209742

Which is not a method for updating your dts personal profile?.

Answers

Using the grip tools feature on the travel explore Home Screen

Although Access does not have stored procedures, you can achieve some of the same benefits with _____.

Answers

The benefits of storing procedures can be achieved with; Indexes

What are Indexes?

You can use an indexes to help Microsoft Access find and sort records faster. An index stores the location of records based on the field or fields that you choose to index.

Finally, After Microsoft Access obtains the location from the index, it can then retrieve the data by moving directly to the correct location.

Read more about Microsoft access at; https://brainly.com/question/1538272

Emma opened a new document on Microsoft Word and typed her assignment. She is now planning to save the document for the first time. Which function key can she use to save the document

Answers

Answer:

ctrl+s

Explanation:

By hitting the ctrl key at the same time as the s key on the keyboard she can save the document

what is a procedure in a python?

Answers

Answer:

A procedure allows us to group together code blocks under a name of a certain condition / nest.

What is the use of the Mode option shown in the given image? ​

Answers

The Mode option is used to change how the colors in a particular layer blend with colors that are contained in another layer.

What is Photoshop?

Photoshop can be defined as a software program that is designed and developed to enable the use of an artistic process and tools for the creation of art works or graphic designs such as logos.

In a graphic design software such as Adobe Photoshop, the Mode option is used to change how the colors in a particular layer blend with colors that are contained in another layer.

In conclusion, the Mode option is used to blend colors for Photoshop layers.

Read more on layers here: https://brainly.com/question/14354492

An insurance organization has data on a large number of claims made by policyholders. The management has a process in place to regularly check the data warehouse for fake claims. Which application of data mining does the organization use? A. market segmentation B. customer retention C. fraud detection D. direct marketing

Answers

The application of data mining the organization uses is known as : Fraud detection.

What is data mining?

Data mining refers to the process of retrieving data that can be worked on from a large set of data, to solve business problems and reduce risk.

In a data mining process, the aim is to find anomalies and correlation so that outcomes can be predicted using different types of techniques.

Hence, the application of data mining the organization uses is known as fraud detection.

Learn more about data mining here : https://brainly.in/question/2000228

Answer:

C. Fraud Detection

Explanation:

A list block can be defined under another list is called as _ list

Answers

Answer:

Nested list is the term used to define it..

Answer:

Nested

Explanation:

Your answer is A list block can be defined under another list is called as NESTED list.


I hope it helps! Have a great day!

Lilac~

How to reset apple watch after too many passcode attempts.

Answers

Answer:

"Press and hold the Digital Crown, then tap Reset. After the reset finishes and your Apple Watch restarts, you need to pair your Apple Watch with your iPhone again—open the Apple Watch app on your iPhone, then follow the instructions shown on your iPhone and Apple Watch."

Explanation:

How to reset apple watch after too many passcode attempts is mentioned below.

What is passcode ?

A passcode is a string of digits or letters that is used to protect access to a computer, an account, or data. It serves the same purpose as a password but usually only has a short string of digits, making it simpler to enter on gadgets with constrained input options, like a smartphone or tablet. Typically, a passcode is used to unlock a device, grant access to a specific app or feature, or verify a user's identity when making a purchase. To increase security and prevent unauthorized access, passcodes are typically set by the user and can be changed as needed.

Here's a step-by-step process to reset an Apple Watch after too many passcode attempts:

Put your Apple Watch on its charger and make sure that it has a charge.

On your iPhone, open the Watch app.

Tap the My Watch tab, then tap your Apple Watch at the top of the screen.

Tap General, then tap Reset.

Tap Erase Apple Watch Content and Settings.

Enter your Apple ID password, then tap Turn Off.

Wait for the process to finish.

After the reset is complete, you'll need to pair your Apple Watch with your iPhone again and set it up as new.

Note: If you can't reset your Apple Watch using the above steps, you may need to use the Apple Support website or contact Apple support for assistance.

To know more about passcode check:

https://brainly.com/question/14637277

#SPJ6

The ______ tab is a contextual tab and displays only when media content on your slide is selected

Answers

The complete statement is:

The Table Tools tab is a contextual tab and displays only when media content on your slide is selected

How to determine the tab

There are several tabs in Microsoft Office packages

Some of these tabs include

Home Page layoutReview and ViewEtc

Of all the available tabs in these packages, the table tool tab is contextual.

This is so because it is not display unless the media is selected

Read more about tabs at:

https://brainly.com/question/14139335

Other Questions
find the inverse of: 1:x --> 4-x/3 + 2 2. Which of the following represents the value of an investment with a principal of $1500 with a nominal interestrate of 2.5% compounded monthly after 5 years?(1) $1,697.11(3) $4,178.22(2) $1,699.50(4) $5,168.71 U hoja 1) Leo las palabras, Averiguo sus significados y escribo y en una o coaderno una oracin para cada palabra. TUVOS Tubo: Sabiao Savia: hondas Onda: Bazo: Vasoo Find the probability P(not E) if P(E)=0.26. what is the figure of speech for that coach is as tough as nails answer for 50 points An outline helps a writer plan a writing project by________? Please help me with this math problem!! Will give brainliest if correct! NO links please! In ancient Greece, Aristotle developed a system of classification which was used for the next 2000 years to describe relationships between living things. Which of the following questions would be most difficult to answer based on Aristotle's classification of living things? Are cows more complex than oak trees? Are tomato plants higher or lower than snails? Which species shows less complexity, a cat, or a dog? Which organism is lower, a squirrel or a lobster? find the equation of the line in point slope form of the line that passes through (-1, 4) and has slope 5 What do you think was the most significant achievement of the civil rights movement?. please help me understand why these two questions use different methods for solving and how to use each way correctly 6. Shana wants to buy her dad a shirt that costs $46.20 for his birthday in 7 weeks. She wants to save the same amount of money each week. How much does she need to save each week? A $0.66 B $6.00 C $6.60 D $66.00 If a solution is undergoing a reaction where co2 is being used as a reactant, what color is the phenol red-containing solution shifting toward?. Estoy segura de que ella lo_____ muy bien contigo. Technician A says to always use the same size tires as the original tires.Technician B says that any size tire may be used on an automobile. Who iscorrect?1. A only2. B only3. Both A and B4. Neither A nor B Qu tipo de palabra es cantar A community theater sells about 150 tickets to a play each week when it charges $20 per ticket. For each $2 decrease on price about 25 more tickets per week are sold. Write a quadratic function to find how the theater can maximize weekly revenue. What should the theater charge to maximize revenue? What is the maximum weekly revenue? (6 pts) (Show all work.)What is the equation:What should the theater charge?What is the maximum revenue? Suppose you must write the next sentence in the following paragraph:We smiled and ran along the beach. The day was pleasant,and the waves lulled us with a pleasant rhythm.Which possible sentence best uses figurative language to match theparagraph's tone?A. The sun felt warm as it shined on us.B. The sun seemed to hate us that day.C. The sun hotly blazed down on us.D. The sun cradled us in its loving arms. in your own understanding, what does Principale of Contradiction mean?