Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Quiz 1 - Computer Science 280, Quizzes of Computer Science

10 multiple choice questions with the answers

Typology: Quizzes

2021/2022

Available from 07/27/2023

kap8808
kap8808 🇺🇸

5 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CS 280 - Concepts of Programming Languages
Quiz 1
1. The language used for artificial intelligence is:
a) Fortran
b) LISP (correct)
c) COBOL
d) Pascal
2. Use COBOL for system programming
a) True
b) False (correct)
3. Language evaluation criteria includes the following except
a) No answer is correct (correct)
b) Readability
c) Writability
d) Reliability
4. Orthogonality is related to readability
a) True (correct)
b) False
5. The feature that leads to increased execution costs is:
a) Aliasing
b) Exception handling
c) Type checking
d) Index checking (correct)
6. Syntax does not need meaningful keywords
a) True
b) False (correct)
7. What could cause high costs?
a) cost of the language implementation system
b) cost of poor reliability (correct)
c) cost of training programmers to use the language
d) cost of writing programs in the language
pf2

Partial preview of the text

Download Quiz 1 - Computer Science 280 and more Quizzes Computer Science in PDF only on Docsity!

CS 280 - Concepts of Programming Languages Quiz 1

  1. The language used for artificial intelligence is: a) Fortran b) LISP (correct) c) COBOL d) Pascal
  2. Use COBOL for system programming a) True b) False (correct)
  3. Language evaluation criteria includes the following except a) No answer is correct (correct) b) Readability c) Writability d) Reliability
  4. Orthogonality is related to readability a) True (correct) b) False
  5. The feature that leads to increased execution costs is: a) Aliasing b) Exception handling c) Type checking d) Index checking (correct)
  6. Syntax does not need meaningful keywords a) True b) False (correct)
  7. What could cause high costs? a) cost of the language implementation system b) cost of poor reliability (correct) c) cost of training programmers to use the language d) cost of writing programs in the language
  1. Most dominant languages are based on the von Neumann architecture a) True (correct) b) False
  2. Prolog fits into the language category of: a) Functional b) Object-oriented c) Logic (correct) d) Imperative
  3. Pure interpretation is rare for traditional high-level languages a) True (correct) b) False