day 3rd Writing program in c to Encrypt 8 th attacker 9 th test 4 th 10 th Introduction to basic encryption and decryption

Size: px
Start display at page:

Download "day 3rd Writing program in c to Encrypt 8 th attacker 9 th test 4 th 10 th Introduction to basic encryption and decryption"

Transcription

1 Lesson Plan for Even Semester Govt. Polytechnic Education Society Lisana (Rewari) Name of the Faculty: Ms. Indu Bala Discipline: Computer Engg. Semester: Subject: NETWORK SECURITY Lesson Plan Duration: 15 weeks (from January, 2018 to April, 2018) Work Load (Lecture/ Practical) per week (in hours): Lectures+Practicals week Theory Practical Lecture Day Topic(including assignment/test) 1 st 1 st Introduction to network security 1 st 2 nd Need for securing a network 3 rd Principles of security Practical day Topic 2 nd 4 th 5 th Types of attacks Introduction to cyber crime Cyber law 2 nd Installation and study of various parameters of firewall 6 th Cyber ethics,ethical hacking 3 rd 7 th hacking 3rd Writing program in c to Encrypt 8 th attacker 9 th test 4 th 10 th Introduction to basic encryption and decryption 4th Writiong program in C in Decrypt 11 th Concept of symmetric and asymmetric key cryptography 12 th Assignment topic(types of attacks) 5 TH 13th Overview of DES 5th Study of VPN 14th RSA AND PGP 15th Introduction to hashing: MD5,SSL Installation and comparison of various anti virus software 6 TH 1 SSH,HTTPS,DIGITAL SIGNATURES 17th Digital certification, IP SEC Study of various hacking tools 18th Virus,test 7 th 19 th Preventive measures- checksum verification 20 th Virus scanners 21 st Application level virus scanners,heuristic scanners 7 th Practical applications of digital signature 8 th 22th Virus protection 8 th 23 rd Firewalls: Definition 24 th Types of firewalls Study of hacking

2 9 th 25 th Assignment check 9th 26 th Firewall configuration 27 th Limitations of firewall 10 th 28 th Test(firewall) 10 th 29 th Note book check 30 th Intrusion Detection System 11 th 31 st IDS limitation 11 th 32th Host based IDS set up Practice on hacking tools Study of firewalls 33 rd Configuration policy as per standards 12 th 34 th VPN 12 th 35 th VPN Diagram 36 th Test 13 th 37 th Note book check 13 th 38 th Exchanging keys,modifying security policy 39 th Assignment check 14 th 40 th Disaster 14 th 41th 42th topology Network disasters-cabling,topology 15 th 43 th Server recovery 15th 44 th TEST 45 th TEST

3 Lesson Plan for Even Semester Govt. Polytechnic Education Society Lisana (Rewari) Name of the Faculty: Sh. Pradeep Kumar Discipline: Computer Engg. Semester: Subject: DISTRIBUTED COMPUTING Lesson Plan Duration: 15 weeks (from January, 2018 to April, 2018) Work Load (Lecture/ Practical) per week (in hours): Lectures- 03 Theory Week Lecture Topic (Including assignment / Test) Day 1 st Introduction about subject 1 st 2 nd 3 rd 4 th 5 th 6 th 7 th 8 th 9 th 2 nd Overview of Cloud Computing 3 rd Characteristics of Cloud Computing 4 th Challenges of Cloud Computing 5 th Challenges of Cloud Computing 6 th Applications of Cloud Computing 7 th Assignment and Query Handling 8 th Assignment and Query Handling 9 th Cloud Computing Service Models overview 10 th Service Models 11 th SAAS 12 th SAAS 13 th PAAS 14 th PAAS 15 th LAAS 16 th LAAS 17 th Cloud Deployment models 18 th Private Cloud 19 th Private Cloud 20 th Public Cloud 21 st Public Cloud 22 nd Hybrid Cloud 23 rd Hybrid Cloud 24 th Community Cloud 25 th Community Cloud 26 th Introduction to Grid Computing 27 th Introduction to Grid Computing

4 10 th 11 th 12 th 13 th 14 th 15 th 16 th 28 th Advantages of Grid Computing 29 th Advantages of Grid Computing 30 th Deployment of Grid Computing 31 st Deployment of Grid Computing 32 nd Virtual Organizations 33 rd Virtual Organizations 34 th Applications of grid computing 35 th Applications of grid computing 36 th Comparison between grid computing and Cloud Computing 37 th Comparison between grid computing and Cloud Computing 38 th Introduction about other technologies 39 th Cluster Computing 40 th Cluster Computing 41 st Peer to Peer Network 42 nd Peer to Peer Network 43 rd Utility Computing 44 th Utility Computing 45 th Ubiquitous Computing 46 th Ubiquitous Computing 47 th Comparison of grid, cluster and cloud computing 48 th Comparison of grid, cluster and cloud computing

5 Lesson Plan for Even Semester Govt. Polytechnic Education Society Lisana (Rewari) Name of the Faculty: Sh. Ram Niwas Discipline: Computer Engg. Semester: Subject: Programming in Java Lesson Plan Duration: 15 weeks (from January, 2018 to April, 2018) Work Load (Lecture/ Practical) per week (in hours): Lectures+Practicals Week Theory Practical Lecture Topic (Including Assignment / Test) Practical Topic Day Day 1 Introduction to Java : A brief history, Prelude of Installation of Java how Java works? 1 Java Virtual Machine (JVM), Java In 1 2 Time (JIT) compiler 3 Java features 4 Using Java with other tools Installation of Java (continued) 2 5 Native code, Java application types 2 6 Comparison with C and C++ Working with data types Write a program which tells whether a number is even or odd. Take a range from Working with data types (continued) 9 Working with data types(continued) Control flow statements Control flow statements (continued) 4 Control flow statements (continued) Display the output which is given below: * * * * * * Write a programme to convert the given temperature in Fahrenheit to Celsius using the following conversion formula C = F.32/1.8 and display the value in a tabular form. Write a programme to determine the sum of the following harmonic series for a given value of n: 1+1/2+1/3..+1/n the value of n should be given interactively through the keyboard. Arrays Arrays (continued) 14 Write a program which sorts an array of type integer. Write a programme to find all the numbers and sum of all integers greater than 100 less than 200 that are divisible by 7.

