• We need your support!

    We are currently struggling to cover the operational costs of Xtremepapers, as a result we might have to shut this website down. Please donate if we have helped you and help make a difference in other students' lives!
    Click here to Donate Now (View Announcement)

How was AICT P2?

Messages
10
Reaction score
6
Points
13
i found it pretty difficult. it reminded me of october/nvember 2015 which was awful to begin with
i hope the thresholds are low but depends on how others performed now
 
Messages
1,414
Reaction score
18,489
Points
523
in one step where we had to extract only the numbers from the given code
and another where we needed to calculate the crew required
It wasnt nmbrs... We had to extract letters in put them in dfrnt order.. For tht u have to concatenate the MID function...
N for crew u have to put up nested if function with time
 
Messages
10
Reaction score
6
Points
13
It wasnt nmbrs... We had to extract letters in put them in dfrnt order.. For tht u have to concatenate the MID function...
N for crew u have to put up nested if function with time
I know that step was easy
but im talking abt task 4
you are talking abt task 3 and task 8
 
Messages
10
Reaction score
6
Points
13
To extract the alphabets....
The example was given ABCD00000 n we have to extract the alphabets n chng thm to CDBA
So use the formula
MID(A2,3,1) & MID(A2,4,1) & MID(A2,2,1) & MID(A2,1,1).. Here to concatenate u could also use CONCATENATE n thn insert MID formula in it
there were 3 tasks whose screen shots we had to take : task 3 which is the one you mentioned and was 9 marks , task 4 which is the one where we had to extract the numbers only and put them in a coloumn named Code was 16 marks , task 5 was simply just naming ranges and that was like 8 marks
 
Messages
1,414
Reaction score
18,489
Points
523
there were 3 tasks whose screen shots we had to take : task 3 which is the one you mentioned and was 9 marks , task 4 which is the one where we had to extract the numbers only and put them in a coloumn named Code was 16 marks , task 5 was simply just naming ranges and that was like 8 marks
wht was xctly task 3....? i dnt remember it...cn u plz tell ..
 
Messages
3,412
Reaction score
9,812
Points
523

Task 1 was creating evidence document.
Task 2 was examining the files and saving as spreadsheet.
Task 3 was Concatenate to create venue codes in j16_venues.csv
Task 4 was extracting numbers from code to give Capacity.
Task 5 was named ranges.
Task 6 was saving the j16_tourguide.csv file as spreadsheet and inserting header.
Task 7 was vlookup with named ranges to give venue name, location and capacity.
Task 8 was calculating crew by using conditions.
Task 9 was making a graph.
Task 10 was making three new fields: sound, light, general.
Task 11 was another bar graph comparing sound, light and general crew members.
 
Messages
10
Reaction score
6
Points
13
like i said before
in task 3 you had to extract the letters while in 4 you had to extract the numbers
taks 3 was very easy hence the 9 marks but the next one was tricky and i couldnt do it which let me obviously bum cuz it was one of the main steps and had a lot of marks to it (16 marks) and the other steps in the futuer kinda depended on it
 
Messages
3,412
Reaction score
9,812
Points
523
I used the following formula for step 4:

= VALUE(IF(RIGHT(A3,1)="X", MID(A3,5,LEN(A3)-5), RIGHT(A3, LEN(A3)-4)))

And for step 8, to calculate crew:

= 5 + ROUNDUP(F3/500,0) + IF(TIME(HOUR(E3),MINUTE(E3),SECOND(E3)<TIME(20,0,0), 2, 0)
 
Messages
10
Reaction score
6
Points
13
I used the following formula for step 4:

= VALUE(IF(RIGHT(A3,1)="X", MID(A3,5,LEN(A3)-5), RIGHT(A3, LEN(A3)-4)))

And for step 8, to calculate crew:

= 5 + ROUNDUP(F3/500,0) + IF(TIME(HOUR(E3),MINUTE(E3),SECOND(E3)<TIME(20,0,0), 2, 0)
well great.........
couldnt get both right ......
now i doubt if the grade boundaries would be low
 
Top