answersLogoWhite

0

SOMETHING LIKE PaSSworD

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does case sensitive pretain to in computer terms?

Case sensitivity is when the data in question will be influenced on whether or not certain alphabetical characters are in uppercase or lowercase, thus the meaning of case sensitive.For example, if someone said your personal password to something was case sensitive and you decided to use the phrase, "Password"..."password" will not work. Likewise,"PASSWORD" will not work, either."PaSSworD" will, of course, not do it as well.If you entered "Password" and it is case-sensitive, "Password" will be what you need to enter every time.


How do you write case sensitive?

Something is case sensitive when it requires proper capitalization and lower case letters as well as numbers. Case sensitive passwords will not work if you forget to make sure the proper letters in words used for password are capitalized. An example of a case sensitive word would be WikiAnswers.


What is the password for the activity wizard on Packet Tracer?

The password is: san_fran It is case-sensitive.


Why does your Club Penguin keep on saying case sensitive?

It will say if you're password is case sensitive, either if somebody else is on you're profile or typed in the incorrect password


How does a computer understand the password of case sensitive?

Case sensitive passwords are easier to implement than case insensitive, as the program can simply compare each byte of input against each byte of the stored password, and if there are no mismatched bytes, the password matches.


What is the enable password for packet tracer?

class (its case sensitive)


What is the password for the US pikachu c-gear?

"PikachuCGear" (case-sensitive)


How do you type your password case sensitive on club penguin?

Just please tell me a case sensitive password!


What does case senertive mean?

Case sensitivity refers to the distinction between uppercase and lowercase letters in text or programming. For example, in a case-sensitive system, "Password" and "password" would be considered different values. This concept is commonly applied in programming languages, file systems, and databases, where the exact casing of characters affects the interpretation of strings or identifiers.


Is “C language” case sensitive programminIs “C language” case sensitive programming language If yes why and if no whyg language If yes why and if no why?

C is case sensitive, which means that, for example, $var and $VAR are not the same variable.


How can i create a password with minimum 8 characters case sensitive 1 each upper and lower case number special character?

12345678


What is the code for case sensitive in HTML?

HTML in not case sensitive i.e. upper and lowercase does not matter. For example: <body> tag and <BODY> tag are the same.