6 15 Casting

7 16 Command line arguments 17 Mid-Term Test I 6 Java Classes and Memory 6 18 Management : Introduction to Classes Inheritance Encapsulation 21 Polymorphism Constructors and finalizers Garbage collection 24 Access specifier Interfaces and Packages : Using Java interface Using Java interface (continued) 27 Using Java packages 28 Using Java packages (continued) 29 Mid-Term Test II 10 Exception Handling and Stream Files : Over view of exception handling 7 Exercises on implementing Java Classes. Admission to a professional course is subject to the following conditions: Marks in mathematics >=60 Marks in physics >=50 Marks in chemistry >=40 Total in all 3 subjects >=200 (OR) Total in mathematics and physics >=150 given the marks in the 3 subjects. Write the programme to process the application to list the eligible candidates. The number in the sequence Are called Fibonacci numbers. Write programme using a do.. while loop to calculate and print the first m ibonacci numbers (Hint: after the first 2 numbers in the series, each number is the sum of the 2 preceding the numbers) 123 Write a programme to evaluate the following investment equation V=P (1+r)n and print the tables which would give the value of V for various combination of the following values of P, r and n. Exercises on exceptional handling

8 31 Method to use exception handling Method available to exceptions (The 32 throw statement, the throws class, finally class) 11 Creating your own exception classes Threads and Multi-threading : Overview 12 Thread basics creating and running a thread 36 The thread control methods 37 The threads life cycle and synchronization 13 Introduction to Applet, Application 38 and JDK : Java applets Vs Java applications Building application with JDK Building applets with JDK HTML for Java applets 42 Managing input-output stream Managing input-output stream 43 (continued) Mid-Term Test III 45 Revision of challenging concepts Given a list of marks ranging from 0 to 100, write a programme to compute and print the number of student should have obtained marks (a) in the range 81 to 100 (ii) in the range 61 to 80 (c) in the range 41 to 60 (d) in the range 0 to 40. The programme should use a minimum number of if statement Exercises on creating and running threads Write a programme to draw the following using Applet: Smile Face Write a program which will store the students roll no. names and total marks in the database Write a program which will display all those records whose marks are above 75%.

9 Lesson Plan for Even Semester Govt. Polytechnic Education Society Lisana (Rewari) Name of the Faculty: Sh. Praveen Kumar Discipline: Computer Engg. Semester: Subject: Employability Skill-II Lesson Plan Duration: 15 weeks (from January, 2018 to April, 2018) Work Load (Lecture/ Practical) per week (in hours):practicals- 02 W Theory ee k Lectur e day Topic (including assignment/ test) Practical day 1st 2nd 3rd 4th 5th 7th 7th Oral Practice of students for Seminar 8th 8th Oral Practice by conducting Seminar presentation in the institute. 9th 9th Oral Practice of students for Making a presentation 10th 11th 12th 13th 14th 15th 1st 2nd 3rd 4th 5th 10th 11th 12th 13th 14th 15th Practical Topic Oral Practice of students for attending mock interviews Mock interview. Oral Practice of the students by conducting Mock interview in the institutes. Oral Practice of the students regarding Preparing for meeting Oral Practice of the students regarding Preparing for meeting Oral Practice of the students for participating in Group discussion Oral Practice of students by conducting Group discussion Oral Practice by conducting presentation of students in the labs. Discussion on Structure and tools of presentation Paper reading and organising such events for the students. Practice by giving different task as Power point presentation. Organising Expert Lecture on personality development and also visits to some industries are also organised during this period.

10 Lesson Plan for Even Semester Govt. Polytechnic Education Society Lisana (Rewari) Name of the Faculty: Sh. Praveen Kumar Discipline: Computer Engg. Semester: Subject: 6 th ENTREPRENEURSHIP DEVELOPMENT AND MANAGEMENT Lesson Plan Duration: 15 weeks (from January, 2018 to April, 2018) Work Load (Lecture/ Practical) per week (in hours): Lectures- 03 Theory Week 1st Lectur e day 1st Topic (including assignment/ test) Introduction, Concept /Meaning and its need Qualities and functions of entrepreneur and barriers in entrepreneurship Sole proprietorship and partnership forms of 2nd 2nd NSIC, NRDC, DC:MSME SIDBI, NABARD Commercial Banks, SFC s TCO KVIB, DIC 3rd 4th 5th 3rd 4th 5th Technology Business Incubator (TBI) Science and Technology Entrepreneur Parks (STEP). Assignment-2and review of the last chapter Market Survey and Opportunity Identification, Scanning of business environment Salient features of National and State industrial Types and conduct of market survey Assessment of demand and supply in potential Identifying business opportunity Considerations in product selection Assignment-3and review of the last chapter Project report Preparation, Preliminary project report 7th 7th Detailed project report including technical, economic and market feasibility Common errors in project report preparations Exercises on preparation of project report 8th 8th Assignment-4and review of the last chapter Introduction to Management; Definitions and importance of management

11 9th 10th 11th 12th 13th 14th 9th 10th 11th 12th 13th 14th Functions of management: Importance and Process of planning, organising, staffing, directing and controlling Concept and structure of an organization, Principles of management (Henri Fayol, F.W. Taylor) Types of industrial organisations a) Line organisation b) Line and staff organisation c) Assignment-5and Functional Organisation review of the last chapter Leadership Definition and Need, Types of leadership, Manager Vs leader, Qualities and functions of a leader Motivation Factors affecting motivation, Definitions and characteristics, Theories of Assignment-6and motivation (Maslow, review Herzberg, of the last McGregor) chapter Introduction to Man power planning, recruitment and selection, Introduction and objective, Human Resource Management, Introduction to performance ABC Analysis appraisal and EOQ, methods Introduction functions, and objectives, Material and Store Management Introduction, importance, and its functions, Marketing and sales 128 Physical distribution, Introduction to promotion mix, Sales promotion Introductions, importance and its functions, Financial Management Elementary knowledge of income tax, sales tax, excise duty, custom duty and VAT Assignment-7and review of the last chapter Definition and need, Customer Relation Just in time (JIT),Total employees Involvement, Statistical process control, Total Quality Management (TQM) Intellectual Property Right (IPR); Introductions, Infringement related to patents, copy right, trade mark 15th 15th Assignment-8and review of the last chapter Class Test Revision and discussion of important questions

