Wednesday, 25 June 2014
Wednesday, 18 June 2014
Learn 5 Words a day
1.Mar- to damage or to spoil Something good
Example: The Opening Ceremony of the world cup was marred by the protesters.
Synonyms: Blight , Ruin
Example: The Opening Ceremony of the world cup was marred by the protesters.
Synonyms: Blight , Ruin
- Blight: His Company has been blighted by his enemies.
- Ruin: The rain ruined the match between India and Srilanka.
2. Squander- to waste money,time etc.,
Example: The team squandered several good scoring chances
3. Lavish- large in amount, impressive
Example: He lives a lavish lifestyle.
Synonyms: Extravagant, Luxurious
Example: The team squandered several good scoring chances
3. Lavish- large in amount, impressive
Example: He lives a lavish lifestyle.
Synonyms: Extravagant, Luxurious
- Extravagant: My Dad warned me not to be extravagant with water
- Luxurious: My friend wants a luxurious life. (Opposite: Spartan )
4.Aggravate- to annoy somebody, to make an illness/Unpleasant situation.
Example: His worst behavior is very aggravating.
Synonyms: Irritate
5. Tantamount- to amount to as much, to be equivalent , having the same bad effect as something else.
Example: If he resigned it would be tantamount to admitting that he was guilty.
Synonyms: Irritate
5. Tantamount- to amount to as much, to be equivalent , having the same bad effect as something else.
Example: If he resigned it would be tantamount to admitting that he was guilty.
Thursday, 12 June 2014
Thursday, 3 April 2014
எனது ஆசை
அவள் எனது தாலியை சுமக்க
தொடங்கிய நிமிடத்தில்
இருந்து
அவளது வாழ்வில்
துக்கம் , சோகம் , கவலை ,
அழுகை
போன்ற வாக்கியங்கள் அவள்
அகராதியில் இருந்து நீங்க
வேண்டும் .
என்னை மனதார தாங்கியவள் அவள்
அவளே எனது முதல் குழந்தை
அவளை நான் என்
மூச்சு உள்ளவரை சுமக்க
வேண்டும்
என் மார்பில்.....
தொடங்கிய நிமிடத்தில்
இருந்து
அவளது வாழ்வில்
துக்கம் , சோகம் , கவலை ,
அழுகை
போன்ற வாக்கியங்கள் அவள்
அகராதியில் இருந்து நீங்க
வேண்டும் .
என்னை மனதார தாங்கியவள் அவள்
அவளே எனது முதல் குழந்தை
அவளை நான் என்
மூச்சு உள்ளவரை சுமக்க
வேண்டும்
என் மார்பில்.....
Tuesday, 18 February 2014
ஆசையோடு ஏற்று கொள்வேன்
ஆயிரம் ஆண்டுகள் தனியே
மரமாய் மாறும் சாபமென்றாலும்
மகிழ்ச்சியோடு ஏற்று கொள்வேன்
பெண்ணே..!
என்னிழலில் ஒரு நொடியேனும்
நீ இளைப்பாருவாய் என்றால்!!
----------------------------------------------------------------------
என்னுடைய உலகம் என்றும்
உன்னை சுற்றியே வட்டமிடும்..!
என்னுடைய பாதை யாவும்
உன்னை மட்டுமே அணுகவிடும்..!
கண்விழிகள் இரண்டும் கூட
உன் விழிகளையே தேடியோடும்..!
காந்தம்போல என்மனம் தினம்
உன் நினைவையே கவர்ந்துவிடும்..!
Sunday, 2 February 2014
Program to Copy and Paste files from one directory to another using Java programming
import java.io.*;
class FileInDemo
{
public static void main(String as[]) throws Exception
{
File f=new File("F:/Images/"); //Directory Folder
int a;
File fa[]=f.listFiles();
for( File faa: fa) //Enhanced For Loop
{
FileInputStream fis=new FileInputStream(faa.getPath());
FileOutputStream fos=new FileOutputStream(faa.getName());
while((a=fis.read())!=-1)
{
fos.write(a);
}
}
}
}
class FileInDemo
{
public static void main(String as[]) throws Exception
{
File f=new File("F:/Images/"); //Directory Folder
int a;
File fa[]=f.listFiles();
for( File faa: fa) //Enhanced For Loop
{
FileInputStream fis=new FileInputStream(faa.getPath());
FileOutputStream fos=new FileOutputStream(faa.getName());
while((a=fis.read())!=-1)
{
fos.write(a);
}
}
}
}
Tuesday, 24 December 2013
உனக்காக....
உனக்கே தெரியாமல்
உனக்காக எழுதுகின்றேன்
உன்னைப்பற்றி
என்றாவது ஒருநாள்
நீ இதை பார்த்து
புரிந்துகொள்வாய ் என்று
ஆனால்
அன்று
உனக்கும் தெரியாது
இது
உனக்காக என்று
-- Via Facebook..
உனக்காக எழுதுகின்றேன்
உன்னைப்பற்றி
என்றாவது ஒருநாள்
நீ இதை பார்த்து
புரிந்துகொள்வாய ் என்று
ஆனால்
அன்று
உனக்கும் தெரியாது
இது
உனக்காக என்று
-- Via Facebook..
Sunday, 22 December 2013
Anna University Madurai-6th semester Laboratory Experiment for ECE
10144EC607 COMPUTER NETWORKS LAB L T P C 0 0 3 2
1. PC to PC Communication
Parallel Communication using 8 bit parallel cable
Serial communication using RS 232C
2. Ethernet LAN protocol
To create scenario and study the performance of CSMA/CD
protocol through
simulation
3. Token bus and token ring protocols
To create scenario and study the performance of token bus
and token ring
protocols through simulation
4. Wireless LAN protocols
To create scenario and study the performance of network with
CSMA / CA
protocol and compare with CSMA/CD protocols.
5. Implementation and study of stop and wait protocol
6. Implementation and study of Goback-N and selective repeat
protocols
7. Implementation of distance vector routing algorithm
8. Implementation of Link state routing algorithm
9. Implementation of Data encryption and decryption
10. Transfer of files from PC to PC using Windows / Unix
socket processing
TOTAL= 45 PERIODS
Requirement for a batch of 30 students
S.No. Description of Equipment Quantity required
1. PC (with recent specification) 30 Nos.
2. Ethernet LAN trainer 2
3. Wireless LAN trainer 2
4. Network Simulator Software 20 Nos.
5. C. Complier All the 30 Systems
6. Java All the 30 systems
10144EC608 ELECTRONICS SYSTEM DESIGN LAB L T P C
0 0 3 2
1. Design of a 4-20mA transmitter for a bridge
type transducer.
Design the Instrumentation amplifier with the
bridge type transducer (Thermistor or any
resistance variation transducers) and convert
the amplified voltage from the instrumentation
amplifier to 4 – 20 mA current using op-amp.
Plot the variation of the temperature Vs output
current.
2. Design of AC/DC voltage regulator using SCR
Design a phase controlled voltage regulator
using full wave rectifier and SCR, vary the
conduction angle and plot the output voltage.
3. Design of process control timer
Design a sequential timer to switch on & off
at least 3 relays in a particular sequence using
timer IC.
4. Design of AM / FM modulator / demodulator
i. Design AM signal using multiplier IC for the
given carrier frequency and modulation index
and demodulate the AM signal using envelope
detector. ii. Design FM signal using VCO IC
NE566 for the given carrier frequency and
demodulate the same using PLL NE 565.
5. Design of Wireless data modem.
Design a FSK modulator using 555/XR 2206 and
convert it to sine wave using
filter and transmit the same using IR LED and
demodulate the same PLL NE
565/XR 2212. PCB layout design using CAD
6. Drawing
the schematic of simple electronic circuit and design of PCB layout using CAD
7. Microcontroller based systems design
Design of microcontroller based system for
simple applications like security systems
combination lock.
8. DSP based system design
Design a DSP based system for echo cancellation,
using TMS/ADSP DSP kit. 9. Psuedorandom
Sequence Generator
10. Arithmetic Logic Unit Design
Note: Kits should not be used. Instead each
experiment may be given as mini project.
TOTAL= 45 PERIODS
LIST OF EQUIPMENTS:
1) Dual Power supply ±15V
Ammeter (Multimeter)
Temperature Measurement Transducer
2) Power Supply (for IC 555)
Relays
Indicator LEDs
3) System with ARCAD Software
4) TMS320C5416 (with CCS) and system, speaker
5) 8051 based Trainer kit, and system with
interfaces like ADC, DAC, Keyboard and
display
6) CRO – 5
7) Function Generator – 5
8) Regulated Power supply – [0-30V)-10, 5V-2
9) Transistors and Diodes – 2N3055, BFW10,
BC547, BT012, IN4007, CED, SL100
10) ICs – IC741, IC7414, IC555, IC7805, IC7474,
IC7107
11) Resistors – 5.6K, 56K, 9K, 22K, 100K, 27Ώ
12) Capacitors – 0.1μf, 100μf, 50μf, 10nf,47nf
13) 8Ώ Speaker 14) TSOP
10144EC610 COMMUNICATION SKILLS LAB - II
(Common to all B.E. / B.Tech.)
(To be conducted as a Practical Paper by the
Department of English for 3 hrs per week)
OBJECTIVES
�� To equip the learners face the linguistic demands of post-degree
entrance
examinations
�� To improve the IV level active vocabulary
�� To reactivate and reinforce the language functions introduced in
earlier papers
�� To help the learner infer message from non-verbal cues and speak
fluently on them
�� To help the learners inculcate the micro skills of debating on a
subject
�� To motivate the learners read English dailies and react
critically to news items
�� To help the learners acquire the skills related to organization
of thoughts while
writing articles.
COURSE CONTENT
A) Target words (20 hrs)
((Words D+ to Z from Barron’s GRE Test)
B) Writing articles on media-based themes (10
hrs)
C) Debate (8 hrs)
D) Channel conversion (Speaking on Non-Verbal
representations) (7 hrs)
RECORD LAY OUT
Every student has to maintain record in which
he/she has to incorporate the following
details.
Part I: Use of Vocabulary
�� 10 assignments (each 20 words) using the target words in
sentences of their own.
�� Separate word lists to be allotted to students so that all the
words in the target
vocabulary are covered.
�� Assignments to be written in the record notebook only after the
approval of the
professor in charge.
Part II: Article based on newspaper reading
�� One article (750 words) based on any theme emerging out of the
news items.
(According to the methodology suggested)
�� It should be written only on the odd pages.
�� News items (at least 5) should be collected from English dailies
and pasted on the
even pages.
Part III: Internal Question Papers on Target
Vocabulary Testing & Coding sheets
�� Six Question papers to be pasted ( 2 for synonyms, 2 for antonyms
and 2 for
sentence completion)
�� The corrected coding sheets (6) to be pasted.
The record should be duly signed by the Course
Teacher and submitted to the External
Examiner for verification during the semester
practical.
MODE OF EVALUATION
Internal Assessment (20 marks) (10 marks for the
Record and 10 marks for the six tests
on Target Vocabulary)
External Assessment (100 marks-to be converted
to 80 marks)
The external practical * will consist of two
segments (a) Written Test and (b) Testing
Speaking
Written Test (1 hr)
a) Testing Target Vocabulary (40 objective type
items – 15 synonyms, 15 antonyms
and 10 sentence completion) (40 marks)
b) Writing articles on the theme emerging from
the given newspaper, items given (5
newspaper items based on a single theme will be
given) (20 marks)
Testing Speaking (3 + 3 minutes)
a) Debate (Each student will be required to
speak for three minutes for or against a
given topic) (20 marks)
b) Speaking on the given diagram / chart / table
(20 marks)
(*Every learner will be assessed with a
different set of question which he / she will
choose a random)
Anna University Madurai-6th semester Elective paper for ECE
SEMESTER VI – Elective I (E01)
Code No. Course Title L T P C
10144ECE11 Medical Electronics 3 0 0 3
10144ECE12 Operating Systems 3 0 0 3
10144ECE13 Solid State Electronic Devices 3 0 0 3
10144ECE14 Speech Processing 3 0 0 3
10144ECE15 Numerical Methods 3 1 0 4
10144ECE16
Multicore Programming 3 0 0 3
------------------------------------------------------------------
10144ECE11 MEDICAL ELECTRONICS L T P C
3 0 0 3
UNIT I ELECTRO-PHYSIOLOGY AND BIO-POTENTIAL
RECORDING 9
The origin of Bio-potentials; biopotential
electrodes, biological amplifiers, ECG, EEG,
EMG, PCG, EOG, lead systems and recording
methods, typical waveforms and signal
characteristics.
UNIT II BIO-CHEMICAL AND NON ELECTRICAL
PARAMETER
MEASUREMENT 9
PH, PO2, PCO2, PHCO3, Electrophoresis,
colorimeter, photometer, Auto analyzer,
Blood flow meter, cardiac output, respiratory
measurement, Blood pressure,
temperature, pulse, Blood cell counters.
UNIT III ASSIST DEVICES AND BIO-TELEMETRY 9
Cardiac pacemakers, DC Defibrillator, Telemetry
principles, frequency selection,
Biotelemetry, radio-pill and tele-stimulation.
UNIT IV RADIOLOGICAL EQUIPMENTS 9
Ionosing radiation, Diagnostic x-ray equipments,
use of Radio Isotope in diagnosis,
Radiation Therapy.
UNIT V RECENT TRENDS IN MEDICAL INSTRUMENTATION
9
Thermograph, endoscopy unit, Laser in medicine,
Diathermy units, Electrical safety in
medical equipment.
TOTAL= 45 PERIODS
TEXTBOOKS
1. Leislie Cromwell, “Biomedical instrumentation
and measurement”, Prentice Hall of
India, New Delhi, 2007.
REFERENCES
1. Khandpur, R.S., “Handbook of Biomedical
Instrumentation”, TATA McGraw-Hill, New
Delhi, 2003.
2. Joseph J.Carr and John M.Brown, “Introduction
to Biomedical equipment
Technology”, John Wiley and Sons, New York,
2004.
------------------------------------------------------------------
10144ECE12 OPERATING SYSTEMS L T P C
3 0 0 3
UNIT I OPERATING SYSTEM OVERVIEW 9
Introduction – Multiprogramming – Time sharing –
Multi-user Operating systems –
System Call – Structure of Operating Systems
UNIT II PROCESS MANAGEMENT 9
Concept of Processes – Interprocess
Communication – Racing – Synchronisation –
Mutual Exclusion – Scheduling – Implementation
Issues – IPC in Multiprocessor System
– Threads
UNIT III MEMORY MANAGEMENT 9
Partition – paging – segmentation – virtual
memory concepts – relocation algorithms –
buddy systems – Free space management – Case
study.
UNIT IV DEVICE MANAGEMENT AND FILE SYSTEMS 9
File concept – access methods – directory
structure – File system mounting – file
sharing – protection – file system
implementation – I/O Hardware – Application I/O
Interface – Kernal I/O subsystem – Transforming
I/O to Hardware Operations – Streams
– Disk Structure – Disk Scheduling Management –
RAID structure
–
------------------------------------------------------------------
UNIT V MODERN OPERATING SYSTEMS 9
Concepts of distributed operating systems – Real
time operating system – Case studies:
UNIX, LINUX and Windows 2000.
TOTAL= 45 PERIODS
TEXT BOOKS
1. Abraham Silberschatz, Peter Galvin and Gagne,
‘Operating System Concepts’,
Seventh Edition, John Wiley, 2007.
2. William Stallings, ‘Operating Systems –
Internals and Design Principles’, Fifth
Edition, Prentice Hall India, 2005.
REFERENCES
1. Andrew Tanenbaum, ‘Modern Operating Systems’,
2nd Edition, Prentice Hall, 2003.
2. Deital.H.M, “Operating Systems - A Modern
Perspective”, Second Edition, Addison
Wesley, 2004.
3. Mukesh Singhal, Niranjan G.Shivaratri,
“Advanced Concepts in Operating Systems”,
Tata McGraw Hill, 2001.
4. D.M.Dhamdhere, “Operating Systems – A Concept
based Approach”, Second
Edition, Tata McGraw Hill, 2006.
5. Crowley.C, “Operating Systems: A Design –
Oriented Approach”, Tata McGraw Hill,
1999.
6. Ellen Siever, Aaron Weber, Stephen Figgins,
‘LINUX in a Nutshell’, Fourth Edition,
O’reilly, 2004.
------------------------------------------------------------------
10144ECE13 SOLID STATE ELECTRONIC DEVICES L T P
C
3 0 0 3
UNIT I CRYSTAL PROPERTIES AND GROWTH OF
SEMICONDUCTORS 9
Semiconductor materials - Periodic Structures -
Crystal Lattices - Cubic lattices - Planes
and Directions - Diamond lattice - Bulk Crystal
Growth - Starting Materials - Growth of
Single Crystal lngots - Wafers - Doping -
Epitaxial Growth - Lattice Matching in Epitaxial
Growth - Vapor - Phase Epitaxy - Atoms and
Electrons - Introduction to Physical Models
- Experimental Observations - Photoelectric
Effect - Atomic spectra - Bohr model -
Quantum Mechanics - Probability and Uncertainty
Principle - Schrodinger Wave
Equation - Potential Well Equation - Potential
well Problem - Tunneling.
UNIT II ENERGY BANDS AND CHARGE CARRIERS IN
SEMICONDUCTORS AND JUNCTIONS 9
Energy bands in Solids, Energy Bands in Metals,
Semiconductors, and Insulators - Direct and
Indirect Semiconductors - Variation of Energy
Bands with Alloy Composition - Charge
Carriers in Semiconductors - Electrons and Holes
- Electrons and Holes in Quantum Wells -
Carrier Concentrations - Fermi Level - Electron
and Hole Concentrations at Equilibrium -
Temperature Dependence of Carrier Concentrations
- Compensation and Space Charge
Neutrality - Drift of Carrier in Electric and
Magnetic Fields conductivity and Mobility - Drift
and Resistance - Effects of Temperature and
Doping on Mobility - High field effects - Hall
Effect - invariance of Fermi level at
equilibrium - Fabrication of p-n junctions, Metal
semiconductor junctions.
UNIT III METAL OXIDE SEMICONDUCTOR FET 9
GaAS MESFET - High Electron Mobility Transistor
- Short channel Effects – Metal Insulator
Semiconductor FET - Basic Operation and
Fabrication - Effects of Real Surfaces - Threshold
Voltage - MOS capacitance Measurements - current
– Voltage Characteristics of MOS Gate
Oxides - MOS Field Effect Transistor – Output
characteristics - Transfer characteristics -
Short channel MOSFET V-I characteristics -
Control of Threshold Voltage - Substrate Bias
Effects - Sub threshold characteristics -
Equivalent Circuit for MOSFET - MOSFET Scaling
and Hot Electron Effects - Drain - Induced
Barrier Lowering - short channel and Narrow
Width Effect - Gate Induced Drain Leakage.
UNIT IV OPTOELCTRONIC DEVICES 9
Photodiodes - Current and Voltage in illuminated
Junction - Solar Cells - Photo detectors
- Noise and Bandwidth of Photo detectors - Light
Emitting Diodes - Light Emitting Materials
- Fiber Optic Communications Multilayer
Heterojunctions for LEDs - Lasers - Semiconductor
lasers - Population Inversion at a Junction
Emission Spectra for p-n junction - Basic
Semiconductor lasers - Materials for
Semiconductor lasers.
UNIT V HIGH FREQUENSY AND HIGH POWER DEVICES 9
Tunnel Diodes, IMPATT Diode, operation of
TRAPATT and BARITT Diodes, Gunn Diode -
transferred - electron mechanism, formation and
drift of space charge domains, p-n-p-n Diode,
Semiconductor Controlled Rectifier, Insulated
Gate Bipolar Transistor.
TEXT BOOK TOTAL= 45 PERIODS
1. Ben. G. Streetman & Sanjan Banerjee,
Solid State Electronic Devices, 5th Edition,
PHI, 2003.
REFERENCES
1. Donald A. Neaman, Semiconductor Physics and
Devices, 3rd Edition, TMH, 2002.
2. Yannis Tsividis, Operation & Mode line of
MOS Transistor, 2nd Edition, Oxford
University Press, 1999. 3. Nandita Das Gupta
& Aamitava Das Gupta, Semiconductor
Devices Modeling a Technology, PHI, 2004.
4. D.K. Bhattacharya & Rajinish Sharma,
Solid State Electronic Devices, Oxford University
Press, 2007.
------------------------------------------------------------------
10144ECE14 SPEECH PROCESSING L T P C
3 0 0 3
UNIT I MECHANICS OF SPEECH 9
Speech production: Mechanism of speech
production, Acoustic phonetics - Digital
models for speech signals - Representations of
speech waveform: Sampling speech
signals, basics of quantization, delta
modulation, and Differential PCM - Auditory
perception: psycho acoustics.
UNIT II TIME DOMAIN METHODS FOR SPEECH
PROCESSING 9
Time domain parameters of Speech signal –
Methods for extracting the parameters
Energy, Average Magnitude, Zero crossing Rate –
Silence Discrimination using ZCR
and energy – Short Time Auto Correlation
Function – Pitch period estimation using Auto
Correlation Function.
UNIT III FREQUENCY DOMAIN METHOD FOR SPEECH
PROCESSING 9
Short Time Fourier analysis: Fourier transform
and linear filtering interpretations,
Sampling rates - Spectrographic displays - Pitch
and formant extraction - Analysis by
Synthesis - Analysis synthesis systems: Phase vocoder,
Channel Vocoder -
Homomorphic speech analysis: Cepstral analysis
of Speech, Formant and Pitch
Estimation, Homomorphic Vocoders.
UNIT IV LINEAR PREDICTIVE ANALYSIS OF SPEECH 9
Basic Principles of linear predictive analysis –
Auto correlation method – Covariance
method – Solution of LPC equations – Cholesky
method – Durbin’s Recursive algorithm,
– Application of LPC parameters – Pitch
detection using LPC parameters – Formant
analysis – VELP – CELP.
UNIT V APPLICATION OF SPEECH & AUDIO SIGNAL
PROCESSING 9
Algorithms: Dynamic time warping, K-means
clusering and Vector quantization,
Gaussian mixture modeling, hidden Markov
modeling - Automatic Speech Recognition:
Feature Extraction for ASR, Deterministic
sequence recognition, Statistical Sequence
recognition, Language models - Speaker
identification and verification – Voice response
system – Speech synthesis: basics of
articulatory, source-filter, and concatenative
synthesis – VOIP
TOTAL= 45 PERIODS
TEXT BOOK:
1. Thomas F, Quatieri, Discrete-Time Speech
Signal Processing, Prentice Hall /
Pearson Education, 2004.
REFERENCES:
1. Ben Gold and Nelson Morgan, Speech and Audio
Signal Processing, John Wiley and
Sons Inc., Singapore, 2004
2. L.R.Rabiner and R.W.Schaffer – Digital
Processing of Speech signals – Prentice Hall
-1979
3. L.R. Rabiner and B. H. Juang, Fundamentals of
Speech Recognition, Prentice Hall,
1993.
4. J.R. Deller, J.H.L. Hansen and J.G. Proakis,
Discrete Time Processing of Speech
Signals, John Wiley, IEEE Press, 1999.
------------------------------------------------------------------
10144ECE15 NUMERICAL METHODS L T P C
3 1 0 4
UNIT I SOLUTION OF EQUATIONS AND EIGENVALUE
PROBLEMS 9
Solution of equation –Fixed point iteration:
x=g(x) method - Newton’s method – Solution
of linear system by Gaussian elimination and Gauss-Jordon
method– Iterative method -
Gauss-Seidel method - Inverse of a matrix by
Gauss Jordon method – Eigen value of a
matrix by power method and by Jacobi method for
symmetric matrix.
UNIT II INTERPOLATION AND APPROXIMATION 9
Lagrangian Polynomials – Divided differences –
Interpolating with a cubic spline –
Newton’s forward and backward difference
formulas.
UNIT III NUMERICAL DIFFERENTIATION AND
INTEGRATION 9
Differentiation using interpolation formulae
–Numerical integration by trapezoidal and
Simpson’s 1/3 and 3/8 rules – Romberg’s method –
Two and Three point Gaussian
quadrature formulae – Double integrals using
trapezoidal and Simpsons’s rules.
UNIT IV INITIAL VALUE PROBLEMS FOR ORDINARY
DIFFERENTIAL
EQUATIONS 9
Single step methods: Taylor series method –
Euler method for first order equation –
Fourth order Runge – Kutta method for solving
first and second order equations –
Multistep methods: Milne’s and Adam’s predictor
and corrector methods.
UNIT V BOUNDARY VALUE PROBLEMS IN ORDINARY AND
PARTIAL
DIFFERENTIAL EQUATIONS 9
Finite difference solution of second order
ordinary differential equation – Finite difference
solution of one dimensional heat equation by
explicit and implicit methods – One
dimensional wave equation and two dimensional
Laplace and Poisson equations.
L : 45 , T : 15 ,TOTAL = 60 PERIODS
TEXT BOOKS
1. Veerarjan, T and Ramachandran, T. ‘Numerical
methods with programming in ‘C’
Second Editiion, Tata McGraw-Hill
Publishing.Co.Ltd. (2007).
2. Sankara Rao K, ‘Numerical Methods for
Scientisits and Engineers’ – 3rd editiion
Printice Hall of India Private Ltd, New Delhi,
(2007).
REFERENCES
1. Chapra, S. C and Canale, R. P. “Numerical
Methods for Engineers”, 5th Edition, Tata
McGraw-Hill, New Delhi, 2007.
2. Gerald, C. F. and Wheatley, P.O., “Applied
Numerical Analysis”, 6th Edition, Pearson
Education Asia, New Delhi, 2006.
3. Grewal, B.S. and Grewal,J.S., “ Numerical
methods in Engineering and Science”, 6th
Edition, Khanna Publishers, New Delhi, 2004
4.P. Kandasamy, K.Thilagavathy & K.
Gunavathy, “Numerical Methods”, S. Chand &
Company Ltd.
------------------------------------------------------------------
10144ECE16 MULTICORE PROGRAMMING L T P C
3 0 0 3
UNIT I INTRODUCTION TO MULTIPROCESSORS AND
SCALABILITY
ISSUES 9
Scalable design principles – Principles of
processor design – Instruction Level
Parallelism, Thread level parallelism. Parallel
computer models –- Symmetric and
distributed shared memory architectures –
Performance Issues – Multi-core
Architectures - Software and hardware multithreading
– SMT and CMP architectures –
Design issues – Case studies – Intel Multi-core
architecture – SUN CMP architecture.
UNIT II PARALLEL PROGRAMMING 9
Fundamental concepts – Designing for threads –
scheduling - Threading and parallel
programming constructs – Synchronization –
Critical sections – Deadlock. Threading
APIs.
UNIT III OPENMP PROGRAMMING 9
OpenMP – Threading a loop – Thread overheads –
Performance issues – Library
functions. Solutions to parallel programming
problems – Data races, deadlocks and
livelocks – Non-blocking algorithms – Memory and
cache related issues.
UNIT IV MPI PROGRAMMING 9
MPI Model – collective communication – data
decomposition – communicators and
topologies – point-to-point communication – MPI
Library.
UNIT V MULTITHREADED APPLICATION DEVELOPMENT 9
Algorithms, program development and performance
tuning.
TOTAL= 45 PERIODS
TEXT BOOK
1. Shameem Akhter and Jason Roberts, “Multi-core
Programming”, Intel Press, 2006.
2. Michael J Quinn, Parallel programming in C
with MPI and OpenMP, Tata Mcgraw Hill,
2003.
REFERENCES
1. John L. Hennessey and David A. Patterson, “
Computer architecture – A quantitative
approach”, Morgan Kaufmann/Elsevier Publishers,
4th. edition, 2007.
2. David E. Culler, Jaswinder Pal Singh,
“Parallel computing architecture : A hardware/
software approach” , Morgan Kaufmann/Elsevier
Publishers, 1999.
Subscribe to:
Posts (Atom)
Popular Posts
-
ஓர் எறும்புக்கு முன்னால் எந்தத் தடைகளை நீங்கள் வைத்தாலும் அது அடியில் சென்றோ அல்லது மேலால் சென்றோ, அல்லது சுற்றிச் சென்றோ தடைகளை கடக்கும...
-
10144GE003 PRINCIPLES OF MANAGEMENT L T P C-3 0 0 3 UNIT I OVERVIEW OF MANAGEMENT 9 Definition Management - Role of managers -...
-
Download-Deivangal ellam Thotre Pogum.mp3 Dheivangal Ellaam Thotre Poogum Thanthai Anbin Munne Thallatu Paadum Thaain Anbum Thanth...
-
அன்னையின் கருவில் கலையாமல் பிறந்தாயே அப்போதே மனிதா நீ ஜெயித்தாயே (2) கஷ்டங்கள் தாங்கு வெற்றி உண்டு மேடும் பள்ளம் தானே வாழ்க்க...
-
ECE Department Question Bank Subject Name : ANTENNAS AND WAVE PROPAGATION Branch:ECE Subject...