Unit 6 principle of programming

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 4

flashcard set

Earn XP

5 Terms

1

What is high level langauge

The programming langauge that is tge closest to spoken word. One line of high level language stand for many line of machine code. High level language allows powerful command to be performed such as msgbox in vb.

New cards
2

What is machine code

Machine code is made up of all simple instructions and datas that can be executed directly by the cpu.

New cards
3

What is low level langauge

It is a language that provides little to no abstraction to the computer set architectures and requires knowledge of the internal structure of the cpu and is therefore very specialise. The program statement make direct refernce to the internal register

New cards
4

When use high level langauge

When execution speed is not the most critical factors such as in spreadsheet.

New cards
5

When use low level language

When fast execution speed are critcal such as professional game developer

New cards
robot