1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Which type of programming language is this?
01010101
11010110
01001011
10110110
Machine Code
Which are processor specific: low-level languages or high-level languages?
Low-level Languages
Which type of language uses mnemonics in instructions?
Assembly Language
Which type of language must be translated into machine code with a compiler or interpreter before execution?
High-level Languages
Which type of language uses only the binary values 1 and 0 in instructions?
Machine Code
Which type of language supports built-in functions?
High-level Languages
Which type of programming language is this?
STR R4, #45
ADD R1, R2, 3
MOV R2, R1
HALT
Assembly Language
Which type of language specifies how the computer should complete a task, rather than what a computer should do?
Imperative High-level Language
A high-level language platform specific?
No.