The scientist and the engineers were both responsible for the invention of the airbag.
- Peter Florhancicn was a scientist and he invented the airbag because of the Dutch people who drowned when they drove into the canals
- Also, John Hetrick who was an engineer filed for the patent of airbags when he saw that deers were running across the road. He believed that it could cause an accidentthat led to the invention.
In conclusion, both the engineers and the scientists were responsible.
Read related link on:
brainly.com/question/24686827
Answer:
Check the explanation
Explanation:
Keep two iterators, i (for nuts array) and j (for bolts array).
while(i < n and j < n) {
if nuts[i] == bolts[j] {
We have a case where sizes match, output/return
}
else if nuts[i] < bolts[j] {
what this means is that the size of nut is lesser than that of bolt and we should go to the next bigger nut, i.e., i+=1
}
else {
what this means is that the size of bolt is lesser than that of nut and we should go to the next bigger bolt, i.e., j+=1
}
}
Since we go to each index in both the array only once, the algorithm take O(n) time.
Answer:
The correct answer to the following question is ACL name is the case sensitive.
Explanation:
ACL name is unique, alphanumeric and case sensitive that's why the router deals like the access_network, the ACCESS_NETWORK as it if they are the two separates ACL's.
That's why ACL always has the unique identities.
Answer: False
Explanation:
Digital certificate is defined as entity identification in digital form that is used by a user or firms to share their information along with authentication and security. It uses public key cryptographic technique and so it is also know as public key certificate.
- Digital signature is the signature that is done digitally to secure data or document.It maintains security of the content present in message of information that is being exchanged through e-signature.It follows encryption technique for maintaining authenticity.
- Therefore, digital signature is the signing feature that protects macro after being made to maintain its authenticity.
- Thus, the given statement is false.
There are lot of computer network. The security concerns do you have about this type of network is that;
- They are not really secure this is because in simple installations, data and other resources are shared by network users and this can be easily seen and used by individuals who have not been authorized.
<h3>Peer-to-Peer Network
</h3>
- This is known as a type of network where every computer are able to communicate directly with every other computer.
All computer on this network has equal. but, each computer are configured to share only some of its resources. It is known for its security risk of data been not safe in this network.
Learn more about network from
brainly.com/question/1172049