Java Chapter 1 – Flashcards

Unlock all answers in this set

Unlock answers
question
Carrying out the steps of a program, starting with the first, then the second and proceeding to the last is known as __________ processing.
answer
sequential
question
T or F ? Machine languages can be used to write programs that can run on any machine.
answer
False
question
A compiler
answer
translates source code into executable code
question
When a program runs on a computer, the part of the computer that carries out the instructions is called the
answer
cpu
question
A byte in memory is identified by a unique number called its
answer
address
question
In modern computer systems, a byte consists of __ bits
answer
8
question
When a program runs on a computer, it is stored in
answer
RAM
question
When a program is not running, it is stored
answer
on a disk.
question
The rules that govern the correct order and usage of the elements of a language are called the ______ of the language
answer
syntax
question
Words that have a special meaning in a programming language are called
answer
key words
question
The code that a programmer writes is called _____ code.
answer
source
question
Files containing Java code must end with what "extension"?
answer
.java
question
The standard name of the Java compiler is
answer
javac
question
To run a Java program from a command line, we use the ______ command.
answer
java
question
An error in a program that involves a violation of language rules will be detected at ______ time.
answer
compile
question
What best defines a "programming language"?
answer
It allows us to express an algorithm.
question
Which of these is not a programming language? C C++ HTML Java
answer
HTML
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New