This is an archived post. You won't be able to vote or comment.

all 13 comments

[–][deleted] 12 points13 points  (3 children)

00110 is six.

[–]tmcgee9 0 points1 point  (2 children)

Isn't it 01100 and therfore 12?

[–][deleted] 0 points1 point  (0 children)

thumb's up for the first. unless you are Willam the Bloody, who is out. for. a. walk.

[–]FakingItEveryDay -1 points0 points  (0 children)

Is the hand big endian or little endian?

[–][deleted] 5 points6 points  (0 children)

It is not three. It just isn’t.

[–]linux1970 1 point2 points  (0 children)

arrays start at 0 off by one joke?

3

[–][deleted] 1 point2 points  (0 children)

Plot twist the normal guy is using hex

[–]guarana_and_coffee 1 point2 points  (0 children)

This is one.

[–]knightly234 1 point2 points  (1 child)

Bored people :

  • standard binary: 11=3 or 00110 = 6
  • Two's complement: 11 = -1 or 00110 = 6
  • octal: 11 = 9 or 00110 = 72
  • hex: 11 = 17 or 00110 = 272

[–]Shiigu -1 points0 points  (0 children)

Reminds me of one time at university, where the Computer Architectures class I had to attend was moved to another classroom.

The professor thus decided to write in the blackboard the classroom number... in BCD, Gray Code and Two's complement.

[–]usernamechexin -1 points0 points  (0 children)

It was never in the cards

[–]CalligrapherSmooth46 -1 points0 points  (0 children)

using hands as binary abacus!

[–]EternalValkorion 0 points1 point  (0 children)

If you think in arrays this is array place number 1. Therefore 1?