Preview

03 - Assembly Language

 1. Language Translators are used to translate a language into a form that the computer will …

  process

  manage

  be able to directly execute

  eat

 2. Which of the following statements is true of Assembly Language?

  Offers mnemonics

  Is one step up from machine code (it is not in 1s and 0s)

  All of the above

  Has symbolic names for addressing

 3. What is used to translate assembly code?

  Compiler

  Interpreter

  Translatexutor

  Assembler

 4. What translates the entire source code in one go?

  Interpreter

  Translatexutor

  Assembler

  Compiler

 5. Which language translator is used for low level languages?

  Translatexutor

  Compiler

  Assembler

  Interpreter

 6. Assembly language is made up of predetermined set of commands that can be understood by a human such as:

  ADD

  xOR/One

  print(Now)xx001

  101010101

 7. Each command 'word' translates ….

  directly into electricity signals

  directly into a machine code number

  indirectly into programming code

  directly into python code

 8. Assembly language has a low level of abstraction and is very similar to machine code (e.g there is a direct link between the instruction and machine code it represents)
Note: If you're really interested at this stage, perhaps give this video a watch (and try it out yourself)

  FALSE

  TRUE

 9. The complete set of commands available is called the _________________

  mindset of the computer

  Fond butterfly code

  instruction set of the CPU

  assembly junk of the operating system

 10. The instructions within assembly language are called Mnuecats

  TRUE

  FALSE

 11. Programming in asssembly language is considered:

  the fastest approach to solving a problem that involves the internet

  still quite difficult as the programmer needs to know about the hardware in the CPU

  incredibly easy

  the best sort of programming in use for web development

 12. One disadvantage or issue with assembly language is that the code only works on a specific CPU family. If you use a different CPU you would

  not need to rewrite the code at all

  None of the above

  need to make a copy of your old CPU

  need to re-write the code using a different version of assembly language

 13. The main advantage of assembly language is that it :

  runs slow compared to high level languages which makes it easy to follow

  is soft and cuddly, and therefore programmer's favourite

  is robust and hardy and cannot ever make a mistake (hence it's popular use in spacecraft)

  runs fast compared to programs written in a high level language as there is less code overall

 14. An example of a program that is typically written in assembly language is:

  a personal fitness app for Android

  a website for a government

  a device driver

  an online shop

 15. Device drivers need to be as ______________ as possible which is why assembly language is perfect

  slow and careful

  fast and efficient

  None of the above

  easily understandable in terms of the code

 16. Which of the following is NOT a typical assembly language command.
add
lock
subtract
load
compare
branch
store

  add

  load

  subtract

   lock

 17. An example of an assembly code mneumonic is LDA 50 which…

  None of the above

  adds the value 50 to the loaded value before it

  stores the value 50, fifty times into fifty registers in the CPU

  stores (loads) the value 50 into a register in the CPU

 18. In this example: LOAD 0004, it can be said that 'LOAD' is the opcode and the second part 0004 is the memory address

  FALSE

  TRUE

 19. In the command MOV AL 34h…the opcode is the __________ instruction and the other parts are called OPERANDS.

  MOV instruction

  AL instruction

  None of the above

  34h part of the code

 20. Operands are…

  tiny bits that are used to code in assembly language

  manipulated directly by a high level language command

  manipulated by the opcode

  little bits of beauty