Tesis sobre el tema "Computer organization"

Siga este enlace para ver otros tipos de publicaciones sobre el tema: Computer organization.

Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros

Elija tipo de fuente:

Consulte los 50 mejores tesis para su investigación sobre el tema "Computer organization".

Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.

También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.

Explore tesis sobre una amplia variedad de disciplinas y organice su bibliografía correctamente.

1

Tarnoff, David. "Episode 6.03 – Makin’ Rectangles". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/43.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
2

Tarnoff, David. "Episode 6.09 – Multiplexers". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/49.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
3

Tarnoff, David. "Episode 6.10 – Demultiplexers". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/50.

Texto completo
Resumen
A demultiplexer takes a single data stream and routes it to a selected output channel, a bit like one of those old A-B printer switches we used to physically select which printer we were sending data to. In this episode, we show how to design one.
Los estilos APA, Harvard, Vancouver, ISO, etc.
4

Tarnoff, David. "Episode 0.0 – Prologue". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/3.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
5

Tarnoff, David. "Episode 1.1 – The Importance of Hardware Design". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/1.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
6

Tarnoff, David. "Episode 4.09 - Simplification of Boolean Expressions". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/2.

Texto completo
Resumen
In this episode, we take a break from proving identities of Boolean algebra and start applying them. Why? Well, so we can build our Boolean logic circuits with fewer gates. That means they’ll be cheaper, smaller, and faster. That’s why.
Los estilos APA, Harvard, Vancouver, ISO, etc.
7

Tarnoff, David. "Episode 1.2 – Analog vs. Digital". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/4.

Texto completo
Resumen
In this episode, we make the distinction between analog (real-world) values and the values that a computer uses, i.e., digital. We discuss the benefits of digital over analog and describe a simple system to capture analog values.
Los estilos APA, Harvard, Vancouver, ISO, etc.
8

Tarnoff, David. "Episode 1.3 – Anatomy of a Binary Signal". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/5.

Texto completo
Resumen
In this episode, we define the components of a single binary signal as its value changes over time. This will provide us with a starting point for the terminology we will be using throughout the rest of the series.
Los estilos APA, Harvard, Vancouver, ISO, etc.
9

Tarnoff, David. "Episode 2.1 – How Computers Count without Fingers". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/7.

Texto completo
Resumen
In this episode, we visit some ancient Sumerians so we can expand our view of finger counting and see how this applies to counting with transistors. From this, we will have the basis for unsigned binary integers and the humble binary digit or bit. We also show how to calculate the upper limit to which a fixed number of transistors can count.
Los estilos APA, Harvard, Vancouver, ISO, etc.
10

Tarnoff, David. "Episode 2.3 – Hexadecimal or Sixteen ways to nibble at binary". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/9.

Texto completo
Resumen
Binary can be challenging. The values tend to have a lot of digits, long sequences of ones or zeros can be difficult to distinguish, and the relative magnitudes of multiple binary values can be difficult to resolve. In this episode, we discuss a couple of the popular methods to quickly represent binary in a more human readable form.
Los estilos APA, Harvard, Vancouver, ISO, etc.
11

Tarnoff, David. "Episode 2.9 – Introduction to Gray Code". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/15.

Texto completo
Resumen
Counting is pretty basic, right? Zero, one, two, three, four, and so on. This episode of Geek Author presents a situation where we might want to rearrange the sequence of integers in order to provide better reliability in our digital circuits.
Los estilos APA, Harvard, Vancouver, ISO, etc.
12

Tarnoff, David. "Episode 3.02 – Tens Complement Arithmetic". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/18.

Texto completo
Resumen
In 1645, Blaise Pascal presented his Pascaline to the public. Using only addition and the method of tens complement, the device could add, subtract, multiply, and divide. We discuss tens complement as an introduction to signed representations in binary.
Los estilos APA, Harvard, Vancouver, ISO, etc.
13

Tarnoff, David. "Episode 3.03 – An Introduction to Twos Complement Representation". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/19.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
14

Tarnoff, David. "Episode 4.01 – Intro to Logic Gates". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/29.

Texto completo
Resumen
Logic gates are the fundamental building blocks of digital circuits. In this episode, we take a look at the four most basic gates: AND, OR, exclusive-OR, and the inverter, and show how an XOR gate can be used to compare two digital values. Click here to read the show transcript.
Los estilos APA, Harvard, Vancouver, ISO, etc.
15

Tarnoff, David. "Episode 4.02 – Truth Tables". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/30.

Texto completo
Resumen
In this episode, we introduce one of the most important tools in the description of logic operations: the truth table. Not only do truth tables allow us to describe a logic operation, they provide a means for us to prove logical equivalence.
Los estilos APA, Harvard, Vancouver, ISO, etc.
16