SETH JAI PARKASH POLYTECHNIC, DAMLA

SETH JAI PARKASH POLYTECHNIC, DAMLA SETH JAI PARKASH POLYTECHNIC, DAMLA Name of the Faculty: Sh. Meep Singh Discipline: Computer Engineering Semester: Subject: DISTRIBUTED COMPUTING Lesson Plan Duration: 15 weeks (from January, 2018 to April,

More information

Name of Faculty: (theory) (Practical) Discipline: EE Semester: 6th subject: es-ii Lesson plan Duration: 15 weeks (jan 2018 to april 2018)

Name of Faculty: (theory) (Practical) Discipline: EE Semester: 6th subject: es-ii Lesson plan Duration: 15 weeks (jan 2018 to april 2018) Name of Faculty: (theory) (Practical) Discipline: EE Semester: 6th subject: es-ii Lesson plan Duration: 1 weeks (jan 018 to april 018) theory week No. lecture no. 1 1 3 1. Oral Practice i) Mock interview

More information

6.1 NETWORK SECURITY L T P 3-3

6.1 NETWORK SECURITY L T P 3-3 6.1 NETWORK SECURITY L T P 3-3 RATIONALE This course has been designed by keeping in view the basic computer users and information system managers. The concepts needed to read through the ripe in the market

More information

DBSCR Govt. Polytechnic Education Society, Sampla LESSON PLAN

DBSCR Govt. Polytechnic Education Society, Sampla LESSON PLAN DBSCR Govt. Polytechnic Education Society, Sampla Electronics & Communication Engineering (6 th sem) LESSON PLAN NAME OF THE FACULTY: - Jatin Kochar DISCIPLINE: - ECE SEMESTER: - 6th SUBJECT MOCS Lesson

More information

3 rd What is hacking? Attacker, phreaker etc. parameters of firewall.

3 rd What is hacking? Attacker, phreaker etc. parameters of firewall. Name of the Faculty : MISS. SONICA UPADHYAY Discipline : Computer Engg. Lesson Plan Semester : 6 th Subject : Network Security Lesson plan duration : 15 weeks (from January, 018 to April, 018) Week Theory

More information

Lesson Plan for Even semester Govt. Polytechnic Education Society, Lisana (Rewari) Name of the Faculty: Sh. Praveen Kumar Discipline:

Lesson Plan for Even semester Govt. Polytechnic Education Society, Lisana (Rewari) Name of the Faculty: Sh. Praveen Kumar Discipline: Lesson Plan for Even semester Govt. Polytechnic Education Society, Lisana (Rewari) Name of the Faculty: Sh. Praveen Kumar Discipline: Computer Engg. Semester: Subject: 4 th DATA STRUCTURES USING C Lesson

More information

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical Name of faculty: Gaurav Gambhir Discipline: Computer Science Semester: 6 th Subject: CSE 304 N - Essentials of Information Technology Lesson Plan Duration: 15 Weeks (from January, 2018 to April, 2018)

More information

Lesson plan. Semester : 4 TH. : WEB DESIGN (practical) Lesson plan duration : 15 Weeks (January 2018 to April 2018)

Lesson plan. Semester : 4 TH. : WEB DESIGN (practical) Lesson plan duration : 15 Weeks (January 2018 to April 2018) Lesson plan Name of faculty Discipline : Manju : OMCA Semester : 4 TH Subject : WEB DESIGN (practical) Lesson plan duration : 15 Weeks (January 2018 to April 2018) week Practical day Practical topic Web

More information

The GenCyber Program. By Chris Ralph

The GenCyber Program. By Chris Ralph The GenCyber Program By Chris Ralph The Mission of GenCyber Provide a cybersecurity camp experience for students and teachers at the K-12 level. The primary goal of the program is to increase interest

More information

Lesson Plan. Subject: OBJECT ORIENTED PROGRAMMING USING C++ :15 weeks (From January, 2018 to April,2018)

Lesson Plan. Subject: OBJECT ORIENTED PROGRAMMING USING C++ :15 weeks (From January, 2018 to April,2018) Lesson Plan Name of the Faculty Discipline Semester :Mrs. Reena Rani : Computer Engineering : IV Subject: OBJECT ORIENTED PROGRAMMING USING C++ Lesson Plan Duration :15 weeks (From January, 2018 to April,2018)

More information

Seth Jai Parkash Polytechnic, Damla

