• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 10
  • 3
  • 3
  • Tagged with
  • 75
  • 75
  • 60
  • 58
  • 9
  • 6
  • 5
  • 5
  • 5
  • 4
  • 4
  • 4
  • 4
  • 4
  • 3
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
51

Episode 5.03 – The Product-of-Sums Expression

Tarnoff, David 01 January 2020 (has links)
Now that we’ve studied the sum-of-products form of Boolean expressions, it’s time to take a look at the product-of-sums. This form uses logical OR’s to generate zeros which are passed to the output through an AND gate.
52

Episode 6.01 – Introduction to Karnaugh Maps

Tarnoff, David 01 January 2020 (has links)
Here we introduce a graphical tool that when used correctly will produce a most simplified sum-of-products expression, all without meddling in any simplification of Boolean expressions.
53

Episode 6.04 – Four-Variable Karnaugh Map Example

Tarnoff, David 01 January 2020 (has links)
Many digital designs begin with a truth table. In this episode, we do just that, and then create the simplified sum-of-products expression by way of the Karnaugh map.
54

Episode 6.05 – Don’t Cares, the Logical Kind

Tarnoff, David 01 January 2020 (has links)
Like a wild card in a game of poker, an unspecified truth table entry called a “don’t care” can make our sum-of-products expressions so much nicer.
55

Episode 6.06 – Don’t Cares as Inputs

Tarnoff, David 01 January 2020 (has links)
This short episode shows how a complicated truth table can be clarified by using “don’t cares” to represent input values.
56

Episode 6.08 – Binary Decoders

Tarnoff, David 01 January 2020 (has links)
What does it take to switch on a device? In some cases, like getting a soda from a vending machine, a number of conditions must be just right. That’s where binary decoders come in.
57

Episode 7.01 – The Need for Bitwise Operations

Tarnoff, David 01 January 2020 (has links)
All areas of computing, from data compression to web design, from networking to digital image storage, from system administration to high-performance computing, benefit from bit manipulation.
58

Episode 7.02 – Clearing Bits using the Bitwise-AND

Tarnoff, David 01 January 2020 (has links)
Clearing bits within an integer is important if we want to isolate bits or set them to zero before we insert a new value. The bitwise-AND does this for us.
59

Episode 7.03 – Coding Bitwise Operations

Tarnoff, David 01 January 2020 (has links)
Discussing how to use bitwise operations to manipulate the bits of an integer would be academic if we couldn’t perform the operations in our code. The good news is that we can!
60

Episode 7.04 – Setting Bits using the Bitwise-OR

Tarnoff, David 01 January 2020 (has links)
The ability to set bits may not seem important at first, but many algorithms in computing depend on just that. Join us as we control bits and build integers from scratch using the bitwise-OR.

Page generated in 0.0946 seconds