6.2 Classification of Programming Languages: Fundamentals of Computer Systems: Computer Science Paper 2: A-Level AQA

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

Which type of programming language is this?

01010101
11010110
01001011
10110110

Machine Code

2
New cards

Which are processor specific: low-level languages or high-level languages?

Low-level Languages

3
New cards

Which type of language uses mnemonics in instructions?

Assembly Language

4
New cards

Which type of language must be translated into machine code with a compiler or interpreter before execution?

High-level Languages

5
New cards

Which type of language uses only the binary values 1 and 0 in instructions?

Machine Code

6
New cards

Which type of language supports built-in functions?

High-level Languages

7
New cards

Which type of programming language is this?

STR R4, #45
ADD R1, R2, 3
MOV R2, R1
HALT

Assembly Language

8
New cards

Which type of language specifies how the computer should complete a task, rather than what a computer should do?

Imperative High-level Language

9
New cards

A high-level language platform specific?

No.