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 3 - 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
Based on Chapter 2
1. All are true about COBOL except for:
Should be easy to use even if it became less powerful
Use lots of mathematical notation (correct)
Use English as much as possible
Managers should be able to read COBOL programs
2. COBOL was the first language mandated by the Department of Defense
True
False (correct)
3. A COBOL variable defined with 3 digits to the right of the decimal point would look like:
02 EXAMPLE PICTURE IS 999.999. (correct)
02 EXAMPLE PICTURE IS X(5).
02 EXAMPLE PICTURE IS 999.99.
No answer is correct
4. BASIC was at the beginning of timesharing
True (correct)
False
5. The design goal for BASIC are the following except for:
Must consider user time more important than computer time
Must allow free and private access
Must be pleasant and friendly
All are correct (correct)
6. PL/I was designed only for business applications
True
False (correct)
pf2

Partial preview of the text

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

Based on Chapter 2

  1. All are true about COBOL except for: Should be easy to use even if it became less powerful Use lots of mathematical notation (correct) Use English as much as possible Managers should be able to read COBOL programs
  2. COBOL was the first language mandated by the Department of Defense True False (correct)
  3. A COBOL variable defined with 3 digits to the right of the decimal point would look like: 02 EXAMPLE PICTURE IS 999.999. (correct) 02 EXAMPLE PICTURE IS X(5). 02 EXAMPLE PICTURE IS 999.99. No answer is correct
  4. BASIC was at the beginning of timesharing True (correct) False
  5. The design goal for BASIC are the following except for: Must consider user time more important than computer time Must allow free and private access Must be pleasant and friendly All are correct (correct)
  6. PL/I was designed only for business applications True False (correct)
  1. APL and SNOBOL are similar except for: Did not have much influence on later mainstream languages Has dynamic typing All answers are correct (correct) Appearance
  2. SIMULA 67 is an extension of Fortran True False (correct)
  3. ALGOL 68 had new ideas adopted by other languages except for: Reference types All answers are correct (correct) User-defined types Dynamic arrays
  4. Pascal is a descendant of ALGOL True (correct) False