Programming Language Concepts Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

High level Language

A

Contains strong abstraction from the details of computer in order to be easier to code in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Low level language

A

Contains little to no abstraction from the details of a computer’s architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Machine code

A
  • binary coded instructions executed by processor
  • all other programming languages must be converted to machine code to run
  • Unique to each processor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Assembly Language

A
  • 1 to 1 correspondence with machine code

- efficient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Imperative high level language

A

Each instruction is a command to execute a step of a program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly