cs vocab (up to unit 7)

studied byStudied by 2 people
0.0(0)
get a hint
hint

source code

1 / 38

Tags and Description

39 Terms

1

source code

a file that contains instructions written in the Java language, that will be translated before execution

New cards
2

byte code

a file created by the compiler after Java instructions are translated to binary values, used to execute a program

New cards
3

runtime

when a program is executing the code

New cards
4

compile time

when code is checked for syntax errors, before the code is executed

New cards
5

argument

a value passed into a method

New cards
6

parameter

the variable that accepts a value passed into a method

New cards
7

operator

a symbol that represents a specific operation

New cards
8

method

a group of statements that perform one task

New cards
9

scope

the part of a program where a variable is available to be used

New cards
10

{}

braces

New cards
11

()

parentheses

New cards
12

[]

brackets

New cards
13

iteration

one repetition of a loop

New cards
14

resource class

a class that defines a data type, blueprint for a new type of variable

New cards
15

tester/driver class

the class used to test out code from a resource class

New cards
16

instance variable/data field

a variable used to store information about an object

New cards
17

class variable

a variable used to store information that pertains to all objects of one type

New cards
18

instance method

a method that is called with an object, that is often used to modify or access information specific to that object

New cards
19

state

one of the words used to describe the features of a datatype; the values of all instance variables for an object

New cards
20

behavior

one of the words used to describe the features of a datatype; all actions (methods) that an object can make

New cards
21

index

a value that indicates the position within a collection of values, such as where one character is located in a string or a value is located in a dataset

New cards
22

length

the number of values in an array

New cards
23

instance

an object created from a resource class

New cards
24

call

the verb used when a line of code executes a method

New cards
25

conditional blocks

if, else, else if blocks

New cards
26

null

the value of an reference type variable (object) when it is not initialized

New cards
27

concatenate

the operation that joints together the contents of two Strings

New cards
28

logical error

this error occurs when a program is able to run to completion but does not perform the intended task

New cards
29

syntax error

this error prevents code from compiling

New cards
30

runtime error

this error occurs during a program's execution that prevents it from executing to completion

New cards
31

return

the keyword that ends a method

New cards
32

.java

the extension on a source code file

New cards
33

.class

the extension on a byte code file

New cards
34

loop control variable

a variable whose value is used to run a loop

New cards
35

local variable

a variable whose scope is limited to one block

New cards
36

parenthesis

The name for the one of the ( ) symbols is a _________.

New cards
37

declare

When you create a variable for a the first time, you must ________ it with a type.

New cards
38

initialize

When you assign a value to a variable for the first time, you must __________ it.

New cards
39

brace

The name for ONE of the { } symbols is a _________.

New cards

Explore top notes

note Note
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 23 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 139 people
Updated ... ago
5.0 Stars(6)
note Note
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 17 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard60 terms
studied byStudied by 156 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard32 terms
studied byStudied by 29 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard51 terms
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard30 terms
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard53 terms
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard55 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard54 terms
studied byStudied by 15 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard68 terms
studied byStudied by 879 people
Updated ... ago
4.4 Stars(7)