Which of the following would not be considered a disruptive technology?
A. Digital photography replacing film photography
B. Smartphones replacing devices such as MP3 players
C. Computers with word processors replacing typewriters
D. Computers that run macOS replacing computers that run Windows 10
Ans: D. Computers that run macOS replacing computers that run Windows 10
You might also like to view...
In C++, a variable that has been defined but not initialized may not be use as an ______. (l-value or r-value).
Fill in the blank(s) with correct word
Please define Format Painter. How can you use Format Painter to copy a format to one location? How can you use Format Painter to copy a format to several locations?
What will be an ideal response?
What does it mean to outsource services?
What will be an ideal response?
What is the output of the following code?
``` string s("abcdefg"); s.insert(1, 3, 'w'); cout << s << endl; ``` A. awwwbcdefg B. abcdefg C. aweldefg D. awelbcdefg