Chapter8-PL

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Which of the following languages does not use braces to form compound statements?

Java

PHP

C++

python

python

2
New cards

Which of the following languages does not use a static semantics rule to specify the if construct to which an else clause belongs when the clause follows a nested if?

Java

C++

Perl

ML

ML

3
New cards

Which of the following languages has a switch statement that has different static semantic rules that those of the others?

C++

C#

Java

C

C#

4
New cards

Which of the following languages require the control expression of its counter-controlled looping statement to be of boolean type?

Java

C

C#

C++

Java and C#

5
New cards

Which of the following languages have a predefined loop statement that is controlled by a data structure?

Perl

C#

C++

C

Perl, C#

6
New cards

Which of the following languages has a goto statement?

Java

C

C#

Python

C#, C

7
New cards

Which of the following languages does not have a counter-controlled loop statement that uses the for special word?

Fortran 95