Programming Principles Lec01

Programming Principles Lec01

University

10 Qs

quiz-placeholder

Similar activities

Lec1

Lec1

University

15 Qs

Lesson 1 computers

Lesson 1 computers

6th Grade - Professional Development

13 Qs

OS S9 18-1-23

OS S9 18-1-23

University

10 Qs

Chapter 1 : Introduction to Programming Language

Chapter 1 : Introduction to Programming Language

University

10 Qs

Technology Today

Technology Today

University

15 Qs

Practice Quiz 1 - CS110

Practice Quiz 1 - CS110

University

13 Qs

Topic 1-2: Introduction to Computer & Programming Language

Topic 1-2: Introduction to Computer & Programming Language

University

13 Qs

Sains Komputer Tingkatan 5 - 1.2.4 Membincangkan penterjemah

Sains Komputer Tingkatan 5 - 1.2.4 Membincangkan penterjemah

1st Grade - Professional Development

15 Qs

Programming Principles Lec01

Programming Principles Lec01

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?