retagged by
1,061 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

0 votes
0 votes
2 answers
2
ajit asked Sep 17, 2015
1,462 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
1 votes
1 votes
1 answer
4
CHANDRIKA PRASAD asked Aug 4, 2016
2,679 views
A processor has a 16 bit data bus and 32 bit address bus, what is the maximum byte locations it can address