Podcast
Questions and Answers
What year was C developed by Dennis Ritchie?
What year was C developed by Dennis Ritchie?
- 1990
- 1972 (correct)
- 1965
- 1980
What are some characteristics of the C programming language?
What are some characteristics of the C programming language?
- Special-purpose, Structured, Machine Independent
- General-purpose, Unstructured, Machine Independent
- General-purpose, Structured, Machine Independent (correct)
- Special-purpose, Unstructured, Machine Dependent
For which operating system was C language initially developed?
For which operating system was C language initially developed?
- UNIX (correct)
- Linux
- Mac OS
- Windows
In which phase of program development are the program requirements identified?
In which phase of program development are the program requirements identified?
Which phase involves translating the design into a programming language?
Which phase involves translating the design into a programming language?
Which phase focuses on finding and fixing errors in the program?
Which phase focuses on finding and fixing errors in the program?