Login

Welcome, Guest. Please login or register.

November 28, 2025, 09:34:48 am

Author Topic: VCE IT Helpdesk  (Read 14783 times)  Share 

0 Members and 1 Guest are viewing this topic.

Bozo

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 392
  • Respect: +3
Re: VCE IT Helpdesk
« Reply #60 on: October 27, 2010, 06:36:13 pm »
0
Question 7a, on Section B in the Vcaa 2008 IT APPS exam. Does anybody have an example or copy of the answer that would give full marks.

Bozo

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 392
  • Respect: +3
Re: VCE IT Helpdesk
« Reply #61 on: November 07, 2010, 07:59:29 pm »
0
Okay, what the hell is a query in database. What does it do. WHAT IS IT!

Any takers?

Plan-B

  • Victorian
  • Trendsetter
  • **
  • Posts: 165
  • Respect: +7
Re: VCE IT Helpdesk
« Reply #62 on: November 07, 2010, 08:59:28 pm »
0
Okay, what the hell is a query in database. What does it do. WHAT IS IT!

Queries are basically functions performed on a database management system that filters out data to present the user with specific records.
For example, if had an age field and only wanted to see records of people who were older then 45 years, you would perform a query with the criteria under the age field >45 . This will bring back results with only records whose age is greater then 45.

Hopefully thats kinda understandable :)

Question 7a, on Section B in the Vcaa 2008 IT APPS exam. Does anybody have an example or copy of the answer that would give full marks.
Check:
http://www.vceit.com/postmortems/2008ita/index.htm

Uchiha_Jax

  • Victorian
  • Adventurer
  • *
  • Posts: 7
  • Respect: 0
Re: VCE IT Helpdesk
« Reply #63 on: June 05, 2011, 07:00:09 pm »
0
http://img16.imageshack.us/img16/3951/img1287z.jpg   (removed img tags due to large image)

the above image is my task, I was wondering if someone could assist me in what sort of direction I could tackle this.

Thank-you in advance (:

Lasercookie

  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 3167
  • Respect: +326
Re: VCE IT Helpdesk
« Reply #64 on: June 05, 2011, 07:27:30 pm »
0
I'm guessing this is your database task? Since this is ITA, you won't have to create the software to produce the text file, just the underlying relational database for some imaginary software. Start with writing out what tables and fields you need. From there you can work out relationships, etc.

It's pretty interesting that you're teacher's sacs are pretty ambiguous.

EDIT: Wait, this is a software development task. Can't really help you out but I can take a guess. Might be completely wrong.
Well I guess your software would be something like:

1. Open the text file

2. Read the file, line by line probably.
I would be thinking something like a while loop, where it takes in the data line by line and then puts into some kind of array/list. (or an object oriented structure)

3. It should be fairly simple to sort the array by the reorder level now.

4. Now maybe another loop to output the contents of the array into the new textfile.

I probably didn't help much.

Uchiha_Jax

  • Victorian
  • Adventurer
  • *
  • Posts: 7
  • Respect: 0
Re: VCE IT Helpdesk
« Reply #65 on: June 06, 2011, 08:05:39 am »
0
Yeah it's Software probably should have specified that, our teacher isn't really here much / doesn't provide much assistance / resources at all to complete tasks, struggling to find any kind of online help with this let alone able to read what the task is asking -.-

huss48

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 361
  • Respect: +40
Re: VCE IT Helpdesk
« Reply #66 on: June 06, 2011, 05:18:39 pm »
0
that is sure is a software development task, as i seen it before..

Where are everyone up to in IT Apps so i know wat do upload next  :)
Bachelor of Business (Accountancy) @ RMIT University
(COMPLETED IN 2014)

Lasercookie

  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 3167
  • Respect: +326
Re: VCE IT Helpdesk
« Reply #67 on: June 06, 2011, 05:26:23 pm »
0
Yeah it's Software probably should have specified that, our teacher isn't really here much / doesn't provide much assistance / resources at all to complete tasks, struggling to find any kind of online help with this let alone able to read what the task is asking -.-

Hmm... well I guess you could try to scout out some people on here that do software development, get into discussions with them.

I'd also make sure you print out a copy of the study design and ensure that you understand each point, read the textbook religiously etc.  I'm not doing SD myself so I don't really have much of an idea about what's expected etc.

You could also look at some general programming websites/tutorials. Most programming forums will frown upon asking for homework help however.

Lasercookie

  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 3167
  • Respect: +326
Re: VCE IT Helpdesk
« Reply #68 on: June 06, 2011, 05:27:41 pm »
0
Where are everyone up to in IT Apps so i know wat do upload next  :)

I'm currently doing my Unit 3 Outcome 2 database SAC. That will be dragging going on for the next few weeks since exams etc. get in the way.

Thanks for all the resources you've uploaded so far :)

conorp

  • Victorian
  • Adventurer
  • *
  • Posts: 6
  • Respect: 0
Re: VCE IT Helpdesk
« Reply #69 on: July 12, 2011, 05:33:08 pm »
0
In terms of information systems, Why is data an integral component in an information system?

Lasercookie

  • Honorary Moderator
  • ATAR Notes Legend
  • *******
  • Posts: 3167
  • Respect: +326
Re: VCE IT Helpdesk
« Reply #70 on: July 12, 2011, 06:41:54 pm »
0
In terms of information systems, Why is data an integral component in an information system?
Data is the raw facts that are manipulated/processed into a meaningful and useful form (called information). I guess it's integral because without data you cannot have information and an information system without information would be quite useless.

That's my understanding of it anyway.

Edit: The answer given in the Nelson solutions manual (for the old textbook, but still the exact same question):
Quote from: Nelson Chapter 1 Test Your Knowledge answers
Why is data an integral component in an information system?
Data an integral component in an information system because information systems need data to manipulate and process into information.
« Last Edit: July 12, 2011, 06:45:02 pm by laseredd »