Programming Principles Lec01

Programming Principles Lec01

University

10 Qs

quiz-placeholder

Similar activities

BCA

BCA

University

10 Qs

Algoritma dan Pemrograman Bab 1

Algoritma dan Pemrograman Bab 1

University

15 Qs

SDF_B10B12Tutorial_December26

SDF_B10B12Tutorial_December26

University

10 Qs

Object Oriented BTech

Object Oriented BTech

University

15 Qs

Ulangan harian 1 Algoritma dan Pemrograman

Ulangan harian 1 Algoritma dan Pemrograman

12th Grade - University

13 Qs

Lập trình trực quan

Lập trình trực quan

University

15 Qs

PHP QUIZ

PHP QUIZ

University

14 Qs

Memahami PBO

Memahami PBO

11th Grade - University

15 Qs

Programming Principles Lec01

Programming Principles Lec01

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Danish Khan

Used 34+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers