[Year 12 IT Apps] OT-any new ideas Y10 name / course

Strachan, Robert L strachan.robert.l at edumail.vic.gov.au
Thu Apr 26 13:39:46 EST 2007


I am trying to redevelop the Year 10 course at present. 

 

Does any one have any new slant on course content name etc which excites
students to continue into VCE

 

Thanks for your assistance

 

Rob 

 

________________________________

From: itapps-bounces at edulists.com.au
[mailto:itapps-bounces at edulists.com.au] On Behalf Of Lumsden, Richard G
Sent: Thursday, 26 April 2007 1:17 PM
To: Year 12 IT Applications Teachers' Mailing List
Subject: RE: [Year 12 IT Apps] off topic VB6 problem

 

Try to no think in terms of the Vb array structure.

A sorted recordset is list with each record in the list having a record
number associated in the internal memory.

Get the index value of your random generator to locate the record in the
recordset via the recordnumber given by the random generated index.

There is plenty o f MShelp on recordsets to show you how to go about
this.

Good Luck and happy coding.

Regards,

Rick Lumsden

 

________________________________

From: itapps-bounces at edulists.com.au
[mailto:itapps-bounces at edulists.com.au] On Behalf Of Jim Bunn
Sent: Thursday, 26 April 2007 1:01 PM
To: IT Applications mailing list
Subject: [Year 12 IT Apps] off topic VB6 problem

 

Hi all,

 

I'm trying to create a random phrase generator using Visual Basic 6 and
am stumped. I can make a simple one by creating a string variable for
each word, and then print random phrases with this simple code:

 

For phrase =3D 1 To 5

    x =3D Int(5 * Rnd(1) + 1)

    y =3D Int(5 * Rnd(1) + 1)

    z =3D Int(5 * Rnd(1) + 1)

    Print adj1(x); " "; adj2(y); " "; noun(z)

    Next phrase

 

What I want to be able to do is store the words in a database and use
the recordset command to generate a phrase. I also want to be able to
edit (add to and delete) words from the database fields. 

 

Anyone able to help?

 

Thanks,

Jim

 

 

 

 

Jim Bunn
CCNA CCAI ITE1
Technology Coordinator
Hampton Park Secondary College
Victoria  Australia

8795 9400

bunn.jim.c at edumail.vic.gov.au 

 

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.

_______________________________________________ 
http://www.edulists.com.au <ttp://www.edulists.com.au> - FAQ, resources,
subscribe, unsubscribe 
IT Applications Mailing List kindly supported by 
http://www.vcaa.vic.edu.au <ttp://www.vcaa.vic.edu.au> - Victorian
Curriculum and Assessment Authority and 
http://www.vitta.org.au <ttp://www.vitta.org.au> - VITTA Victorian
Information Technology Teachers Association Inc

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.

_______________________________________________ 
http://www.edulists.com.au <ttp://www.edulists.com.au> - FAQ, resources,
subscribe, unsubscribe 
IT Applications Mailing List kindly supported by 
http://www.vcaa.vic.edu.au <ttp://www.vcaa.vic.edu.au> - Victorian
Curriculum and Assessment Authority and 
http://www.vitta.org.au <ttp://www.vitta.org.au> - VITTA Victorian
Information Technology Teachers Association Inc


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, dam=
age or consequence, whether caused by the negligence of the sender or not, r=
esulting directly or indirectly from the use of any attached files our liabi=
lity is limited to resupplying any affected attachments. Any representations=
 or opinions expressed are those of the individual sender, and not necessari=
ly those of the Department of Education.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.edulists.com.au/pipermail/itapps/attachments/20070426/267f9c59/attachment.html


More information about the itapps mailing list