A(n) ___________ operating system provides process and memory management services that allow two or more tasks, jobs, or programs to run simultaneously.
Fill in the blank(s) with the appropriate word(s).
multitasking
You might also like to view...
Which of the following statements should be used to validate that a number input by the user into a variable namedWidgetsis an integer value?
a. ```While Widgets != Widgets Write “Please enter an integer value:” Input Widgets End While``` b. ```While Int(Widgets) != Widgets Write “Please enter an integer value:” Input Widgets End While``` c. ```Repeat Write “Please enter an integer value:” Input Widgets End Repeat``` d. ```While Widgets > 0 Write “Please enter an integer value:” Input Widgets End While```
Each ActiveX component is identified by a unique string of characters called the ____________________.
Fill in the blank(s) with the appropriate word(s).
Which of the following helps to achieve the goal of minimal user action?
A) Only enter data that are not already stored on files. B) Use appropriate default values on screens. C) Provide keystrokes for selecting pull-down menu options. D) All of the above. E) A and C above.
?_____ is a website development strategy that strives to provide an optimal user experience of a website regardless of the device or browser used.
A. ?Adaptive design B. ?Meta design C. ?Hotspot design D. ?Responsive design