Solution to How many ways are there to choose a valid password of the computer system - Sikademy
Author Image

Archangel Macsika

How many ways are there to choose a valid password of the computer system

The Answer to the Question
is below this banner.

Can't find a solution anywhere?

NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?

Get the Answers Now!

You will get a detailed answer to your question or assignment in the shortest time possible.

Here's the Solution to this Question

A standard Qwerty keyboard can (by default) produce 96 unique characters.

Suppose we intend to create a password of size 'n'.

These each of the n places of this password can be filled using any of the above mentioned 96 characters.

Thus, total possible combinations would be =96*96*96*....*96=96^n

Thus, there are 96^n ways to choose a valid password (of size 'n') for the computer system.


Related Answers

Was this answer helpful?

Join our Community to stay in the know

Get updates for similar and other helpful Answers

Question ID: mtid-5-stid-8-sqid-3985-qpid-2684