Home
Flashcards
Preview
Java Ch. 1
Home
Get App
Take Quiz
Create
Software refers to:
Programs
Logical errors are mistakes that cause the program
to produce erroneous results. (True/False)
True
False
True
Another term for programs is:
Software
Java source files end with the .class extension. (True/False)
True
False
False
The major components of a typical computer system
consist of:
-Secondary storage devices
-The CPU
-Input/Output devices
-Main memory
The contents of a variable cannot be changed while
the program is running. (True/False)
True
False
False
The two primary methods of programming in use today
are:
Object Oriented & Procedural
Whereas ________ is centered on creating
procedures, ________ is centered on creating objects.
procedural programming; object-oriented programming
A characteristic of ________ is that only an
object's methods are able to directly access and make the changes to the
object's data.
Data Hiding
A computer program is:
A set of instructions that enable the computer to solve a problem or perform a task
Compiled byte code is also called source code. (True/False)
True
False
False
Application software refers to:
The programs that make the computer useful to the user.
The data contained in an object is known as
________.
Attributes
The Java Virtual Machine is a program that reads
Java byte code instructions and executes them as they are read. (True/False)
True
False
True
In the Programming Process which of the following
is involved in defining what the program is to do:
-Output
-Process
-Input
-Purpose
An Algorithm is:
A set of well-defined steps for performing a task or solving a problem.
An Applet is:
A small application.
A Variable is:
A named storage location in the computer's memory.
Source Code is:
Programming statements written by the programmer.
Portable means:
That a program may be written on one type of computer and then run on a wide variety of computers with little or no modification necessary.
An IDE is:
An Integrated Development Environment.
A Compiler is:
A program that translates source code into an executable form.
Pseudocode is:
A cross between human language and a programming language and is especially helpful when designing an algorithm.
Author
senator77
ID
101015
Card Set
Java Ch. 1
Description
Intro to Computers & Java
Updated
2011-09-28T18:31:45Z
Show Answers
Home
Flashcards
Preview