Compress the following bit pattern using RLE (Run Length Encoding). 1111 0011 1100 0000

The answer is as follows:
(4,1) (2,0) (4,1) (6,0)

DC

Related Computing GCSE answers

All answers ▸

Describe and explain how the operating system abstracts memory management away from a systems programmer.


Write the number 195 in binary


What is batch processing?


What are 'pointers'?