retagged by
1,121 views

1 Answer

0 votes
0 votes

 

each record has 25B stored sequentially so,

if we start from address 0 (in decimal) then from

0-24  1st record 

25-49 2nd record

50-74 3rd record

75-99 4th record

100-124 5th record

so first byte of 5th record is at location 100 (01100100 in binary )

so logical address of first byte of 5th record = 01100100.

Related questions

1.5k
views
2 answers
0 votes
ajit asked Sep 17, 2015
1,495 views
The physical location of a record determined by a formula that transforms a file key into a record location isa)Hashed fileb)B-Tree filec)Indexed filed)Sequential file
2.7k
views
1 answers
1 votes
CHANDRIKA PRASAD asked Aug 4, 2016
2,744 views
A processor has a 16 bit data bus and 32 bit address bus, what is the maximum byte locations it can address