B.Voc Software Development
B.Voc Software Development
For
B. Voc.
Software Development
Based on
Software Requirements
1. C Compiler(Turbo C/C++ etc)
2. WYSIWYG HTML editor (Eclipse, Netbeans etc)
3. Python
4. JDK
5. Apache Tomcat
6. PHP,WAMP/XAMPP
7. DBMS(ORACLE, MySQL etc)
8. .Net Framework
9. Android Studio
Level 5 (Semester I)
(5.GV.01) IT Foundations & Programming Concepts
Computer characteristics: Speed, storage, accuracy, diligence; Digital signals, BinarySystem, ASCII;
Historic Evolution of Computers; Classification of computers: Microcomputer, Minicomputer,
mainframes, Supercomputers; Personal computers: Desktop, Laptops, Palmtop, Tablet; Hardware &
Software; Von Neumann model.
Hardware: CPU, Memory, Input devices, output devices. Memory units: RAM (SDRAM, DDR
RAM, RDRAM etc. feature wise comparison only); ROM-different types: Flash memory; Auxiliary
storage: Magnetic devices, Optical Devices; Floppy, Hard disk, Memory stick, CD, DVD, CD/DVD-
Writer; Input devices - keyboard, mouse, scanner, speech input devices, digital camera, Touch
screen Voice Input, Joystick, Optical readers, bar code reader; Output devices: Display device, size
and resolution; CRT, LCD, LED; Printers: Dot-matrix, Inkjet, Laser; Plotters, Sound cards & speaker.
UNIT-II
Cascading Style Sheet (CSS) – Introduction, creating style, using inline and external CSS, Creating
Divs with ID style, Creating Tag& Class style, creating borders, Navigation links, creating effects with
CSS.
JavaScript – Introduction, use of JavaScript in webpages. Understand JavaScript event model, use
some basic event and control webpage behavior.
UNIT-III
DESIGNING WEBSITES WITH DREAMWEAVER/EXPRESSION Web/AMAYA/COFEE CUP WYSIWYG
HTML Editor - Introduction to WYSIWYG HTML editor, advantages of using HTML editors, Creating a
New Site, Creating a New Page, Adding Images with Alternate Text, Inserting & Formatting Text,
Aligning Images, Creating an Email Link, Linking to Other Websites, Testing & Targeting Links,
Organizing Files & Folders
CREATING & INSERTING IMAGES - Optimizing Images for the Web, Saving GIFs & PNGs in
Photoshop, Inserting GIFs, Adjusting Transparency Settings, Saving JPGs for the Web
UNIT-IV
DESIGNING ACCESSIBLE TABLES - Understanding Tables & Accessibility, Using Tables for Tabular
Data, styling a Table, Editing Table Layouts, Adding Style to a Table Using CSS CREATING WEBSITES
WITH FRAMES - Introducing Frames, creating a Frameset, Opening Pages into Frames, Controlling
Scrollbars & Borders, Targeting Links in Frames CUSTOMIZING THE INTERFACE - Opening an Existing
Site, Reviewing Menu Options & Preferences, Comparing the Macintosh & PC Interfaces,
Previewing in Browsers & Device Central
UNIT-V
Web Hosting - What is Domain? Introduction to DNS, how to register a Domain? What is web
hosting? How to get a web hosting? Host your website on web Server. FTP - FTP Introduction, FTP
Commands Viewing Files and Directories, FTP Commands Transfer and Rename files, FTP with WS
FTP/ CuteFTP, Filezilla on Windows.
Reference Books:
1. Internet & Web Development, Soma Das Gupta, Khanna Publishing House
2. Web Designing and Development, TanweerAlam, Khanna Publishing House
(5.GV.03) Programming in C
Introduction to ‘C’ Language - Character set, Variables and Identifiers, Built-in Data Types,Variable
Definition, Arithmetic operators and Expressions, Constants and Literals, Simple assignment
statement, Basic input/output statement, Simple ‘C’ programs.
Arrays - One dimensional arrays: Array manipulation; Searching, Insertion, Deletion of anelement
from an array; Finding the largest/smallest element in an array; Two dimensional arrays,
Addition/Multiplication of two matrices, Transpose of a square matrix; Null terminated strings as
array of characters, Standard library string functions
Functions - Top-down approach of problem solving, Modular programming and functions,Standard
Library of C functions, Prototype of a function: Formal parameter list, Return Type, Function call,
Block structure, Passing arguments to a Function: call by reference, call by value, Recursive
Functions, arrays as function arguments.
Storage Classes - Scope and extent, Storage Classes in a single source file: auto, extern and
static, register, Storage Classes in a multiple source files: extern and static
File Processing - Concept of Files, File opening in various modes and closing of a file,reading from a
file, writing onto a file
Reference Books:
1. Programming in C, R.S. Salaria, Khanna Publishing House
2. Computer Concepts and Programming in C, R.S. Salaria, Khanna Publishing House
3. Test your Skills in C, R. S. Salaria, Khanna Publishing House
Utility Software: Anti-Virus, File Management tools, Compression tools and DiskManagement tools
(Disk Cleanup, Disk Defragmenter, Backup).
Reference Books:
UNIT–II
The concept of data structure, Abstract data structure, Analysis of Algorithm, The concept of List
Introduction to stack & primitive operation on stack, Stack as an abstract data type, Multiple Stack,
Stacks application: Infix, post fix, Prefix and Recursion, Introduction to queues, Primitive Operations
on the Queues, Queue as an abstract data type, Circular queue, Dequeue, Priority queue,
Applications of queue
UNIT–III
Introduction to the Linked List of Stacks, Basic operations on linked list, Stacks and queues as a
circular linked list, Header nodes, Doubly Linked List, Circular Linked List, Stacks & Queues as a
Circular Linked List, Application of Linked List.
UNIT–IV
TREES - Basic Terminology, Binary Trees, Tree Representations as Array & Linked List, Basic
operation on Binary tree, Traversal of binary trees: - In order, Preorder & post order, Application of
Binary tree, threaded binary tree, B-tree & Height balanced tree, B+ & B* trees, 2-3 trees, Binary
tree representation of trees, Counting binary trees
UNIT–V
Sequential Searching, Binary search, Insertion sort, Selection sort, Quick sort, Bubble sort, Heap
sort, Comparison of sorting methods
Reference Books:
Unit-II
OLAP, Characteristics of OLAP System, Motivation for using OLAP, Multidimensional View and Data
Cube, Data Cube Implementations, Data Cube Operations, Guidelines for OLAP Implementation,
Difference between OLAP & OLTP, OLAP Servers: -ROLAP, MOLAP, HOLAPQueries.
UNIT-III
Introduction to Data Mining, Knowledge Discovery, Data Mining Functionalities, Data Mining
System categorization and its Issues. Data Processing:-Data Cleaning, Data Integration and
Transformation. Data Reduction, Data Mining Statistics. Guidelines for Successful Data Mining.
Unit-IV
Association Rule Mining:-Introduction, Basic, The Task and a Naïve Algorithm, Apriori Algorithms,
Improving the efficiency of the Apriori Algorithm, Apriori - Tid, Direct Hasing and Pruning (DHP),
Dynamic Item set Counting (DIC), Mining Frequent Patterns without Candidate Generation (FP-
Growth), Performance Evaluation of Algorithms,
Unit-V
Classification:-Introduction, Decision Tree, The Tree Induction Algorithm, Split Algorithms Basedon
Information Theory, Split Algorithm Based on the Gini Index, Over fitting and Pruning, Decision
Trees Rules, Naïve Bayes Method.
Cluster Analysis: -Introduction, Desired Features of Cluster Analysis, Types of Cluster Analysis
Methods: -Partitioned Methods, Hierarchical Methods, Density-Based Methods, Dealing with Large
Databases. Quality and Validity of Cluster Analysis Methods.
Reference Books:
JAVA program structure, Tokens, Statements, JAVA virtual machine, Constant & Variables, Data
Types, Declaration of Variables, Scope of Variables, Symbolic Constants, Type Casting.
UNIT–II
Defining a Class, Adding Variables and Methods, Creating Objects, Accessing Class Members,
Constructors, Methods Overloading, Static Members, Nesting of Methods.
Inheritance: Extending a Class, Overriding Methods, Final Variables and Methods, Final Classes,
Finalize Methods, Abstract methods and Classes, Visibility Control.
UNIT–III
Arrays: One Dimensional & two Dimensional, strings, Vectors, wrapper Classes, Defining Interface
Extending Interface, Implementing Interface, Accessing Interface Variable, System Packages, Using
System Package, Adding a Class to a Packages, Hiding Classes.
UNIT–IV
Creating Threads, Extending the Threads Class, Stopping and Blocking a Thread, Life Cycle of a
Thread, Using Thread Methods, Thread Exceptions, Thread Priority, Synchronization, Implementing
the Runnable Interface.
UNIT–V
Local and Remote Applets Vs Applications, Writing Applets, Applets Life Cycle, Creating an
Executable Applet, Designing a Web Page, Applet Tag, Adding Applet to HTML File, Running the
Applet, Passing Parameters to Applets, Aligning the Display, HTML Tags & Applets, Getting Input
from the User.
Reference Books:
1. Object Oriented Systems with Java, TanweerAlam, Khanna Publishing House
2. Core Java, TanweerAlam, Khanna Publishing House
UNIT -I
Introduction To Multimedia, Needs and Areas of use, Identifying Multimedia Elements - Text,
Images, Sound, Animation and Video, Making Simple Multimedia With PowerPoint. TEXT - Concepts
of Plain & Formatted Text, RTF & HTML Texts, Using Common Text Preparation Tools, Conversion to
and from of Various Text Formats, Creating text using standard software.
UNIT-II
SOUND - Sound and its Attributes, Sound and Its Effects in Multimedia, Frequency, Sound Depth,
Channels and its Effects on Quality and Storage, Size Estimation of Space of a Sound File, Sound
Card Standard – FM Synthesis Cards, Waves Table Cards, MIDI and MP3 Files and Devices, 3D
Sounds, Recording and editing sound using sound editors like Audacity, Sound forge etc.
UNIT-III
IMAGES - Importance of Images Graphics in Multimedia, Vector and Raster Graphics, Regular
Graphics vs. Interlaced Graphics, Image Capturing Methods - Scanner, Digital Camera Etc. Color
models-RGB, CYMK, Hue, Saturation, and Brightness, Various Attributes of Images Size, Color,
Depth Etc, Various Image File Format BMP, DIB, CIF, PIC, and TIF Format Their Features And
Limitations, Image format conversion, various effects on images. Create images using Photoshop,
CorelDraw and apply various effects, Using Layers, Channels and Masks in images.
UNIT-IV
VIDEO- Basic of Video, Analog and Digital Video Type of Video, Digitization of Analog Video, Video
Standard – NTSC, Pal, HDTV, Video Capturing Media /Instruments Videodisk Camcorder
Compression Techniques, File Formats AVI, MJPG, MPEG, Video Editing and Movie Making Tools,
converting formats of videos, recording and editing videos using video editing software like adobe
premiere or Sony Vegas.
UNIT-V
ANIMATION- Concepts of animation, 2D and 3D animation, tools for creating animation, character
and text animation, creating simple animation using GIF animator and flash, Morphing and
Applications.
Authoring tools for Multimedia – Introduction to various types of multimedia authoring tools,
CD/DVD based and web based tools, features and limitations, creating multimedia package using all
components.
Reference Books:
1. Multimedia & Its Applications, V.K. Jain, Khanna Publishing House
2. Fundamentals of Multimedia, Ramesh Bangia, Khanna Publishing House
1. Implement stack. Write functions like push, pop, Initialize, Empty or Full.
2. WAP to Convert the Infix expression into postfix using STACK.
3. WAP to Convert the Infix expression into Prefix using STACK.
4. Implement concept of queues
5. Implement circular Queue using Array.
6. WAP to implement STACK using Link List
7. WAP to implement Queue using Link List
8. Implement queues as a circular linked list.
9. Implementing doubly linked list
10. Binary search tree to sort an array
(5.VP.04) Java Lab
1. Write a Program to accept a String as a Command line argument and the program should print a
Welcome message.
2. Create a class Box that uses a parameterized method to initialize the dimensions of a box.(dimensions
are width, height, depth of double type). The class should have a method that can return volume.
Obtain an object and print the corresponding volume in main() function.
3. Write a Program that will check whether a given String is Palindrome or not
4. Write a Java Program for Multiplication of two matrices.
5. Write a program to check if given String is Palindrome or not.
6. Given two strings, append them together (known as "concatenation") and return the result. However, if
the concatenation creates a double-char, then omit one of the chars. If the inputs are “Mark” and
“Kate” then the ouput should be “markate”.
7. Create an abstract class Instrument which is having the abstract function play.
Create three more sub classes from Instrument which is Piano, Flute, Guitar. Override the play method
inside all three classes printing a message
“Piano is playing tantantantan ” for Piano class
“Flute is playing toottoottoottoot” for Flute class
“Guitar is playing tintintin ” for Guitar class
8. Write a program that takes as input the size of the array and the elements in the array. The program
then asks the user to enter a particular index and prints the element at that index.
This program may generate Array Index Out Of Bounds Exception. Use exception handling mechanisms to
handle this exception. In the catch block, print the class name of the exception thrown.
9. Create two threads and assign names ‘Scooby’ and ‘Shaggy’ to the two threads. Display both thread
names.
10. Write an Applet program in Java to display “Welcome to Java”.
Level 6 (Semester III)
Linux File system-Boot block, super block, Inode table, data blocks, How Linux access files, storage
files, Linux standard directories, Commands for files and directories cd, ls, cp, md, rm, mkdir, rmdir,
more, less, creating and viewing files, using cat, file comparisons, View files, disk related
commands, checking disk free spaces, Partitioning the Hard drive for Linux, Installing the Linux
system, System startup and shut-down.
UNIT–II
Essential Linux commands Understanding shells, Processes in Linux process fundamentals,
connecting processes with pipes, redirecting input output, manual help, Background processing,
managing multiple processes, changing process priority, scheduling of processes at command,
batch commands, kill, ps, who, sleep, Printing commands, grape, fgrep, find, sort, Cal, banner,
touch, file,file related commands-ws, sat, cut, grep, dd, etc.
Mathematical commands- bc, expr, factor, units.
vi, joe, vim editor
UNIT–III
Shell programming Basic of shell programming, Various types of shell, shell programming in bash,
conditional and looping statements, case statements, parameter passing and arguments, Shell
variables, shell keywords, Creating Shell programs for automate system tasks and report printing,
use of grep in shell, awk programming.
UNIT–IV
System administration Common administrative tasks, identifying administrative files –
configuration and log files, Role of system administrator, Managing user accounts-adding &
deleting users, changing permissions and ownerships, Creating and managing groups, modifying
group attributes, Temporary disable user’s accounts, creating and mounting file system, checking
and monitoring system performance file security & Permissions, becoming super user using
su.Getting system information - host name, disk partitions & sizes, users, kernel.
Backup and restore files, linuxconf. utility in GUI, reconfiguration hardware with kudzu Configure
desktop-X configurator, understanding XF86config file, starting & using X desktop. KDE & Gnome
graphical interfaces, changing X settings.
UNIT–V
Basic networking administration Setting up a LAN using Linux, choosing peer to peer vs
client/server model, setting up an Ethernet Lan, configuring host computers, checking Ethernet
connecting, connecting to internet, administration in a networked environment, common
networking administrative tasks, the network file system, configuring Ethernet, initializing Ethernet
Interface, ifconfig, netstat and netconfig commands a TCP/IP networks, DNS services, routing using
Linux, SLIP & PPP services, UUCP.
Installation & Administration of mail server, ftp server and Apache web server.
(6.GV.02)Software Engineering
UNIT - I
SOFTWARE : Software Characteristics, Components & Applications, Software Engineering - A
Layered Technology, Software Process Models - Linear Sequential Model, Prototype & Rad Model.,
Evolutionary Software Process Model – Incremental Model and Spiral Model.
SOFTWARE PROJECT MANAGEMENT: Project Management Concepts – People Problem and Process
S/W process and Project Metrics : Metrics in The Process and Project Domains . Software
Measurement –Size Oriented, Function Oriented Metrics, Extended Function
UNIT - II
SOFTWARE PROJECT PLANNING: Objectives, Scope, Project Estimation, Decomposition Techniques,
Empirical Estimation Models.
ANALYSIS MODELING: Elements of The Analysis Modeling, Data Modeling. Functional Modeling and
Information Flow, Behavioral Modeling, Data Dictionary.
UNIT – III
DESIGN CONCEPTS AND PRINCIPLES: Design Process, Design Concepts, Design Principles, Effective
Modular Design. DESIGN METHODS : Architectural Design Process, Transform Mapping and
Transaction Mapping, Interface Design, - Internal and External Design, Human Computer Interface
Design, Interface Design Guidelines, Procedural Design.
UNIT - IV
S/W Quality Assurance : Quality Concepts, Matrix for Software Quality, Quality Movement, S/W Q
A, S/W Review, Formal Technical Reviews, Formal Approaches to SQA, S/W Reliability, ISO 9000
quality Standards S/W TESTING MODELS : S/W Testing Fundamentals, Test Case Design, White and
Black Box Testing, Basic Path Testing, Control Structure
S/W TESTING STRATEGIES : Strategic Approach To S/W Testing, Unit Testing, Integration Testing,
Validation Testing, System Testing, Debugging
UNIT - V
S/W REUSE : Reuse Process, Building Reuse Components, Classified And Retrieving Components,
Economics Of S/W Reuse COMPUTER AIDED S/W ENGINEERING: Introducing of Case, Building Block
For Case, Taxonomy Of Case Tools, Integrating Case Environment, Integrating Architecture, Case
Repository.
Reference Books:
1. Software Engineering, N.S. Gill, Khanna Publishing House
2. Software Engineering, R.P. Mahapatra, Khanna Publishing House
UNIT II
The basics of PHP: - data types, variables, constants, operators, Arrays, Conditional statements (if
statement, Executing Multiple Statements, else if clause and switch
statement), Iterations (for loop, while loop, controlling an array using a while loop, do while
statement, for each loop and special loop key words)
UNIT III
Functions, user defined functions, functions with arguments, built in functions (print(), includer(),
header(), phpinfo() ), PHP server Variables, working with date and time , performing mathematical
operations , working with string functions . System Variable (GET, POST, cookies& Session, Forums)
UNIT IV
Working with forms, form elements (Text Box, Text Area, Password, Radio Button, Checkbox, The
Combo Box, Hidden Field and image), adding elements to a form, uploading files to the Web Server
using PHP, building a challenge and response subsystem and understanding the functionality of the
FORM attribute Method Regular Expressions: - Engine, types of Regular Expressions, symbols used
in Regular Expressions. Error handling in PHP: - Displaying errors, warnings, types of errors, error
levels in PHP, logging Errors and Ignoring errors.
UNIT V
Data base connectivity using PHP (MySQL, ODBC, ORACLE, SQL) Performing, executing Commands,
different types of Data Base Operations like Insertion, deletion, update and query on data
Reference Books:
1. Mastering PHP, WebTech Solutions, Khanna Publishing House
2. Learning PHP, Ramesh Bangia, Khanna Publishing House
(6.GV.04)Window Development Fundamentals
Reference Books:
1. Internet and Web Development, Soma Das Gupta, Khanna Publishing House
UNIT - II
Integration Testing: Introduction and types of integration testing, Scenario testing, defect bash.
System and Acceptance Testing- Overview, functional and non-functional testing, Acceptance
testing.
Overview of some software testing tools: WinRunner, LoadRunner, Test Director.
(Some practical should be conducted using these tools)
UNIT- III
Performance Testing- Introduction, factors related to performance testing, methodology for
performing testing, Regression Testing,
Ad hoc Testing- Overview, Buddy & pair testing, Exploratory testing, Interactive testing, Agile and
extreme testing.
Testing of Object Oriented Testing – Introduction, Differences in OO testing.
UNIT – IV
Software Project Management: Overview, Software Project Management Framework, Software
Development life cycle,
Organization Issues and Project Management, Managing Processes, Project Execution, Problems in
Software Projects, Project Management Myths and its clarifications.
Software Project Scope: Need to scope a software project, scope management process,
communication techniques and tools, communication methodology
Software Requirement Gathering and Resource allocation: Requirement specifications, SRS
Document preparation, Resources types for a software projects, requirement for resources
allocation.
UNIT – V
Software Project Estimation: Work Breakdown structure (WBS), steps in WBS, Measuring efforts for
a project, techniques for estimation – SLOC, FP, COCOMO and Delphi methods.
Project Scheduling: Scheduling and its need, scheduling basics, Gannt Chart, Network scheduling
techniques, Pert and CPM
Using a Project Management Tool: Introduction to MS Project 2000, Managing tasks in MS Project
2000, Tracing a project plan, creating and displaying project information reports.
UNIT-I
Android Introduction, Smartphones future, Preparing the Environment, Installing the SDK, Creating
Android Emulator, Installing and Using Eclipse, Installing Android Development Tools, Choosing
which Android version to use
Creating a project, Working with the AndroidManifest.xml, Using the log system Activities
Introduction to UI – Layouts, Fragments, Adapters, Action bar, Dialogs, Notifications , UI best
practices
UI Architecture, Application context, Intents, Activity life cycle, Supporting multiple screen sizes
Unit – II
Designing User Interface Using Views – Basic Views- TextView, Button, Image Button, Check Box,
Toggle Button, Radio Button etc., Progress Bar View and Auto Complete Text View, Time Picker and
Date Picker View, List View,
Image View, Image Switcher and Grid View, Digital Clock & Analog Clock Views Notification and
Toast, Parameters , on Intents, Pending intents, Status bar notifications Toast notifications.
UNIT-III
Menus, Localization, Options menu, Context menu Dialogs-Alert dialog, Custom dialog, Dialog as
Activity Orientation and Movement- Pitch, roll and yaw, Natural device orientation, Reference
frame remapping
SMS - Sending and Receiving
Working with Media –Playing audio and video, Recording audio and video.
UNIT-IV
Location and Maps - Google maps, Using GPS to find current location.
Working with data storage - Shared preferences, Preferences activity, Files access, Using External
storage, SQLite database
Animation-View animation, Drawable animation
Working with Sensors - Finding sensors, Accelerometers, Gyroscopes, Other types Working with
Camera – Controlling the camera, Preview and overlays, Taking pictures
UNIT-V
Content providers- Content provider introduction, Query providers
Network Communication - Web Services, HTTP Client, XML and JSON, Using e-mails.
Services - Service lifecycle, Foreground service, Creating own services
Publishing and Distributing Your App -Preparing for publishing, Google Play requirements,
Signing and preparing the graphics, Publishing to the Android Market, Monetization, Tips on
becoming a top app, Google analytics
Reference Books:
Learning Android, Ramesh Bangia, Khanna Publishing House
Creating Windows Forms Applications: Create and handle events, Understand Windows
Formsinheritance, understand how to create new controls and extend existing controls, Validate
and
implement user input, Debug a Windows-based application.
Creating Windows Services Applications: Create a Windows Services application, InstallaWindows
Services application.
Accessing Data in a Windows Forms Application: Understand data access methods for aWindows
Application, Understand data bound controls.
Deploying a Windows Application: Understand windows application deployment
methods,integrating data.
Network basics: Type of Networks, Topologies, Transmission media, Install UTP(Straight,
Cross,Rollover Cables), IP Addressing, Subneting, OSI Model, TCP/IP Model, Wireless Network,
Network Devices.
Domain Name Services (DNS): Define Name resolution, Install DNS, Configure DNS Client,
Manageand Troubleshoot DNS.
Dynamic Host Configuration Protocol: Configure DNS Server, Working With Super Scope,Configure
DHCP Client, Manage and Troubleshoot DHCP Server.
Backup and Restore: Requirement for Backup and Recovery AD, Issue for AD Backup andRecovery,
Steps for Backup and Recovery AD.
Unit I
An introduction to information systems, Information systems in organizations, Information
Technology Concepts, The IS Revolution; Information requirement for the different levels lf
management, transaction processing system, Management information 34 system, Decision
support system. Strategic Role of Information Systems.Business Processes; Information
management, and Decision Making. Computers and Information Processing;
Unit II
Transaction processing system; hardware and software requirements, tools used, case studies,
merits and demerits of transaction processing system.
Unit III
Managerial control, Information and tools required, difference between transactional system and
managerial system. Frequency of taking outputs, Need for interconnected system, common
database, Redundancy control, case studies. Decision support system, concept and tools, case
studies, virtual organizations, strategic decisions-unstructured approach, cost and values of
unstructured information.
Unit IV
Optimization techniques, difference between optimization tools and DSS tools expert system,
difference between expert system and management information system. Role of chief Information
officer.
Unit-II
Big Data Analytics: Concepts, examples of big data analytics, benefits of big data
analytics,Technologies, and Applications, requirements for being successful with big data analytics
Unit-III
Cloud Computing – Introduction, Why cloud services are popular, advantages,
Characteristics,Service models, Deployment of cloud services, Potential privacy risks
Unit-IV
Cyber Security – Introduction, risks, Malicious code, Hacker, attacker or intruder, Cyber
securityPrinciples, Information Security (IS) within Lifecycle Management, Risks & Vulnerabilities,
Incident Response, Future Implications & Evolving Technologies
Unit-V
Wearable Technologies – Introduction, Applications of Wearable Technology, Challenges
toWearable Technology, various Wearable devices.
Reference Books:
Unit-I
INTRODUCTION TO WINDOWS 8 APPLICATION DEVELOPMENT - brief history of windows
application development, History of APIs and Tools, Operating System Input Methods
The Windows Charm Bar, Start Button, Search Button, Share Button, Devices Button, Settings
Button, Windows Desktop, Switching between Desktop Programs
WINDOWS 8 ARCHITECTURE FROM A DEVELOPER’S POINT OF VIEW - Windows 8 Development
Architecture, Desktop Application Layers, Understanding Windows Runtime: Windows Runtime
Architecture Overview, Metadata in Windows Runtime, .NET Framework 4.5: The Installation
Model of .NET Framework 4.5, Window Runtime Integration, Picking the Appropriate Technology
for Your Project, Choosing a Programming Language
GETTING TO KNOW DEVELOPMENT ENVIRONMENT - Introducing the Toolset, Visual Studio IDE:
UNIT-II
PRINCIPLES OF MODERN WINDOWS APPLICATION DEVELOPMENT - Windows 8 Style Application,
Windows 8 Design Language, Introduction to Asynchronous Programming, Evolution of
Asynchronous, Programming on the .NET Platform
CREATING WINDOWS 8 STYLE APPLICATIONS WITH HTML5, CSS, AND JAVASCRIPT - HTML5 and CSS
on the Web, HTML5 Technologies, HTML5 Applications on Windows Runtime, The Windows Library
for JavaScript (WinJS), Creating Windows 8 Style Applications with JavaScript, Accessing the
Filesystem, Managing Data, Respecting the User’s Device
UNIT-III
USING XAML TO CREATE WINDOWS 8 STYLE USER INTERFACES - Describing the User Interface Using
XAML, Using Namespaces, Understanding the Layout Management System, Reusable Resources in
XAML, Basic Controls in Windows 8 Style Applications: Controls with Simply Accessing the Internet:
e Values, Content Controls, Working with Data: Data Binding Dependency Properties and
Notifications, Binding Modes and Directions
WORKING WITH XAML CONTROLS - Using Animations in Application, Designing the Visual Look of a
Control, Working with Complex Controls: Getting to Know the List View Base Controls, Using the
Grid View Control, Binding to Data, Grouping Data, Defining Visual Groups
UNIT-IV
CREATING MULTI-PAGE APPLICATIONS - Navigation Basics, working with Pages, Using the Split
Application and Grid Application Templates
BUILDING CONNECTED APPLICATIONS - Integrating with the Operating System and Other Apps:
Picker Unified Design to Access Data, Understanding the Concept of Contracts, Accessing the
Internet: Detecting the Changes of Internet Connectivity, Using Feeds, Accessing Windows Live
LEVERAGING TABLET FEATURES - Accommodating Tablet Devices, Building Location-Aware
Applications, Using Sensors: Using Raw Sensor Data, Using Sensor Fusion Data
UNIT-V
ADVANCED PROGRAMMING CONCEPTS - Building Solutions with Multiple Languages: Hybrid
Solutions, Background Tasks: Understanding Background Tasks, How Background Tasks Work,
Cancelling Background Tasks, Implementing Background Tasks, creating a Simple Background Task,
Managing Task Progress and Cancelation, Input Devices
INTRODUCING THE WINDOWS STORE - Getting to Know the Windows Store, How Customers See an
App in the Windows Store, Application Details, Making Money with Your App, The Developer
Registration Process: Submitting the Application, The Application Certification Process, The
Windows App Certification Kit.
Introduce the notion of a variable, and methods to manipulate it (concept of L-value and R-
value even if not taught explicitly)
Knowledge of data types and operators: accepting input from the console, assignment
statement, expressions, operators and their precedence.
Conditional statements: if, if-else, if-elif-else; simple programs: e.g.: absolute value, sort
numbers, and divisibility.
Notion of iterative computation and control flow: for, while, flowcharts, decision trees
and pseudo code; write a lot of programs: interest calculation, primarily testing, and factorials.
Lists, tuples and dictionary: finding the maximum, minimum, mean; linear search on list/tuple
of numbers, and counting the frequency of elements in a list using a dictionary. Introduce the
notion of accessing elements in a collection using numbers and names.
Sorting algorithm: bubble and insertion sort; count the number of operations while sorting.
Strings: compare, concat, substring; notion of states and transitions using state transition
diagrams.
Reference Books:
1. Introduction to Computing and Problem Solving With Python, Jeeva Jose, Khanna Publishing
House
2. Taming Python by Programming, Jeeva Jose, Khanna Publishing House
Reference Books:
1. Fundamentals of Microprocessor, M.K. Ghodki, Khanna Publishing House
2. Advance Microprocessor, A.K. Gautam, Khanna Publishing House
UNIT - II
Knowledge Representation: Definition and importance of knowledge, Knowledge representation,
Various approaches used in knowledge representation, Issues in knowledge representation. Using
Predicate Logic: Represent ting Simple Facts in logic, Representing instances and is-a relationship,
Computable function and predicate.
UNIT - III
Natural language processing: Introduction syntactic processing, Semantic processing,
Discourse and pragmatic processing. Learning: Introduction learning, Rote learning,
Learning by taking advice, Learning in problem solving, Learning from example-induction,
Explanation based learning.
UNIT - IV
Expert System: Introduction, Representing using domain specific knowledge, Expert system shells.
Knowledge acquisition: General concepts in knowledge acquisition, early work in Machine Learning,
examples of Inductive Learners, computer vision, Robotics, overview of LISP- AI language.
Reference Books:
OR
UNIT-I
Network Concept, Benefits of Network, Network classification (PAN, LAN, MAN, WAN), Peer to
Peer, Client Server architecture, Transmission media: Guided & Unguided, Network Topologies.
Networking terms: DNS, URL, client server architecture, TCP/IP, FTP, HTTP, HTTPS, SMTP, Telnet OSI
and TCP/IP Models: Layers and their basic functions and Protocols, Comparison of OSI and TCP/IP.
Networking Devices: Hubs, Switches, Routers, Bridges, Repeaters, Gateways and Modems, ADSL.
UNIT-II
Ethernet Networking: Half and Full-Duplex Ethernet, Ethernet at the Data Link Layer, Ethernet at
the Physical Layer. Switching Technologies: layer-2 switching, address learning in layer-2 switches,
network loop problems in layer-2 switched networks, Spanning-Tree Protocol, LAN switch types
and working with layer-2 switches, Wireless LAN
UNIT- III
Internet layer Protocol: Internet Protocol, ICMP, ARP, RARP. IP Addressing: Different classes of IP
addresses, Sub-netting for an internet work, Classless Addressing. Comparative study of IPv4 &
IPv6.Introduction to Router Configuration.Introduction to Virtual LAN.
UNIT- IV
Transport Layer: Functions of transport layer, Difference between working of TCP and UDP.
Application Layer: Domain Name System (DNS), Remote logging, Telnet, FTP, HTTP, HTTPS.
Introduction to Network Security.
Reference Books:
1. Information & Computer Security, Sarika Gupta, Khanna Publishing House
2. An Integrated Approach to Computer Networks, BhavneetSidhu, Khanna Publishing House
(7.GV.06) e-Commerce
Unit I
Introduction E-Business: Origin and Need of E-Commerce, Factors affecting E -Commerce, Business
dimension and technological dimension of E-Commerce, E-Commerce frame work Electronic
Commerce Models, Value Chains in Electronic Commerce.
Unit II
Internet and E-Business: Introduction to Internet and its application, Intranet and Extranets. World
Wide Web, Internet Architectures, Internet Applications, Business Applications on Internet, E -
Shopping, Electronic Data Interchange, Components of Electronic Data Interchange, Creating Web
Pages using HTML.
Unit III
Technology for Online Business: Internet, IT Infrastructure, Middleware Contents, Text and
Integrating E-Business Applications, Mechanism of Making Payment Through Internet, Online
Payment Mechanism, Electronic Payment Systems, Payment Gateways, Visitors to
Software Development Website, Tools for Promoting Website, Plastic Money, Debit Card, Credit
Card, Laws Relating to Online Transactions.
Unit IV
Applications in E-commerce: E-commerce Applications in Manufacturing, Wholesale, Retail and
Service Sector.
Reference Books:
1. E-Commerce, Sarika Gupta, Khanna Publishing House
OR
Introduction to Biometrics
Unit I
Concepts - biometric recognition, biometrics, requirements for biometrics
Biometric systems, their modes and architectures, Biometric system errors and evaluation,
Software Development
Unit II
Overview, comparison and evaluation of various biometrics
Unimodal biometric systems, their advantages, disadvantages and limits
Multimodal biometric systems, their modes of operation, levels of fusion
Unit III
Biometric pattern recognition methods
Privacy protection and social acceptance
Biometric standardization, data formats
Design and implementation of biometric systems, applications of biometric systems, biometric
databases, security of biometric systems