CS Awesome - Unit 5 Vocabulary

studied byStudied by 3 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 12

13 Terms

1

Class

A class defines a type and is used to define what all objects of that class know and can do.

New cards
2

Compiler

Software that translates the Java source code (ends in .java) into the Java class file (ends in .class).

New cards
3

Compile time error

An error that is found during the compilation. These are also called syntax errors.

New cards
4

Constructor

Used to initialize fields in a newly created object.

New cards
5

Field

A field holds data or a property - what an object knows or keeps track of.

New cards
6

Java

A programming language that you can use to tell a computer what to do.

New cards
7

Main Method

Where execution starts in a Java program.

New cards
8

Method

Defines behavior - what an object can do.

New cards
9

Object

Objects do the actual work in an object-oriented program.

New cards
10

Syntax Error

A syntax error is an error in the specification of the program.

New cards
11

class

used to define a new class

New cards
12

public

a visibility keyword which is used to control the classes that have access. The keyword public means the code in any class has direct access.

New cards
13

private

a visibility keyword which is used to control the classes that have access. The keyword private means that only the code in the current class has direct access.

New cards

Explore top notes

note Note
studied byStudied by 8 people
340 days ago
5.0(1)
note Note
studied byStudied by 64 people
145 days ago
5.0(1)
note Note
studied byStudied by 230 people
849 days ago
5.0(1)
note Note
studied byStudied by 6 people
711 days ago
5.0(1)
note Note
studied byStudied by 5 people
98 days ago
5.0(1)
note Note
studied byStudied by 92 people
91 days ago
5.0(3)
note Note
studied byStudied by 18 people
830 days ago
5.0(1)
note Note
studied byStudied by 8907 people
656 days ago
4.8(41)

Explore top flashcards

flashcards Flashcard (52)
studied byStudied by 3 people
616 days ago
5.0(1)
flashcards Flashcard (49)
studied byStudied by 3 people
737 days ago
5.0(1)
flashcards Flashcard (47)
studied byStudied by 106 people
483 days ago
5.0(1)
flashcards Flashcard (160)
studied byStudied by 1 person
614 days ago
5.0(1)
flashcards Flashcard (75)
studied byStudied by 14 people
765 days ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 3 people
435 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 14 people
588 days ago
5.0(1)
robot