Skip to main content

Questions tagged [boolean-logic]

Filter by
Sorted by
Tagged with
5 votes
7 answers
4k views

I am recently studying computer science and I was introduced into Boolean algebra. It seems that Boolean algebra is used to simplify logic gates in hardware in order to make the circuit design minimal ...
themhz's user avatar
  • 169
4 votes
2 answers
7k views

In reference to one interface control document, I found difficulty in understanding this concept. There is one parameter having LSB of 0.0625 and MSB of 2048 that should be transmitted from one piece ...
Master shifu's user avatar
0 votes
5 answers
782 views

I got a headscratcher: someone submitted code to test whether all of some checkboxes were unchecked, and it indicated True when an even number were checked. The code looked something like: if (box1....
user avatar
1 vote
1 answer
63 views

The goal is to take a binary space, say 64 bits, and make certain parts of it "valid" and certain parts "invalid", then increment, starting at 0, through that space, avoiding the invalid areas. Space ...
Not Really's user avatar
2 votes
1 answer
259 views

I have a table, let's call it Widgets, a Tags table with about 30 tags, a WidgetsTags table that joins each widget with any number of tags, and a table called LandingPages, the landing pages are for ...
Neil N's user avatar
  • 612