Unit 1 Flashcards
Software Engineer
A person who designs, develops, and tests software for home, school, and business use
Class Header
Consists of the class keyword and the name of the class
Inegrated Development Software (IDE)
A software application for writing, compiling, testing, and debugging program code
Software
A collection of instructions that is run by a computer
Source Code
A collection of programming commands
Syntax
The rules for how a programmer must write code for a computer to understand
Syntax Error
A mistake in the code that does not follow a programming language’s syntax
Attribute
A characteristic of an object
Behavior
An action that an object can perform
Bug
An error in the code
Class
A programmer-defined blueprint from which objects are created
Constructor
A block of code that has the same name as the class and tells the computer how to create a new object
Debugging
Finding and fixing problems in an algorithm or program
Instantiate
To call the constructor to create an object
Object
An instance of a class