Two of the people most often credited with the invention of the Internet and WWW respectively are _____.
a. Douglas Engelbart and Tim Berners-Lee
b. Marc Andressen and James Clark
c. Alan Emtage and J. Peter Deutsch
d. Vint Cerf and Tim Berners-Lee
Answer: d. Vint Cerf and Tim Berners-Lee
You might also like to view...
A(n) ________ is a program element that can contain both data elements and code statements
Fill in the blank(s) with correct word
If a certain object’s data members need to be frequently modified by const functions, it is best to: a. Declare the member values non-const. b. Declare the member values mutable. c. Use const_cast to make the member values modifiable. d. Use static_cast to make the member values modifiable.
a. Declare the member values non-const. b. Declare the member values mutable. c. Use const_cast to make the member values modifiable. d. Use static_cast to make the member values modifiable.