CSCE 110 Lecture Notes - Lecture 1: Assembly Language, Fortran, Mnemonic

91 views3 pages

Document Summary

Assembly language: assembly language instructions are mnemonic, assembler: translates a program written in assembly language into machine language, using the assembly language instructions, the equation wages = rates hours can be written as follows: Processing a program: to execute a program written in a high-level language such as c++ Use an editor to create a source program in c++ In a c++ program, statements that begin with the symbol # are called preprocessor directives. These statements are processed by a program called preprocessor. Use the compiler to: check that the program obeys the rules, translate into machine language (object program) Software development kit (sdk) may be used to create a program. Combines object program with other programs provided by the sdk to create executable code. Loader: loads executable program into main memory. The last step is to execute the program. Problem solving: programming is a process of problem solving, problem solving techniques. Design steps (algorithm) to solve the problem: algorithm:

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents