4.5 Translators

4.5 Translators

6th Grade

8 Qs

quiz-placeholder

Similar activities

Introduction to programming

Introduction to programming

12th Grade

12 Qs

Hardware & Software

Hardware & Software

11th - 12th Grade

10 Qs

Introduction to Python, variables and data types

Introduction to Python, variables and data types

8th Grade

8 Qs

G7-SCRATCH AND PYTHON

G7-SCRATCH AND PYTHON

6th Grade

10 Qs

ICT OUIZ

ICT OUIZ

6th Grade

10 Qs

ICT Grade 7 Quiz

ICT Grade 7 Quiz

7th Grade

10 Qs

Computer Science Edexcel GCSE iGCSE

Computer Science Edexcel GCSE iGCSE

9th - 12th Grade

10 Qs

CSC126 Quick Exercise 1-1

CSC126 Quick Exercise 1-1

University

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 all lines of code into machine code before executing the program.

Produces an executable file.

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

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

The program is not run until all errors are corrected.

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