Top answers

All subjects
All levels

How would you represent the decimal number 143 in 7 bit binary?

First look at the leftmost digit, which represents how many 128s are in the number. There is one 128 in 143, so we mark that as a 1. Then take the remainder of the value - in this case 143-128 = 15, and m...

Answered by Joel C. Computing tutor
2576 Views

What is Bubble Sort algorithm and how it works? Give an example of pseudo-code explaining the process.

A Bubble Sort algorithm is one of the simplest and easy-to-program sorting algorithms, at an expense of inefficiency. One of the main reasons why it is simple is because that it uses the notion of swappin...

Answered by Nedas M. Computing tutor
2650 Views

Represent 83 in 8 bit binary.

Start on the left side of the binary number - the first digit is the "128s" digit - there are no "128s" in 83 (as 128 is clearly larger than 128), so we start with a 0.Next is 64 - the...

Answered by Rose L. Computing tutor
5258 Views

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)

Answered by Daniel C. Computing tutor
4912 Views

Write the binary number 11011 in decimal.

Similarly to how the digits in decimal represent values of increasing powers of 10 (the far right digit is the number of units, the next digit to the right is the number of 10s, the next digit along is th...

Answered by Matthew L. Computing tutor
16975 Views

We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences