Test your knowledge of Translators & Low Level Languages here. Everything in the quiz appears in the video & tasks – if you get stuck, don’t forget to watch the video & pause to take notes!
Time limit: 0
Quiz Summary
0 of 5 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Which type of programming language is most suited to an embedded system?
Correct
Incorrect
Question 2 of 5
2. Question
Fill in the blanks to complete the explanation.
Low level languages such as are made up of smaller words called mnemonics which represent the within the fetch--execute cycle. This low level language then uses an assembler to translate the code down to which is the binary representation.
Correct
Incorrect
Question 3 of 5
3. Question
Which assembly language instruction is used in place of a condition in an IF statement?
Correct
Incorrect
Question 4 of 5
4. Question
Match the key term to the definition
Sort elements
Translates low level languages
Translates high level language to low level line by line
Translates high level language to low level as one file
Assembler
Interpreter
Compiler
Correct
Incorrect
Question 5 of 5
5. Question
Which program will output the sum of two input numbers?