Answer:
Explanation:
A ruler
;););););););););););););););)
Answer:
c) it will always return with an answer of 7 or fewer comparisons of data.
Explanation:
As maximum number of comparison in worst case for sorted binary search is log₂n, here n = 100, so maximum search is at least 6.6 which is approximately 7.
I’m here, hello. . . . . . .
Answer:
a) It is used for authentication.
Explanation:
Hashing is a process of transforming a single key into another value. It generates the values using a mathematical algorithm. the outcome of this process is a hash value or a hash.
The hashing process is used for authentication.
The hashing process is not reversible.
The hashing process is used to create the digital signature.
The outcome of the hashing process is the hash value, not a message.
Answer: d. should be lowercase.
Explanation:
ID attributes are case sensitive for the most part - DOM and Java Script - which means that the ID attribute does not always have to be lowercase.
It can be uppercase as well. ID attributes can also start with a number and as of HTML 5 can start with a special character as well. Finally, the ID attribute must always be unique within each document.