Coursehero >>
Mississippi >>
Mississippi State >>
EE 4743 Course Hero has millions of student submitted documents similar to the one below including study guides, homework solutions, papers, and exam answer keys.
4743/6743 EE Lab1 : Intro to Schematic Capture/Simulation with Maxplus2 Objective: The objective of this lab is to become familiar with schematic capture and simulation using the Altera Maxplus2 toolset. To Do: You are to create two schematics, reg1bit and reg4bit. These schematics are shown on following page. Reg1bit implements a 1-bit register, and reg4bit uses four copies of reg1bit to implement a 4-bit register. Duplicate both the schematics and waveforms shown on the following pages and demonstrate your completed work to the Lab TA. When editing the waveform, you will need to use Options Grid Size to set the grid size to 1.0 ns. Attempt to duplicate the input wavesforms as close as reasonably possible (the clock period is 20 ns; changes in LOAD, DIN should occur at least 2 ns after the rising clock edge; make the low pulse width on RESET_B at least 3 ns). a. Do three simulations of the reg1bit waveform. For the first simulation, after the schematic is created, select the compiler via MAX+plus II Compiler , then use the Processing menu and select Functional SNF Extractor (checkmark should appear) to select simulation with no timing information. Compile the schematic and simulate (this should produce the output waveforms shown on the next page assuming you have the input waveforms as shown). Make sure that you create a screen capture of this waveform. b. For the 2nd simulation, the use the Processing menu to UNSELECT Functional SNF Extractor a checkmark should appear by Timing SNF Extractor . Then use the Assign Device menu to assign a Family = MAX 7000, Device = Auto and recompile, resimulate. This map the design to a Max 7000 PLD and use timing values from that device. Make sure that you create a screen capture of this waveform. c. For the 3rd simulation, assign the device to be Family = Flex10K, Device = Auto and recompile, resimulate. Make sure that you create a screen capture of this waveform. d. For the reg4bit schematic, you only need to do one simulation, with Functional SNF Extractor checked. 1 Questions: a. In the REG1BIT simulations,what changes do you see between the simulations with the Functional SNF Extractor option checked versus the Timing SNF Extractor option checked. Relate your answer to timing parameters on the components within the REG1BIT schematic. b. In looking that the REG1BIT simulations for the Max7000 device versus the Flex10K device, which is the slower device? Defend your answer by referencing points on the two waveforms. From the two waveforms, give the Clock-to-Dout delays of the REG1BIT design in the Max7000 family versus the Flex10K family. c. Is the reset input a synchronous or asynchronous input? Defend your answer by referencing the simulation waveforms. d. Is the clear_b input a synchronous or asynchronous input? Defend your answer by referencing the simulation waveforms. Reg1bit 2 REG1BIT Simulation Reg4bit Schematic 3 Reg4bit Simulation Tips On Schematic Capture 1. Use File -> New Graphic Editor File (GDF) to create a new schematic. 2. Double clicking on white space in the schematic will bring up the dialog box that allows you add new components. This lab uses components from the 'max2lib/prim' and 'max2lib/mf 'libraries. The component names used in this schematic are AND2, 21MUX (mf library), DFF, INPUT (input pin), OUTPUT (output pin) 3. To add a net (connection) between two components, click on the pin and drag to make a connection to another pin. 4. label To a pin, click on the name and type in text. To label a net, click on the net and add the text. 5. The 'compile' step is necessary before simulating your schematic. Use the File -> Project -> Save & Compile. 6. If you have multiple schematics open, to compile the current schematic, you must use Project -> Set project to current file before using the Save & Compile command. 7. To create a bus, you can use the 'line type' selector in the upper right corner of the menu to select a wider line style, then click on the 'line' draw symbol along the left hand side before drawing the line. The line style is ONLY for aesthetic purposes only; a bus is identified by its NAME, not its line style. A bus name is NAME[high_index . .0], i.e., DIN[3..0]. You add this label to a net by clicking on the net and typing the text. To label individual nets that make up bits of the bus, use names like DIN0, DIN1, DIN2, etc. You do NOT have to physically connect the individual nets to the bus; the names on the nets are used to determine 4 what nets segments are actually connected (look in the REG4BIT schematic - I have the DIN bus physically connected to all of its individual nets, but the DOUT bus is not physically connected - it is only connected via its naming convention. 8. The menu symbol that looks like a little 'factory' is the compile command. You have to compile your schematic before simulation. 9. To use the REG1BIT schematic in the REG4BIT schematic, you will need to create a symbol for Reg1bit. Use the command File -> Create Default Symbol to create the symbol. Tips on Simulation/WaveForm Editing 1. To create a new waveform window, use File -> New -> Waveform editor file 2. To insert a node ( a waveform) , RIGHT CLICK and do Insert Node. If your waveform editor file is named the same as the graphic file, then you can use the 'List' button to list all available nodes and choose one. 3. To change the value of portion of the waveform, click and drag on the portion of the waveform to change - then click on either the '1' or '0' button along the left hand side to change this portion to a 1 or 0. 4. To set the END TIME of the simulation waveform, make sure the waveform window is selected, then use File -> End Time to set the ending time. 5. To insert a clock waveform, select the signal, RIGHT CLICK, and overwrite with a clock. The clock PERIOD is determined by the 2X the grid spacing -- use Options -> Grid Size to set the grid size. When using the OVERWRITE command to set the clock, you will be able to specify a multiplier to multiply the clock period by. 6. To change a value of bus, click and drag a portion of the waveform and click on the 'G' menu button on the left edge (change a group value). You will be able to type in a value for the bus. 7. To execute the simulator, do File -> Project -> Save & Simulator or click on the button with the waveform in the display. This will bring up a Simulator window. Use the 'Open SCF' button to bring your waveform window to the front. Then click on 'Start' to start the simulation. 8. Output signals like DOUT do not have to be edited by you. You must add these nodes to the waveform window, but their values will be updated when you run the simulator. MaxPlus under Unix To run maxplus under Unix do: % swsetup altera % max2win This will bring up the maxplus window. The first time this is done, a font cache will be built and this takes time. The next time you run max2win, it should not have to build this font cache. You should probably create separate directories for each lab. 5
Find millions of documents here - Study Guides, Homework Solutions, Papers, Exam Answer Keys and more.
Course Hero has millions of course related materials that will enable you to learn better, faster and get an A in all your courses.
Below is a small sample set of documents:
lab2.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: Lab2: Unsigned/Signed Saturating Adder Objective The objective of this lab is to introduce the student to Altera LPMs and combinational logic via VHDL. To Do (part 1): All files referred to in this lab are available in this ZIP archive listed on the...
seqsystems.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: entity mydlatch is port ( D signal d, g: in std_logic; Q signal q: out std_logic G ); end mydlatch; architecture behavior of mydlatch is Both d, g on sensitivity - rising edge triggered DFF list (when g=1, want state: process (g, d) changes on D to a...
struct_vhdl.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: Advanced VHDL In this class, have used VHDL primarily finite state machines (random logic + state registers) Have used schematic capture + LPMs for datapaths Schematics are nice because a picture can convey the design structure But schematic file...
verilog_intro_2002.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: Verilog Verilog is an alternative language to VHDL for specifying RTL for logic synthesis VHDL similar to Ada programming language in syntax Verilog similar to C/Pascal programming language VHDL more popular with European companies, Verilog more ...
dpath.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: DataPath Elements Altera LPM library has many elements useful for building common datapath functions lpm_ram_dq - recommended for either asynchronous or synchronous RAM. Uses EAB in Flex 10K family. lpm_ram_io - recommended for asynchronous RAM. U...
fixed_point.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: Fixed Point Numbers The binary integer arithmetic you are used to is known by the more general term of Fixed Point arithmetic. Fixed Point means that we view the decimal point being in the same place for all numbers involved in the calculation. For ...
fsm.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: Finite State Machines The job of a finite state machine is to sequence operations on a datapath R E G R E G Algorithmic State Chart (ASM) An ASM chart can be used to describe FSM behavior Only three action signals can appear within an ASM chart: S...
displays.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: Bob Reese 4/22/2002 Display Technology Display Technology Tree: CRT Flat Panel Active Fluorescent Gas Discharge (plasma) Electroluminescent LEDs Incadescent Cathode Ray Tubes Most common display type Vertical Deflection Cathode Electron Beam ...
bifiltp3.pdf
Path: Mississippi State >> EE >> 3 Fall, 2009
Description: Bilinear Filtering Part #3 Start with the datapath used for Part #1 Add one pipeline stage to the multiplier, and produce a solution This is not as good as having two separate multipliers because you can only launch one new multiplication each cl...
bifiltp3.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: Bilinear Filtering Part #3 Start with the datapath used for Part #1 Add one pipeline stage to the multiplier, and produce a solution This is not as good as having two separate multipliers because you can only launch one new multiplication each cl...
bifiltp2.pdf
Path: Mississippi State >> EE >> 2 Fall, 2009
Description: Bilinear Filtering Part #2 Add more datapath resources to the starting datapath for Part #1 to reduce the number of clocks Single SRAM is still a constraint Interface does not change Can add more multipliers/satadd you decide how many and where...
bifiltp2.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: Bilinear Filtering Part #2 Add more datapath resources to the starting datapath for Part #1 to reduce the number of clocks Single SRAM is still a constraint Interface does not change Can add more multipliers/satadd you decide how many and where...
lab5.pdf
Path: Mississippi State >> EE >> 4743 Fall, 2009
Description: Lab 5: Introduction to FSM + Datapaths Objective The objective of this lab is to introduce the student to a combined FSM and Datapath design problem. This lab is worth 150 pts and is a 1-week lab. All files referred to in this lab are available in th...
fall02_project.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: Fall 02 Project Fall 00 project designed a standard cell library. Fall 01 project students picked own project, had to combine custom layout with automated layout, fit within a TinyChip padframe Students were allowed to use Computer Arithmetic pr...
genseqdesign.pdf
Path: Mississippi State >> EE >> 3714 Fall, 2009
Description: General Sequential Design So far we have, we have looked at basic latches, FFs and common sequential building blocks. All of these can be represented by a general block diagram: Inputs n Combinational Logic Circuit k-bit Present State Value k k-bit N...
test3_spr05.pdf
Path: Mississippi State >> ECE >> 3724 Fall, 2009
Description: ECE 3724/CS 3124 Test #3 Spring 2005- Reese. You may use only the provided reference materials. All figures are on the last page. Part I: (64 pts) a. (5 pts) Write C code that configures PORTB for the IO shown in the figure for problem (a) on the Fi...
t1spring01_sol.pdf
Path: Mississippi State >> EE >> 4713 Fall, 2009
Description: Computer Architecture: Spring 2001 Test 1 Solutions 1. (12 pts) A measure of performance in a computer system is: EXECUTION TIME = a. b. CP x IC x CPI DEFINE each term. CP = clock period, IC = instruction count, CPI: clocks per instruction. For the...
334reading1
Path: UMass (Amherst) >> COMM >> 334 Spring, 2009
Description: ...
334reading2
Path: UMass (Amherst) >> COMM >> 334 Spring, 2009
Description: ...
cadence_prtools.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: LEF File for HP 0.5 Process (HP14TB) A partial LEF file is linked to the class page for the HP14TB process This contains the header information that defines the routing layer rules (width, spacing, grid) M1 grid = M3 grid = 9 = 2.7 , horizontal ro...
334reading3
Path: UMass (Amherst) >> COMM >> 334 Spring, 2009
Description: ...
class%20notes%20march%2024
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Tuesday March 24, 2009 Web 2.0 and Changes in Cultural Production- From Sharing to Hybrid Economies: Can everybody be a producer? RO vs. RW Cultures Access vs. Control in the production, distribution and the consumption of culture (amateur vs. comm...
class%20notes%202-18
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Rayna Franco Tuesday, February 17, 2009 Social Shaping of Technology Mutual Shaping of Technology: Technology as a Social System Class Announcements Office Hours TA Thanu: South College 119 Monday 1:30-2:30pm Friday 12:00-2:00pm Martha Machmer 308...
class%20notes%204.9
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Can Convergent Media Support Sustainable Social Change? Moving Beyond Technological Determinism. Sustainable Social Change: - Main Features: Soc Changes that are long lasting, self reliant, develop capacities that sustain better ways of living (when ...
delay_pred_hwsol.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: Goal: Predict this delay stage 1 1x 1x 2x 2x 3x stage 2 1x stage 3 1x 3x stage 4 1x Tplh (path) = Tphl(s1) + Tplh(s2) + Tphl(s3) + Tplh (s4) Tphl (path) = Tplh(s1) + Tphl(s2) + Tplh(s3) + Tphl (s4) BR 6/00 1 Part #1 Data TPHL 1X inv, 0.35u 120 10...
Comm397M2-10ClassNotes
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Diffusion of Innovation: The Power of Social Networks Class Announcements: 1. Assignment due next Tuesday 2. More U.S. consumers drop cable, DVDs, as content moves online 3. Cable internet companys cap on bandwidth expanded 4. Internet tax credit rem...
Comm%20notes
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Comm Notes 3/5/09 Access vs. Control in Cultural Production: RO Culture and RW Culture CONTROL OF DIGITAL SPACES -how can we better understand issues of power in digital environments? How are power and control exerted online? THE COPYRIGHT WARS AND P...
Comm%20397M%20Notes%20April%207
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Notes for Tuesday April 7, 2009 Guest Lecturer: Jon Servaes Mapping the New Field of Communication for Social Change and the Role of Communication Technologies Objectives: To summarize the past of Communication for Development and Social Change; To...
Feb5th
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Close this window <javascript:closeWindow();> Message *Subject:* February 5th class notes *Topic:* Weekly notes *Author:* Angela Osis <Javascript:setGlobalParametersFordiscussionMemberMenuForNonGradeableTopics(\'discu ssionMemberMenuForNonGradeableTo...
delay_pred_hw_fall04.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: Delay Prediction Homework Work in Groups of two or three All Spice problems in this homework are to be done for technologies Take the last digit of each of your student IDs and form a sum. If this sum is odd use Technology: tsmc025 , Vdd = 3.3 V,...
Feb.19th%20Notes
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: 2/19 Radio Technology as a Social System: From Broadcasting to Podcasting Recent News: Facebook backtracks on change to terms of use Maine police say Facebook page helped solve crime: Cops posted video of kids vandalizing and asked if anyone recogniz...
Fuentes_COMM_397M_SP09_2
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: COMM. 397M: NEW MEDIA TECHNOLOGIES AND SOCIAL CHANGE UMass-Amherst, Spring 09 TU & TH, 2:30 - 3:45 pm., Machmer Hall E37 Professor Martha Fuentes-Bautista TA: Thanu Yakupitiyage Office: 308 Machmer Office: Machmer E36 Phone: (413) 545-3455 Phone: TBA...
Lecture%20notes%202%20Comm%20397
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Lecture notes 2/5: Techno Romanticism to the Dot.com Economy Mosaic early application, revolutionary because it was mostly images while the web was formerly text based Wired- magazine about hip/cool and new technologies Information Technologies & So...
Media%20Tech%20Class%20Notes-%202.17.2009
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Class Notes- 2/17/2009 Taken by: Chelsea Cerutti Announcements: Next Week: Monday, February 23, 2009 Extra Credit Opportunity Attend Talk and Write a 1 page Response page This Week: Martha will not be holding Office Hours this Thursday (normally 46pm...
domino_pipe.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: Pipelined DFF System (pulsed Latches) with Static CMOS a D F F 1 Static Cmos D F F 1 Clock period = Tcq + Tcl (max) Static Cmos D F F 1 L A T 1 Pipelined Latch System with Static CMOS b Static Cmos c L A T 2 Static Cmos L A T 1 Clock Period = 2* Tc...
New%20Media%20Technology%20and%20Social%20Change
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: New Media Technology and Social Change Notes for 3/24/09 Grace Hailer -Exams were not given back in class today; grades will be posted on Spark Wednesday March 25 and will be reviewed in class Thursday. Remix Discussion- Read/Write Culture: you can c...
NewMedia%26SocialChange.2.10.09
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: New Media and Social Change 2.10.09 The Diffusion of Innovation: The Power of Social Networks Diffusion of Innovation (Everett Rogers) Communication for Social Change Case Study from reading: water boiling in Los Molinos, Peru What is an innovatio...
note%20taker
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Social Shaping of Podcasting Technological design, paradigms and practices? Range of possibilities Podcasting as technology: Web application functions as web feed. Sign up for content thats delivered to you. (Audio/Video) Duality: Broadcasting co...
notes2-24
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Close this window <javascript:closeWindow();> Message *Subject:* Notes 2/24 *Topic:* Weekly notes *Author:* Benjamin Shaker <Javascript:setGlobalParametersFordiscussionMemberMenuForNonGradeableTopics(\'discu ssionMemberMenuForNonGradeableTopics\', \'-1...
test1_fall01.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: 1 EE 8273 Test #1 - Fall \'01 Reese Student ID: _ (no names please) Work all problems. Closed book, closed notes, open calculator. When asked for explanations, be concise. 1. (10 pts) During the power characterization of a microprocessor the followi...
notes3-3
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Close this window <javascript:closeWindow();> Message *Subject:* March 3, 2009 - \"Code *Topic:* Weekly notes *Author:* Jacob Whitt <Javascript:setGlobalParametersFordiscussionMemberMenuForNonGradeableTopics(\'discu ssionMemb...
alu_fall02_update.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: Update on Simple Pipelined System Homework I have updated the archive with my complete solution to this homework I feel comfortable giving you my solution because it is such a poor quality solution I expect you to do a much better job The solutio...
notes3-26
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Close this window <javascript:closeWindow();> Message *Subject:* 3/26/09 Class Notes. *Topic:* Weekly notes *Author:* Sarah Collier <Javascript:setGlobalParametersFordiscussionMemberMenuForNonGradeableTopics(\'discu ssionMemberMenuForNonGradeableTopi...
test1_fall00_sol.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: 1 EE 8273 Test #1 Solutions - Fall 00 Reese Work all problems. Closed book, closed notes; You may use the supplied reference material. 1. (5 pts) Give the truth table of the gate below. What is the logic function? XOR Function 2. 5 pts. A gate...
notes3-31
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Close this window <javascript:closeWindow();> Message *Subject:* NOtes for 3/31 *Topic:* Weekly notes *Author:* Matthew Farias <Javascript:setGlobalParametersFordiscussionMemberMenuForNonGradeableTopics(\'discu ssionMemberMenuForNonGradeableTopics\', ...
notes4-7
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Close this window <javascript:closeWindow();> Message *Subject:* 4/7 notes *Topic:* Weekly notes *Author:* Jennifer Szwec <Javascript:setGlobalParametersFordiscussionMemberMenuForNonGradeableTopics(\'discu ssionMemberMenuForNonGradeableTopics\', \'-1\',...
notes4-9
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Close this window <javascript:closeWindow();> Message *Subject:* April 9th Notes *Topic:* Weekly notes *Author:* Veronica Droser <Javascript:setGlobalParametersFordiscussionMemberMenuForNonGradeableTopics(\'discu ssionMemberMenuForNonGradeableTopics\'...
notes4-14
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Daniel Theriault Notes 4/14/09 Group PresentationWhite Band Action (Global action against poverty About White Band Action.org -National/ global fight against poverty -Supports Millennium Development Goals -Founded by Oxfam member -50 select Bloggers...
Notes%20for%203%3a26
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Characteristics of Sharing Economies: Driven by motivation! (non-profit) Emotional and social rewards (recognition, friendship, social capital) Sense of Community among those who can participate Power by social exchanges and communication Supported b...
delay_pred_hw_fall02.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: Delay Prediction Homework All Spice problems in this homework are to be done for technologies If last digit of Student ID # is odd use Technology: tsmc018.model, Vdd = 2.5 V, default temp If last digit of Student ID # is even use Technology : ami0...
Notes%202-12-09
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Chris Howe Notes: Thursday, 2/12/2009 2/12 Diffusion of Innovation : Advantages & Limitations of the Theory Debates on Diffusion of High Speed Internet: -Stimulus Bill includes $7 Billion for Broadband. (Effort to increase Broadband access spurs deba...
notes%202-25-09
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: February 26, 2009 Media Technologies as System of Power: Regulation and New Media Environments (II) *Assignment 2 is pushed back until Thursday Wikipedia posting can be deleted or changed so wait about 24 hours to make sure it stays up Not somethin...
Notes%202.19.09
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: -1Joey Lam Notes for 2/19/09 (Radio) Technology as a Social System: From Broadcasting to Podcasting -Some news: Facebook went back to the old user agreement. Decision is for the time being -American Broadcasters Association reached an agreement with...
fall01_hw3sol.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: Homework #3 All Spice problems in this homework are to be done for technologies tsmc_0_35.model (if the last digit of your SSN is odd) tsmc_0_18.model (if the last digit of your SSN is even) Vdd = 3.3 V, default temp all input waveforms should h...
notes
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Cara Fields Thursday February 12, 2009 Notes Diffusion of Innovation: Advantages and Limitations of the Theory Stimulus bill includes $7 billion for broadband o Broadband expanded to small/rural towns to support and stimulate economic activity o Dif...
samplemidtermquestions
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: COMM 397M. - Exam review Test structure: Section I: 30 multiple-choice questions (1 pt each = 30 pts) Section II: Five (5) concepts to define three (3) (2 pts each = 6 pts) Section III: Three (3) open-ended questions to answer one (1) (4 pts) Total =...
week1
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Week 1: Conceptualizing the relation between media technologies and social change Readings Fischer, C.S. (1992) America Calling: A social history of the telephone to 1940. Pp 1-28 Read: Tim Berners-Lee: Inventor, World Wide Web, Rolling Stone, Novemb...
week2
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: COMM 397M SP 09: Week 2 Readings Mackenzie, D. (1999) Technological determinism. In W. Dutton. Society on the Line: Information Politics in the Digital Age. Oxford University Press. 39-41 Winston, B. (1995). How Are media born and Developed? In J. Do...
week3
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Week 3 Readings Rogers, E. M. (1995) Diffusion of Innovation. (Fourth Edition). NY, NT: The Free Press. 1-7; 35-37; 240-251. Pew Internet Report Home Broadband 2008: Adoption Stalls for lowincome Americans http:/www.pewinternet.org/PPF/r/257/report_d...
delay_pred_hw_fall03.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: Delay Prediction Homework Work in Groups of two or three All Spice problems in this homework are to be done for technologies Take the last digit of each of your student IDs and form a sum. If this sum is odd use Technology: tsmc018.model, Vdd = 2...
week4
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Week 4 Readings - Dutton, W. (1999) Society on the Line: Information Politics in the Digital Age. Pp. 1-18. In W. Dutton. Society on the Line: Information Politics in the Digital Age. Oxford University Press. - Cook, J. (2007) The Contrary Pulls of D...
week5
Path: UMass (Amherst) >> COMM >> 397M Spring, 2009
Description: Week 5. Regulation in the convergence era: Media echnologies as systems of power Readings Freedman, Des (2008) The Politics of Media Policy. Ch 1 (pp 1-17). Malden, MA: Polity Press. Lessig, L. (2002) The future of ideas. NY: Basic Books. (Chapter 3 ...
toxicsludgestudyguide
Path: UMass (Amherst) >> COMM >> 387 Spring, 2009
Description: TOXIC SLUDGE IS GOOD FOR YOU STUDY GUIDE INTRODUCTION 1. What was the torches of liberty contingent? 2. What is a flack? 3. About what percentage of practicing PR professionals are former journalists? BURNING BOOKS BEFORE THEYRE PRINTED 4. What was t...
387SyllabusSP09
Path: UMass (Amherst) >> COMM >> 387 Spring, 2009
Description: COMM 387 ON-LINE COURSE ADVERTISING & PUBLIC RELATIONS AS SOCIAL CONTROL On-Line Instructor: Course Administrator: Sut Jhally Chris Boulton comm387@comm.umass.edu This course builds upon the foundation established in COMM 287. It deals with the fo...
fall01_hw4.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: Homework #4 All Spice problems in this homework are to be done for technologies tsmc_0_18.model Vdd = 2.5 V, default temp I will provide a testbench for your circuit that will supply input waveforms plus a global clock. You can work in teams of ...
lecturehandouts1
Path: UMass (Amherst) >> COMM >> 387 Spring, 2009
Description: ERVING GOFFMAN & GENDER ADVERTISEMENTS Erving Goffman Gender Advertisements 1. A version of display for humans would go something like this: Assume all of an individual\'s behavior and appearance informs those who witness him, minimally telling them s...
test1_fall02_sol.pdf
Path: Mississippi State >> EE >> 8273 Fall, 2009
Description: 1 EE 8273 Test #1 Solutions Fall \'02 Reese Work all problems. Closed book, closed notes, open calculator. When asked for explanations, be concise. 1. (5pts) Assume the test setup shown below. For the simple RC timing model of (Delay=Tnoload + Kcload...
lecturehandouts2
Path: UMass (Amherst) >> COMM >> 387 Spring, 2009
Description: 1 REPRESENTATION, GENDER & FANTASY 1. Social expectations create a looking glass into which we are invited to gaze while establishing a sexual identity. (Wendy Chapkis) I don\'t think that we are whole subjects or whole identities or have a pre-forme...
lecturehandouts3
Path: UMass (Amherst) >> COMM >> 387 Spring, 2009
Description: WHOSE FANTASY? Susan Faludi Backlash: The Undeclared War on American Women 1. \"Part of the game was to make it more comfortable to men. I aimed, I guess, at myself. We had this whole pitch that the woman bought this very romantic and sexy lingerie to...
lecturehandouts4
Path: UMass (Amherst) >> COMM >> 387 Spring, 2009
Description: ADVERTISING, THE BACKLASH AND THE BEAUTY MYTH Susan Faludi Backlash: The Undeclared War Against American Women Naomi Wolf The Beauty Myth: How Images of Beauty Are Used Against Women Nancy Friday My Secret Garden Women on Top 1. The overwhelming conc...