Tarnoff, David. "Episode 4.03 – Combinational Logic". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/31.

Texto completo
Resumen
Individual logic gates are not very practical. Their power comes when you combine them to create combinational logic. This episode takes a look at combinational logic by working through an example in order to generate its truth table.
Los estilos APA, Harvard, Vancouver, ISO, etc.
17

Tarnoff, David. "Episode 4.05 – Introduction to Boolean Algebra". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/33.

Texto completo
Resumen
Truth tables and circuit diagrams fall short in many ways including their abilities to evaluate and manipulate combinational logic. By using algebraic methods to represent logic expressions, we can apply properties and identities to improve performance.
Los estilos APA, Harvard, Vancouver, ISO, etc.
18

Tarnoff, David. "Episode 4.08 – DeMorgan’s Theorem". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/36.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
19

Tarnoff, David. "Episode 4.10 – More Boolean Simplifications". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/37.

Texto completo
Resumen
Because many students have trouble when trying to simplify Boolean expressions, we’re going to dedicate another episode to examples of simplification. We’re also going to show how sometimes, there’s more than one way to crack an egg.
Los estilos APA, Harvard, Vancouver, ISO, etc.
20

Tarnoff, David. "Episode 5.02 – NAND Logic". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/39.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
21

Tarnoff, David. "Episode 6.01 – Introduction to Karnaugh Maps". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/41.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
22

Tarnoff, David. "Episode 6.08 – Binary Decoders". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/48.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
23

Tarnoff, David. "Episode 7.01 – The Need for Bitwise Operations". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/51.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
24

Tarnoff, David. "Episode 7.03 – Coding Bitwise Operations". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/53.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
25

Tarnoff, David. "Episode 7.04 – Setting Bits using the Bitwise-OR". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/54.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
26

Tarnoff, David. "Episode 1.4 – Pulse Width Modulation". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/6.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
27

Tarnoff, David. "Episode 2.2 – Unsigned Binary Conversion". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/8.

Texto completo
Resumen
This episode continues the work of the previous episode by examining the methods used to convert between decimal and binary and vice versa. We also take a look at the effects of shifting the bits of a binary number both left and right and how those operations can be used to simulate multiplication and division. Oh, and since we will be discussing a lot of different numbers, it couldn’t hurt to have a piece of paper and a pencil close by.
Los estilos APA, Harvard, Vancouver, ISO, etc.
28

Tarnoff, David. "Episode 2.4 – Packed BCD: Taking More Nibbles out of Binary". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/10.

Texto completo
Resumen
Ask a computer to store a decimal whole number in binary and it will do it without any fuss. A decimal fraction, however, that’s another thing. In this episode, we will present a method called Packed BCD that is used to accurately represent decimal values in binary by storing each digit in its own nibble.
Los estilos APA, Harvard, Vancouver, ISO, etc.
29

Tarnoff, David. "Episode 2.8 – Quantization Noise in Analog Sampling". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/14.

Texto completo
Resumen
Dividing up the range of analog values into discrete binary values during the analog to digital conversion process forces us to incur a rounding error. See what that error looks and sounds like in this episode of Geek Author.
Los estilos APA, Harvard, Vancouver, ISO, etc.
30

Tarnoff, David. "Episode 3.04 – The Application of Twos Complement". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/20.

Texto completo
Resumen
In this episode, we continue our discussion of twos complement binary representation by covering overflow and how shifting left and right can be used to perform multiplication and division by powers of two.
Los estilos APA, Harvard, Vancouver, ISO, etc.
31

Tarnoff, David. "Episode 3.05 – Introduction to Offset or Biased Notation". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/21.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
32

Tarnoff, David. "Episode 3.08 – Intro to ASCII Character Encoding". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/24.

Texto completo
Resumen
In 1963, the American Standards Association released a standard defining an 8-bit method to represent letters, punctuation, and control characters. This episode examines ASCII so that we can begin to see how computers represent language.
Los estilos APA, Harvard, Vancouver, ISO, etc.
33

Tarnoff, David. "Episode 4.06 – Properties of Boolean Algebra". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/34.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
34

Tarnoff, David. "Episode 4.07 – Identities of Boolean Algebra". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/35.

Texto completo
Resumen
We are familiar with algebraic laws such as multiply zero by anything, and we get zero. In this episode, we see how a Boolean expression containing a constant, a duplicated signal, or a signal being combined with its inverse will simplify…always.
Los estilos APA, Harvard, Vancouver, ISO, etc.
35

Tarnoff, David. "Episode 6.05 – Don’t Cares, the Logical Kind". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/45.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
36

Tarnoff, David. "Episode 6.06 – Don’t Cares as Inputs". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/46.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
37

Tarnoff, David. "Episode 7.06 – Stupid Binary Tricks". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/56.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
38

