Login

Welcome, Guest. Please login or register.

November 28, 2025, 07:57:50 am

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

0 Members and 1 Guest are viewing this topic.

Potter

  • Victorian
  • Trendsetter
  • **
  • Posts: 148
  • Respect: +1
Re: VCE IT Helpdesk
« Reply #45 on: November 09, 2009, 04:21:13 pm »
0
Quote

I've encountered a q in an exam that ask you to write a validation rule that forces users to type in exactly 8 chactacters. Do you think I would get marks for writing this:

If I was writing say a phone number for instance. I would write

(_ _) _ _ _ _ -_ _ _ _ numbers only.

This is an input mask.
2009-  IT: Applications [40]

2010- English | Specialist | Methods | Chem | MUEP Chem |

2011- ...Lets see where this road will take me.

RainerWolfram

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 346
  • X&Y
  • Respect: +14
Re: VCE IT Helpdesk
« Reply #46 on: November 09, 2009, 04:40:13 pm »
0
Quote

I've encountered a q in an exam that ask you to write a validation rule that forces users to type in exactly 8 chactacters. Do you think I would get marks for writing this:

If I was writing say a phone number for instance. I would write

(_ _) _ _ _ _ -_ _ _ _ numbers only.

This is an input mask.

The problem is it asks for the validation rule
2010: B.Eng(Mechatronics)/B.Science(Computer Science/Astrophysics), Monash University
2011 Sem1: B.Eng(Electrical & Computer Systems)/B.Science(Computer Science), Monash University
2011 Sem2: B.Commerce (Finance + Software Systems), University of Melbourne

excal

  • VN Security
  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3490
  • Über-Geek
  • Respect: +21
Re: VCE IT Helpdesk
« Reply #47 on: November 09, 2009, 05:08:48 pm »
0
Hey,

I've encountered a q in an exam that ask you to write a validation rule that forces users to type in exactly 8 chactacters. Do you think I would get marks for writing this:

Like "8 question marks"  (I tried typing 8 ?'s but it comes out like ???????)

Or this one for 8 digits only:

Like "########"

That's the actual syntax of it

Or how else would you write it?

Thanks

Daniel

Is this in a VCAA past paper? If not, they shouldn't be asking you technology-based questions, other than Excel. Input masks, in the format you specified, are strictly for Access.
excal (VCE 05/06) BBIS(IBL) GradCertSc(Statistics) MBBS(Hons) GCertClinUS -- current Master of Medicine candidate
Former Global Moderator

Rockim

  • Victorian
  • Forum Regular
  • **
  • Posts: 56
  • Respect: +1
Re: VCE IT Helpdesk
« Reply #48 on: November 09, 2009, 06:31:27 pm »
0
Do we need to know implement strategies like in q7c in Insight 2009 practice exam?

ell

  • Victorian
  • Forum Leader
  • ****
  • Posts: 801
  • Respect: +18
Re: VCE IT Helpdesk
« Reply #49 on: November 09, 2009, 06:44:46 pm »
0
Do we need to know implement strategies like in q7c in Insight 2009 practice exam?

Nope, not for ITA.

nacho

  • The Thought Police
  • Victorian
  • ATAR Notes Superstar
  • ******
  • Posts: 2602
  • Respect: +418
Re: VCE IT Helpdesk
« Reply #50 on: July 02, 2010, 10:27:25 pm »
0
can someone explain to me relations (one to many, many to one, one to one, many to many)
I get the gist of it i guess, but could still use a bit of clearing up. Can someone provide examples?
OFFICIAL FORUM RULE #1:
TrueTears is my role model so find your own

2012: BCom/BSc @ Monash
[Majors: Finance, Actuarial Studies, Mathematical Statistics]
[Minors: Psychology/ Statistics]

"Baby, it's only micro when it's soft".
-Bill Gates

Upvote me

excal

  • VN Security
  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3490
  • Über-Geek
  • Respect: +21
Re: VCE IT Helpdesk
« Reply #51 on: August 08, 2010, 10:26:48 pm »
0
This is the way I was taught at uni, so you'll probably not find this explanation in IT:A. However, I think it's fairly logical once you get it...

Suppose you're looking at a relationship between a student and a VCE subject. You need to look at the relation in both directions from a 'logical' point of view. Once you have the result of your examination in both directions, you need to 'add' / 'combine' them and then get the final result where one + one = one and one + many = many.

So for student to subject (in that order):
A student can be enrolled in a subject (one-to-one)
A subject can have many student enrolled (one-to-many)

Therefore, the relation is one-to-many.

Using another example, a student <-> teacher:
A student will have many teachers (one-to-many)
A teacher will have many students (many-to-one)

Therefore, this relation is many-to-many (and thus you'll need to implement it with a linking table [probably class/subject] as databases do not support many to many relations).

You'll also won't find one-to-one relations as they are, frankly, useless. However, the same rules apply as above.
excal (VCE 05/06) BBIS(IBL) GradCertSc(Statistics) MBBS(Hons) GCertClinUS -- current Master of Medicine candidate
Former Global Moderator

nacho

  • The Thought Police
  • Victorian
  • ATAR Notes Superstar
  • ******
  • Posts: 2602
  • Respect: +418
Re: VCE IT Helpdesk
« Reply #52 on: August 15, 2010, 08:11:35 pm »
0
can someone explain to me :
1. how to create an IPO chart
2. how to answer a question on constraints e.g: " Question :Identify any constraints - the constraints should identify any restrictions on the solution. These might include the software or hardware to be used, how often the information needs to be produced, other."
3. what this means : "Identify a set of test data to test the validation procedures defined above. The test data should include typical (correct) data, unusual data and incorrect data."
4. What do the terms "test data" "typical (Correct) data" "unusual data" and "incorrect data" mean?
5. A good way to create an error log.
OFFICIAL FORUM RULE #1:
TrueTears is my role model so find your own

2012: BCom/BSc @ Monash
[Majors: Finance, Actuarial Studies, Mathematical Statistics]
[Minors: Psychology/ Statistics]

"Baby, it's only micro when it's soft".
-Bill Gates

Upvote me

Plan-B

  • Victorian
  • Trendsetter
  • **
  • Posts: 165
  • Respect: +7
Re: VCE IT Helpdesk
« Reply #53 on: August 15, 2010, 08:55:30 pm »
0
1.
For an IPO chart, you are identifying the input, processing and output of your case study.. For example, for your excel sac, an input could be the data provided by the teachers, processing could be the formulas used on that data, and output would be the information produced.

2.
Contraints refer to the limitations of the solution. As my teacher has explained, remember TOES when thinking of constraints.
T = Technical (E.g. School might not have hardware or software to create solution), O = operational (E.g. staff to use solution have limited I.T skills), E = Economics (E.g. for purchasing Software), S = Social
An important constraint is also time in which you have to create the solution, as it is limited.

3.
Your identifying types of test data to test validation rules and all it's outcome. For example, your data validation rule for a field named no. of siblings could be 'whole number between values of 0 and 15'. Thus, you will use test data to try and test how the validation rule will react when various values are entered. So for no. of siblings, test data could be 0, 4, 15, 16, 5.5

4.
Correct data: Test data that will be accepted under validation rules (e.g For a field named age: 4 as test data would be an accepted value)
Unusual data: Odd test data that tests how data validation rules will deal with these (e.g. A unusual test data could be 5.5 or 'A' for a field named no. of siblings)
Incorrect data: Test data that should not be accepted by validation rules (e.g. For field name age: 219 should not be an accepted value)

5.
For an error log, the table I used was:
Date - Error Description - Solution

Hope that helps : D

Plan-B

  • Victorian
  • Trendsetter
  • **
  • Posts: 165
  • Respect: +7
Re: VCE IT Helpdesk
« Reply #54 on: August 25, 2010, 08:06:47 pm »
0
Hey guys, I've got a question too, in regards to the end of year exams.
How well are we expected to know our network communication standards such as Token Rings and TCP/IP? Like should we be able to describe exactly how it works? From viewing exams, I'd think its a no, but do you think theres a chance they could spring something like this on us?

ell

  • Victorian
  • Forum Leader
  • ****
  • Posts: 801
  • Respect: +18
Re: VCE IT Helpdesk
« Reply #55 on: August 26, 2010, 06:31:09 pm »
0
Hey guys, I've got a question too, in regards to the end of year exams.
How well are we expected to know our network communication standards such as Token Rings and TCP/IP? Like should we be able to describe exactly how it works? From viewing exams, I'd think its a no, but do you think theres a chance they could spring something like this on us?

You won't be asked anything technical, but you might be asked why one is better than the other, advantages/disadvantages. Even if you just have a rough idea of what Token Ring, TCP/IP etc are, you should be fine.

Some relevant dot points from the Study Design:
  • an overview of types and characteristics of networks, and functions of network operating systems
  • suitability of types of transmission media to support local and remote communication, including cabling and wireless links
  • describe and justify the hardware and software network requirements of the organisation to support the virtual teams

Plan-B

  • Victorian
  • Trendsetter
  • **
  • Posts: 165
  • Respect: +7
Re: VCE IT Helpdesk
« Reply #56 on: August 26, 2010, 06:36:37 pm »
0
Ahh okay, thanks for clearing that up :D

ell

  • Victorian
  • Forum Leader
  • ****
  • Posts: 801
  • Respect: +18
Re: VCE IT Helpdesk
« Reply #57 on: August 28, 2010, 08:45:37 pm »
0
Quote
Hi

I'm looking at your ITA General Advice and you mention "TOES - Technical, Operational, Economic, Social". What area is this from the course? I've looked through my notes and textbook and am not sure at what it relates to. Could you please confirm this for me?

Thanks.

It's used in regards to decision making/problem solving, and the factors or constraints of the situation or a particular solution. It is defined in the official VCAA IT Glossary, and it will probably come up in the exam.

Bozo

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 392
  • Respect: +3
Re: VCE IT Helpdesk
« Reply #58 on: October 26, 2010, 10:07:41 pm »
0
Whats the difference between an organisational goal, and an organisational objective?

Plan-B

  • Victorian
  • Trendsetter
  • **
  • Posts: 165
  • Respect: +7
Re: VCE IT Helpdesk
« Reply #59 on: October 27, 2010, 09:41:20 am »
0
- Organisational goals are long-term ambitions that an organisation wants to achieve and continue achieving (E.g. Increasing profit and maintain good reputation)
- Organisational objectives are smaller, more specific, achievable and measurable steps towards achieving a larger goal (E.g. Always respond to customers within one working day).

Check: http://vceit.com/orgs/orggoals.htm