Computer Math H

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:59 PM on 9/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

The Java program we write

Source Code

2
New cards

The extension the file will have

.java

3
New cards

Process of translating source code into lower-level code that the computer can use

compile

4
New cards

the lower-level code produced by the compiler

bytecode

5
New cards

The file extension created after compiling Java source code

.class

6
New cards

executes your instructions from the bytecode

running

7
New cards

The software that allows the .class file to run on a machine

Java virtual machine

8
New cards

Breaks Java command writing rules

Syntax Error

9
New cards

The program crashes while running because you asked it to do something impossible

Run time

10
New cards

Your program executes all the commands, but doesn’t accomplish the required task

Logic