Question 13 Select all of the following statements that are
Question 13
Select all of the following statements that are true.
Question 13 options:
Some programming languages were designed to prevent programmer control of dynamic heap memory allocation.
Some programming languages were designed to enable optimal runtime performance on particular hardware.
Some programming languages were designed with the goal of being easily embedded as scripting languages in other programs/applications.
Some programming languages were designed to be terse i.e. express the most semantic information in the fewest characters of input.
Question 14 (1 point)
Select all of the following statements that are true.
Question 14 options:
According to Bjarne Stroustrup, C++ is a general purpose programming language with a bias towards systems programming that
is a better C
supports data abstraction
supports object-oriented programming
supports generic programming.
Alan Kay is reported to have remarked \"I invented the term object-oriented, and I can tell you that C++ wasn\'t what I had in mind\"
In the article, \"Is Software Engineering an Oxymoron?,\" Alan Kay writes: \"Until real software engineering is developed, the next best practice is to develop with a dynamic system that has extreme late binding in all aspects.\"
The term, \"Object-Oriented\", was coined by Alan Kay to describe the Smalltalk programming language he created.
Question 15 (1 point)
Select all of the following statements that are correct:
Question 15 options:
ALGOL (ALGOrithmic Language) was created by John Backus (1958), Peter Naur, Donald Knuth (1960 version) – ALGOL ideas influenced the designs of Pascal, Ada, C/C++, Java, C#, and most other imperative/procedural languages.
The C programming language - developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Labs - provides constructs that map efficiently to typical machine instructions. C is used in applications that had formerly been coded in assembly language, including operating systems. C was used to implement the Unix operating system. Many later languages have borrowed syntax and features directly or indirectly from C, including C++, D, Go, Rust, Java, JavaScript, Limbo, LPC, C#, Objective-C, Perl, PHP, Python, Verilog (hardware description language), D, E, and Unix\'s C shell.
Programming languages may be compared based on aesthetic considerations of the language\'s syntax.
In December 1989, Van Rossum was looking for a \"hobby\" programming project that would keep him occupied during the week around Christmas. He decided to write an interpreter for the new scripting language that would appeal to Unix/C hackers. He chose the name Python as a reference to Monty Python\'s Flying Circus.
| |||
| |||
| |||
|
Solution
Answer 13 - a b d are true option c is false.
Answer 14 - a b d are true option c is false.
Answer 15 - a b c are true option d is false

