Comp chap 8

Basic language of Unix is

Verified Answer
A. Cobol
B. Basic
C. Assembly
D. Java
E. None of these

Explanation:

The core of the Unix operating system, particularly its kernel, was famously rewritten in the 'C' programming language. While early versions had components written in assembly language, 'C' became the dominant language for its development due to its portability and efficiency. None of the options provided (Cobol, Basic, Assembly, Java) represent the primary language for Unix's development. 'Cobol' is a business-oriented language, 'Basic' is a general-purpose language, 'Assembly' is a low-level language (used initially but not for the bulk of Unix), and 'Java' was developed much later. Therefore, 'None of these' is the correct choice, as 'C' is the answer.