Representing designs Flashcards

1
Q

What is a data dictionary and what is its purpose?

A

A collection of names, definitions, and attributes about data elements that are being used or captured in a database, information system, or part of a research project.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an object description and what is its purpose?

A

Outlines an object’s properties, methods, and events. It is useful for clarifying object details during code modifications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is pseudocode and what is its purpose?

A

Pseudocode, like Structured English, provides a language-independent way to outline calculations, bridging English and source code. Algorithms in pseudocode can seamlessly translate into any programming language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the difference between ← and = in pseudocode?

A

← represents assignment, while = represents a comparison for equality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly