Login

Welcome, Guest. Please login or register.

November 27, 2025, 12:09:57 pm

Author Topic: Cloud's ITA questions  (Read 6495 times)  Share 

0 Members and 1 Guest are viewing this topic.

danieltennis

  • Guest
Cloud's ITA questions
« on: November 17, 2008, 02:47:29 pm »
0
Hey guys,
I havent been studying or doing any work for IT all year and I need serious help. I've got a few questions to ask.

1/ When establishing a clients needs when creating an information product, there are contraints. List three main categories for the constraints.

2/ Select one the answers you gave in question 1 and explain what constrait means.

ii/ Describe clear terms the function of a Gantt Chart and PERT chart outlining the difference between them.

Thanks.
« Last Edit: January 19, 2009, 12:21:08 am by ell »

excal

  • VN Security
  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3490
  • Über-Geek
  • Respect: +21
Re: Cloud's ITA questions
« Reply #1 on: November 17, 2008, 02:52:53 pm »
0
Are you taking IT:A for 2009?

I'll change the order a bit.

2. A constraint is to restrict/hold back (cf. 'constrain'). It means something that creates a limitation on a system.

1. Things that could limit a system include:
- cost ('economic')
- technology available ('technical')
- how things are done normally ('operational')
- the external environment ('social')

3. Use Wikipedia :P there's a fairly clear explanation on both.
excal (VCE 05/06) BBIS(IBL) GradCertSc(Statistics) MBBS(Hons) GCertClinUS -- current Master of Medicine candidate
Former Global Moderator

danieltennis

  • Guest
Re: Cloud's ITA questions
« Reply #2 on: November 17, 2008, 03:01:35 pm »
0
Are you taking IT:A for 2009?

I'll change the order a bit.

2. A constraint is to restrict/hold back (cf. 'constrain'). It means something that creates a limitation on a system.

1. Things that could limit a system include:
- cost ('economic')
- technology available ('technical')
- how things are done normally ('operational')
- the external environment ('social')

3. Use Wikipedia :P there's a fairly clear explanation on both.

Yes, I am.
Another question.

1/ If information is to be used for a particular purpose, it is very important to ensure that it is of high quality. Give three tests you could apply to data to ensure that it is of a high quality.

2/ Write the output produced by this program.
words = 'this IS NoT EvEN'
Print words.title()
Print words.replace("IS", 'was')
Print words.upper()
Prints words *2

3/ What is Reverse Osmosis?

Thanks

jsimmo

  • Victorian
  • Forum Leader
  • ****
  • Posts: 847
  • Respect: +32
Re: Cloud's ITA questions
« Reply #3 on: November 17, 2008, 03:02:12 pm »
0
A Gantt chart is like a timeline that shows when tasks need to start and finish and what resources will be needed at each stage.

A PERT chart is like a map laying out all the tasks and how they relate to each other, especially which tasks cannot start until other tasks have been completed.

*Gantt charts are better at showing how tasks use time. PERT charts are better at showing task dependencies.
2008: English , Business Management , IT: Applications , Further Maths , Studio Arts 
2009: Monash University

excal

  • VN Security
  • Victorian
  • ATAR Notes Legend
  • *******
  • Posts: 3490
  • Über-Geek
  • Respect: +21
Re: Cloud's ITA questions
« Reply #4 on: November 17, 2008, 03:07:44 pm »
0
Are you taking IT:A for 2009?

I'll change the order a bit.

2. A constraint is to restrict/hold back (cf. 'constrain'). It means something that creates a limitation on a system.

1. Things that could limit a system include:
- cost ('economic')
- technology available ('technical')
- how things are done normally ('operational')
- the external environment ('social')

3. Use Wikipedia :P there's a fairly clear explanation on both.

Yes, I am.
Another question.

1/ If information is to be used for a particular purpose, it is very important to ensure that it is of high quality. Give three tests you could apply to data to ensure that it is of a high quality.

2/ Write the output produced by this program.
words = 'this IS NoT EvEN'
Print words.title()
Print words.replace("IS", 'was')
Print words.upper()
Prints words *2

3/ What is Reverse Osmosis?

Thanks

1/ Test the final solution against the initial requirements (purpose). If it meets these requirements, the solution is of high quality.

2/ I doubt IT:A would do pseudocode, let alone what appears to be a Basic-like programming language.

3/ wut? *points to Chemistry forum*

excal (VCE 05/06) BBIS(IBL) GradCertSc(Statistics) MBBS(Hons) GCertClinUS -- current Master of Medicine candidate
Former Global Moderator

jsimmo

  • Victorian
  • Forum Leader
  • ****
  • Posts: 847
  • Respect: +32
Re: Cloud's ITA questions
« Reply #5 on: November 17, 2008, 03:12:25 pm »
0
2/ I doubt IT:A would do pseudocode, let alone what appears to be a Basic-like programming language.

It's not in the 3/4 course, but it was in last years 1/2 for me [i'm pretty sure it is in the study design].
2008: English , Business Management , IT: Applications , Further Maths , Studio Arts 
2009: Monash University

danieltennis

  • Guest
Re: Cloud's ITA questions
« Reply #6 on: November 17, 2008, 03:15:49 pm »
0
2/ I doubt IT:A would do pseudocode, let alone what appears to be a Basic-like programming language.

