CompSci Chapter 1 Flashcards
Application Software
Apps. Applications that make the computer useful to the user.
Algorithm
Well defined steps for performing a task or solving a problem.
Button
A type of control that allows the user to click on an item
Binary Number
Instructions that only a computer can read. The language consists of only ones and zeroes.
Name Property
A property that establishes non-visual characteristics.
Auto Hide
A capability in which a window in VB can automatically hide itself. Has a pushpin in title bar
Operating System (OS)
A set of programs that manages the computer’s hardware devices, controls and processes.
Pseudocode
A mix between human language and computer language. A visualization tool for programmers so they can see what code needs to be written.
Property
Also known as an attribute, a property is the data that an object contains.
Syntax
The law in which a computer language must follow. Different languages have their own syntax.
Runtime Error
An error that still allows the program to execute or compile but outputs false information. For example, a mathematical formula.
Central Processing Unit (CPU)
The part of the computer that actually runs programs. Without it, a computer could not run any software
CheckBox
A type of control most commonly seen in the GUI. A CheckBox allows the user to check off certain items.
Code
Also known as source code, code are the statements that are written in a program.
ComboBox
A control that is the combination of a ListBox and a TextBox
Comments
Phrases that programmers use to help them code. The compiler ignores them entirely. Comments are there so the programmer knows what they were thinking when they were writing the code for the first time