Unit 8 Program Construction

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

Assemblers

1 / 10

flashcard set

Earn XP

11 Terms

1

Assemblers

A program which allows to convert low level language into machine code

New cards
2

Interpreter

Converts each line of the source code into machine code, and execute each line of the code as it run. Which is then executed by the cpu

New cards
3

Compiler

Converts source code into executable machine code

New cards
4

Explain the 4 main stage of compilation

  1. Lexical analysis

    • removes unneeded comments and spaces

    • Creates a symbol table which holds the address of variables, labels and subroutines

  2. Syntax analysis

    • The spelling and gramma of token are checked

    • If syntax error is found, error message is shown

    • Variable are checked to make sure it has properly declared

  3. Code generation

    • Machine code is generated

    • Code is optimised

  4. Code optismisation

    • been optismised to be fastefficient and uses as little of the computer's resources as possible.

New cards
5

What is a translator

It translate a program written in one language to another language without changing the program

New cards
6

What is a syntax error

An error that occurs when the rules of the language have not been adhered to, found during translation.

New cards
7

What is a run time error

An unexpected error that stops the program from executing. E.g. A user inputting a string into a variable that is declared as an integter.

New cards
8

What is a logical error

An Error that doesn't stop a program executing but results in the wrong answer.

New cards
9

What is a linking error

An error that occurs when a program calls a function that is not correctly linked.

New cards
10

What is a rounding error

The difference between the original value and the value it is rounded to.

New cards
11

What is a truncating error

The difference between the original value and the value it is truncated to.

New cards

Explore top notes

note Note
studied byStudied by 11 people
... ago
5.0(1)
note Note
studied byStudied by 23 people
... ago
5.0(1)
note Note
studied byStudied by 52 people
... ago
4.7(3)
note Note
studied byStudied by 2 people
... ago
4.0(1)
note Note
studied byStudied by 13 people
... ago
5.0(1)
note Note
studied byStudied by 35 people
... ago
5.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 448 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (68)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (182)
studied byStudied by 28 people
... ago
5.0(3)
flashcards Flashcard (22)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (50)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 1 person
... ago
5.0(1)
robot