Computer Organization and Architecture, Pt. 1

Size: px
Start display at page:

Download "Computer Organization and Architecture, Pt. 1"

Transcription

1 Computer Organization and Architecture, Pt. Charles Abzug, Ph.D. Department of Computer Science James Madison University Harrisonburg, VA 2287 Voice Phone: , Home Page: 2 Charles Abzug

2 Carpinelli Table.: BASIC BOOLEAN FUNCTIONS I Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 2

3 Carpinelli Table.2: BASIC BOOLEAN FUNCTIONS II Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 3

4 Notation for Boolean Logical Operations A Ā ~A!A NOT A X Y X+Y X OR Y X Y X Y XY X AND Y X NAND Y X NOR Y X Y X XOR Y X XNOR Y 24-Feb Charles Abzug 4

5 Carpinelli Table.3: ALL POSSIBLE BOOLEAN FUNCTIONS of TWO INPUT VARIABLES x y x y x y Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 5

6 Carpinelli Table.4: TRUTH TABLE for a COMPOSITE BOOLEAN FUNCTION F(x,y) = x y + y z Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 6

7 Carpinelli Table.5: TRUTH TABLE for another COMPOSITE BOOLEAN FUNCTION F(x,y) = (x + y ) (y + z) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 7

8 Carpinelli Table.6: TRUTH TABLES DEMONSTRATING ALGEBRAIC EQUIVALENCES RESULTING from DeMORGAN S THEOREMS F(x,y) = (x y + y z) = (x + y) (y + z) = x y + x z + y z Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 8

9 Carpinelli Figure.: BASIC KARNAUGH MAPS (3-variable and 4-variable) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 9

10 Carpinelli Figure.2: GENERATION of GRAY CODE Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug

11 Carpinelli Figure.3: SAMPLE 3-VARIABLE KARNAUGH MAP SHOWING ALGEBRAIC SIMPLIFICATION Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug

12 Carpinelli Figure.4: SAMPLE 4-VARIABLE KARNAUGH MAP SHOWING ALGEBRAIC SIMPLIFICATION Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 2

13 Carpinelli Figure.5 : ANOTHER 4-VARIABLE KARNAUGH MAP SHOWING ALGEBRAIC SIMPLIFICATION Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 3

14 Carpinelli Figure.7: LOGIC CIRCUITS IMPLEMENTING a BOOLEAN FUNCTION Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 4

15 Carpinelli Figure.7: LOGIC CIRCUITS IMPLEMENTING a BOOLEAN FUNCTION NOTE: This is a three-stage circuit first stage AND gates, second stage one OR and one AND gate, third stage an OR gate. This is not how we implement a Boolean function normally. Original figure or table 2 by Addison Wesley Longman, Inc This is a normal logic-circuit implementation of a Boolean function. 24-Feb Charles Abzug 5

16 Carpinelli Figure.8: SIMPLE BUFFER GATE and TRI-STATE GATES Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 6

17 Carpinelli Table.7, as it appears in the text: TRUTH TABLES for BUFFER GATES Simple Buffer Tri-State Buffer Tri-State Buffer Gate (Active-High Enable) (Active-Low Enable) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 7

18 Carpinelli Table.7, TRUTH TABLES FOR BUFFER GATES CORRECTED to COUNTING ORDER: Simple Buffer Tri-State Buffer Tri-State Buffer Gate (Active-High Enable) (Active-Low Enable) Original figure or table 2 by Addison Wesley Longman, Inc Truth Tables in Counting Order: E In X Out Z E In Out X Z 24-Feb Charles Abzug 8

19 BCD-to-Seven-Segment Decoder: SEGMENT LABELS a f b g e c d 24-Feb Charles Abzug 9

20 Carpinelli Figure.22: BCD-to-SEVEN-SEGMENT DECODERS: TRUTH TABLES for all SEVEN BOOLEAN FUNCTIONS Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 2

21 Carpinelli Figure.23 (a): KARNAUGH MAP SIMPLIFICATION of TWO BOOLEAN FUNCTIONS Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 2

22 Carpinelli Figure.23 (b): LOGICAL CIRCUITS IMPLEMENTING TWO BOOLEAN FUNCTIONS Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 22

23 Carpinelli Figure.9 (a): MULTIPLEXOR Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 23

24 Carpinelli Figure.9 (b), as it appears in the text: Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 24

25 Carpinelli Figure.9 (b), CORRECTED: Original figure or table 2 by Addison Wesley Longman, Inc E S S Out X X Z Truth Table is now in Counting Order: Input Input Input 2 Input 3 24-Feb Charles Abzug 25

26 Carpinelli Figure.9 (c), as it appears in the text: Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 26

27 Carpinelli Figure.9 (c), CORRECTED: Original figure or table 2 by Addison Wesley Longman, Inc E S S Out Input Truth Table is now in Counting Order: Input Input 2 Input 3 X X Z 24-Feb Charles Abzug 27

28 Carpinelli Figure.: CONSTRUCTION of a 4- MULTIPLEXOR from THREE 2- MULTIPLEXORS Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 28

29 Carpinelli Figure. (a), as it appears in the text: DECODER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 29

30 Carpinelli Figure. (a), showing CORRECTION: Remove this dot. Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 3

31 Carpinelli Figure. (b), as it appears in the text: Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 3

32 Carpinelli Figure. (b), CORRRECTED: Original figure or table 2 by Addison Wesley Longman, Inc E S S Out Out Out 2 Out 3 Truth Table with several corrections, and in Counting Order: X X Z Z Z Z 24-Feb Charles Abzug 32

33 Carpinelli Figure. (c), as it appears in the text: Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 33

34 Carpinelli Figure. (c), CORRECTED: Original figure or table 2 by Addison Wesley Longman, Inc E S S Out Out Out 2 Out 3 Truth Table with several corrections, and in Counting Order: X X Z Z Z Z 24-Feb Charles Abzug 34

35 Carpinelli Figure.2 (a): SIMPLE ENCODER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 35

36 Carpinelli Figure.2 (b), as it appears in the text: Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 36

37 Carpinelli Figure.2 (b), CORRECTED: Original figure or table 2 by Addison Wesley Longman, Inc E I 3 I 2 I I S S V Abbreviated Truth Table in Counting Order (not all input combinations are shown, since external constraints allow at most one input line to have a value of ): X X X X Z Z Z 24-Feb Charles Abzug 37

38 Carpinelli Figure.2 (c), as it appears in the text: Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 38

39 Carpinelli Figure.2 (c), CORRECTED: Original figure or table 2 by Addison Wesley Longman, Inc Abbreviated Truth Table in Counting Order (not all input combinations are shown, since external constraints allow at most one input line to have a value of ): E I 3 X I 2 X I X I X S Z S Z V Z 24-Feb Charles Abzug 39

