Informatics

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

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:47 AM on 10/23/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Integrated Development Environment (IDE)

 a specialized software designed to assist programmers in creating, editing, and managing code efficiently

2
New cards

class header

consists of the class keyword and the name of the class

3
New cards

comment

a text note to explain or annotate the code and is ignored when the program is run

4
New cards

compiler

a special program that translates code written in one programming language (like Java) into another language (like machine code that your computer understands)

5
New cards

source code

a collection of programming commands

6
New cards

syntax

the rules for how a programmer must write code for a computer to understand

7
New cards

syntax error

a mistake in the code that does not follow a programming language's syntax

8
New cards

attribute

a characteristic of an object

9
New cards

behavior

 an action that an object can perform

10
New cards

class

 a programmer-defined blueprint from which objects are created

11
New cards

object

 an instance of a class

12
New cards

object-oriented programming

an approach to creating and using models of physical or imagined objects

13
New cards

constructor

a block of code that has the same name as the class and tells the computer how to create a new object

14
New cards

exception

a type of run-time error that interrupts the normal flow of the program's execution

15
New cards

instantiate

to call the constructor to create an object

16
New cards

run-time error

a mistake in the program that occurs during the execution of a program

Explore top flashcards