Unit 7 Software engineering

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

Editor

1 / 11

flashcard set

Earn XP

12 Terms

1

Editor

Allows programmer to enter, format and edit source code

New cards
2

Compiler

Converts source code into executeable machine code. Once compiled, a program can be run at any time

New cards
3

Interpreter

Convert each line of source code into machine code, and execute it line by line. The conversion process is performed each time the program needs to be run

New cards
4

Linker

A program which allows previously compiled code from software libraries to be linked together

New cards
5

Loader

A program which helps locate, identify and rectify errors in a program

New cards
6

Trace

A facility which displays the order in which the lines of a program are executed, and possible values of the variable

New cards
7

Break point

A facility which interrupts a program on a specific line of code, allowing the programmer to compare the values of variables against expected value.

New cards
8

Variable watch

A facility which displays the current value of any variable.

New cards
9

Memory inspector

A facility which will display the content of a section of a memory

New cards
10

Error diagnostic

Used when a program fail to compiler or to run. Error message is also displayed to help the programmer diagnose what have gone wrong

New cards
11

Libraries and its advantages

It is a collection of commonly used private functions and subprograms.

Advantages:

  1. Private function and subprograms are stored in the same location

  2. Save time as programmer can use the private function and subprograms in there

  3. Have already been tested which mean they should work well

  4. Contain less code, therefore easier to maintain

New cards
12

New cards

Explore top notes

note Note
studied byStudied by 45 people
... ago
5.0(1)
note Note
studied byStudied by 2 people
... ago
5.0(1)
note Note
studied byStudied by 21 people
... ago
5.0(1)
note Note
studied byStudied by 35 people
... ago
5.0(2)
note Note
studied byStudied by 23 people
... ago
5.0(1)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 15697 people
... ago
4.9(156)

Explore top flashcards

flashcards Flashcard (68)
studied byStudied by 138 people
... ago
5.0(2)
flashcards Flashcard (42)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 9 people
... ago
5.0(1)
flashcards Flashcard (35)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (53)
studied byStudied by 108 people
... ago
5.0(1)
flashcards Flashcard (172)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (33)
studied byStudied by 5 people
... ago
5.0(1)
robot