4.5 Translators

4.5 Translators

6th Grade

8 Qs

quiz-placeholder

Similar activities

Programming - High Level Code & Machine Code

Programming - High Level Code & Machine Code

2nd - 11th Grade

10 Qs

QS_Programming languages

QS_Programming languages

8th Grade

10 Qs

Introduction to Programming

Introduction to Programming

9th Grade

12 Qs

Computer Languages

Computer Languages

6th Grade

10 Qs

Computer Languages

Computer Languages

3rd - 10th Grade

12 Qs

Recap of Categories of Computers and Computer Languages

Recap of Categories of Computers and Computer Languages

6th Grade

10 Qs

Source code and Machine Code

Source code and Machine Code

5th - 6th Grade

10 Qs

OCR J277 2.5.1 Languages

OCR J277 2.5.1 Languages

9th - 10th Grade

13 Qs

4.5 Translators

4.5 Translators

Assessment

Quiz

Computers

6th Grade

Easy

Created by

Adrian Ortiga

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When we write computer programs with high-level programming languages we need to use a __________ to convert that code into machine code.

mouse

pen

translator

pencil

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What word do we use when we change something into a different state or form?

convert

find

apprehend

understand

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What translator do we use to convert instructions written in assembly language into machine code?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can you use to translate instructions from a program written in a high-level language?

Compiler or Interpreter
Virtual Machine
Debugger
Assembler

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

What is a translator that converts a high-level language into a low-level language by checking one line of code and executing it before moving to the next line?

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is a translator that converts a high-level language into a low-level language by checking all the code before running the program?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What do we call a file produced by a compiler that can be run independently of translator software and does not include the source code?

8.

CLASSIFICATION QUESTION

3 mins • 1 pt

Organize these options into the right categories

Groups:

(a) Interpreter

,

(b) Compiler

Translates one line of code into machine code and then executes (runs) it.

Code needs to be re-translated each time the program is run.

You can test part of a program without completing it all.

Produces an executable file.

Translates all lines of code into machine code before executing the program.

The program is not run until all errors are corrected.