High and Low level languages and translators

High and Low level languages and translators

9th Grade

9 Qs

quiz-placeholder

Similar activities

OCR J277 2.5.1 Languages

OCR J277 2.5.1 Languages

9th - 10th Grade

13 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Programming in C++ (part 1)

Programming in C++ (part 1)

9th - 12th Grade

9 Qs

Lesson 1 computers

Lesson 1 computers

6th Grade - Professional Development

13 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Introduction to Python

Introduction to Python

9th Grade

10 Qs

App Creator 1.6

App Creator 1.6

6th - 9th Grade

10 Qs

Python Lists

Python Lists

8th - 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