Types of Programming Languages - Quiz2

Types of Programming Languages - Quiz2

University

25 Qs

quiz-placeholder

Similar activities

Types of Programming Languages - Quiz

Types of Programming Languages - Quiz

University

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Pseudocode

Pseudocode

KG - University

20 Qs

Fundamental programming

Fundamental programming

University

20 Qs

Translators and Computing Languages: GCSE 9-1

Translators and Computing Languages: GCSE 9-1

9th Grade - University

20 Qs

IAS1 and IAS2 - Prelim Examination

IAS1 and IAS2 - Prelim Examination

University

20 Qs

Low Level Language_High Level language

Low Level Language_High Level language

University

21 Qs

Multimedia Authoring Tools

Multimedia Authoring Tools

University

21 Qs

Types of Programming Languages - Quiz2

Types of Programming Languages - Quiz2

Assessment

Quiz

Computers

University

Medium

Created by

Rommel Sario

Used 8+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is considered the closest to the computer’s hardware?

Python

C++

Assembly Language

Java

Answer explanation

  • Assembly language is a low-level language that directly represents machine code, allowing direct interaction with the hardware.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT true about Machine Language?

It is the native language of computers

It consists of binary digits (0s and 1s)

It is easy for humans to write and understand

It executes very quickly

Answer explanation

  • Machine language is very difficult for humans to write and understand because it consists only of binary digits.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is required to convert assembly code into machine code?

Compiler

Interpreter

Assembler

Virtual Machine

Answer explanation

An assembler translates assembly code into machine code so that it can be executed by the processor.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a feature of machine code?

It uses symbolic representation for readability

It is written in binary or hexadecimal format

It needs an assembler to run on a CPU

It can be easily debugged by humans

Answer explanation

Machine code is made up of raw binary or hexadecimal instructions that are directly executed by the CPU.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a notable use of the C programming language?

Web development

Systems programming

Device drivers

Game development

Answer explanation

C is commonly used for systems programming due to its efficiency and direct interaction with hardware.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming paradigm is based on the concept of objects with attributes and behavior?

Procedural programming

Functional programming

Object-oriented programming

Structured programming

Answer explanation

Object-oriented programming (OOP) focuses on real-world entities, with objects containing attributes (data) and behaviors (functions or methods).

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about compiled languages?

The code is translated line by line during runtime.

The entire source code is converted into machine code at once.

No executable file is generated.

The code must be interpreted every time it runs.

Answer explanation

In compiled languages, the source code is translated into machine code all at once using a compiler, generating an executable 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?