High and Low level languages and translators

High and Low level languages and translators

9th Grade

9 Qs

quiz-placeholder

Similar activities

NHTW Programming

NHTW Programming

9th Grade

10 Qs

GCSE Edexcel Translators

GCSE Edexcel Translators

9th - 12th Grade

13 Qs

Python: Functions and Parameters

Python: Functions and Parameters

9th - 12th Grade

10 Qs

Programming Terms

Programming Terms

8th - 10th Grade

10 Qs

Programming Lesson Quiz

Programming Lesson Quiz

8th - 9th Grade

14 Qs

Programming Words

Programming Words

8th - 10th Grade

10 Qs

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

High and Low level languages and translators

High and Low level languages and translators

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Salman Manzoor

Used 6+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of a high-level programming language?

To directly control hardware

To be easy for humans to read and write

To store large amounts of data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

   Which of the following is NOT a high-level programming language?  

Python

Java

C++

Assembly

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  What does a compiler do?  

Translates high-level code into machine code

Debugs errors in the source code

Executes the code line by line

Manages the computer’s memory

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  What is a syntax error?  

An error that occurs during runtime

An error due to incorrect logic in the code

An error that occurs because of incorrect grammar or structure in the code

An error that results in a program crashing

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of error occurs when the program does not give any output?

Logical error

Syntax error

Runtime error

Semantic error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

   Which statement best describes a logical error?  

The code fails to run due to incorrect syntax

The code runs but produces unexpected results

The code has incorrect data types

The code crashes during execution

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a low-level programming language?  

Assembly

C

Java

Ruby

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  What does an interpreter do compared to a compiler?  

It translates the entire program at once before execution

It translates and executes code line by line

It converts high-level code to machine code

It optimizes the code for better performance

9.

OPEN ENDED QUESTION

3 mins • 1 pt

Which language translator is the fastest and why?

Evaluate responses using AI:

OFF