CompSci Final Exam Flashcards
Machine language is a high-level programming language.
False
One of the benefits of machine language is that it uses natural language and mathematical notations.
T/F
False
Clients cannot perform local computations without access to the network.
Fasle
Assemblers,____ and interpreters are all exampels of language services.
Compilers
for a program to run on a naked machine, it must be represented in binary.
True
A Von Neumann computer without any helpful user-oriented features is called a(n)._____ machine.
naked
The_____ hides from the user the messy details of the underlying hardware.
Interface
In__________, a single instruction provides multiple instructions in __________
high-level programming, machine language
A(n)______ operation involves the comparison of values and the subsequent use of the outcome to decide what to do next.
conditional
Which language does NOT require a semicolon to terminate an executable program statement
Python
The software translator used to convert our high-level language instructions into machine language instructions is called a(n)________
Complier
High-level programming languages were created to overcome the deficiencies of________ language.
assembly
Assembly language programs are _____ Specific
Machine
Newer languages such as Java and C# were developed specifically to run on a variety of hardware platforms without the ned for separate ________ for each type of machine.
Complier
The __________ computer architecture is characterized by sequential fetch- decode-execute cycles.
Von Neumann