CE 14 Flashcards
A(n) _________ is a list of instructions detailing the steps needed to perform a task.
Program
In the course of creating program specifications the end user should sketch out the desired
Output
In a ________ structure, one statement follows the other with no conditions having to be met.
Concatenation
A _________ language uses symbols, words, and phrases that instruct a computer how to structure information for display or processing.
Content-markup
A program error that violates the rules of the programming language is a _________ error.
Synatx
This tool provides automation and assistance in program design, coding, and testing.
CASE (computer-aided software engineering) tool
Which of the following lines of code comes from a first-generation computer language?
00010 1010 1101 0001 1010
C++ is considered a(n)
Procedural Language
Task oriented lanugages are the _________ generation of programming languages.
Fourth
Fourth generation languages use
Nonproceduaral Statements
Languages that use abbreviations or nmemonics
Assembly
Process by which a program is organized into objects
OOP
A list of instruction for the computer to follow to process data.
Program
Error that occurs when an incorrect calculation or incorrect procedure is used in a program
Logic error
Computer specialist whose job it is to ensure current programs run error free, efficiently, and effectively.
Maintanence programer
Programming step in which objects, outputs, inputs, and processing requirements are determined
Program specification
An outline of the logic of the program to be written.
Pseudocode
Logic structure in which a process may be repeated as long as a certain condition remains true
Repetition structure
Computer professional who creates new software or revises existing software
Programmer
Actual writing of a program
Coding