Classification of programming languages and translators

EasyMedium
12345678910111213141516171819202122232425262728293031323334
Question 5
Easy

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.

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

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

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

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

Classification of programming languages and translators Questions

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