Software can be divided into which two broad categories?
Ans:
Operating systems
Application software
Computer Science & Information Technology
You might also like to view...
A(n) ____________________ folder contains over 25 motion presets that are built into Flash.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What conditions make using three-point estimating justifiable?
What will be an ideal response?
Computer Science & Information Technology
A fingerprint reader is which type of security technology?
A. Biometrics B. Smart card C. Barcode reader D. SSID
Computer Science & Information Technology
How many lines of output will be displayed by the following program fragment?
``` i = 0 do { for (j = 0; j < 4; j = j + 1) printf("%d\n", i + j); i = i + 1; } while (i < 5); ``` a. 0 b. 7 c. 9 d. 16 e. 20
Computer Science & Information Technology