Question

Identify the language that would be appropriate for developing operating system.(1 point)
Responses

Java
Java

C++
C++

Assembly language
Assembly language

Visual Basic

Answers

GPT-4o mini
The most appropriate language for developing an operating system among the options provided is **Assembly language**. While C and C++ are also commonly used for OS development, Assembly language allows for direct hardware interaction and low-level programming, which is essential in OS development.

Related Questions