In: Computer Science
* I have solved all four question by mentioning formula with the solution. If your answer doesnot matches you can put the values in formula get the right answer though I have checked many time it is correct.
* If you find it worth it will be a pleasure for me and may I get like also.
----------------------------------------------------------------------------------------------------
Lets calculate Video size by using following formula:
= (60 * 1080 * 1920 * 36 * 8400) (bits)
= 37623398400000 bits
= 4702.9248 Gigabytes
------------------------------------------------------------------------------------------------------
Lets calculate Video Bit rate using following formula:
= (37623398400000 / 8400) (bits/sec)
= 4478976000 bits/sec
= 4478.976 Mbps
-----------------------------------------------------------------------------------------------------
Finding audio bit rate:
= 44100 * 16 * 5.1
= 3598560 bits per second
= 3.6 Mbps
------------------------------------------------------------------------------------------------------
Finding total size Audio + Video :
= [ 4478976000 + 3598560] * 8400
= 37653626304000 bits
= 4706.7 Gigabytes
------------------------------------------------------------------------------------------------------