Which type of a password cracking attack uses a predefined dictionary and prepends or appends characters to the dictionary word in an attempt to discover the password?
a. Dictionary attack
b. Brute force attack
c. Hybrid attack
d. Rainbow table attack
ANS: C
You might also like to view...
Which of the following statements is false?
a. List method sort modifies a list to arrange its elements in ascending order: numbers = [10, 3, 7, 1, 9, 4, 2, 8, 5, 6] numbers.sort() b. To sort a list in descending order, call list method sort with the optional keyword argument reverse-=False. c. Built-in function sorted returns a new list containing the sorted elements of its argument sequence—the original sequence is unmodified. d. All of the above statements are true.
When using a database, a(n) ________ is an association between two tables that is created using a field that is common to both tables
Fill in the blank(s) with correct word
You can use the ________ allows to make changes to the layout while you are viewing the data on the form
A) Stacked Layout B) Tabular Layout C) Layout View D) Print Preview
Which type of events focus on responding to finger touches on a touchscreen??
A. ?Drag events B. ?Pointer events C. ?Touch events D. ?Mouse events