CCS20 MOD 1 - Introduction to Programming Flashcards
Is a sequence of instructions written to perform a specified task for a computer
Computer Program
Functions are NOT built into programming language (PL), functions are coded by programmers
Hard Coded
Text written in a computer programming language
Source Code
Instructs computer programs to function
Source Code
The programs written in a high- or low-level language
Source Code
Executable file that can be understood by a computer
Program
Written in a computer language and NOT executable
Source Code
Translate source code to machine language
Translators
Compiles ALL the lines of codes before creating an executable file
Compiler
Reads and executes line per line
Interpreter
Will not execute source code if there is error
Compiler
Executes line by line of code; will execute lines until error is found
Interpreter
(TRUE or FALSE) Java has both interpreter and compiler
True
Combines all of the compiled code required for the program
Linker
Creates an object file (.obj / .Ink file)
Linker
The process of writing, designing, testing, debugging, troubleshooting, and maintaining the source code of computer programs
Computer Programming
(TRUE or FALSE) Writing the program is also understanding the program
TRUE
Designs programs
Front-end Developer
Codes the functions of the program
Back-end Developer
Basic computer program
Calculators