Quiz 2 Flashcards
What was the main design criterion of Fortran?
Security, Orthogonality, Efficiency, or Writability?
Efficiency
Security was the major design goal of Algol68, T/F?
False
Languages that are considered semantically safe usually provide strong type systems, memory safety features, and runtime checks to prevent such issues, T/F?
True
In Java, primitive and reference types behave differently in many contexts, leading to a lack of __________
Efficiency, Generality, Orthogonality, or Uniformity?
Orthogonality
A reliable programming language minimizes the chances of errors unexpected behavior, and system failures, thus enhancing the overall trustworthiness of the programs written in it, T/F?
True
A lack of ___________ might be seen in languages where certain features are restricted to specific types or contexts
Generality, Orthogonality, Efficiency, or Uniformity?
Generality
Java and Python allow additions to the syntax and semantics, T/F?
False
Python is the most suitable programming language for time-critical applications, T/F?
False