Computer Networks - Vel Tech Multi Tech

3.12 Exercices. 3.12.1 Commandes de base du SGF. 3.12.2 Commandes d'
affichage. 3.12.3 Tube. 3.12.4 Liens et redirection. 3.12.5 Commandes find, grep
et sort. 3.12.6 Attributs de .... 5.11 Corrigés des exercices. 5.11.1 Affichage de la
date en ...... IPX/SPX. IP et tous les protocoles de routage associés (RIP, OSPF,
etc.).

Part of the document

VEL TECH MULTI TECH
Dr.RANGARAJAN Dr.SAKUNTHALA
ENGINEERING COLLEGE
Accredited by NBA, New Delhi An ISO 9001: 2008 Certified Institution (Owned by Vel trust 1997) (Approved by All India Council for Technical Education, New Delhi & Govt. of TamilNadu and affiliated to Anna University
SYLLABUS
WEEKLY SCHEDULE
Vth SEMESTER 2013 IT 4 Year Degree Course #60, Avadi-Alamathi Road, Chennai-600062.
Phone: 25017073/26841061
E-mail:velmultimedia@rediffmail.com
Website: www.vel-tech.org DEPARTMENT OF INFORMATION TECHNOLOGY WEEKLY SCHEDULE SEM : V YEAR : III ACADEMIC YEAR 2013-2014
|Sl.No |WEEKS |DATE |
| | |FROM |TO |
|1 |WEEK1 |24.06.2013 |28.06.2013 |
|2 |WEEK2 |01.07.2013 |05.07.2013 |
|3 |WEEK3 |08.07.2013 |12.07.2013 |
|4 |WEEK4 |15.07.2013 |19.07.2013 |
|5 |WEEK5 |22.07.2013 |26.07.2013 |
|6 |WEEK6 |30.07.2013 |02.08.2013 |
|7 |WEEK7 |05.08.2013 |08.08.2013 |
|8 |WEEK8 |12.08.2013 |16.08.2013 |
|9 |WEEK9 |12.08.2013 |16.08.2013 |
|10 |WEEK10 |19.08.2013 |23.08.2013 |
|11 |WEEK11 |26.08.2013 |30.08.2013 |
|12 |WEEK12 |02.09.2013 |06.09.2013 |
|13 |WEEK13 |09.09.2013 |13.09.2013 |
|14 |WEEK14 |16.09.2013 |21.09.2013 |
|15 |WEEK 15 |23.09.2013 |28.09.2013 |
|16 |WEEK16 |30.09.2013 |06.10.2013 |
|17 |WEEK17 |07.10.2013 |12.10.2013 | 2
2. PRESENTATION SKILLS:
Elements of effective presentation - Structure of presentation -
Presentation tools - Voice Modulation - Audience analysis - Body language -
Video samples 3. SOFT SKILLS:
Time management - Articulateness - Assertiveness - Psychometrics -
Innovation and Creativity - Stress Management & Poise - Video Samples 4. GROUP DISCUSSION:
Why is GD part of selection process ? - Structure of GD - Moderator - led
and other GDs - Strategies in GD - Team work - Body Language - Mock GD
-Video samples 5. INTERVIEW SKILLS:
Kinds of interviews - Required Key Skills - Corporate culture - Mock
interviews- Video samples. 1. Resume / Report Preparation / Letter writing: Students prepare their own
resume and report.
2. Presentation Skills: Students make presentations on given topics.
3. Group Discussion: Students participate in group discussions.
4. Interview Skills: Students participate in Mock Interviews LAB REQUIREMENTS: 1. Teacher console and systems for students.
2. English Language Lab Software
3. Career Lab Software
---------------------------------------------------------------------------- 23 GE2321 COMMUNICATION SKILLS LAB A. ENGLISH LANGUAGE LAB 1. LISTENING COMPREHENSION:
Listening and typing - Listening and sequencing of sentences - Filling in
the blanks - Listening and answering questions. 2. READING COMPREHENSION: Filling in the blanks - Close exercises - Vocabulary building - Reading and
answering questions. 3. SPEAKING:
Phonetics: Intonation - Ear training - Correct Pronunciation - Sound
recognition exercises - Common Errors in English.
Conversations: Face to Face Conversation - Telephone conversation - Role
play activities (Students take on roles and engage in conversation) B. DISCUSSION OF AUDIO-VISUAL MATERIALS (Samples are available to learn and
practice) 1. RESUME / REPORT PREPARATION / LETTER WRITING
Structuring the resume / report - Letter writing / Email Communication -
Samples.
22 CONTENTS |THEORY |
|Sl.NO |SUB.CODE |SUBJECT |
|1 |IT2301 |Java Programming |
|2 |MG2452 |Engineering Economics And |
| | |Financial Accounting |
|3 |CS2304 |System Software |
|4 |CS2302 | |
| | |Computer networks |
| | | |
|5 |CS2303 |Digital Signal Processing |
|6 |IT2302 |Information Theory And |
| | |Coding |
|PRACTICAL |
|7 |CS2308 |System Software Lab |
|8 |IT2305 |Java Programming Lab |
|9 |GE2321 |Communication Skills Lab |
3
TEST SCHEDULE CYCLE TEST - I
|Sl. |DATE |SUB.CODE |SUBJECT |
|NO | | | |
|1 |30.07.201|IT2301 |Java Programming |
| |3 | | |
|2 |31.07.201|MG2452 |Engineering Economics And |
| |3 | |Financial Accounting |
|3 |01.08.201|CS2304 |System Software |
| |3 | | |
|4 |02.08.201|CS2302 | |
| |3 | | |
| | | | |
| | | |Computer networks |
|5 |05.08.201|CS2303 |Digital Signal Processing |
| |3 | | |
|6 |06.08.201|IT2302 |Information Theory and |
| |3 | |Coding |
4 8. Develop a scientific calculator using even-driven programming paradigm
of Java. 9. Develop a template for linked-list class along with its methods in Java. 10. Design a thread-safe implementation of Queue class. Write a multi-
threaded producer-consumer application that uses this Queue class.
11. Write a multi-threaded Java program to print all numbers below 100,000
that are both prime and fibonacci number (some examples are 2, 3, 5, 13,
etc.). Design a thread that generates prime numbers below 100,000 and
writes them into a pipe.
Design another thread that generates fibonacci numbers and writes them to
another pipe. The main thread should read both the pipes to identify
numbers common to both. 12. Develop a multi-threaded GUI application of your choice Hardware:
Pentium IV with 2 GB RAM,
160 GB HARD Disk,
Monitor 1024 x 768 colour 60 Hz. Software:
Windows /Linux operating system
JDK 1.6(or above) ---------------------------------------------------------------------------- 21 IT2305 JAVA PROGRAMMING LAB 1. Develop a Java package with simple Stack and Queue classes. Use JavaDoc
comments for documentation. 2. Design a class for Complex numbers in Java. In addition to methods for
basic operations on complex numbers, provide a method to return the number
of active objects created. 3. Design a Date class similar to the one provided in the java.util
package. 4. Develop with suitable hierarchy, classes for Point, Shape, Rectangle,
Square, Circle, Ellipse, Triangle, Polygon, etc. Design a simple test
application to demonstrate dynamic polymorphism. 5. Design a Java interface for ADT Stack. Develop two different classes
that implement this interface, one using array and the other using linked-
list. Provide necessary exception handling in both the implementations. 6. Write a Java program to read a file that contains DNA sequences of
arbitrary length one per line (note that each DNA sequence is just a
String). Your program should sort the sequences in descending order with
respect to the number of 'TATA' subsequences present. Finally write the
sequences in sorted order into another file. 7. Develop a simple paint-like program that can draw basic graphical
primitives in different dimensions and colors. Use appropriate menu and
buttons.
20
|Sl. |DATE |SUB.CODE |SUBJECT |
|NO | | | |
| 1 |16.09.2013 |IT2301 |Java Programming |
|2 |17.09.2013 |MG2452 |Engineering Economics and |
| | | |Financial Accounting |
|3 |18.09.2013 |CS2304 |System Software |
|4 |19.09.2013 |CS2302 |Computer Networks |
|5 |20.09.2013 |CS2303 |Digital Signal Processing |
|6 |21.09.2013 |IT2302 |Information Theory And |
| | | |Coding |
|Sl. |DATE |SUB.CODE |SUBJECT |
|NO | | | |
|1 |21.10.2013|IT2301 |Java Programming |
|2 |22.10.2013|MG2452 |Engineering Economics and |
| | | |Financial Accounting |
|3 |23.10.2013|CS2304 |System Software |
|4 |24.10.2013|CS2302 |Computer Networks |
|5 |25.10.2013|CS2303 |Digital Signal Processing |
|6 |26.10.2013|IT2302 |Information Theory And Coding|
CYCLE TEST II CYCLE TEST III
5
IT2301 JAVA PROGRAMMING UNIT I- WEEK 1: Object oriented programming concepts - objects - classes - methods
and messages -abstraction and encapsulation.
WEEK 2:Inheritance -abstract classes - polymorphism.- Objects and c