PL_Translators

PL_Translators

University

10 Qs

quiz-placeholder

Similar activities

4.2 Types of Programming Language, Translators, and Integrated D

4.2 Types of Programming Language, Translators, and Integrated D

10th Grade - University

11 Qs

Test - 2

Test - 2

University

10 Qs

ProgrammingParadigm&Translator

ProgrammingParadigm&Translator

University

10 Qs

DFC10042 - Activity C1_DDT1E

DFC10042 - Activity C1_DDT1E

University

10 Qs

Compiler Design Lecture 1

Compiler Design Lecture 1

University - Professional Development

10 Qs

Science Computer Chapter 7 Introduction to Programming

Science Computer Chapter 7 Introduction to Programming

University

10 Qs

STM10173 : TOPIC 1 (INTRODUCTION IN PROGRAMMING LANGUAGE)

STM10173 : TOPIC 1 (INTRODUCTION IN PROGRAMMING LANGUAGE)

University

10 Qs

WINTER 24-25 CD

WINTER 24-25 CD

University

10 Qs

PL_Translators

PL_Translators

Assessment

Quiz

Computers

University

Medium

Created by

Danish Khan

Used 31+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You write a program in a high-level language like C. The program is then translated into an intermediate machine code file. This machine code is not directly executed but requires a separate step to run it on a computer.

Guess: Is this operation performed by a Compiler, Interpreter, or Assembler?

Compiler

Interpreter

Assembler

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You write a script in Python and immediately execute it line by line, getting results right away without any intermediate files being created.

Guess: Is this operation performed by a Compiler, Interpreter, or Assembler?

Compiler

Interpreter

Assembler

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You write a program in Assembly language. The program is translated into machine code directly, and the output is a binary file that the machine can run.

Guess: Is this operation performed by a Compiler, Interpreter, or Assembler?

Compiler

Interpreter

Assembler

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You write a program in Java. The code is first converted into bytecode, which is then executed by a virtual machine.

Guess: Is this operation performed by a Compiler, Interpreter, or Assembler?

Compiler

Interpreter

Assembler

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You write a C program. The program is compiled into an executable file. The file can be run without needing the source code anymore.

Guess: Is this operation performed by a Compiler, Interpreter, or Assembler?

Compiler

Interpreter

Assembler

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You write a Python script, and it is run interactively, meaning each command is executed right after you input it, one at a time, without the need to save it as a separate file.

Guess: Is this operation performed by a Compiler, Interpreter, or Assembler?

Compiler

Interpreter

Assembler

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You write code in a low-level programming language, and it is converted directly into machine instructions for a specific processor.

Guess: Is this operation performed by a Compiler, Interpreter, or Assembler?

Compiler

Interpreter

Assembler

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?