(there are more than 4 parts so as per policy i will answer forst 4 : a,b,c,d)
a.
total options for each unit of the password = 26 lowercase letters + 26 uppercase letters + 10 numbers
= 62
password length = 8
no. of possible passwords = (no. of options per unit)^(length)
= 62^8
= 2.1834011 * 10^14
time to test = (no. of possible passwords) * (time to test each)
= ( 2.1834011 * 10^14 ) * (1 nanosecond)
= 2.1834011 * 10^14 nanoseconds
b.
no. of passwords = (no. of uppercase letters)*[ (no. of lowercase letters)^10 ]*(no. of numbers)
= (26)*[ (26)^10 ]*10
= 3.6703445 * 10^16
no. of passwords = 3.6703445 * 10^16
time to test = (no. of possible passwords) * (time to test each)
= ( 3.6703445 * 10^16 ) * (1 nanosecond)
= 3.6703445 * 10^16 nanoseconds
c.
Passwords that start with a capital letter, have between 10 and 20 lowercase letters,and end with a number.
no. of passwords
= (no. of uppercase letters)*[ (no. of lowercase letters)^10 ]*(no. of numbers) + (no. of uppercase letters)*[ (no. of lowercase letters)^11 ]*(no. of numbers) + ...... + (no. of uppercase letters)*[ (no. of lowercase letters)^20 ]*(no. of numbers)
= (26)*[ (26)^10 ]*10 + (26)*[ (26)^11 ]*10 + (26)*[ (26)^12 ]*10 + (26)*[ (26)^13 ]*10 + (26)*[ (26)^14 ]*10 + (26)*[ (26)^15 ]*10 + (26)*[ (26)^16 ]*10 + (26)*[ (26)^17 ]*10 + (26)*[ (26)^18 ]*10 + (26)*[ (26)^19 ]*10 + (26)*[ (26)^20 ]*10
= 5.3885715 * 10^30
time to test = (no. of possible passwords) * (time to test each)5.3885715* 10^30 * 1 nanosecond
= 5.3885715 * 10^30 nanoseconds
d.
for each unit of the password there are 20,000 options
no. of possible passwords = (20,000)^4
= 1.6 * 10^17
time to test = (no. of possible passwords) * (time to test each)
= (1.6 * 10^17 ) * (1 nanosecond)
= 1.6 * 10^17 nanoseconds
(please UPVOTE)
Compute the number of passwords of each type below along with how long it would taketo...
i. How many 5-letter passwords (letters may be repeated) can be created from the monkey type- writer from Q1 if it is forbidden for a password to begin and end with the same letter? Answer: 11. Using the monkey typewriter from Q1, how many 8-letter words are there consisting of 8 distinct letters that contain the word 'APE' (as 3 consecutive) letters within the 8-letter word? Answer: iii. Suppose that a group of 9 inhabitants of the Island of Knights...
I have to use java programs using netbeans. this
course is introduction to java programming so i have to write it in
a simple way using till chapter 6 (arrays) you can use (loops ,
methods , arrays)
You will implement a menu-based system for Hangman Game. Hangman is a popular game that allows one player to choose a word and another player to guess it one letter at a time. Implement your system to perform the following tasks: Design...
1- If four alphabets are to be chosen from L, M, N, O, P, Q such that repetition is not allowed then in how many ways it can be done? 2- Sally must choose a 5-digit PIN. Each digit can be chosen from 0 to 9 and the same digit can be used repeatedly. How many possible PIN numbers can be created? 3- Jenny has 8 tops, 5 bottoms, 2 belts, and 2 bracelets. Assuming that everything matches, how many...
1) A: List all possible outcomes (the sample space) for the tree diagram below B: Calculate the number of all possible outcomes: bb 2) Based on the tree diagram below, how many ways can a coin be tossed four times and get exactly 3 tails? Hнн HHT HHHH HHHT HHTH H HTT HTHH HTHT HTTH HTTT THH T THT TTHS THHH THHT THTH THTT TTHH ΤΤΗΤ ΤΤΤΗ ΤΤΤΤ ΤΤΤ 3) How many 12-letter "words" (real or made-up) can be made...
Assignment Overview This programming assignment is intended to demonstrate your knowledge of the following: Writing a while loop Writing a for loop Writing a while loop with a sentinel value Chocolate Coupons Foothill Fro-cho, LLC, gives customers a coupon every time they purchase a chocolate bar. After they earn a certain number of coupons, they qualify for a free chocolate bar, which they may use toward the purchase of a single chocolate bar. Usually, 7 is the...
Please read the article and answer about questions. You and the Law Business and law are inseparable. For B-Money, the two predictably merged when he was negotiat- ing a deal for his tracks. At other times, the merger is unpredictable, like when your business faces an unexpected auto accident, product recall, or government regulation change. In either type of situation, when business owners know the law, they can better protect themselves and sometimes even avoid the problems completely. This chapter...
A. Issues [1] In addition to damages for one year's notice period, can a trial judge award significant damages for the mere fact of an employee's dismissal, or for the stigma that that dismissal brings? Or for the employer thereafter competing with the ex-employee for the clients, before the ex-employee has got a new job? B. Basic Facts [2] This is an appeal from 2009 ABQB 591 (CanLII), 473 A.R. 254. [3] Usually a judgment recites facts before law. But...