It's not in the 3/4 course, but it was in last years 1/2 for me [i'm pretty sure it is in the study design].
Yeah, because year 11 IT is a mix of SD and APPs

Another question.

ii) Jay wants customers to order her jewellery online. Select and justify an effective way of backing up Jay’s
files. Ensure that your answer refers to one or more of the following: complete backup, differential backup
and incremental backup.

1/ What is a primary key? Thanks

ell

  • Victorian
  • Forum Leader
  • ****
  • Posts: 801
  • Respect: +18
Re: Cloud's ITA questions
« Reply #7 on: November 17, 2008, 04:50:43 pm »
0
Yeah, because year 11 IT is a mix of SD and APPs

Another question.

ii) Jay wants customers to order her jewellery online. Select and justify an effective way of backing up Jay’s
files. Ensure that your answer refers to one or more of the following: complete backup, differential backup
and incremental backup.

1/ What is a primary key? Thanks

Complete (full) backup: Backup everything onto a separate medium

Differential backup: Consists of an initial full backup, then any changes made are backed up onto one separate medium (so you have stored one full backup, and another with any changes made after the full backup)

Incremental: Also consists of an initial full backup, then any changes made are backed up onto several media (so you would have a stored a full backup, plus each change made is stored on a separate medium. For example, after the initial full backup, you might make an incremental backup each month, March 2008, April 2008 etc.)

Take your pick, but don't just choose full backup.

1/ A primary key uniquely identifies a record in a database. (This is all you need to know, really)

costargh

  • Guest
Re: Cloud's ITA questions
« Reply #8 on: November 17, 2008, 04:53:52 pm »
0
ROFL ells sig haha

danieltennis

  • Guest
Re: Cloud's ITA questions
« Reply #9 on: November 17, 2008, 04:55:54 pm »
0
Thanks.
Another question.

Ok i don't understand what they mean by this question.

Borak Enterprises are looking at the establishment of a new head quarters in Hong Kong, replacing the
existing office in Melbourne. The Human Resources Department is engaging a consultant to look at how
this will affect the current levels of staff.
Select the appropriate response from those listed
A. This is a tactical and operational decision
B. This is a an operational and strategic decision
C. This is a strategic and tactical decision
D. This is a strategic, operational and tactical decision.

Thnaks

rh

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 304
  • Respect: +7
Re: Cloud's ITA questions
« Reply #10 on: November 17, 2008, 04:57:15 pm »
0

cobby

  • Victorian
  • Part of the furniture
  • *****
  • Posts: 1437
  • Respect: +7
Re: Cloud's ITA questions
« Reply #11 on: November 17, 2008, 05:06:31 pm »
0
2008 - Economics
2009 - Maths Methods CAS
          English
          I.T Apps
          P.E

danieltennis

  • Guest
Re: Cloud's ITA questions
« Reply #12 on: November 17, 2008, 05:08:13 pm »
0
ROFL ells sig haha
umm..
LMAO oookk then :|  ....hi ell :)

Ahhhhh. Farkkkkkkkkkkkkkk. Sorry, Ell, im taken.

rh

  • Victorian
  • Forum Obsessive
  • ***
  • Posts: 304
  • Respect: +7
Re: Cloud's ITA questions
« Reply #13 on: November 17, 2008, 05:08:46 pm »
0
oh wait.

lol.

ell

  • Victorian
  • Forum Leader
  • ****
  • Posts: 801
  • Respect: +18
Re: Cloud's ITA questions
« Reply #14 on: November 17, 2008, 05:13:13 pm »
0
Thanks.
Another question.

Ok i don't understand what they mean by this question.

Borak Enterprises are looking at the establishment of a new head quarters in Hong Kong, replacing the
existing office in Melbourne. The Human Resources Department is engaging a consultant to look at how
this will affect the current levels of staff.
Select the appropriate response from those listed
A. This is a tactical and operational decision
B. This is a an operational and strategic decision
C. This is a strategic and tactical decision
D. This is a strategic, operational and tactical decision.

Thnaks

Yeah these are always tricky to get your head around. Here's a table I made this year for my notes:

Type of decisionMade byTime frameDescription and examples
StrategicOrganisation’s top/senior managers, e.g. CEO or president.long term (years)Usually expensive and affect the whole nature of the organisation. Examples of strategic decisions include closing store branches or diversifying into new areas. These decisions are usually based on highly summarised information.
Tacticalmiddle-managers, e.g. regional manager, state manager of a national organisation.weeks/monthsMade to implement strategic decisions, i.e. tactical supports strategic. Examples of tactical decisions include hiring extra staff or improving staff training. These decisions are usually based on summarised information.
OperationalStore managers or sales assistantsDay-to-day basisDeal with non-management workers and keep the organisation working and productive. Examples of operational decisions include on-the-spot price reduction of a product or deciding whether a staff member can have time off work. These decisions are based on raw data or detailed (not summarised) information.
Back to the original question, "...establishment of a new head quarters in Hong Kong, replacing the existing office in Melbourne". This is obviously a strategic decision as it is expensive and large in nature.
This part: "Human Resources Department is engaging a consultant to look at how this will affect the current levels of staff" is most probably a tactical decision as it is just one department of the organisation (it is also dealing with staff performance/attitudes etc so it fits nicely under tactical).

So the answer should be C, strategic and tactical.