Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Invitation to Computer Science Study Set 2
Quiz 6: An Introduction to System Software and Virtual Machines
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
The ____ problem-solving cycle involves inputting code to an assembler, translating it to machine language, loading it into a Von Neumann computer, and executing to produce answers to the problem.
Question 22
Multiple Choice
The ____ hides from the user the messy details of the underlying hardware.
Question 23
Multiple Choice
The conversion of symbolic op codes such as LOAD, ADD, and SUBTRACT to binary makes use of a structure called the ____.
Question 24
Multiple Choice
Translators for ____ are called compilers.
Question 25
Multiple Choice
A Von Neumann computer without any helpful user-oriented features is called a(n) ____ machine.
Question 26
Multiple Choice
A program written in assembly language is called the ____ program.
Question 27
Multiple Choice
Icons displayed on the screen are selected with a mouse and a button using a technique called ____.
Question 28
Multiple Choice
After all the fields of an assembly language instruction have been translated into binary, the newly built machine language instruction and the address of where it is to be loaded are written out to a file called the ____ file.
Question 29
Multiple Choice
In ____, a single instruction provides multiple instructions in _______.
Question 30
Multiple Choice
The set of services and resources created by the system software and seen by the user is called a(n) ____ machine.
Question 31
Multiple Choice
____, such as text editors, are sometimes organized into collections called program libraries.
Question 32
Multiple Choice
If the op code table is sorted alphabetically, the ____ search algorithm is used to find an op code.
Question 33
Multiple Choice
C++ and Java are examples of ____ languages.
Question 34
Multiple Choice
System software acts as a(n) ____ between the users and the hardware.
Question 35
Multiple Choice
A machine language program is called the ____ program.
Question 36
Multiple Choice
____ operation codes are restricted to be used in the operating system or other system software.
Question 37
Multiple Choice
In assembly language, a(n) ____ is a name, followed by a colon, placed at the beginning of an instruction.
Question 38
Multiple Choice
A ____-generation operating system will typically be a parallel processing operating system that can efficiently manage computer systems containing tens, hundreds, or even thousands of processors.