Exam (1 Viewer)

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
Software

What do you think we need to know for this exam?

Also, why is Visual Basic considered a CASE tool?
 
Last edited:

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
Since sunnys complaining about us spamming on this forum, ill just keep posting my questions under the same thread..

How do Case Tools create Documentation?
 

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
Well according to the notes in resources by R Ashpole it is a Case Tool which i was confused about. Also::

"Variables form part of the data dictionary of a project. There are 6 considerations for each variable:
i. Entity = data item (as in DFD or context diagram)
ii. Data type
iii. Identifier name (variable name)
iv. Alias (temp rename if required)
v. Processes (in IPO or DFD) which use these variables
vi. Pre set values, restrictions etc"

What is the difference between the Identifier name (iii) and Alias (iv). And could you give me an example of a Pre Set Value? (vi)
 

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
JayWalker said:
Well according to the notes in resources by R Ashpole it is a Case Tool which i was confused about. Also::

"Variables form part of the data dictionary of a project. There are 6 considerations for each variable:
i. Entity = data item (as in DFD or context diagram)
ii. Data type
iii. Identifier name (variable name)
iv. Alias (temp rename if required)
v. Processes (in IPO or DFD) which use these variables
vi. Pre set values, restrictions etc"

What is the difference between the Identifier name (iii) and Alias (iv). And could you give me an example of a Pre Set Value? (vi)
Dont all answer at once :( This thread is like a ghost town, no one posts in the SDD forum :(
 

neuro_logik

Member
Joined
Mar 22, 2004
Messages
581
Location
The Global Interweb
Gender
Male
HSC
2004
JayWalker said:
Well according to the notes in resources by R Ashpole it is a Case Tool which i was confused about. Also::

"Variables form part of the data dictionary of a project. There are 6 considerations for each variable:
i. Entity = data item (as in DFD or context diagram)
ii. Data type
iii. Identifier name (variable name)
iv. Alias (temp rename if required)
v. Processes (in IPO or DFD) which use these variables
vi. Pre set values, restrictions etc"

What is the difference between the Identifier name (iii) and Alias (iv). And could you give me an example of a Pre Set Value? (vi)
An identifier is a name chosen by a programmer to represent a specific element like variables, arrays, files, records, subroutines, modules etc. and cant be reserved words within the language.

A preset value would be a constant value such as 1,2,3,4, pi, 0 and values assigned by the programmer such as country = Germany
 

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
So a constant value would be like an integer used for calculations such as averages??

An then what is an Alias?
 

neuro_logik

Member
Joined
Mar 22, 2004
Messages
581
Location
The Global Interweb
Gender
Male
HSC
2004
JayWalker said:
So a constant value would be like an integer used for calculations such as averages??

An then what is an Alias?
A constant value is a value that doesnt change like pi.

I don't know what sunny meant about Alias. Alias I think is the same as an identifier, in which you give a specific name to a certain element like variables and stuff which will relate to the program and the value it is assigned like age = 69

The variable with the Alias/Identifier age with the value 69
 

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
So basically, a constant value such as pi would only be used in programs calculating Areas etc?
 

Terra_Niux

l337 h4x0r
Joined
Feb 5, 2004
Messages
93
Gender
Male
HSC
N/A
Visual Basic has case tools within its IDE, it's not ITSELF a case tool.
 

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
IDE?
Case Tools such as Versioning I have witnessed within VB but nothing else...
 

xeriphic

Member
Joined
May 7, 2004
Messages
452
Location
Sydney
yer VB consist of CASE tools which assist developers in producing the software package more effectively
 

xeriphic

Member
Joined
May 7, 2004
Messages
452
Location
Sydney
it's WYSIWYG interface design, this provides easier programming for the developers, rathers than like C++ which is pure coding
 

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
xeri, because it is a WYSIWYG development, does this mean it is object oriented?
 

Terra_Niux

l337 h4x0r
Joined
Feb 5, 2004
Messages
93
Gender
Male
HSC
N/A
Visual Basic can be how you want it, I have a friend who is creating an IRCd and it's purely code.

C++ it's not ALWAYS purely code
 

JayWalker

Member
Joined
Mar 19, 2004
Messages
401
Location
Sydney
Gender
Male
HSC
2004
Lol ok well youve confused me now, i only wanted to know how it included case tools, not about C++ or C-- or A+ or F+ :giddy:
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top