Quiz 2 Flashcards

1
Q

What was the main design criterion of Fortran?

Security, Orthogonality, Efficiency, or Writability?

A

Efficiency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Security was the major design goal of Algol68, T/F?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Languages that are considered semantically safe usually provide strong type systems, memory safety features, and runtime checks to prevent such issues, T/F?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In Java, primitive and reference types behave differently in many contexts, leading to a lack of __________

Efficiency, Generality, Orthogonality, or Uniformity?

A

Orthogonality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A lack of ___________ might be seen in languages where certain features are restricted to specific types or contexts

Generality, Orthogonality, Efficiency, or Uniformity?

A

Generality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Java and Python allow additions to the syntax and semantics, T/F?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Python is the most suitable programming language for time-critical applications, T/F?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly