Skip to content

Course home

Classification of programming languages and translators

Classification of programming languages and translators

EasyMedium
12345678910111213141516171819202122232425262728293031323334
Question 5

Consider the three code snippets presented in the table below:

Example 1Example 2Example 3
01101000 00000010ADD R0, R1, #5def scale(v):
10001111 00000100STR R0, [R2] return [x * 5 for x in v]

Select the option that correctly describes the classification of these code snippets.

A

None of the examples are written in a low-level language.

B

Exactly one of the examples is written in a low-level language.

C

Exactly two of the examples are written in a low-level language.

D

All three of the examples are written in a low-level language.

Markscheme

Classification of programming languages and translators Questions

  1. GCSE
  2. /Computer Science
  3. /Classification of programming languages and translators

48 exam-style questions on AQA GCSE Computer Science Classification of programming languages and translators. Each one has a worked solution and a mark scheme showing where the marks go.

Question bank