Module 1: Introduction to Programming Flashcards
A sequence of instructions written to perform a specified task for a computer.
Computer Program (Software Program or Program)
A text written in a computer programming language.
Source Code
A source code of a program can be written in these types of languages:
High-level language
Low-level language
A source code must be translated to machine instructions through either:
Interpreter
Compiler
This translates and executes the code into machine language line by line.
Interpreter
This reads the code as a whole and then executes it.
Compiler
This combines all of the compiled code required for the program
Linker
The process of designing, writing, testing, debugging/ troubleshooting, and maintaining the source code of computer programs.
Computer Programming or Programming
The purpose of programming:
Create a program and exhibit desired behavior.
Self-contained set of instructions used to operate a computer to produce a specific result
Program or Software
This consists of binary instructions and is also called “executables.”
Machine Language
The two parts of Machine Language:
Instruction and Address
The operation to be performed; is also called an opcode.
Instruction part
The memory address of the data to be used.
Address part
Languages that use instructions tied directly to one type of computer.
Low-level Languages