AS IT MCQ Quiz 2

AS IT MCQ Quiz 2

9th Grade

28 Qs

quiz-placeholder

Similar activities

Unit 3 Lesson 1: Internet and WWW

Unit 3 Lesson 1: Internet and WWW

9th - 12th Grade

25 Qs

Final Exam Review Part I

Final Exam Review Part I

9th - 12th Grade

25 Qs

Integrated Technology Quiz

Integrated Technology Quiz

9th - 11th Grade

25 Qs

Operating systems OCR

Operating systems OCR

9th Grade

27 Qs

Cybersecurity Basics Practice

Cybersecurity Basics Practice

7th Grade - University

30 Qs

Python Quiz II

Python Quiz II

9th Grade - University

30 Qs

Messer Questions 76 -100

Messer Questions 76 -100

9th Grade

25 Qs

ACA Exam Study Vocab

ACA Exam Study Vocab

KG - Professional Development

23 Qs

AS IT MCQ Quiz 2

AS IT MCQ Quiz 2

Assessment

Quiz

Instructional Technology

9th Grade

Easy

Created by

Felix Jetawo

Used 12+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a compiler?

It translates high-level language into machine language line by line.

It translates high-level language into machine language all at once.

It interprets the program line by line at runtime.

It executes instructions directly without translation.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary difference between a compiler and an interpreter?

A compiler translates the code line-by-line, while an interpreter translates all the code at once.

A compiler translates the entire program before execution, while an interpreter translates code during execution.

A compiler and an interpreter work the same way.

An interpreter translates machine code into high-level language, while a compiler does not.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about an interpreter?

It provides faster execution because it translates the whole code before execution.

It stops execution when an error is encountered and does not continue.

It stores the translated code for future use.

It converts high-level code into machine code once and for all.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An assembler is used to:

Convert high-level code into intermediate code.

Convert machine code into high-level programming language.

Convert assembly language into machine code.

Execute assembly code directly.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about the execution process of a compiler and an interpreter is true?

A compiler translates the entire source code into object code in one go, while an interpreter translates the source code line-by-line.

An interpreter translates the whole program at once, while a compiler translates line-by-line.

Both compiler and interpreter execute code at the same time.

A compiler does not generate any machine code.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a disadvantage of using an interpreter?

It performs faster execution of code.

It generates an output file that can be executed later.

It requires re-translation each time the program runs.

It can handle both high-level and low-level languages.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The primary advantage of using a compiler over an interpreter is:

Compilers provide immediate feedback after translating each line.

Compilers execute code faster because the translation happens before execution.

Compilers are easier to implement.

Compilers do not need to generate any output file.

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?