40 Carpinelli Figure.3 (a): PRIORITY ENCODER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 4

41 Carpinelli Figure.3 (b) and (c) PRIORITY ENCODER (alternative version) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 4

42 Carpinelli Figure.4: ONE-BIT COMPARATOR Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 42

43 Carpinelli Figure.5, as it appears in the text: SINGLE-BIT STAGE of a MULTI-BIT COMPARATOR Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 43

44 Carpinelli Figure.5, CORRECTED: SINGLE-BIT STAGE of a MULTI-BIT COMPARATOR ( ) ( ) ( ) ( ) ( ) ( ) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 44

45 Carpinelli Figure.6, as it appears in the text: Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 45

46 Carpinelli Figure.6, CORRECTED: ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 46

47 Carpinelli Figure.7: HALF ADDER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 47

48 Carpinelli Figure.8, as it appears in the text: FULL ADDER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 48

49 Carpinelli Figure.8, CORRECTED: FULL ADDER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 49

50 Carpinelli Figure.9, as it appears in the text: FOUR-BIT ADDER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 5

51 Carpinelli Figure.9, CORRECTED: FOUR-BIT ADDER X C Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 5

52 Carpinelli Figure.2: SUBTRACTOR Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 52

53 Carpinelli Figure.2, as it appears in the text: MEMORY MODULES Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 53

54 Carpinelli Figure.2, ENHANCED: MEMORY MODULES ROM RAM Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 54

55 USE of MULTIPLE MEMORY MODULES. In general, a MEMORY consists of some number of addressable units, each of which is called a WORD. 2. The contents of a single word of memory are described as a string of bits. The words in a computer memory are all of identical width, w, and can be described as : D (w-) D (w-2) D (w-3)... D. 3. For a memory containing a total of T words, it is necessary to specify a numeric address in order to be able to uniquely identify each word. For this purpose, some number of address bits is necessary. The required number of address bits is given by: A > log 2 (T) 4. We can construct the memory from a number of memory modules of equal size. If each module contains N words, then the individual module requires n address bits to specify which word within the module is to be accessed. Since N is always an exact power of 2, n = log 2 (N) 24-Feb Charles Abzug 55

56 USE of MULTIPLE MEMORY MODULES (continued) 5. For a total of T words, the number of modules (memory chips) required is: M = T /N log 2 (M) = log 2 (T) - log 2 N 6. The total address lines are thus divided into two groups: m chip-select lines, and n within-chip word-select lines: A = m + n 7. The n within-chip address lines are connected in parallel to the addressselect input terminals of all of the memory modules. 8. The m chip-select lines go to an (m-x-2 m ) decoder. Each output line from the decoder connects to the Chip-Enable input line of one memory chip. 24-Feb Charles Abzug 56

57 Carpinelli Figure.24 (a), as it appears in the text: TWO-NUMBER SORTER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 57

58 Carpinelli Figure.24 (a), CORRECTED: TWO-NUMBER SORTER Comparator Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 58

59 Carpinelli Figure.24 (b): FOUR-NUMBER SORTER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 59

60 TWO PRINCIPAL TYPES of LOGIC CIRCUITS:. COMBINATIONAL 2. SEQUENTIAL 24-Feb Charles Abzug 6

61 TWO PRINCIPAL TYPES of LOGIC CIRCUITS:. COMBINATIONAL Current output (s and s), after the passage of sufficient time to allow for circuit stabilization, is dependent solely upon current input (s and s), 2. SEQUENTIAL Current output depends not only on current input, but also on the prior history of the circuit state. 24-Feb Charles Abzug 6

62 Carpinelli Figure.25 Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 62

63 Carpinelli Figure.26 (a): POSITIVE-EDGE-TRIGGERED D FLIP-FLOP Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 63

64 Carpinelli Figure.26 (b): POSITIVE-GATED D LATCH Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 64

65 Carpinelli Figure.27: POSITIVE-GATED D LATCH, with Asynchronous SET and CLEAR Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 65

66 Carpinelli Figure.28: SR LATCH Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 66

67 Carpinelli Figure.25: POSITIVE-EDGE-TRIGGERED JK FLIP-FLOP Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 67

68 Carpinelli Figure.3: POSITIVE-EDGE-TRIGGERED T FLIP-FLOP Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 68

69 Carpinelli Figure.3, as it appears in the text: FOUR-BIT REGISTER (not a 4-Bit Flip-Flop) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 69

70 Carpinelli Figure.3, CORRECTED: FOUR-BIT REGISTER (not a 4-Bit Flip-Flop) XD XD XD XD XD Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 7

71 Carpinelli Figure.32, as it appears in the text: Four-Bit Incrementing ( Up ) Counter Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 7

72 Carpinelli Figure.32, CORRECTED: Four-Bit Incrementing ( Up ) Counter DX DX DX DX Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 72

73 Carpinelli Figure.33: FOUR-BIT INCREMENTING/DECREMENTING COUNTER ( Up/Down Counter) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 73

74 Carpinelli Figure.34: FOUR-BIT LEFT-SHIFT REGISTER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 74

75 Carpinelli Table.8, as it appears in the text: SHIFT OPERATIONS Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 75

76 Carpinelli Table.8, CORRECTED: SHIFT OPERATIONS The corrected version corresponds to the definitions of the various types of shift operations typically implemented in the Arithmetic Logic Unit (ALU) portion of Central Processing Units (CPUs). Logical XXXXXX Logical XXXXXX HHHHHHH X 2 X X HHHHHHH X 3 X 2 X HHHHHHH X 2 X X Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 76

77 Carpinelli Figure.35: PROGRAMMABLE LOGIC ARRAY (PLA) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 77

78 Carpinelli Figure.36: PROGRAMMABLE ARRAY of LOGIC (PAL) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 78

79 Carpinelli Problem.9: F = WXY + WXZ + W XY + XYZ = (WXY Z + WXY Z ) + (WXYZ + WXY Z) + (W XYZ + W XYZ ) + (WXYZ + W XYZ ) Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 79

80 CARRY-LOOKAHEAD ADDER g i = X i Y i p i = X i + Y i (not X i Y i ) 24-Feb Charles Abzug 8

81 FINITE-STATE MACHINES: SEQUENTIAL and COMBINATIONAL LOGIC 24-Feb Charles Abzug 8

82 Carpinelli Figure 2. (a): GENERIC STATE-MACHINE MODEL Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 82

83 Carpinelli Figure 2.3: STATE DIAGRAMS for the JK FLIP-FLOP Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 83

