Filters
Question type

Study Flashcards

A procedure is a set of programming language statements that, together, perform a specific task.

Correct Answer

verifed

verified

Byte code instructions are


A) machine code instructions
B) syntax errors
C) read and interpreted by the JVM
D) another name for source code

Correct Answer

verifed

verified

Because Java byte code is the same on all computers, compiled Java programs


A) are nonexistent
B) must be re-compiled for each different machine before they can be run
C) are highly portable
D) cannot run on computers with different operating systems

Correct Answer

verifed

verified

Key words are


A) symbols or words that perform operations on one or more operands
B) words or characters representing values that are defined by the programmer
C) the data names in your program
D) words that have a special meaning in the programming language

Correct Answer

verifed

verified

RAM is usually


A) an input/output device
B) a volatile type of memory, used for temporary storage
C) secondary storage
D) a static type of memory, used for permanent storage

Correct Answer

verifed

verified

A(n) __________ is a software entity that contains data and procedures.


A) object
B) program
C) class
D) method

Correct Answer

verifed

verified

While __________ is centered on creating procedures, __________ is centered on creating objects.


A) procedural programming, object-oriented programming
B) object-oriented programming, procedural programming
C) routine programming, method programming
D) procedural programming, class programming

Correct Answer

verifed

verified

Each byte is assigned a unique number known as an address.

Correct Answer

verifed

verified

Encapsulation refers to the combining of data and code into a single object.

Correct Answer

verifed

verified

A set of programming language statements that perform a specific task is a(n)


A) pseudocode chart
B) source code
C) object
D) procedure

Correct Answer

verifed

verified

A(n) __________ is used to write computer programs.


A) pseudocode document
B) operating system
C) application
D) programming language

Correct Answer

verifed

verified

What is syntax?


A) the rules that must be followed when writing a program
B) the words that have a special meaning in the programming language
C) the symbols or words that perform operations in a program
D) the words or characters that are defined by the programmer

Correct Answer

verifed

verified

Computers can do many different jobs because they are


A) programmable
B) reliable
C) automated
D) electronic

Correct Answer

verifed

verified

Showing 41 - 53 of 53

Related Exams

Show Answer