Match the following operating systems with their characteristics:

I. Windows/Intel
II. PC-DOS
III. OS/390 and Z/OS
IV. Linux
V. iOS

A. operating system developed for IBM
B. GUI operating system
C. a popular desktop computer platform
D. cell phone operating system
E. IBM mainframe operating system


C, A, E, B, D

Computer Science & Information Technology

You might also like to view...

Using the format menu, you can use the ____ option to make two or more controls the same width and/or height.

A. Duplicate Size B. Same Size C. Make Same D. Make Same Size

Computer Science & Information Technology

A file created with Microsoft Word is usually called a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following is a segment of memory or storage, such as the disk in the accompanying figure, in which items are placed while waiting to be transferred from an input device or to an output device?

A. index B. process C. throttle D. buffer

Computer Science & Information Technology

Which of these “properties” of testing using stubs and drivers are correct?

a) Using drivers and stubs is a lot of work for not much gain. b) Using drivers and stubs avoids trying to debug a large program all at once. c) Testing the pieces is difficult to do in any significant way. You need the entire program to run a meaningful test. d) Drivers run the pieces individually. They are temporary. They can be minimal, without i/o, having only data generating code, and not doing much (except possibly validating) with the information they return. e) Stubs are short programs that are fairly easy to write. They return only minimum data necessary for the caller to be debugged.

Computer Science & Information Technology