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 5 - 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
1. Imperative languages are abstractions of von Neumann architecture
True
False
2. The following are design issues for names except:
are the names long enough?
No answer is correct
are names case sensitive?
are special words reserved words or keywords?
3. All variables must have a name
True
False
4. The variable attribute that determines the range of values:
No answer is correct
scope
address
type
5. Binding is an association between an entity and an attribute
True
False
6. The binding time for a static variable is:
Compile time
Load time
No answer is correct
Runtime
7. Binding is static if it first occurs before run time
pf2

Partial preview of the text

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

  1. Imperative languages are abstractions of von Neumann architecture True False
  2. The following are design issues for names except: are the names long enough? No answer is correct are names case sensitive? are special words reserved words or keywords?
  3. All variables must have a name True False
  4. The variable attribute that determines the range of values: No answer is correct scope address type
  5. Binding is an association between an entity and an attribute True False
  6. The binding time for a static variable is: Compile time Load time No answer is correct Runtime
  7. Binding is static if it first occurs before run time

True False

  1. The following languages use implicit declarations except for: Java Ruby Basic Perl
  2. A C++ static variable is not efficient True False
  3. The scope of a variable is the range of statements over which it is visible True False