Tarnoff, David. "Episode 8.01 – Intro to Error Detection". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/57.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
39

Tarnoff, David. "Episode 2.5 – Binary Representation of Analog Values: Fitting Infinite Inside a Computer". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/11.

Texto completo
Resumen
Computers don’t cope well with infinite, but that’s pretty much what the real world is about, limitless accuracy with as near to limitless boundaries as can be imagined. So how do we fit infinite inside the computer? That’s what this episode is about: converting analog measurements to binary with suitable accuracy. And we will do all of this with an eye to using these techniques later in our applications.
Los estilos APA, Harvard, Vancouver, ISO, etc.
40

Tarnoff, David. "Episode 2.6 – Analog to Digital Conversion with Arduino". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/12.

Texto completo
Resumen
Does capturing analog measurements with a computer sound like so much hocus pocus? In this episode, we will take a stab at lessening some of that mystic by showing how the Arduino platform can be used to perform this conversion.
Los estilos APA, Harvard, Vancouver, ISO, etc.
41

Tarnoff, David. "Episode 2.7 – The Effect of Sampling Rates on Digital Signals". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/13.

Texto completo
Resumen
Converting an analog signal to digital involves more than just digitizing some measurements. Consequences result from sampling an analog signal and care has to be taken to capture all the desired frequencies and avoid creating new ones.
Los estilos APA, Harvard, Vancouver, ISO, etc.
42

Tarnoff, David. "Episode 2.10 – Gray Code Conversion and Applications". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/16.

Texto completo
Resumen
We continue our discussion of Gray code by presenting algorithms used to convert between the weighted numeral system of unsigned binary and the Gray code ordered sequence. We also show how to implement these algorithms in our code.
Los estilos APA, Harvard, Vancouver, ISO, etc.
43

Tarnoff, David. "Episode 3.01 – Adding and Subtracting Ones and Zeros". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/17.

Texto completo
Resumen
It may sound trivial, but in this episode we’re going to learn to add and subtract…in binary. This will serve as a basis for learning about negative binary representations and the circuitry needed to perform additions in hardware.
Los estilos APA, Harvard, Vancouver, ISO, etc.
44

Tarnoff, David. "Episode 3.06 – Fixed Point Binary Representation". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/22.

Texto completo
Resumen
Up to this point, we’ve limited our discussion to binary integers. In this episode, we are moving the curtain to reveal the powers of two to the right of the binary point in order to begin representing fractions.
Los estilos APA, Harvard, Vancouver, ISO, etc.
45

Tarnoff, David. "Episode 3.10 – Signaling and Unipolar Line Coding Schemes". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/26.

Texto completo
Resumen
When sending digital data from one device to another, both devices must agree on how to represent ones and zeros. This episode presents how signal levels affect the delivery of data and how line codes are used to represent the ones and the zeros.
Los estilos APA, Harvard, Vancouver, ISO, etc.
46

Tarnoff, David. "Episode 3.11 – Polar and Bipolar Line Coding". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/27.

Texto completo
Resumen
In this episode, we continue our discussion of line codes by examining five schemes used with polar and bipolar signaling: NRZ-L, NRZ-I, RZ-AMI, Manchester, and differential Manchester. We also discuss differential coding and its benefits.
Los estilos APA, Harvard, Vancouver, ISO, etc.
47

Tarnoff, David. "Episode 3.12 – Run Length Limited Coding". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/28.

Texto completo
Los estilos APA, Harvard, Vancouver, ISO, etc.
48

Tarnoff, David. "Episode 4.04 – NAND, NOR, and Exclusive-NOR Logic". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/32.

Texto completo
Resumen
The simplest combinational logic circuits are made by inverting the output of a fundamental logic gate. Despite this simplicity, these gates are vital. In fact, we can realize any truth table using a circuit made only from AND gates with inverted outputs.
Los estilos APA, Harvard, Vancouver, ISO, etc.
49

Tarnoff, David. "Episode 5.01 – The Sum-of-Products Expression". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/38.

Texto completo
Resumen
Who knew how easy it would be to derive a Boolean expression from a truth table? By following a few simple steps, sum-of-products expressions are quickly converted to and from truth tables. In addition, the SOP expression is a heck of a performer.
Los estilos APA, Harvard, Vancouver, ISO, etc.
50

Tarnoff, David. "Episode 5.03 – The Product-of-Sums Expression". Digital Commons @ East Tennessee State University, 2020. https://dc.etsu.edu/computer-organization-design-oer/40.

Texto completo
Resumen
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.
Los estilos APA, Harvard, Vancouver, ISO, etc.
Ofrecemos descuentos en todos los planes premium para autores cuyas obras están incluidas en selecciones literarias temáticas. ¡Contáctenos para obtener un código promocional único!

Pasar a la bibliografía