IGCSE_CS_CH4_L4

IGCSE_CS_CH4_L4

10th Grade

9 Qs

quiz-placeholder

Similar activities

71. Prog_Lang - Assembler, Compiler, and Interpreter Quiz

71. Prog_Lang - Assembler, Compiler, and Interpreter Quiz

9th - 12th Grade

11 Qs

CS Edexcel 3.3 Programming Languages

CS Edexcel 3.3 Programming Languages

9th - 10th Grade

10 Qs

GCSE Computing Low & High Level Languages/IDE's

GCSE Computing Low & High Level Languages/IDE's

10th - 11th Grade

14 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

L.2. NUMBER SYSTEM - 1

L.2. NUMBER SYSTEM - 1

10th Grade

10 Qs

Eduqas Computer Science Component 1 - 1.6 Principles of Programming

Eduqas Computer Science Component 1 - 1.6 Principles of Programming

9th - 11th Grade

10 Qs

Translators & Facilities of Languages

Translators & Facilities of Languages

10th Grade

12 Qs

High and Low Level Languages and Translators

High and Low Level Languages and Translators

10th - 12th Grade

13 Qs

IGCSE_CS_CH4_L4

IGCSE_CS_CH4_L4

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Simon Barnes

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of programming language is independent of computer hardware?

Machine code

Assembly language

High-level language

Hexadecimal code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must happen to a high-level language program before a computer can execute it?

It needs to be translated to machine code.

It runs directly without translation.

It must be converted to assembly language.

It needs to be compressed.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which language is considered a low-level programming language?

Python

Assembly language

Java

Machine Code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do some programmers use assembly language?

For faster execution and smaller file sizes

Because it's easier to debug than high-level languages

To avoid using translators

For cross-platform compatibility

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary advantage of high-level languages?

They run faster than low-level languages.

They use hexadecimal

They don’t require translation to machine code.

They are easier to read and maintain.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which statement about machine code is true?

Media Image

It uses mnemonics like LDA and ADD.

It is represented in hexadecimal or binary.

It is written in English-like syntax

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Computers can only execute programs written in __________ code, which is typically represented in binary or hexadecimal.

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

High-level languages require a translator, such as a __________ or interpreter, to convert code into machine language.

9.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Assembly language uses __________ like LDA, ADD, and STO to represent machine instructions.