4.5 Translators

4.5 Translators

6th Grade

8 Qs

quiz-placeholder

Similar activities

L1 - Translators

L1 - Translators

8th Grade

10 Qs

Introduction To Programming

Introduction To Programming

University

10 Qs

Translators & Facilities of Languages

Translators & Facilities of Languages

10th Grade

12 Qs

GCSE - IDE and Translators

GCSE - IDE and Translators

8th Grade

9 Qs

Computer Languages

Computer Languages

6th - 12th Grade

10 Qs

C Quiz

C Quiz

University

12 Qs

computer class-6

computer class-6

6th Grade

10 Qs

COMPUTER LANGUAGES

COMPUTER LANGUAGES

6th Grade

10 Qs

4.5 Translators

4.5 Translators

Assessment

Quiz

Computers

6th Grade

Easy

Created by

Adrian Ortiga

Used 7+ 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.

The program is not run until all errors are corrected.

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

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

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

Produces an executable file.