A(n) ________ is the size of a notebook with a screen that swivels and lies flat over the keyboard.
a. desktop
b. laptop
c. all-in-one
d. tablet PC
Answer: d. tablet PC
You might also like to view...
Microsoft Office 2013 is the newest version of Microsoft Office. _______________
Answer the following statement true (T) or false (F)
You can display single quotation marks with the document.write() method by enclosing your text string within ____.
A. periods B. double quotation marks C. parentheses D. brackets
Repeat Exercise 12 in Chapter 7, but use an instance of ArrayList instead of an array. Make the following slight changes to the methods to reflect that an ArrayList object can grow in size:
• Change the constructor’s parameter from the maximum degree to the desired degree. • The method setConstant might need to add zero-valued coefficients before ai. For example, if a0 = 3, a1 = 5, a2 = 0, a3 = 2, a4 = 0, and a5 = 0, the polynomial would be of degree 3, since the last nonzero constant is a3. The invocation setConstant(8, 15) would need to set a6 and a7 to 0 and a8 to 15.
Many programmers prefer starting their counted loops with a variable containing a(n) ____ value.
A. 0 B. 1 C. arbitrary D. constant