[Year 12 SofDev] data structures - records
Mark KELLY
kel at mckinnonsc.vic.edu.au
Fri Nov 26 09:21:45 EST 2010
I believe it is referring to records in random files. VCAA does not want
RDBMS involvement.
On 25 November 2010 13:29, Peter Hatigan <hatigan.peter.h at edumail.vic.gov.au
> wrote:
> SD U3O2 KK03- types of data structures, including one-dimensional arrays,
> records and files
>
>
>
>
>
> Does ‘records’ refer to:
>
>
>
> Creating links to a database (Access) and manipulating records through
> datasets etc.
>
>
>
> Or, to creating and manipulating records within the code?
>
>
>
> For example:
>
>
>
> *Type*
>
> * *Str25* = String*[25];**
>
> * *TBookRec = *Record*
>
> * *Title, Author,
>
> ISBN : Str25;
>
> Price : Real;
>
> *End*;
>
> *Var*
>
> myBookRec : TBookRec;
>
>
>
> *Begin*
>
> * *myBookRec.Title := 'Some Book';
>
> myBookRec.Author :=* *'Victor John Saliba'*;*
>
> myBookRec.ISBN := '0-12-345678-9';
>
> myBookRec.Price := 25.5;
>
>
>
> Writeln('Here are the book details:');
>
> Writeln;
>
> Writeln('Title: ', myBookRec.Title);
>
> Writeln('Author: ', myBookRec.Author);
>
> Writeln('ISBN: ', myBookRec.ISBN);
>
> Writeln('Price:* * ', myBookRec.Price);
>
> Readln;**
>
> *End.*
>
>
>
>
>
> Or, both?
>
>
>
>
>
> Peter Hatigan
>
> *Important - *This email and any attachments may be confidential. If
> received in error, please contact us and delete all copies. Before opening
> or using attachments check them for viruses and defects. Regardless of any
> loss, damage or consequence, whether caused by the negligence of the sender
> or not, resulting directly or indirectly from the use of any attached files
> our liability is limited to resupplying any affected attachments. Any
> representations or opinions expressed are those of the individual sender,
> and not necessarily those of the Department of Education and Early Childhood
> Development.
>
> _______________________________________________
> http://www.edulists.com.au - FAQ, Subscribe, Unsubscribe
> IT Software Development Mailing List kindly supported by
> http://www.vcaa.vic.edu.au - Victorian Curriculum and Assessment Authority
> and
> http://www.vcaa.vic.edu.au/vce/studies/infotech/softwaredevel3-4.html
> http://www.vitta.org.au - VITTA Victorian Information Technology Teachers
> Association Inc
>
--
Mark Kelly
Manager Information Systems
Reporting Manager
IT Learning Area Manager
McKinnon Secondary College
McKinnon Rd McKinnon 3204
Victoria, Australia
Direct line / Voicemail: +613 8520 9085
Fax +613 9578 9253
kel at mckinnonsc.vic.edu.au
VCE IT Lecture Notes: http://vceit.com
Moderator: IT Applications Edulist
My cow died on this day two years ago. I know because I noted it in my
dairy.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.edulists.com.au/pipermail/sofdev/attachments/20101126/6609faa1/attachment-0001.html
More information about the sofdev
mailing list