Week 5 Quiz Usable Authentication
Week 5 Quiz Usable Authentication >>> Usable Security 1. Question 1 What type of attack would be most effective / fastest if the user’s password is “hello”? 1 point Dictionary…
Week 5 Quiz Usable Authentication >>> Usable Security 1. Question 1 What type of attack would be most effective / fastest if the user’s password is “hello”? 1 point Dictionary…
10. Question 10 Which of the following are valid RGB colors on a computer? (Each option below is a collection of three values for red, green and blue, respectively. Check…
9. Question 9 The RGB color corresponding to (222,184,135) also has the name BurlyWood. Is the following statement true or false? Any RGB value has a name you can use…
8. Question 8 Which of the following are valid hexadecimal digits? (Check all that apply.) 1 point C -2 L 3
7. Question 7 If the blue part of a RGB value were set to 0, how many color choices would you still have available by changing the other components of…
6. Question 6 What is the difference between the CSS “id=” and “class=” in an HTML tag? 1 point The “id=something” can be used to style one HTML element,…
5. Question 5 What is the difference between the two HTML table tags: <th> and <td> ? 1 point The <th> tag can only be used to hold text…
4. Question 4 A friend of yours is trying to write a list that displays on a browser like this: Instead, your friend’s list displays like this: Here is a…
3. Question 3 Consider the following HTML to display a list: Which one of the following represents how this list would be displayed on a web page? 1 point …
2. Question 2 Consider the following HTML: Which of the following could represent the way this HTML would be displayed on a web page? 1 point