Zusammenfassung der Ressource
Frage 1
Frage
A(n) ____ translates and executives one statement at a time.
Antworten
-
compiler
-
interpreter
-
source program
-
symbolic address
Frage 2
Frage
An OOP language is ____, which means an OOP language program checks for and responds to events such as pressing a key or typing a value.
Antworten
-
event driven
-
interpreted
-
event based
-
compiled
Frage 3
Frage
When programmers compile a(n) ___ program, the resulting object code is called bytecode, which is machine independent.
Frage 4
Frage
The concept of packaging data and procedures into a single object is called ___.
Antworten
-
object code
-
encapsulation
-
an object program
-
a control statement
Frage 5
Frage
Programmers must convert machine language into an assembly language program before the computer can execue, or run, the program.
Frage 6
Frage
A language's logic is the set of grammar and rules that specifies how to write instructions for a soluition algorithm.
Frage 7
Frage
An error in a program is known as a beta.