CSCE 330 Fall 2007 Quiz 8: Understanding Programming Constructs, Quizzes of Computer Science

The eighth quiz for the csce 330 fall 2007 course, which covers programming constructs such as commands, declarations, and expressions. Students are required to match each construct with its corresponding function: being evaluated to yield a value, being executed to change the value of a variable or input/output streams, or being elaborated to produce a binding and sometimes initialize variables. The quiz was assigned on 07-09-20.

Typology: Quizzes

Pre 2010

Uploaded on 09/02/2009

koofers-user-5i4-1
koofers-user-5i4-1 🇺🇸

9 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CSCE 330 Fall 2007
Quiz 8
Assigned Thursday, 07-09-20
Match:
1. Command
2. Declaration
3. Expression
with
1. Is evaluated to yield a value.
2. Is executed to change the value of a variable or to change the input or
output streams.
3. Is elaborated to produce a binding, usually to allocate memory, and some-
times to initialize variables.
Answer: 1-2, 2-3, 3-1.
1

Partial preview of the text

Download CSCE 330 Fall 2007 Quiz 8: Understanding Programming Constructs and more Quizzes Computer Science in PDF only on Docsity!

CSCE 330 Fall 2007

Quiz 8

Assigned Thursday, 07-09-

Match:

  1. Command
  2. Declaration
  3. Expression with
  4. Is evaluated to yield a value.
  5. Is executed to change the value of a variable or to change the input or output streams.
  6. Is elaborated to produce a binding, usually to allocate memory, and some- times to initialize variables. Answer: 1-2, 2-3, 3-1.