84 Carpinelli Figure 2.4: JK FLIP-FLOP State Table: State Diagram: Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 84

85 Carpinelli Figure 2.5 (b): STATE DIAGRAM for the MODULO-6 COUNTER: MOORE MACHINE Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 85

86 Carpinelli Figure 2.6 (b): STATE DIAGRAM for the STRING-CHECKER: MOORE MACHINE Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 86

87 Carpinelli Figure 2.A (b): STATE DIAGRAM for the STRING-CHECKER with REVISED STATE ASSIGNMENTS: MOORE MACHINE Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 87

88 Carpinelli Figure 2.7, as it appears in the text: STATE DIAGRAM for the TOLL-BOOTH CONTROLLER: MOORE MACHINE Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 88

89 Carpinelli Figure 2.7, CORRECTED: STATE DIAGRAM for the TOLL-BOOTH CONTROLLER: MOORE MACHINE Original figure or table 2 by Addison Wesley Longman, Inc I I I I XX XX 24-Feb Charles Abzug 89

90 Carpinelli Table 2.5: STATES for the TOLL-BOOTH CONTROLLER: MOORE MACHINE Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 9

91 Carpinelli Table 2.6: STATE TABLE for the TOOL-BOOTH CONTROLLER: MOORE MACHINE Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 9

92 Carpinelli Figure 2.8 (b): STATE DIAGRAM for the MODULO-6 COUNTER: MOORE MACHINE (Assigned State Values Included Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 92

93 Carpinelli Figure 2. (a): GENERIC MOORE MACHINE Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 93

94 Carpinelli Figure 2. (b): MOORE MACHINE IMPLEMENTATION of the MODULO-6 COUNTER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 94

95 Carpinelli Figure 2.: KARNAUGH MAPS for the NEXT STATE of the MODULO-6 COUNTER Original figure or table 2 by Addison Wesley Longman, Inc 24-Feb Charles Abzug 95

96 END 24-Feb Charles Abzug 96

Circuit Playground Digital Input

Circuit Playground Digital Input Circuit Playground Digital Input Created by Carter Nelson Last updated on 2017-02-27 03:36:50 AM UTC Guide Contents Guide Contents Overview Required Parts Before Starting Digital Signals 3V Logic Pocket

More information

OpenSesame EyeLink tutorial

OpenSesame EyeLink tutorial OpenSesame EyeLink tutorial Daniel Schreij 1, Sebastiaan Mathôt 1,2, and Lotje van der Linden 2 1 VU University Amsterdam, Dept. of Cognitive Psychology 2 Aix-Marseille Université, Laboratoire de Psychologie

More information

Circuit Playground Express Laser Tag

Circuit Playground Express Laser Tag Circuit Playground Express Laser Tag Created by John Park Last updated on 2017-11-14 01:56:23 AM UTC Guide Contents Guide Contents Build a Laser Tag Game Code the Laser Tag Game MakeCode Transmitting IR

More information

Integrating Magnetic Field Mapping Crack Detection and Coordinate Measurement

Integrating Magnetic Field Mapping Crack Detection and Coordinate Measurement Integrating Magnetic Field Mapping Crack Detection and Coordinate Measurement Author: S. Spasic, Senis AG Presented by: Ben Hartzell, GMW Associates Magnetics 2016 January 21 & 22, 2016 Jacksonville FL,

More information

What is econometrics? INTRODUCTION. Scope of Econometrics. Components of Econometrics

What is econometrics? INTRODUCTION. Scope of Econometrics. Components of Econometrics 1 INTRODUCTION Hüseyin Taştan 1 1 Yıldız Technical University Department of Economics These presentation notes are based on Introductory Econometrics: A Modern Approach (2nd ed.) by J. Wooldridge. 14 Ekim

More information

Overview. Label Gallery SDK User Guide

Overview. Label Gallery SDK User Guide Overview Label Gallery SDK User Guide 1 Overview COPYRIGHTS Rev: Rev-20100716 Copyright 2009 SATO CORPORATION. All rights reserved. www.satoworldwide.com The software described in this document is furnished

More information

Monochrome OLED Breakouts

Monochrome OLED Breakouts Monochrome OLED Breakouts Created by lady ada Last updated on 2018-01-02 08:35:47 PM UTC Guide Contents Guide Contents Overview Power Requirements OLED Power Requirements 5V- ready 128x64 and 128x32 OLEDs

More information

BY KATSUNARI OKAMOTO - FUNDAMENTALS OF OPTICAL WAVEGUIDES: 2ND (SECOND) EDITION BY KATSUNARI OKAMOTO

BY KATSUNARI OKAMOTO - FUNDAMENTALS OF OPTICAL WAVEGUIDES: 2ND (SECOND) EDITION BY KATSUNARI OKAMOTO BY KATSUNARI OKAMOTO - FUNDAMENTALS OF OPTICAL WAVEGUIDES: 2ND (SECOND) EDITION BY KATSUNARI OKAMOTO DOWNLOAD EBOOK : BY KATSUNARI OKAMOTO - FUNDAMENTALS OF OPTICAL WAVEGUIDES: 2ND (SECOND) EDITION BY

More information

Advanced Embedded Development in Linux

Advanced Embedded Development in Linux Advanced Embedded Development in Linux OpenAlt 2017 Josef Kubín Introduction Part 1 (tracing) What is a real time system? Available tracing tools The most trivial tracing How to trace USB, Ethernet Trace

More information

CAMPUS WEAR POLICY Daily Campus Wear Policy: Pants: Females: For male or females: Daily Campus Wear Shirts Campus Wear shirts

CAMPUS WEAR POLICY Daily Campus Wear Policy: Pants: Females: For male or females: Daily Campus Wear Shirts Campus Wear shirts CAMPUS WEAR POLICY The goal of the Campus dress code Policy is to provide a professional dress environment aligning to the school s mission to create a climate in which every student learns. I. Daily Campus

More information

NeoPixel Ring Bangle Bracelet

NeoPixel Ring Bangle Bracelet NeoPixel Ring Bangle Bracelet Created by Becky Stern Last updated on 2017-09-28 11:14:48 PM UTC Guide Contents Guide Contents Overview Circuit Diagram Build it! Arduino Code CircuitPython Code Planning

More information

Adafruit DRV2605 Haptic Controller Breakout

Adafruit DRV2605 Haptic Controller Breakout Adafruit DRV2605 Haptic Controller Breakout Created by lady ada Last updated on 2018-08-20 03:28:51 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins I2C Pins Other! Assembly Prepare the

More information

Coffee Detonator: The TNT Plunger Grinder

Coffee Detonator: The TNT Plunger Grinder Coffee Detonator: The TNT Plunger Grinder Created by John Park Last updated on 2017-04-12 08:04:36 PM UTC Guide Contents Guide Contents Overview Materials Voltage Conversion AC/DC Voltage Divider Microcontroller

More information

Neon LED Signs. Created by John Park. Last updated on :11:09 PM UTC

Neon LED Signs. Created by John Park. Last updated on :11:09 PM UTC Neon LED Signs Created by John Park Last updated on 2018-08-22 04:11:09 PM UTC Guide Contents Guide Contents Overview Parts Materials Tools Build the Sign Driver Preparation Solder the Circuit Solder the

More information

Grove - LED Bar. Introduction. Features

Grove - LED Bar. Introduction. Features Grove - LED Bar Introduction 3.3V 5.0V Digital Grove LED Bar is comprised of a 10 segment LED gauge bar and an MY9221 LED controlling chip. It can be used as an indicator for remaining battery life, voltage,

More information

TSL2561 Luminosity Sensor

TSL2561 Luminosity Sensor TSL2561 Luminosity Sensor Created by lady ada Last updated on 2018-01-27 12:17:52 AM UTC Guide Contents Guide Contents Overview Wiring the TSL2561 Sensor Breakout Board Prep Wiring up the sensor Arduino

More information

Using ONYX Separation Control Tool. Contents: What is Separation Control? Using ONYX Separation Control Tool. Separation Control Tips and Tricks

Using ONYX Separation Control Tool. Contents: What is Separation Control? Using ONYX Separation Control Tool. Separation Control Tips and Tricks Using ONYX Separation Control Tool Contents: What is Separation Control? Comparison to Basic/Advanced profiling workflow Advantages Using ONYX Separation Control Tool Enabling Separation Control Configuring

More information

Adafruit MCP9808 Precision I2C Temperature Sensor Guide

Adafruit MCP9808 Precision I2C Temperature Sensor Guide Adafruit MCP9808 Precision I2C Temperature Sensor Guide Created by lady ada Last updated on 2017-11-12 06:09:49 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins I2C Data Pins Optional Pins

More information

Feather Weather Lamp. Created by Ruiz Brothers. Last updated on :54:26 PM UTC

Feather Weather Lamp. Created by Ruiz Brothers. Last updated on :54:26 PM UTC Feather Weather Lamp Created by Ruiz Brothers Last updated on 2018-08-22 03:54:26 PM UTC Guide Contents Guide Contents Overview Weather Reactive Pixels Prerequisite Guides Parts Tools & Supplies Circuit

More information

Secret Hollow Book Intrusion Detector

Secret Hollow Book Intrusion Detector Secret Hollow Book Intrusion Detector Created by John Park Last updated on 2018-08-22 04:05:48 PM UTC Guide Contents Guide Contents Overview Materials & Tools Optional Android Hollowing the Book Preparation

More information

F. No.296/07/2016-CX.9 Govt. of India Ministry of Finance Department of Revenue (Central Board of Excise and Customs) OFFICE MEMORANDUM

F. No.296/07/2016-CX.9 Govt. of India Ministry of Finance Department of Revenue (Central Board of Excise and Customs) OFFICE MEMORANDUM F. No.296/07/2016-CX.9 Govt. of India Ministry of Finance Department of Revenue (Central Board of Excise and Customs) OFFICE MEMORANDUM New Delhi, the 28 th July, 2016 Please find enclosed a press release

More information

Adafruit Color Sensors

Adafruit Color Sensors Adafruit Color Sensors Created by Bill Earl Last updated on 2018-11-05 03:48:12 PM UTC Guide Contents Guide Contents Overview Assembly and Wiring Assembly (breakout version only) Position the header Position

More information

3D Printed 20w Amplifier Box

3D Printed 20w Amplifier Box 3D Printed 20w Amplifier Box Created by Ruiz Brothers Last updated on 2018-02-26 06:48:02 PM UTC Guide Contents Guide Contents Overview Prerequisite Guide Tools & Supplies Parts 3D Printing Print in your

More information

Adafruit Capacitive Touch Sensor Breakouts

Adafruit Capacitive Touch Sensor Breakouts Adafruit Capacitive Touch Sensor Breakouts Created by Bill Earl Last updated on 2018-08-22 03:36:13 PM UTC Guide Contents Guide Contents Overview Momentary Toggle 5-Pad Momentary Assembly and Wiring Installing

More information

Motivation. Pipelining. Big Picture. Motivation. Forecast Big Picture Datapath Control Data Hazards Stalls Forwarding Control Hazards Exceptions

Motivation. Pipelining. Big Picture. Motivation. Forecast Big Picture Datapath Control Data Hazards Stalls Forwarding Control Hazards Exceptions Forecast Big Pictre Datapath Control Data Hazards Stalls Forwarding Control Hazards Eceptions Pipelining otivation Want to minimize: Time = s/prog CPI Cycle time = P?? Single cycle implementation: CPI

More information

Interior Purse Light. Created by Becky Stern. Last updated on :41:08 PM UTC

Interior Purse Light. Created by Becky Stern. Last updated on :41:08 PM UTC Interior Purse Light Created by Becky Stern Last updated on 2018-08-22 03:41:08 PM UTC Guide Contents Guide Contents Overview Circuit Diagram Stitch Sequins Add Tape Arduino Code CircuitPython Code Use

More information

Standard Laboratory Practice for Consumer Applied Pet Stain and Odor Removal Chemical Evaluation on Pile Yarn Floor Coverings

Standard Laboratory Practice for Consumer Applied Pet Stain and Odor Removal Chemical Evaluation on Pile Yarn Floor Coverings P.O. Box 2048 Dalton Georgia 30722-2048 706.278.3176 carpet-rug.org CRI Test Method - 116 Technical Bulletin Standard Laboratory Practice for Consumer Applied Pet Stain and Odor Removal Chemical Evaluation

More information

Replace a pattern s straight skirt with a full, pleated one, and turn a classic dress into a party frock.

Replace a pattern s straight skirt with a full, pleated one, and turn a classic dress into a party frock. Replace a pattern s straight skirt with a full, pleated one, and turn a classic dress into a party frock. Pattern: Style Arc Layla Dress (modified). Fabric: stretch cotton sateen, MoodFabrics.com. 44 THREADS

More information

Adafruit IO Basics: Digital Input

Adafruit IO Basics: Digital Input Adafruit IO Basics: Digital Input Created by Todd Treece Last updated on 2017-07-14 11:49:29 PM UTC Guide Contents Guide Contents Overview Adafruit IO Setup Creating the Digital Feed Adding the Gauge Block

More information

holman automotive apparel policy

holman automotive apparel policy holman automotive apparel policy Holman Business Attire Revision 11292016 Page 1 the brand is always on display When you combine your look, voice, attitude and persona, you have the building blocks of

More information

Crickit Dancing Marionette Kit Created by Dano Wall. Last updated on :03:11 PM UTC

Crickit Dancing Marionette Kit Created by Dano Wall. Last updated on :03:11 PM UTC Crickit Dancing Marionette Kit Created by Dano Wall Last updated on 2019-04-04 07:03:11 PM UTC Overview This project demonstrates how to build a robotic marionette that is controlled with four arcade-style

More information

Android GBoard Morse Code Control with Circuit Playground Express

Android GBoard Morse Code Control with Circuit Playground Express Android GBoard Morse Code Control with Circuit Playground Express Created by Dave Astels Last updated on 2018-08-22 04:10:30 PM UTC Guide Contents Guide Contents Overview Parts Materials for the box Installing

More information

Case 2 VSM case: assembly of printed circuit board.

Case 2 VSM case: assembly of printed circuit board. November 2016 23 Case 2 VSM case: assembly of printed circuit board. Anne- marie LECLAIR (annle746), Laura Melendo Viu (laume667), Mélissa HENAFF (melhe044), Tobias Reith (tobre071) Takt Time Takt time

More information

Higher National Unit Specification. General information for centres. Fashion: Commercial Design. Unit code: F18W 34

Higher National Unit Specification. General information for centres. Fashion: Commercial Design. Unit code: F18W 34 Higher National Unit Specification General information for centres Unit title: Fashion: Commercial Design Unit code: F18W 34 Unit purpose: This Unit enables candidates to demonstrate a logical and creative

More information

3D Printed 20w Amplifier Box

3D Printed 20w Amplifier Box 3D Printed 20w Amplifier Box Created by Noe & Pedro Ruiz Last updated on 2014-04-22 03:01:38 PM EDT Guide Contents Guide Contents Overview Prerequisite Guide Tools & Supplies Parts 3D Printing Print in

More information

Gallery + Exhibition Opportunities

Gallery + Exhibition Opportunities Gregory Page (Associate Professor, AAP), Motifs from the Global Backyard, Bibliowicz Family Gallery, Milstein Hall, Jan. 21 Feb. 28, 2014 Exhibition Application Gallery + Exhibition Opportunities Application

More information

Snake Charmer Box. Created by Dano Wall. Last updated on :07:25 PM UTC

Snake Charmer Box. Created by Dano Wall. Last updated on :07:25 PM UTC Snake Charmer Box Created by Dano Wall Last updated on 2018-08-22 04:07:25 PM UTC Guide Contents Guide Contents Overview Materials Circuit Playground Express Standard servo - TowerPro SG-5010 Small Alligator

More information

Instruction Manual New Factory Styles 2011

Instruction Manual New Factory Styles 2011 Instruction Manual New Factory Styles 2011 Requirements: You will need OAS-7 Software in Version 7.1 R44. Further Requirements are the OpenArt Arranger and the Studio Drums. 1. Edition December 2010 Forward

More information

2011 No. 327 ANIMALS. The Pigs (Records, Identification and Movement) (Scotland) Order 2011

2011 No. 327 ANIMALS. The Pigs (Records, Identification and Movement) (Scotland) Order 2011 SCOTTISH STATUTORY INSTRUMENTS 2011 No. 327 ANIMALS ANIMAL HEALTH The Pigs (Records, Identification and Movement) (Scotland) Order 2011 Made - - - - 8th September 2011 Laid before the Scottish Parliament

More information

Prophet 600 GliGli mod

Prophet 600 GliGli mod Prophet 600 GliGli mod Created by Collin Cunningham Last updated on 2018-08-22 04:04:56 PM UTC Guide Contents Guide Contents Overview What you'll need Program the Teensy++ Modify the Teensy++ Prep header

More information

Adafruit LED Sequins. Created by Becky Stern. Last updated on :02:00 AM UTC

Adafruit LED Sequins. Created by Becky Stern. Last updated on :02:00 AM UTC Adafruit LED Sequins Created by Becky Stern Last updated on 2018-03-02 04:02:00 AM UTC Guide Contents Guide Contents Overview Sewing with conductive thread Circuit Diagram GEMMA sequin hat Arduino Code

More information

Name(s) School Region Sub-region GARDE MANGER RUBRIC

Name(s) School Region Sub-region GARDE MANGER RUBRIC GARDE MANGER RUBRIC Instructions: Check the indicators demonstrated by the student. Circle the score that best describes the level of the performance based on the indicators for each element. Write positive,

More information

Adafruit 7-Segment LED FeatherWings

Adafruit 7-Segment LED FeatherWings Adafruit 7-Segment LED FeatherWings Created by lady ada Last updated on 2017-11-26 08:48:20 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins I2C pins Address Jumpers Changing Addresses

More information

14-Segment Alpha-numeric LED FeatherWing

14-Segment Alpha-numeric LED FeatherWing 14-Segment Alpha-numeric LED FeatherWing Created by lady ada Last updated on 2017-11-26 08:54:28 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins I2C pins Address Jumpers Changing Addresses

More information

DESIGN & SOCIAL CONTEXT Submission to Academic Development and Students Committee

DESIGN & SOCIAL CONTEXT Submission to Academic Development and Students Committee Document No: [Secretariat use only] DESIGN & SOCIAL CONTEXT Submission to Academic Development and Students Committee Proposal: TITLE Master of Fashion and Textiles Exit points: Graduate Diploma in Fashion

More information

Bunny Ears with MakeCode

Bunny Ears with MakeCode Bunny Ears with MakeCode Created by Erin St Blaine Last updated on 2018-08-22 04:05:47 PM UTC Guide Contents Guide Contents Introduction Tools & Other Materials Programming with MakeCode Set Up the Light

More information

*- Corresponding author: Sun Chemical Corporation, 5020 Spring Grove Ave., Cincinnati OH

*- Corresponding author: Sun Chemical Corporation, 5020 Spring Grove Ave., Cincinnati OH Title: BLACK PEARLESCENT PIGMENT FOR POWDER COATING AND PLASTICS Authors: Jonathan Doll*, Michael Willis, Calvin Richardson *- Corresponding author: jonathan.doll@sunchemical.com, Sun Chemical Corporation,

More information

Freedom Line RMN with INNOVATOR Doors or INNOVATOR III Doors Technical Data Sheet P/N _D NSF Certified December 2012

Freedom Line RMN with INNOVATOR Doors or INNOVATOR III Doors Technical Data Sheet P/N _D NSF Certified December 2012 Freedom Line merchandisers are top mount refrigeration ready Freedom Line RMN with INNOVATOR Doors or INNOVATOR III Doors Technical Data Sheet P/N 0520884_D NSF Certified December 2012 OPTIONS SHOWN: Lighted

More information

Clothes Recommend Themselves: A New Approach to a Fashion Coordinate Support System

Clothes Recommend Themselves: A New Approach to a Fashion Coordinate Support System , October 19-21, 2011, San Francisco, USA Clothes Recommend Themselves: A New Approach to a Fashion Coordinate Support System Mio Fukuda*, Yoshio Nakatani** Abstract Fashion coordination is one of the

More information

FF: Fashion Design-Art (See also AF, AP, AR, DP, FD, TL)

FF: Fashion Design-Art (See also AF, AP, AR, DP, FD, TL) FF: Fashion Design-Art (See also AF, AP, AR, DP, FD, TL) FF 111 Visual Design Concepts I This course teaches students to understand, analyze, and draw the female fashion figure, front, turned, and back

More information

-SQA- SCOTTISH QUALIFICATIONS AUTHORITY NATIONAL CERTIFICATE MODULE: UNIT SPECIFICATION GENERAL INFORMATION. -Module Number Session

-SQA- SCOTTISH QUALIFICATIONS AUTHORITY NATIONAL CERTIFICATE MODULE: UNIT SPECIFICATION GENERAL INFORMATION. -Module Number Session -SQA- SCOTTISH QUALIFICATIONS AUTHORITY NATIONAL CERTIFICATE MODULE: UNIT SPECIFICATION GENERAL INFORMATION -Module Number- 5150044 -Session- 1994-95 -Superclass- -Title- HL NAIL CARE -------------------------------

More information

Project Management Network Diagrams Prof. Mauro Mancini

Project Management Network Diagrams Prof. Mauro Mancini Project Management Network Diagrams Prof. Mauro Mancini e-mail: Mauro.Mancini@polimi.it tel.: +39-02-23994057 POLITECNICO DI MILANO Department of Management, Economics and Industrial Engineering Mauro

More information

Measure Information Form

Measure Information Form Last Updated: Version 3.2 NQF-ENDORSED VOLUNTARY CONSENSUS STANDARDS FOR HOSPITAL CARE Measure Information Form Measure Set: Surgical Care Improvement Project (SCIP) Set Measure ID#: SCIP- Performance

More information

THE SEGMENTATION OF THE ROMANIAN CLOTHING MARKET

THE SEGMENTATION OF THE ROMANIAN CLOTHING MARKET Bota Marius THE SEGMENTATION OF THE ROMANIAN CLOTHING MARKET Faculty of Business, Babe -Bolyai University, Horea Street No. 7, 400174 Cluj-Napoca, Romania, Phone: +40-264-599170, E-mail: botimar@tbs.ubbcluj.ro

More information

Sampling Process in garment industry

Sampling Process in garment industry Sampling Process in garment industry Sampling is one of the main processes in garment manufacturing and it plays vital role in attracting buyers and confirming the order, as the buyers generally places

More information

NeoPixel Basketball Hoop

NeoPixel Basketball Hoop NeoPixel Basketball Hoop Created by Justin Cooper Last updated on 2018-08-27 12:19:58 AM UTC Guide Contents Guide Contents Overview Parts Needed Power choices! Parts for Option #1 Parts for Option #2 Tools

More information

SERIES P: TERMINALS AND SUBJECTIVE AND OBJECTIVE ASSESSMENT METHODS Objective measuring apparatus

SERIES P: TERMINALS AND SUBJECTIVE AND OBJECTIVE ASSESSMENT METHODS Objective measuring apparatus I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T P.581 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (02/2014) SERIES P: TERMINALS AND SUBJECTIVE AND OBJECTIVE ASSESSMENT METHODS

More information

Adafruit eink Display Breakouts

Adafruit eink Display Breakouts Adafruit eink Display Breakouts Created by lady ada Last updated on 2018-07-18 07:24:25 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins Data Control Pins Usage & Expectations Arduino Code

More information

Identity Guidelines august 2009

Identity Guidelines august 2009 Identity Guidelines august 2009 Contents Introduction.... 2 Color palette... 3 Identity size and control area... 5 Identity use with other logos.... 6 Identity variations... 7 Identity don ts... 8 Typography....

More information

Adafruit 8x16 LED Matrix FeatherWing

Adafruit 8x16 LED Matrix FeatherWing Adafruit 8x16 LED Matrix FeatherWing Created by lady ada Last updated on 2019-01-28 05:47:44 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins I2C pins Address Jumpers Changing Addresses

More information

Portable Apple Watch Charger

Portable Apple Watch Charger Portable Apple Watch Charger Created by Ruiz Brothers Last updated on 2017-10-22 09:58:04 PM UTC Guide Contents Guide Contents Overview Smart Charging Prerequisite Guides Parts, Tool & Supplies Circuit

More information

Adafruit GPIO Expander Bonnet for Raspberry Pi Created by Kattni Rembor. Last updated on :12:47 PM UTC

Adafruit GPIO Expander Bonnet for Raspberry Pi Created by Kattni Rembor. Last updated on :12:47 PM UTC Adafruit GPIO Expander Bonnet for Raspberry Pi Created by Kattni Rembor Last updated on 2019-03-09 11:12:47 PM UTC Overview The Raspberry Pi is an amazing single board computer - and one of the best parts

More information

Overwatch Prop Gun: Lucio's Blaster Pt. 3

Overwatch Prop Gun: Lucio's Blaster Pt. 3 Overwatch Prop Gun: Lucio's Blaster Pt. 3 Created by John Park Last updated on 2017-11-24 09:48:21 PM UTC Guide Contents Guide Contents 3D Printing Circuit Building Assembly Front Assembly Rear Assembly

More information

Fabric Inspection Guideline

Fabric Inspection Guideline Fabric Inspection Guideline Quality Department 1. INTRODUCTION... 2 2. GENERAL... 3 2.1 H&M documents... 3 2.2 Fabric Technical Data... 3 2.3 Approved fabric... 3 2.4 Roll ticket information... 3 2.5 Fabric

More information

SMART WALLET A Wallet which follows you

SMART WALLET A Wallet which follows you SMART WALLET A Wallet which follows you Srushti Avhad 1, Prajakta Bhosale 2, Abhishek Kulkarni 3,Runali Patil 4 12015srushti.avhad@ves.ac.in, 2 2015prajakta.bhosale@ves.ac.in, 3 2015abhishek.kulkarni@ac.in

More information

0.96" mini Color OLED

0.96 mini Color OLED 0.96" mini Color OLED Created by lady ada Last updated on 2016-09-08 03:41:52 PM UTC Guide Contents Guide Contents Overview Power Wiring New Model Older Model Wiring the OLDER design (two rows of pins

More information

Audio Prank Gift Box. Created by Becky Stern. Last updated on :46:15 PM UTC

Audio Prank Gift Box. Created by Becky Stern. Last updated on :46:15 PM UTC Audio Prank Gift Box Created by Becky Stern Last updated on 2018-08-22 03:46:15 PM UTC Guide Contents Guide Contents Overview Circuit Diagram Prepare Components Build Circuit Wrap and Give 2 3 5 6 12 14

More information

Slider Crank Mechanism -- from Cardboard and Craft Sticks

Slider Crank Mechanism -- from Cardboard and Craft Sticks Slider Crank Mechanism -- from Cardboard and Craft Sticks Created by John Park Last updated on 2018-08-22 04:07:21 PM UTC Guide Contents Guide Contents Overview Materials Tools Build the Slider Crank Build

More information

The Scream: Interactive Screaming Painting

The Scream: Interactive Screaming Painting The Scream: Interactive Screaming Painting Created by John Park Last updated on 2018-08-22 04:10:47 PM UTC Guide Contents Guide Contents Overview Parts & Materials Optional Build the Interactive Painting

More information

Qi Wireless Recharging Battery Case

Qi Wireless Recharging Battery Case Qi Wireless Recharging Battery Case Created by Rick Winscot Last updated on 2015-11-04 12:50:13 PM EST Guide Contents Guide Contents Introduction Disassembly Guts! Testing 2 3 5 10 16 Adafruit Industries

More information

Adafruit SGP30 TVOC/eCO2 Gas Sensor

Adafruit SGP30 TVOC/eCO2 Gas Sensor Adafruit SGP30 TVOC/eCO2 Gas Sensor Created by lady ada Last updated on 2018-03-06 12:33:17 AM UTC Guide Contents Guide Contents Overview Pinouts Power Pins: Data Pins Wiring Parts Wiring Arduino Code

More information

Illustrator Tutorial: Holland Tulip Field

Illustrator Tutorial: Holland Tulip Field Illustrator Tutorial: Holland Tulip Field This tutorial will show you how to create a beautiful Holland landscape filled full of colorful tulips and a traditional Dutch windmill. We will start by creating

More information

Circuit Playground Combadge

Circuit Playground Combadge Circuit Playground Combadge Created by Ruiz Brothers Last updated on 2017-10-22 10:42:02 PM UTC Guide Contents Guide Contents Overview What's a Combadge? DIY Combadge How Does It Work? Make It How You

More information

Adafruit MMA8451 Accelerometer Breakout

Adafruit MMA8451 Accelerometer Breakout Adafruit MMA8451 Accelerometer Breakout Created by lady ada Last updated on 2014-07-31 07:00:14 PM EDT Guide Contents Guide Contents Overview Pinouts (http://adafru.it/dln)power Pins I2C Pins INT and ADDR

More information

Global Beauty Institute 7536 N State Road 7 Parkland, FL

Global Beauty Institute 7536 N State Road 7 Parkland, FL Advanced Beauty Training PERMANENT MAKEUP CATALOG Global Beauty Institute 7536 N State Road 7 Parkland, FL 33073 954.464-5796 VERSION 4 ISSUE 1 1 of 8 Global Beauty Institute Table of Contents Part 1:

More information

The KWallet Handbook. George Staikos Lauri Watts Developer: George Staikos

The KWallet Handbook. George Staikos Lauri Watts Developer: George Staikos George Staikos Lauri Watts Developer: George Staikos 2 Contents 1 Introduction 5 1.1 Create a Wallet........................................ 5 1.2 Using KWallet........................................

More information

Adafruit 10-DOF IMU Breakout

Adafruit 10-DOF IMU Breakout Adafruit 10-DOF IMU Breakout Created by Kevin Townsend Last updated on 2018-08-22 03:38:43 PM UTC Guide Contents Guide Contents Introduction Related Links Connecting It Up Basic Setup (5V Logic, Arduino

More information

Guide to MLA Parenthetical Documentation. Examples

Guide to MLA Parenthetical Documentation. Examples 1 Guide to MLA Parenthetical Documentation Whenever you quote words, cite facts, or use ideas from an outside source, you must briefly identify that source by author (or title if there is no credited author)

More information

BITCOIN TRANSACTION MALLEABILITY THEORY IN PRACTICE

BITCOIN TRANSACTION MALLEABILITY THEORY IN PRACTICE BITCOIN TRANSACTION MALLEABILITY THEORY IN PRACTICE Daniel Chechik Security Researcher Twi$er: @DanielChechik Ben Hayak Security Researcher Twi$er: @BenHayak What is Bitcoin Agenda Bitcoin Transac:ons

More information

POWER TRANSFORMERS MVA kv. ISO 9001: Żychlin, ul. Narutowicza 70 ISO 14001:2004 PN-N-18001:

POWER TRANSFORMERS MVA kv. ISO 9001: Żychlin, ul. Narutowicza 70 ISO 14001:2004 PN-N-18001: ISO 9001:2000 99-320 Żychlin, ul. Narutowicza 70 ISO 14001:2004 PN-N-18001:2004 www.ftz.pl Secretary s Office Tel.: +48 24 285 46 05, Fax: +48 24 285 46 31 zarzad@ftz.pl Sales and Marketing Department

More information

Wind Blowing Emoji Prop

Wind Blowing Emoji Prop Wind Blowing Emoji Prop Created by John Park Last updated on 2018-08-22 04:05:17 PM UTC Guide Contents Guide Contents Overview Code it with MakeCode Start Up Variables On Loud Sound If - Else Iterate Debounce

More information

Advanced Diploma in Fashion Intakes January, April, July and October Duration 2 Years and 3 Months, Full-time

Advanced Diploma in Fashion Intakes January, April, July and October Duration 2 Years and 3 Months, Full-time FASHION RafflesLaSalleInstitute 62 Jalan Damai, Off Jalan Ampang, 55000 Kuala Lumpur t: (603) 2164 1059 f: (603) 2161 1063 e: lkl-enquiries@raffles-lasalle.com Registration Number: W4PW041 Advanced Diploma

More information

Con Badge with Circuit Playground Express

Con Badge with Circuit Playground Express Con Badge with Circuit Playground Express Created by Sophy Wong Last updated on 2018-04-11 05:00:16 PM UTC Guide Contents Guide Contents Overview Tools & Materials Laser Cutting Program the Circuit Playground

More information

Crickit Carnival Bumper Bot

Crickit Carnival Bumper Bot Crickit Carnival Bumper Bot Created by John Park Last updated on 2018-08-22 04:08:52 PM UTC Guide Contents Guide Contents Overview Parts Materials and Tools Build the Bumper Bot Cut the Cardboard Chassis

More information

Using Zapier with Adafruit IO

Using Zapier with Adafruit IO Using Zapier with Adafruit IO Created by Brennen Bearnes Last updated on 2019-01-03 07:37:58 PM UTC Guide Contents Guide Contents Overview Zap: Sending Twitter Results to a Feed Zap: Sending a Feed to

More information

Lesson 1 - Part 1 Hue

Lesson 1 - Part 1 Hue Lesson 1 - Part 1 Hue This Lesson is about the first Pillar of Color, hue. We are going to warm up with an exercise from your Camp Chroma Course Kit. This is what you will need to pull out of the kit:

More information

VITA Linearguide 3D-MASTER

VITA Linearguide 3D-MASTER VITA shade taking 1 VITA Linearguide 3D-MASTER The new simplicity in shade taking With the VITA Linearguide 3D-MASTER you can determine the correct tooth shade swiftly and accurately. The modern design

More information

FACE MAPPING TRAINING MANUAL

FACE MAPPING TRAINING MANUAL FACE MAPPING TRAINING MANUAL CONTENT greet your client get to know their skin begin face mapping what to look for zone analysis filling out the skin fitness plan face mapping web app prescribing products

More information

Cluster 6.3: Number and Operations

Cluster 6.3: Number and Operations 6.E: Rational Number Operations: Homecoming Mums Focusing TEKS 6.E Number and Operations. The student applies mathematical process standards to represent addition, subtraction, multiplication, and division

More information

Adafruit s PCF8523 RTC Library Documentation

Adafruit s PCF8523 RTC Library Documentation Adafruit s PCF8523 RTC Library Documentation Release 1.0 Philip Moyer Feb 02, 2018 Contents 1 Dependencies 3 2 Usage Notes 5 2.1 Basics................................................... 5 2.2 Date and

More information

No-Sew LED Wristband. Created by Kathy Ceceri. Last updated on :23:40 PM UTC

No-Sew LED Wristband. Created by Kathy Ceceri. Last updated on :23:40 PM UTC No-Sew LED Wristband Created by Kathy Ceceri Last updated on 2018-11-13 09:23:40 PM UTC Guide Contents Guide Contents Overview Playing with LED Options Suggested Parts List -- Electronics Suggested Materials

More information

Balanced Assessment Elementary Grades Package 1 Dale Seymour Publications Correlated To I Get It! Math Grades 3-5 Modern Curriculum Press

Balanced Assessment Elementary Grades Package 1 Dale Seymour Publications Correlated To I Get It! Math Grades 3-5 Modern Curriculum Press Balanced Assessment Elementary Grades Package 1 Dale Seymour Publications Correlated To I Get It! Math Grades 3-5 Modern Curriculum Press Balanced Assessment Package 1 Long Tasks 1. The Addworm Use simple

More information

Balanced Assessment Elementary Grades Package 1 Dale Seymour Publications Correlated To I Get It! Math Grades 3-5 Modern Curriculum Press

Balanced Assessment Elementary Grades Package 1 Dale Seymour Publications Correlated To I Get It! Math Grades 3-5 Modern Curriculum Press Balanced Assessment Elementary Grades Package 1 Dale Seymour Publications Correlated To I Get It! Math Grades 3-5 Modern Curriculum Press Balanced Assessment Package 1 Long Tasks 1. The Addworm Use simple

More information

For the attention of the Hairdressing & Beauty Therapy co-ordinator September 2015

For the attention of the Hairdressing & Beauty Therapy co-ordinator September 2015 For the attention of the Hairdressing & Beauty Therapy co-ordinator September 2015 Qualification Number Hairdressing, Barbering, Beauty & Nail Services and Complementary Therapies 3001, 3002, 3003, 3004,

More information

CURRICULUM SUMMARY Textiles

CURRICULUM SUMMARY Textiles CURRICULUM SUMMARY Textiles YEAR 7 TERM 1 Design and Make a themed cushion: Students are given a design brief which requires them to research a specific theme, and then develop a set of specifications

More information

Research on the Milestones Takt Time of the General-Assembly Shipbuilding

Research on the Milestones Takt Time of the General-Assembly Shipbuilding 2016 2 nd Asia-Pacific Management and Engineering Conference (APME 2016) ISBN: 978-1-60595-434-9 Research on the Milestones Takt Time of the General-Assembly Shipbuilding GUOFU SHI, XIAOBING LIU and LEI

More information

Antony Gormley SUBJECT Kettle s Yard 22 May 29 August 2018 Primary School Teachers Notes

Antony Gormley SUBJECT Kettle s Yard 22 May 29 August 2018 Primary School Teachers Notes Antony Gormley SUBJECT Kettle s Yard 22 May 29 August 2018 Primary School Teachers Notes Antony Gormley SUBJECT is a site-specific installation responding to Kettle s Yard and its new spaces. The exhibition

More information

Using Graphics in the Math Classroom GRADE DRAFT 1

Using Graphics in the Math Classroom GRADE DRAFT 1 Using Graphics in the Math Classroom GRADE 7 thebillatwood@gmail 2013 DRAFT 1 Problem Solving Problem solving often invokes an image of a chess player thinking for hours trying to find the right move,

More information

Adafruit MMA8451 Accelerometer Breakout

Adafruit MMA8451 Accelerometer Breakout Adafruit MMA8451 Accelerometer Breakout Created by lady ada Last updated on 2018-08-22 03:42:52 PM UTC Guide Contents Guide Contents Overview Pinouts (https://adafru.it/dln)power Pins I2C Pins INT and

More information

XXIInd INTERNATIONAL BIENNIAL OF ARTISTIC CERAMICS CONTEMPORARY CREATION AND CERAMIC Vallauris July November 2012

XXIInd INTERNATIONAL BIENNIAL OF ARTISTIC CERAMICS CONTEMPORARY CREATION AND CERAMIC Vallauris July November 2012 XXIInd INTERNATIONAL BIENNIAL OF ARTISTIC CERAMICS CONTEMPORARY CREATION AND CERAMIC Vallauris July November 2012 Place Jacques Cavasse 06220 Vallauris phone: + 33 4 93 64 24 24 e-mail: biennale@vallauris.fr

More information