Chapter 1 - Introduction

Chapter 1 - Introduction

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Run-time error:

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (20)

Section 1

(20 cards)

Run-time error:

Front

Causes the program to take an action that the programmer did not intend

Back

Front

Every source file can contain at most one public class

Back

Front

Every Java application contains a class with a main method

Back

Secondary storage

Front

provides slower and less expensive storage that persists without electricity.Usually a hard-disk or a solid-state drive

Back

Algorithm

Front

A sequence of steps that is: unambiguous executable terminating

Back

Compiler

Front

translates high-level language to machine code

Back

Compile-time error

Front

A violation of the programming language rules that is detected by the compiler

Back

Programming

Front

The act of designing and implementing computer programs

Back

Classes

Front

the fundamental building blocks of Java programs

Back

Pseudocode

Front

An informal description of an algorithm

Back

CPU

Front

Performs program control and data processing.

Back

Java

Front

A high-level programming language developed by Sun Microsystems

Back

Statements

Front

Back

Program

Front

Sequence of basic operations executed in succession.

Back

Front

Java is case-sensitive

Back

Java Virtual Machine

Front

A program that interprets JAVA byte codes and executes them.

Back

Front

The name of the public class must match the name of the file containing the class

Back

Front

Compiler ignores any text enclosed between // and end of the line

Back

String

Front

a sequence of characters enclosed in double quotation marks

Back

Primary storage

Front

made from electronic circuits that can store data, provided they are supplied with electric power

Back