IGCSE_CS_CH4_L4

IGCSE_CS_CH4_L4

10th Grade

9 Qs

quiz-placeholder

Similar activities

COM 211

COM 211

1st - 10th Grade

10 Qs

Lesson 1 computers

Lesson 1 computers

6th Grade - Professional Development

13 Qs

Chapter 01 Worksheet

Chapter 01 Worksheet

10th Grade

10 Qs

Compilation Terms

Compilation Terms

9th Grade - University

10 Qs

Programming in C++ (part 1)

Programming in C++ (part 1)

9th - 12th Grade

9 Qs

GCSE AQA 04 Computer Systems - Languages & Translators

GCSE AQA 04 Computer Systems - Languages & Translators

10th - 11th Grade

12 Qs

OCR J277 2.5 Characteristics and purpose of languages

OCR J277 2.5 Characteristics and purpose of languages

9th - 12th Grade

11 Qs

Binary, Bits and Bytes

Binary, Bits and Bytes

9th - 12th Grade

10 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.