Buscar
🇪🇸
MEM
O
RY
.COM
4.37.48
Invitado
Iniciar sesión
Página de inicio
0
0
0
0
0
Crear curso
Cursos
Último juego
Panel
Notificaciones
Clases
Carpetas
Exámenes
Exámenes personalizados
Ayuda
Marcador
Tienda
Premios
Amigos
Asignaturas
Modo oscuro
Identificador de usuario: 999999
Versión: 4.37.48
www.memory.es
Estás en modo de exploración. debe iniciar sesión para usar
MEM
O
RY
Inicia sesión para empezar
Index
»
Computer science
»
Design,Testing and Translators
»
Translators
level: Translators
Questions and Answers List
level questions: Translators
Question
Answer
What is the software code converting tool that accepts high-level language as input and produces machine level language as output?
Translator
What type of translator converts a source program in a single session?
Compiler
What performs the translation of a high-level source code line by line?
Interpreter
Among compiler and interpreter, which requires less memory?
Interpreter
Debugging is easier in _______
Interpreter
Which translator is used in C++?
Compiler
Which is the translator used for assembly languages?
Assembler
What type of translator that accepts a source code in a high-level program as input and produces a source code in another high-level language?
Transcompiler
Which one is fast among compiler and interpreter?
Compiler