Seth Jai Parkash Polytechnic, Damla Seth Jai Parkash Polytechnic, Damla Name of the Faculty: Ms Richa Kharbanda Discipline: Computer Engg. Semester: 4 th Subject: DATA STRUCTURES USING C Lesson Plan Duration: 15 weeks (from January, 2018

More information

DBMS Lesson Plan. Name of the faculty: Ms. Kavita. Discipline: CSE. Semester: IV (January-April 2018) Subject: DBMS (CSE 202-F)

DBMS Lesson Plan. Name of the faculty: Ms. Kavita. Discipline: CSE. Semester: IV (January-April 2018) Subject: DBMS (CSE 202-F) DBMS Lesson Plan Name of the faculty: Ms. Kavita Discipline: CSE Semester: IV (January-April 2018) Subject: DBMS (CSE 202-F) Week No Lecture Day Topic (including assignment/test) 1 1 Introduction to Database

More information

3D Graphics Programming Mira Costa High School - Class Syllabus,

3D Graphics Programming Mira Costa High School - Class Syllabus, 3D Graphics Programming Mira Costa High School - Class Syllabus, 2009-2010 INSTRUCTOR: Mr. M. Williams COURSE GOALS and OBJECTIVES: 1 Learn the fundamentals of the Java language including data types and

More information

Lesson Plan for Even semester

Lesson Plan for Even semester Lesson Plan for Even semester Govt. Polytechnic, Ambala City Name of e Faculty: Discipline: Semester: Subject: Sh. Munish Gupta (Theory + Pract.) & Dr. Surender Kumar (Practical) Computer Engg. 4 DATA

More information

AP Computer Science A Course Syllabus

AP Computer Science A Course Syllabus AP Computer Science A Course Syllabus Textbook: Litvin, Maria and Litvin, Gary. Java Methods: Object-Oriented Programming and Data Structures. Skylight Publishing, 2011 http://www.skylit.com Course Description:

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 Course Title Course Code Regulation COMPUTER SCIENCE AND ENGINEERING COURSE DESCRIPTION FORM JAVA PROGRAMMING A40503 R15-JNTUH

More information

The CPE hour is equal to 50 minutes. Credit is given in whole hours only; any fractional hours must be rounded down.

The CPE hour is equal to 50 minutes. Credit is given in whole hours only; any fractional hours must be rounded down. Division of Service Operations Bureau of Education & Testing Continuing Education Correspondence 1940 North Monroe Street Tallahassee, Florida 32399-1046 Phone: 850.921.8582 Fax: 850.922.2316 Ken Lawson,

More information

Course 832 EC-Council Computer Hacking Forensic Investigator (CHFI)

Course 832 EC-Council Computer Hacking Forensic Investigator (CHFI) Course 832 EC-Council Computer Hacking Forensic Investigator (CHFI) Duration: 5 days You Will Learn How To Understand how perimeter defenses work Scan and attack you own networks, without actually harming

More information

Certified Cyber Security Analyst VS-1160

Certified Cyber Security Analyst VS-1160 VS-1160 Certified Cyber Security Analyst Certification Code VS-1160 Vskills certification for Cyber Security Analyst assesses the candidate as per the company s need for cyber security and forensics. The

More information

STUDENT LEARNING OUTCOMES Beacom College of Computer and Cyber Sciences

STUDENT LEARNING OUTCOMES Beacom College of Computer and Cyber Sciences STUDENT LEARNING OUTCOMES Beacom College of Computer and Cyber Sciences Undergraduate Programs - Bachelor B.S. Computer Game Design Upon completion of the B.S. degree in Computer Game Design, students

More information

Course Name: Information and Computers Networks Security Course Code: IT423

Course Name: Information and Computers Networks Security Course Code: IT423 Course Name: Information and Computers Networks Security Course Code: IT423 I. Basic Course Information Major or minor element of program: Major Department offering the course:information Technology Department

More information

Computer Information Systems (CIS) CIS 105 Current Operating Systems/Security CIS 101 Introduction to Computers

Computer Information Systems (CIS) CIS 105 Current Operating Systems/Security CIS 101 Introduction to Computers Computer Information Systems (CIS) CIS 101 Introduction to Computers This course provides an overview of the computing field and its typical applications. Key terminology and components of computer hardware,

More information

B.C.A 2017 OBJECT ORIENTED PROGRAMMING USING C++ BCA303T MODULE SPECIFICATION SHEET

B.C.A 2017 OBJECT ORIENTED PROGRAMMING USING C++ BCA303T MODULE SPECIFICATION SHEET B.C.A 2017 OBJECT ORIENTED PROGRAMMING USING C++ BCA303T MODULE SPECIFICATION SHEET Course Outline The main objective of this course is to introduce students to the basic concepts of a selected language

More information

The fast track to top skills and top jobs in cyber. Guaranteed.

The fast track to top skills and top jobs in cyber. Guaranteed. The fast track to top skills and top jobs in cyber. Guaranteed. NO COST TO SELECTED PARTICIPANTS WELCOME The SANS Institute is presenting the SANS CyberTalent Immersion Academy for Women to encourage women

More information

Level 5 Diploma in Computing

Level 5 Diploma in Computing Level 5 Diploma in Computing 1 www.lsib.co.uk Objective of the qualification: It should available to everyone who is capable of reaching the required standards It should be free from any barriers that

More information

High School Course Guide Business Management & Administration

High School Course Guide Business Management & Administration 88610 Business Computer Information Management I (R) 1 credit Gr: 9-12 Prerequisite: Touch Systems Data Entry Keyboarding Recommended Description: Students will gain the necessary skills to make a successful

More information

The Information Technology Program (ITS) Contents What is Information Technology?... 2

The Information Technology Program (ITS) Contents What is Information Technology?... 2 The Information Technology Program (ITS) Contents What is Information Technology?... 2 Program Objectives... 2 ITS Program Major... 3 Web Design & Development Sequence... 3 The Senior Sequence... 3 ITS

More information

Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering. Fifth Semester

Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering. Fifth Semester Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering Fifth Semester Subject: Programming With Java Contact Hrs / week: 4 Total hrs: 64 Table of Contents SN

More information

Course list for the Bachelor of Computer Science in INFORMATION SYSTEM

Course list for the Bachelor of Computer Science in INFORMATION SYSTEM Course list for the Bachelor of Computer Science in INFORMATION SYSTEM Course Objectives: Preparing graduates with knowledge, skills and competencies in the field of information systems, especially in

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, yderabad - 500 043 COMPUTER CIENCE AND ENGINEERING COURE DECRIPTION FORM Course Title Course Code Course tructure Course Coordinator Team of

More information

College of San Mateo Course Outline

College of San Mateo Course Outline College of San Mateo Course Outline New Course Update/No change Course Revision (Minor) Course Revision (Major) Date: 1/26/12 Department: CIS Number: 420 Course Title: Project Management Professional Certificate

More information

Faculty of Engineering Computer Engineering Department Islamic University of Gaza C++ Programming Language Lab # 6 Functions

Faculty of Engineering Computer Engineering Department Islamic University of Gaza C++ Programming Language Lab # 6 Functions Faculty of Engineering Computer Engineering Department Islamic University of Gaza 2013 C++ Programming Language Lab # 6 Functions C++ Programming Language Lab # 6 Functions Objective: To be familiar with

More information

ADMINISTRATIVE MANAGEMENT COLLEGE

ADMINISTRATIVE MANAGEMENT COLLEGE First Semester ADMINISTRATIVE MANAGEMENT COLLEGE BACHELOR OF COMPUTER APPLICATION COURSE OUTCOME (CO) Problem solving techniques Using C CO 1: Understand the basic concepts of programming, software and

More information

BEng (Hons) Civil Engineering E410 (Under Review)

BEng (Hons) Civil Engineering E410 (Under Review) BEng (Hons) Civil Engineering E410 (Under Review) 1.0 Introduction The aim of the degree programme is to provide students with a sound knowledge and understanding of the subject of Civil Engineering and

More information

Scheme of Studies. BS Computer Science

Scheme of Studies. BS Computer Science Department of Computer Science and Information Technology Scheme of Studies BS Computer Science Eligibility: Minimum 2nd division or equivalent qualification in intermediate or equivalent qualification

More information

SYLLABUS JAVA COURSE DETAILS. DURATION: 60 Hours. With Live Hands-on Sessions J P I N F O T E C H

SYLLABUS JAVA COURSE DETAILS. DURATION: 60 Hours. With Live Hands-on Sessions J P I N F O T E C H JAVA COURSE DETAILS DURATION: 60 Hours With Live Hands-on Sessions J P I N F O T E C H P U D U C H E R R Y O F F I C E : # 4 5, K a m a r a j S a l a i, T h a t t a n c h a v a d y, P u d u c h e r r y

More information

University of Asia Pacific (UAP) Department of Computer Science and Engineering (CSE)

University of Asia Pacific (UAP) Department of Computer Science and Engineering (CSE) University of Asia Pacific (UAP) Department of Computer Science and Engineering (CSE) Course Outline Program: Course Title: Computer Science and Engineering (CSE) Object Oriented Programming I: Java Course

More information

University of Plymouth. BA (Hons) Accounting and Finance 0414

University of Plymouth. BA (Hons) Accounting and Finance 0414 University of Plymouth Faculty of Business Plymouth Business School Programme Specification BA (Hons) Accounting and Finance 0414 Final Approved Version August 2018 1. BA (Hons) Accounting and Finance

More information

COURSE COUNSELING (FOR YEARS 3 & 4 IN )

COURSE COUNSELING (FOR YEARS 3 & 4 IN ) COURSE COUNSELING (FOR YEARS 3 & 4 IN 2017-18) Department of Information Engineering April 19, 2017 OUTLINE IERG & MIEG Curricula Major required & IE elective courses New IE courses IE courses offered

More information

BEng (Hons) Electronic and Communication Engineering - E431 (Under Review)

BEng (Hons) Electronic and Communication Engineering - E431 (Under Review) BEng (Hons) Electronic and Communication Engineering - E431 (Under Review) 1. Introduction The field of Electronic and Communication Engineering is one that currently evolves at an extremely fast rate.

More information

COURSE OUTLINE. Last Amendment Edition Procedure No. Lecturer /blog Room No. Phone No. / Name.

COURSE OUTLINE. Last Amendment Edition Procedure No. Lecturer  /blog Room No. Phone No. /  Name. FACULTY OF COMPUTING Page 1 of 6 COURSE 0 PRE-REQUISITE none EQUIVALENCE CONTACT HOURS 4 Lecturer e-mail/blog Room No. Phone No. 1. Dr. Siti Hajar Othman hajar@utm.my / www.comp.utm.my/hajar 347-04, N8

More information

IT SECURITY OFFICER. Department: Information Technology. Pay Range: Professional 18

IT SECURITY OFFICER. Department: Information Technology. Pay Range: Professional 18 Pierce County Classification Description IT SECURITY OFFICER Department: Information Technology Job Class #: 634900 Pay Range: Professional 18 FLSA: Exempt Represented: No Classification descriptions are

More information

INFORMATION TECHNOLOGY NETWORK ADMINISTRATOR ANALYST Series Specification Information Technology Network Administrator Analyst II

INFORMATION TECHNOLOGY NETWORK ADMINISTRATOR ANALYST Series Specification Information Technology Network Administrator Analyst II Adopted: July 2000 Revised : April 2004; August 2009; June 2014; February 2018 INFORMATION TECHNOLOGY NETWORK ADMINISTRATOR ANALYST Series Specification Information Technology Network Administrator Analyst

More information

(Following Paper ID and Roll No. to be filled by the student in the Answer Book)

(Following Paper ID and Roll No. to be filled by the student in the Answer Book) F:/Academic/27 Refer/WI/ACAD/10 SHRI RAMSWAROOP MEMORIAL COLLEGE OF ENGG. & MANAGEMENT PAPER ID: 1602 (Following Paper ID and Roll No. to be filled by the student in the Answer Book) Roll No. B.Tech. SEM

More information

BTEC LEVEL 4 Higher National Certificate in Business

BTEC LEVEL 4 Higher National Certificate in Business BTEC LEVEL 4 Higher National Certificate in Business HNC Business (RQF programme) HNC Programme Specification 1. Qualification HNC 2. Programme Title Business 3. UCAS Code 4. Programme Type Full time 5.

More information

COURSE PLAN Regulation: R11 FACULTY DETAILS: Department::

COURSE PLAN Regulation: R11 FACULTY DETAILS: Department:: 203-4 COURSE PLAN Regulation: R FACULTY DETAILS: Name of the Faculty:: Designation: Department:: ROSHAN KAVURI Associate Professor IT COURSE DETAILS Name Of The Programme:: B.TECH Batch:: 202 Designation::

More information

Computer Information Science xxx

Computer Information Science xxx 1 xxx The mission of the Faculty is to provide future-focused, studentcentred programmes that prepare students for the dynamic Information Systems and Information sectors of the UAE. CIS programme graduates

More information

MBA (Part Time) Batch Program Structure

MBA (Part Time) Batch Program Structure MBA (Part Time) 2019-21 Batch Program Structure MBA (Part Time) is a 30 months program conducted separately on Weekdays in the evening Monday to Friday and Weekends Saturdays & Sundays from morning to

More information

Syllabus of Diploma Engineering. Computer Engineering. Semester: II. Subject Name: Computer Programming. Subject Code: 09CE1104

Syllabus of Diploma Engineering. Computer Engineering. Semester: II. Subject Name: Computer Programming. Subject Code: 09CE1104 Semester: II Subject Name: Computer Programming Subject Code: 09CE1104 Objective: This Course will help to develop programming skills in the students, using a structured programming language `C'. Students

More information

Programming for Problem Solving 105A L T P Credit Major Minor Total Time

Programming for Problem Solving 105A L T P Credit Major Minor Total Time ES- Programming for Problem Solving 105A L T P Credit Major Minor Total Time Test Test 3 - - 3 75 25 100 3h Purpose To familiarize the students with the basics of Computer System and C Programming Course

More information

MSc(IT) Program. MSc(IT) Program Educational Objectives (PEO):

MSc(IT) Program. MSc(IT) Program Educational Objectives (PEO): MSc(IT) Program Master of Science (Information Technology) is an intensive program designed for students who wish to pursue a professional career in Information Technology. The courses have been carefully

More information

Course Title: Fundamental of Information Technology (Code: )

Course Title: Fundamental of Information Technology (Code: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM Course Title: Fundamental of Information Technology (Code: 3321601) Diploma Programmes in which this course is offered Information

More information

ContinuingProfessionalEducation(CPE)Guide

ContinuingProfessionalEducation(CPE)Guide ContinuingProfessionalEducation(CPE)Guide CPCM CFCM CCCM Program Year 2017 2018 Table of Contents Page 2 INTRODUCTION....3 THREE CATEGORIES OF CPE.....3 EXPIRATION OF CPE..3 CPE PROGRAMS AND TOPIC/SUBJECT

More information

Continuing Professional Development. Standards, principles, and practices

Continuing Professional Development. Standards, principles, and practices Continuing Professional Development Standards, principles, and practices IFAC IES 7 Continuing Professional Development (vs Initial Professional Development) CPD contributes to the development and maintenance

More information

School of Engineering & Built Environment

School of Engineering & Built Environment School of Engineering & Built Environment BEng (Hons) in Digital Security, Forensics & Ethical Hacking Programme Specification Proforma (PSP) August 2015 P a g e 1 GLASGOW CALEDONIAN UNIVERSITY Programme

More information

Basics of Java Programming CS129 LTPC:

Basics of Java Programming CS129 LTPC: Basics of Java Programming CS9 LTPC: -0-4-3 Instructor: Gauravkumarsingh Gaharwar Program: Masters of Science(IT) Class-Semester: FYMSc(IT) (Sem-II) Email: gauravsinghg@nuv.ac.in Phone Number: 065-30000(0)

More information

(800) Toll Free (804) Fax Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days

(800) Toll Free (804) Fax   Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days Course Description This course introduces the Java programming language and how to develop Java applications using Eclipse 3.0. Students learn the syntax of the Java programming language, object-oriented

More information

Object Oriented Programming

Object Oriented Programming Program Structure for Master of Computer Application (MCA) Mumbai University (With Effect from 2012-2013) Semester I Object Oriented Programming 1 C++ Fundamentals: Data types, Operators, Preprocessor

More information

Bachelor of Information Technology (Network Security)

Bachelor of Information Technology (Network Security) Course information for Bachelor of Information Technology (Network Security) Course Number HE20524 Location Meadowbank Course Design The Bachelor of Information Technology (Network Security) is a three-year

More information

CATALOG 2017/2018 BINUS UNIVERSITY. Cyber Security. Introduction. Vision. Mission

CATALOG 2017/2018 BINUS UNIVERSITY. Cyber Security. Introduction. Vision. Mission Cyber Security Introduction Cyber attack is raising and threaten ubiquitous world on internet today. Industry and government need cyber security expert to counter and defend from this threaten. Cyber Security

More information

OVERVIEW OF SUBJECT REQUIREMENTS

OVERVIEW OF SUBJECT REQUIREMENTS Course Bachelor of Information Technology (Network Security) Course Number HE20524 Location Meadowbank OVERVIEW OF SUBJECT REQUIREMENTS Note: This document is intended as a guide only. Enrolling students

More information

Eight units must be completed and passed to be awarded the Diploma.

Eight units must be completed and passed to be awarded the Diploma. Diploma of Computing Course Outline Campus Intake CRICOS Course Duration Teaching Methods Assessment Course Structure Units Melbourne Burwood Campus / Jakarta Campus, Indonesia March, June, October 022638B

More information

INFRASTRUCTURE TECHNICIAN ADVANCED APPRENTICESHIP STANDARD (LEVEL

INFRASTRUCTURE TECHNICIAN ADVANCED APPRENTICESHIP STANDARD (LEVEL Your Career in IT/ICT 2018/19 Programme IT INFRASTRUCTURE TECHNICIAN ADVANCED APPRENTICESHIP STANDARD (LEVEL 3) This apprenticeship suits those candidates who would like to make a career designing, maintaining,

More information

Computer Information Systems (CIS) CIS 105 Current Operating Systems/Security CIS 101 Introduction to Computers

Computer Information Systems (CIS) CIS 105 Current Operating Systems/Security CIS 101 Introduction to Computers Computer Information Systems (CIS) CIS 101 Introduction to Computers This course provides an overview of the computing field and its typical applications. Key terminology and components of computer hardware,

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, yderabad - 500 043 COMPUTER SCIENCE AND ENGINEERING COURSE DESCRIPTION FORM Course Title Course Code Regulation Course Structure Course Coordinator

More information

Article II - Standards Section V - Continuing Education Requirements

Article II - Standards Section V - Continuing Education Requirements Article II - Standards Section V - Continuing Education Requirements 2.5.1 CONTINUING PROFESSIONAL EDUCATION Internal auditors are responsible for maintaining their knowledge and skills. They should update

More information

CALEDONIAN COLLEGE OF ENGINEERING, MODULE HANDBOOK. Department of Electrical & Computer Engineering SULTANATE OF OMAN. Module Code

CALEDONIAN COLLEGE OF ENGINEERING, MODULE HANDBOOK. Department of Electrical & Computer Engineering SULTANATE OF OMAN. Module Code Module Code M2G424866 Object Oriented Programming CALEDONIAN COLLEGE OF ENGINEERING, SULTANATE OF OMAN 2018-2019 MODULE HANDBOOK Semester: A Module Leader Shahida T Department of Electrical & Computer

More information

Sermakani. AM Mobile: : IBM Rational Rose, IBM Websphere Studio Application Developer.

Sermakani. AM Mobile: : IBM Rational Rose, IBM Websphere Studio Application Developer. Objective: With sound technical knowledge as background and with innovative ideas, I am awaiting to work on challenging jobs that expose my skills and potential ability. Also looking for the opportunity

More information

Write a java program to prints the count of odd and even no s entered.

Write a java program to prints the count of odd and even no s entered. Dated: 27-01-2014 ALIGARH MUSLIM UNIVERSITY Department of Computer Science CS-2P1: Object Oriented Programming Using JAVA Java Lab Assignment Course: MCA (Semester-II nd ) Academic Session: 2013-2014 Note:

More information

Name of subject: JAVA PROGRAMMING Subject code: Semester: V ASSIGNMENT 1

Name of subject: JAVA PROGRAMMING Subject code: Semester: V ASSIGNMENT 1 Name of subject: JAVA PROGRAMMING Subject code: 17515 Semester: V ASSIGNMENT 1 3 Marks Introduction to Java (16 Marks) 1. Write all primitive data types available in java with their storage size in bytes.

More information

Accreditation Application as Provider Tax Professional Occupational Qualification. SAQA ID: Learnership No. 01/Q010048/00/400/8

Accreditation Application as Provider Tax Professional Occupational Qualification. SAQA ID: Learnership No. 01/Q010048/00/400/8 Accreditation Application as Provider Tax Professional Occupational Qualification SAQA ID: 93624 Learnership No. 01/Q010048/00/400/8 Content 1. Introduction 2. Instructions 3. Type of Application 4. Administration

More information

COMPUTER FORENSICS (CFRS)

COMPUTER FORENSICS (CFRS) Computer Forensics (CFRS) 1 COMPUTER FORENSICS (CFRS) 500 Level Courses CFRS 500: Introduction to Forensic Technology and Analysis. 3 credits. Presents an overview of technologies of interest to forensics

More information

SALARY $ $72.54 Hourly $3, $5, Biweekly $8, $12, Monthly $103, $150, Annually

SALARY $ $72.54 Hourly $3, $5, Biweekly $8, $12, Monthly $103, $150, Annually SALARY $49.72 - $72.54 Hourly $3,977.88 - $5,803.27 Biweekly $8,618.75 - $12,573.75 Monthly $103,425.00 - $150,885.00 Annually ISSUE DATE: 03/21/18 THE POSITION DIRECTOR OF CYBER SECURITY OPEN TO THE PUBLIC

More information

Academic Course Description

Academic Course Description BEC012 - CRYPTOGRAPHY AND NETWORK SECURITY Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electronics and Communication Engineering BEC012 Cryptography

More information

TIME: 3 HOURS MARKS: a. Develop a java program to sort an array of N numbers in ascending order. (40)

TIME: 3 HOURS MARKS: a. Develop a java program to sort an array of N numbers in ascending order. (40) ANNA UNIVERSITY: CHENNAI-600 025 B.E/B.TECH DEGREE EXAMINATIONS, OCT/NOV. 2013 Regulations -2008 Fifth Semester B.TECH INFORMATION TECHNOLOGY IT2305 JAVA PROGRAMMING LAB TIME: 3 HOURS MARKS: 100 1. a.

More information

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester B 2017/18

City University of Hong Kong Course Syllabus. offered by Department of Computer Science with effect from Semester B 2017/18 City University of Hong Kong offered by Department of Computer Science with effect from Semester B 2017/18 Part I Course Overview Course Title: Internet Security and E-Commerce Protocols Course Code: CS4286

More information

ASSIUT UNIVERSITY. Faculty of Computers and Information Department of Information Technology. on Technology. IT PH.D. Program.

ASSIUT UNIVERSITY. Faculty of Computers and Information Department of Information Technology. on Technology. IT PH.D. Program. ASSIUT UNIVERSITY Faculty of Computers and Information Department of Information Technology Informatiio on Technology PhD Program IT PH.D. Program Page 0 Assiut University Faculty of Computers & Informationn

More information

GoVenture

GoVenture BBI1O, BBI2O, Grades 9 or 10 Introduction to Business Strand: Business Fundamentals Economic Basics Types of Businesses C C C C C Business Ethics and Social Responsibility C C C C C C C C C C International

More information

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.)

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.) Computer Science, Bachelor of Science (B.S.) 1 COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.) The Bachelor of Science in Computer Science is built on a rigorous, highly concentrated, accredited curriculum

More information

KEY PROGRAMME INFORMATION. Originating institution(s) Bournemouth University. Faculty responsible for the programme Faculty of Science and Technology

KEY PROGRAMME INFORMATION. Originating institution(s) Bournemouth University. Faculty responsible for the programme Faculty of Science and Technology KEY PROGRAMME INFORMATION Originating institution(s) Bournemouth University Faculty responsible for the programme Faculty of Science and Technology Final award(s), title(s) and credits 20 (60 ECTS) Level

More information

Honours in Information Systems

Honours in Information Systems Honours in Information Systems Contents Admission - Honours ( Information Systems)... 2 Application... 2 Degree Overview... 2 Programme Objectives... 2 Programme Structure... 3 Programme Details... 4 Delivery...

More information

The fast track to top skills and top jobs in cyber. Guaranteed. FREE TO TRANSITIONING VETERANS

The fast track to top skills and top jobs in cyber. Guaranteed. FREE TO TRANSITIONING VETERANS The fast track to top skills and top jobs in cyber. Guaranteed. FREE TO TRANSITIONING VETERANS WELCOME SANS Institute, in collaboration with Augusta Warrior Project and Augusta University, is presenting

More information

PROGRAMME SPECIFICATION POSTGRADUATE PROGRAMMES

PROGRAMME SPECIFICATION POSTGRADUATE PROGRAMMES PROGRAMME SPECIFICATION POSTGRADUATE PROGRAMMES KEY FACTS Programme name Telecommunications and Networks Award MSc School School of Engineering and Mathematical Sciences Department or equivalent School

More information

City University of Hong Kong. Course Syllabus. offered by Department of Computer Science with effect from Semester B 2016/17

City University of Hong Kong. Course Syllabus. offered by Department of Computer Science with effect from Semester B 2016/17 City University of Hong Kong offered by Department of Computer Science with effect from Semester B 2016/17 Part I Course Overview Course Title: Information Security for ecommerce Course Code: CS5285 Course

More information

BSIT 1 Technology Skills: Apply current technical tools and methodologies to solve problems.

BSIT 1 Technology Skills: Apply current technical tools and methodologies to solve problems. Bachelor of Science in Information Technology At Purdue Global, we employ a method called Course-Level Assessment, or CLA, to determine student mastery of Course Outcomes. Through CLA, we measure how well

More information

ITSEED: Development of Instructional Laboratories for IT Security Education

ITSEED: Development of Instructional Laboratories for IT Security Education ITSEED: Development of Instructional Laboratories for IT Security Education Xinli Wang, Guy C. Hembroff Michigan Technological University Yan Bai University of Washington Tacoma 1 of 18 Outline Motivation

More information

COURSE OBJECTIVES. Name of the Program : B.Tech Year: II Section: A, B & C. Course/Subject : MATLAB/ LABVIEW LAB Course Code: GR11A2020

COURSE OBJECTIVES. Name of the Program : B.Tech Year: II Section: A, B & C. Course/Subject : MATLAB/ LABVIEW LAB Course Code: GR11A2020 Academic Year : 201-2014 COURSE OBJECTIVES Semester : I Name of the Program : B.Tech Year: II Section: A, B & C Course/Subject : MATLAB/ LABVIEW LAB Course Code: GR11A2020 Name of the Faculty : K.Sireesha,Assistant

More information

Course Information

Course Information Course Information 2018-2020 Master of Information Systems: Management and Innovation Institutt for teknologi / Department of Technology Index Index... i 1... 1 1.1 Content... 1 1.2 Name... 1 1.3 Programme

More information

- A course outline or agenda, indicating what subjects were covered and how much time was spent on each subject.

- A course outline or agenda, indicating what subjects were covered and how much time was spent on each subject. Division of Certified Public Accounting Veloria Kelly, Director 240 NW 76th Drive, Suite A Gainesville, FL 32607-6655 Phone: 850.487.1395 Fax: 352.333.2508 Halsey Beshears, Secretary Ron DeSantis, Governor

More information

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.) WITH A CONCENTRATION IN CYBERSECURITY

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.) WITH A CONCENTRATION IN CYBERSECURITY Computer Science, Bachelor of Science (B.S.) with a concentration in cybersecurity 1 COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.) WITH A CONCENTRATION IN CYBERSECURITY The Bachelor of Science in Computer

More information

Course Code Course Name Theory Practical Tutorial Theory TW/Practical Tutorial Total. Internal assessment. End Sem. Exam. Avg.

Course Code Course Name Theory Practical Tutorial Theory TW/Practical Tutorial Total. Internal assessment. End Sem. Exam. Avg. Course Code Course Name Theory Practical Tutorial Theory TW/Practical Tutorial Total ITL304 Java Programming Lab -- 2+2* -- -- 2 -- 2 Examination Scheme Theory Marks Course Code Course Name Internal assessment

More information

Computer Networks IT321

Computer Networks IT321 Computer Networks IT321 CS Program 3 rd Year (2 nd Semester) Page 1 Assiut University Faculty of Computers & Information Computer Science Department Quality Assurance Unit Computer Networks Course Specifications

More information

INSTITUTE OF AERONAUTICAL ENGINEERING

INSTITUTE OF AERONAUTICAL ENGINEERING INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) DUNDIGAL, YDERABAD -500 043 Course Title Course Code Regulation INFORMATION TECNOLOGY COURSE DESCRIPTION FORM JAVA PROGRAMMING A40503 R13 JNTU Course

More information

CURRICULUM The Architectural Technology and Construction. programme

CURRICULUM The Architectural Technology and Construction. programme CURRICULUM The Architectural Technology and Construction Management programme CONTENT 1 PROGRAMME STRUCTURE 5 2 CURRICULUM COMMON PART 7 2.1 Core areas in the study programme 7 2.1.1 General 7 2.1.2 Company

More information

B. Subject-specific skills B1. Problem solving skills: Supply the student with the ability to solve different problems related to the topics

B. Subject-specific skills B1. Problem solving skills: Supply the student with the ability to solve different problems related to the topics Zarqa University Faculty: Information Technology Department: Computer Science Course title: Programming LAB 1 (1501111) Instructor: Lecture s time: Semester: Office Hours: Course description: This introductory

More information

Govt. Polytechnic Education Society, Lisana (Rewari) LESSON PLANS 1 ST SEM. COMPUTER ENGINEERING

Govt. Polytechnic Education Society, Lisana (Rewari) LESSON PLANS 1 ST SEM. COMPUTER ENGINEERING Govt. Polytechnic Education Society, Lisana (Rewari) LESSON PLANS 1 ST SEM. COMPUTER ENGINEERING 1.6 COMPUTER FUNDAMENTALS & INFORMATION TECNOLOGY Name of Faculty: Sh.Kuldeep Singh Discipline: computer

More information

CO Java SE 8: Fundamentals

CO Java SE 8: Fundamentals CO-83527 Java SE 8: Fundamentals Summary Duration 5 Days Audience Application Developer, Developer, Project Manager, Systems Administrator, Technical Administrator, Technical Consultant and Web Administrator

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK 2017-18 Course / Branch : M.Sc.(CST) Semester / Year : VIII / IV Subject Name :

More information

Batch Programme Structure

Batch Programme Structure 2019-20 Batch Programme Structure Executive PGDM is 15 months full-time Management Programme (generally known as Fast Track MBA), which is ideal for junior and middle level executives who need a management

More information

Practitioner Certificate in Business Continuity Management (PCBCM) Course Description. 10 th December, 2015 Version 2.0

Practitioner Certificate in Business Continuity Management (PCBCM) Course Description. 10 th December, 2015 Version 2.0 Practitioner Certificate in Business Continuity Management (PCBCM) Course Description 10 th December, 2015 Version 2.0 Course The Practitioner Certificate in Business Continuity Management (PCBCM) course

More information