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

Computers & ICT: Post your doubts here!

Messages
99
Reaction score
22
Points
18
iv. That mean data is arranged in ascending or descending orders before assignment of indexes? and is index same as keyfield?

v. In serial , is data scattered ?

iv. yes data is arranged in order according to the keyfield (keyfield is like the primary key) , index is not the same as the primary key it is just used for finding the data easier
INDEX is first, then comes all the data... for example: like for the bank account number(6 digit,etc), the index divides the number into 3 parts, the first index containing first 2 digits, the 2nd index containing the other 2 digits and the final index containing the last 2 digit then leading to main record AKA MAIN KEYFIELD in the MAIN file, so data is searched easily..

v. yes in serial, the data is in absolutely NO ORDER at all, all the data is scattered, every new data is added to the end of the file..
 
Messages
599
Reaction score
3,840
Points
253
iv. yes data is arranged in order according to the keyfield (keyfield is like the primary key) , index is not the same as the primary key it is just used for finding the data easier
INDEX is first, then comes all the data... for example: like for the bank account number(6 digit,etc), the index divides the number into 3 parts, the first index containing first 2 digits, the 2nd index containing the other 2 digits and the final index containing the last 2 digit then leading to main record AKA MAIN KEYFIELD in the MAIN file, so data is searched easily..

v. yes in serial, the data is in absolutely NO ORDER at all, all the data is scattered, every new data is added to the end of the file..

THANKYOU! (^_^)
You giving exam tomorrow?
 
Messages
183
Reaction score
18
Points
28
You have o explain the different types of test data that is normal, extreme and abnormal n give examples of each.
For example for the field number of hours abnormal data would be -15 or "A", so the system should not accept this data. if an error message is not produced then the limitation has to be identified . The validation routine will have to be designed again and corrected. simialrly for the other two data tests as well any example related to payroll .
thank you but can you answer completely of this question for me its 6 marks answer
 
Messages
188
Reaction score
9
Points
28
yup, the paper was goooooooood <3 :D

but im still unsure about 6 marks..so hoping to do the P2 9691 at my BEST! :)

Good Luck to you guys! <3
 
Messages
375
Reaction score
205
Points
53
i believe the one's who have done their paper are talking about computing & not Aict.
 
Messages
681
Reaction score
438
Points
73
When i read paper 12, i got a heart attack cuz im giving AICT too...:confused:
 
Messages
414
Reaction score
3,809
Points
503
can any 1plzz explain the indexed sequential & random access files ??

also the Hierarchical database management systems &network database management system ??
Applied ICT
 
Messages
128
Reaction score
53
Points
28
can any 1plzz explain the indexed sequential & random access files ??

also the Hierarchical database management systems &network database management system ??
Applied ICT
indexed sequential is when records are not read one by one while they are being processed. they are stored in an order. you can directly go to the specific record you want
hierarchical database is one which is has a tree like structure and is not used any more because of one way relationship. it has few records or files on top and many below(branching out)
i have solved 6 pastpapers and questions come from indexed sequential and not hierarchical, just saying
 
Messages
414
Reaction score
3,809
Points
503
indexed sequential is when records are not read one by one while they are being processed. they are stored in an order. you can directly go to the specific record you want
hierarchical database is one which is has a tree like structure and is not used any more because of one way relationship. it has few records or files on top and many below(branching out)
i have solved 6 pastpapers and questions come from indexed sequential and not hierarchical, just saying
tysm
so what types of questions cum on "indexed sequential" ?
 
Top