• 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)

Computer Paper discussion

Messages
10
Reaction score
0
Points
0
what was the average anyone?
oh! :D that paper wasnt bad! i guess,,,,........!!!!!!!!
 
Messages
599
Reaction score
3,840
Points
253
i messed up some parts and was shocked wen i gt to knw that "memory media" qstn. was wrong!!
if he allow me 2-3 marks there for examples thn i would gt A* inshahAllah =)
 
Messages
3
Reaction score
0
Points
11
The algorithm was:
(i can't remember the question properly,but diz is all wat i remember)
Begin
ERROR=0
FOR x=1 To 2000
Input Start_time
Input End_time
If( Start_time >End_time) Then
ERROR=ERROR+1
End if
Next x
Output ERROR
End.
 
Messages
971
Reaction score
532
Points
103
The algorithm was:
(i can't remember the question properly,but diz is all wat i remember)
Begin
ERROR=0
FOR x=1 To 2000
Input Start_time
Input End_time
If( Start_time >End_time) Then
ERROR=ERROR+1
End if
Next x
Output ERROR
End.
Yeah, this is pretty much how it is. It was very easy compared to some algorithms (in my opinion at least). Alternatively, you could write If (End_time < Start_time) on line 7.

My paper was good although I did made a few mistakes. :(
 
Messages
878
Reaction score
1,474
Points
153
2000? As far as I can recall, the number of students was 1800 and u seem to be missing some parts in this algorithm like THE CHECK TO MAKE SURE THE DATES ARE IN ORDER.You could add ' If START_TIME > END_TIME Then 'Swap the values of START_TIME and END_TIME'
Correct me if I am wrong :oops:
 
Messages
231
Reaction score
65
Points
38
@RINROX:- Well you missed out on 1 step in the algo. We had to input the Student ID of each of the 1800 stdnts before inputting their start and end time...
 
Messages
626
Reaction score
9
Points
28
@Workaholic: I missed that step too :D But then fortunately realized it when i read the keypoints... :D phewww :p
 
Messages
645
Reaction score
432
Points
73
Computer studies has key poits ???
Why are there always distinction people roaming around here on XPF ?
What was the answer for CLI .... never heard of it !
and neither did it
 
Messages
878
Reaction score
1,474
Points
153
dragoninja98 said:
Computer studies has key poits ???
Why are there always distinction people roaming around here on XPF ?
What was the answer for CLI .... never heard of it !
and neither did it
Advantages : Command-line Interface works faster , less errors compared to GUI, access to file directories easier/faster , use less resources
Disadvantages : Difficult for normal users (have to learn all commands to use it) , Not intuitive , Cant run media files/games etc
 
Messages
599
Reaction score
3,840
Points
253
OMG!! i knew about it and wrote adv./ dis adv of CLI as ttukkaAA!!
 
Messages
3
Reaction score
0
Points
11
workaholic said:
@RINROX:- Well you missed out on 1 step in the algo. We had to input the Student ID of each of the 1800 stdnts before inputting their start and end time...


I didn't remember the question very well when i posted (i think there are errors,but i don't think dat i wrote 2000 for the number of students and i think u guys r correct cuz now i remember the ques)
 
Messages
13
Reaction score
0
Points
11
djaskari said:
Expert systems is correct according to Stephen Doyle!!
The paper was tooo simple though algorithm was a bit tricky!!
did u find any error in your algorithm i mean it said to find the error and counter it
 
Messages
878
Reaction score
1,474
Points
153
A possible error check could be:
IF 'Number of digits in date input is not equal to 6' THEN
E=E+1
 
Top