Showing posts with label Sem2. Show all posts
Showing posts with label Sem2. Show all posts

Sunday, July 06, 2014

Learning Web Designing and Programming

HTML AND CSS



Html Includes Various Html Tags-standalone and container tags..Frames,Forms,Table ,Image ,Image mapping and Other Concepts and Css Includes Inline,Internal and External Css and also Class and Id selectors of Css..

Sites For Learning HTML and CSS :
  • W3Schools - HTML AND CSS
  • http://www.codecademy.com/en/tracks/web
  • http://learn.shayhowe.com/html-css/
  • http://html.net/tutorials/html5/
  • http://html.net/tutorials/css/
  • http://www.htmldog.com
  • http://teamtreehouse.com/
  • http://www.tutorialspoint.com/css/index.htm
  • http://www.tutorialspoint.com/html5/index.htm
  • http://www.cssbasics.com/
  • Youtube - Html5 and Css3 Tutorials
  • Youtube - Html5 By thenewboston

Html Programs For Bsc-IT - Download [ Open Nav.html To See All Files] 

JAVASCRIPT 


Javascript is a Scripting Language ..It is a client side scripting language.It is Used with Web browsers to interact with the users,control the browser,communicate Asynchronously.Javascript is the Most Popular Scripting language for website developing..

Sites For Learning Javascript:

Javascript Programs For Bsc-IT - Download  

XML


XML (extensible Markup Language) is a meta-language; that is, it is a language in which other languages are created.It a language used to store data.. In XML, data is "marked up" with tags, similar to HTML tags..XML was designed to describe data. XML is used to store data or information..Xml includes DTD ,Schemas ,etc

Sites For Learning XML:


XML Programs For Bsc-IT - Download [ Open Nav.html To See All Files]

PHP AND MYSQL



PHP stands for PHP Preprocessor HyPertext. It is a server-side scripting language, like ASP. All PHP scripts are executed on the server. It supports many databases (MySQL, Informix, Oracle, Sybase, Solid,
PostgreSQL, Generic ODBC, etc.). It is open source software ..PHP runs on different platforms (i.e., Windows, LINUX, UNIX,etc.) and is compatible with almost all servers used today including APACHE, IIS, etc. MySQL is a free to download and use database server that is ideal for both small and large applications. It supports standard SQL and compiles on a number of platforms.

Sites For Learning PHP and MYSQL:

  • http://www.tutorialspoint.com/php/index.htm
  • http://www.tutorialspoint.com/mysql/index.htm
  • http://www.w3schools.com/php/php_mysql_intro.asp
  • http://php.about.com/
  • http://www.phpeasystep.com/
  • www.phpacademy.com
  • http://www.homeandlearn.co.uk/php/php.html
  • http://www.phpgang.com/
  • http://php4allu.blogspot.in/
  • http://www.codecademy.com/tracks/php
  • http://tutorialsjackpot.blogspot.in/p/beginning-of-php.html
  • www.php.net
  • Youtube- Php Academy


For Any Program Or Topic Help You can Contact us at bscit.cracked999@gmail.com

Sunday, June 15, 2014

Data Communication and Networking Standards

Data Communication and Network Standards Includes Communication Between Networks ,Information About Networking Devices and their working..Network Topologies,Network Types,Different Devices Like Routers,Modems,Switches,Bridge,etc and their working..Different Types of Addresses Like phsical,Logical,Special...and The working of Ipv4 and ipv6...


Reference:
1. Behrouz A Forouzan, “Data communications and Networking”, Fourth Edition , Mc-Graw Hill
2. Achyut Godbole, “Data communications and Networks, TMH
3. Data Communication and Network Standards Book By Vipul Prakhashan

Notes Download:

All DCNS notes avialable :- HERE

Practicals/Case Study's :
Students Are Required to Give Presentation on Case Study Topics Given To Them..Some of the Topics are Listed Below -
i) Case study on implementation of TCP/IP model in different OS
ii) Case study on errors in data transmission
iii) Case study on transmission media
iv) Case study on static IP addressing
v) Case study on dynamic IP addressing
vi) Case study on network devices: Routers, Switches, Bridges
vii) Case study on IPv6
viii) Case study on IPv4


For More Help/Info Regarding The Subject U can Contact/Mail Us At bscit.cracked999@gmail.com

Tuesday, June 10, 2014

Database Management System

DBMS Subject Includes Knowledge About Working of a Database Management System and Several Types of databases ...Also the How to Databases Are Created By Data Models .. Sql is Structured Query Language which is used to manipulate,add,delete data from the Databases..

Reference Books:
1. A Silberschatz, H Korth, S Sudarshan, “Database System and Concepts”, Sixth Edition 
2. Database Management Systems Book By Vipul Prakashan For Bsc-IT

Notes Download :
All DBMS Notes Download:-Here

Practicals:
1.Design a Database and create required tables. For e.g. Bank, College Database
2. Apply the constraints like Primary Key , Foreign key, NOT NULL to the tables.
3. Write a sql statement for implementing ALTER,UPDATE and DELETE
4. Write the queries to implement the joins
5. Write the query for implementing the following functions:
MAX(),MIN(),AVG(),COUNT()
6. Write the query to implement the concept of Intergrity constrains
7. Write the query to create the views
8. Perform the queries for triggers
9. Perform the following operation for demonstrating the insertion , updation and
deletion using the referential integrity constraints
10. Write the query for creating the users and their role.


For More Help/Info Regarding The Subject U can Contact/Mail Us At bscit.cracked999@gmail.com

Thursday, May 29, 2014

MicroProcessor And MicroController

In This Subjects Students will Learn about Microprocessor 8085 which is made by Intel and also Microcontroller 8051 and about Programming of 8085 Microprocessor and 8051 microprocontroller programming..Microprocessor Doesnt have Ram,Rom and other peripherals on the chip while microcontroller has Ra.Rom and Other Peripherals on the chip.

Reference Books:
1. Microprocessor Architecture and Programming and Applications with the 8085, R.S. Gaonkar,
PRI (3rd Edition)
2. The 8051 Microcontroller and Embedded systems by M. A. Mazidi, J. G. Mazidi and R. D.
McKinlay, Pearson Education.
3. William Stallings, “Computer Organisation and Architecture” ( 4th Edition ) - PHI, 1998.

Notes Download :
All MPMC Notes Download-Here

Practicals:

8085 Programs
1. Simple 8-bit and 16-bit addition and subtraction
2. Transfer a block of data from one location to another.
3. Find the largest/smallest of the numbers stored at one location.
4. Addition of 10 numbers.
5. Multiplication of 8-bit and 16-bit numbers.
6. Sorting of numbers.
7. BCD addition
8. Division
9. Find GCD and LCM of two numbers
10.Swapping a block of data

8051 Programs
1. To search a number from a given set of numbers. The end of the data is indicated by 00.
2. Finding the average of signed numbers.
3. Multiplication of signed numbers.
4. Convert the BCD 0111 0101 number to two binary numbers and transfer this number to registers.
5. To find y where y = x2 + 2x + 5 and x is between 0 and 9.
6. Write a program to show the use of the BIT directive.
7. Write a program to find the number of zeros in register R2
8. Write a program to check if the accumulator is divisible by 8.
9. To check whether a character string is a palindrome or not.
10.To check the number is prime or not.

You can Download The Software And Programs For MicroProcessor 8085 From Here 


For More Help/Info Regarding The Subject U can Contact/Mail Us At bscit.cracked999@gmail.com

Monday, May 26, 2014

Applied Mathematics 2

Applied Mathematics-2  Includes Higher Order Of Derivatives And Integrations Like double and triple Integrations and It Applications..It Includes Complex Numbers And Complex Variables and Calculus,Fourrier Series and Laplace Transforms and Inverse Laplace Transforms

Reference Books:
1. Differential Calculus by Shanti Narayan.
2. B. S. Grewal, “Higher Engineering Mathematics.
3. Engineering Mathematics : T Veerajan, Tata McGraw-Hill
4. Integral Transforms: A. R. Vasishta, Dr. R.K. Gupta, Krishna Prakashan Mandir

Notes Download:
All Notes -Here


Practicals:
Practical Exam is Conducted before the Semester 1 Examination. It Includes Any 2-3 Units Of the Portion.



For More Help/Info Regarding The Subject U can Contact/Mail Us At bscit.cracked999@gmail.com

Friday, May 23, 2014

Web Designing and Programming

It Includes WebSite Designing and Programming..Languages Included are : Html,Css,Xml,Javascript,Php and Mysql ..U can design Websites By learning all the languages included in this subjects thoroughly..U need to Have Basic Knowledge About Concepts like data types,arrays,strings,conditional Statements,loops,Operators That u Learned in C++...




Books :
1. Web Design The Complete Reference, Thomas Powell, Tata McGrawHill
2. HTML and XHTML The Complete Reference, Thomas Powell, Tata McGrawHill
3. JavaScript 2.0: The Complete Reference, Second Edition by Thomas Powell and Fritz Schneider
4. PHP: The Complete Reference By Steven Holzner, Tata McGrawHill
5. Web Technology Book For Bsc-IT By Vipul Prakhashan


Extra Notes Download :
All Notes Download -Here



Practicals:
It Includes 10-15 Programs That are Written In Journal Or a Seperate File..
1. Design a web page using different text formatting tags.
2. Design a web page with links to different pages and allow navigation between pages.
3. Design a web page with Imagemaps.
4. Design a web page with different tables. Design a webpage suing table so that the
content appears well placed.
5. Design a webpage using frames.
6. Design a web page with a form that uses all types of controls.
7. Design a website using style sheets so that the pages have uniform style.
8. Using Java Script design a web page that prints factorial / Fibonacci series / any given series.
9. Design a form with a test box and a command button. Using Java Script write a
program whether the number entered in the text box is a prime number or not.
10.Design a form and validate all the controls placed on the form using Java Script.
11. Design a DTD, corresponding XML document and display it in browser using CSS.
12. Design an XML document and display it in browser using XSL.
13. Design XML Schema and corresponding XML document.

For More Help/Info Regarding The Subject U can Contact/Mail Us At bscit.cracked999@gmail.com

Thursday, April 24, 2014

Semester 2

1.Web Designing and Programming


Unit 1 - Internet and WWW
Introduction to Internet:Advantages, Importants & its applications, E-Mail, Telnet, FTP, e-business, internet service providers, domain name server, internet address.;
World Wide Web:WWW & its evolution, URL, browsers-internet explorer, opera, mozilla, chrome, IIS, proxy server, HTTP Protocol.

Unit 2 - HTML and Graphics
Formatting Tags: Text Level & Block Level;
Imagemaps: Cliend-side Imagemaps,Server-side Imagemaps,Using Both together, Alternative text for Imagemaps.;
Tables: alignment with a row & column, adding bg-color, adding a border, spacing within a cell & between the cells.;
Frames: Application of frames, nesting tag creating floating frames, Using Hidden frames.,;
Forms: Creating Forms with Named input fields, multiple line text windows,drop down and list boxes, hidden, text, text area, password, file upload, button, submit, reset, radio, checkbox, select, option,Form field event handlers, Passing from data.;
Stylesheets (CSS): Advantages & Importance of CSS, Three Types of CSS.

Unit 3 - Java Script
Introduction to Java Script: Client-Side JavaScript, Server-Side JavaScript Objects, JVC Security.;
Operators: Assignment Operators, Comparisn Operators, Arithmetic Operators,
%(modulus), ++(increment), --(decrement), Logical Operators, String Operators, Special Operators.,
Statements: Break, comment, continue,delete, do...while, for, for...in, function, if ...else, return, switch, while, with.;
Core JavaScript(Properties and Methods): Array, Boolean, Date, Function, Math, Number. Object String regExp.,;
Document and its Associated Objects:document, Link, Area, anchor, Image.Applet, Layer.;
Events and Event Handlers:General Information about Events, Defining Events Handlers, onAbort, onBlur, onChange, onClick, onDblClick, onDragDrop, onKeyDown, onkeyUp, onLoad, onPress, etc.

Unit 4 - XML
Introduction to XML, Creating XML Documents, Creating XML DTDs, XML Schemas, XSL.

Unit 5 - PHP
PHP and SQL, Installing PHP, Adding PHP to HTML, Synatax and Variables, Passing information between pages, Strings, Arrays and Array Functions, Basic PHP errors problems.

UNIT 6 - Advanced PHP and MySQL
PHP/MySQL Functions, Displaying queries in tables, Building forms from queries, String and Regular Expressions, Sessions, Cookies and HTTP, Type and Type Conversions, E-Mail.


2. APPLIED MATHEMATICS 2



UNIT 1 - Complex Numbers
Cartesian, Polar & Exponential form, De-Moiver's theorem, Hyperbolic functions, Logarithms of Complex numbers

UNIT 2 - Complex Variables
Cauchy Riemma Equations, Conformal Mapping and Bilinear Mapping, concept of Line Integral, Riemann Integral, Singularities-Poles, Evaluation of Residues theorem.

UNIT 3 - Laplace Transform
Introduction, Definition, Properties o Laplace Transform, Laplace Transform of standard function.
Inverse Laplace Transform:
Inverse Laplace Transform, Method of obtaining Inverse Laplace transform, Laplace transform of periodic Functions, Heaviside Unitstep Function, Dirac-delta function (Unit Impulse Function), Application of Inverse Laplace transform to solve differential equations.

UNIT 4 - Beta and Gamma Function
Differentiation under Integral sign, Beta and Gamma Functions, Properties and Duplication Formula, Error Functions.

UNIT 5 - Fourier Series
Fourier Series, Change of Interval, Even and odd functions, Half range expansions.
Fourier Transform and Inverse Fourier Transform: Fourier transform of Even and Odd functions, Fourier Transform of sine and cosine functions.

UNIT 6 - Integral Calculus
Double Integral, Area, Triple Integral, Volume.


3.Microprocessor and Microcontrollers



UNIT 1 - Logic Devices
Logic devices: Tristate devices, buffers, encoder, decoder, latches,Types of memories, memory organisation, concept of control such as read/write chip enable.

UNIT 2 - Introduction to 8085 microprocessor
Introduction to 8085 microprocessor: Organisation of Microprocessor based system, 8085 mp architecture, Concept of address line and Memory interfacing, Address Decoding and Memory Interfacing.

UNIT 3 - 8085 Programming Model
8085 Programming Model, Instruction Classification, Instruction Format, 8085 Instruction Set

UNIT 4 - Introduction to Modern day Computer Systems
Introduction to Modern day Computer Systems: Organisation and Architecture, Structure and function;
System Buses: Computer Components, Computer function;
PCI: Features of PCI bus, why PCI bus is needed ? COncept of PCI arbitration;
Internal Memory: Concept of Cache Memory, Methods of Cache Mapping, Concept and need  of Cache coherency.;
External Memory RAID.

UNIT 5 - Introduction 8051 Microcontroller
Introduction 8051 Microcontroller: Introduction and Overview of 8051 family, 8051 Assembly Language Programming, Jump, Loops and Call Instructions.

UNIT 6 - 8051 I/O Port Programming
8051 I/O Port Programming, Address Modes, Arithmetic and Logical Instructions.


4.DATABASE MANAGEMENT SYSTEMS



UNIT 1 - Introduction to Database and Transactions
Introduction to Database and Transactions: What is database system, purpose of database system, view of data, relational databases, database architecture, transaction management.

UNIT 2 - Data Models
Data Models: The importance of data models, Basic building blocks, Business rules, The evolution of data models, Degree of data abstraction.

UNIT 3 - Database Design, ER-Diagram and Unified Modeling Language
Database Design, ER-Diagram and Unified Modeling Language:
Database design and ER Model:overview, ER-Model, Constraints, ER-Diagrams, ERD Issues, weak entity sets, Codd's rules, Relational Schemas, Introduction to UML.
Relational database model: Logical view of data, keys, integrity rules.
Relational database design: Features of good relational database design, atomic domain and Normalization (1NF, 2NF, 3NF, BCNF).

UNIT 4 - Relational Algebra and Calculus
Relational Algebra and Calculus: introduction, Selection and projection, set operations, renaming, Joins, Division, syntax, semantics, Operators, grouping and ungrouping, relational comparison.
Calculus: Tuple relational calculus, Domain relation Calculus, calculus vs algebra , computational capabilities.

UNIT 5 - Constrains, Views and SQL
Constrains, Views and SQL: What is constrains, types of constrains, Integrity constrains,
Views: Introduction to views, data independence, security, updates on views, comparison between tables and views.
SQL: data definition, aggregate function, Null Values, nested sub queries, Joined relations, Triggers.

UNIT 6 - Transaction management and Concurrency control
Transaction management: ACID properties, serializability and concurrency control, Lock based concurrency control (2PL< Deadlocks),Time stamping methods, optimistic methods, database recovery management.


5.DATA COMMUNICATION AND NETWORK STANDARDS



UNIT 1 - Introduction to Data Communication and Networking
Introduction,Fundamental concepts, Data communications, Protocol, standards standard organisation, signal propagation, analog and digital signals, bandwidth of signal and a medium, Fourier analysis and the concept of bandwidth of a signal, The data transmission rate and bandwidth.

UNIT 2 - Network Models
Layered Tasks, The OSI reference model, Layers in the OSI references model, TCP/IP protocol suite, Addressing IPv4.

UNIT 3 - Information Encoding, Errors Detection and Correction
Introduction, Representing different symbols, Minimizing errors, Multimedia and Dara compression, Error classification, types of errors, redundancy, detection versus correction, hamming distance, cyclic redudancy check.

UNIT 4 - Media and Transmission modes
Data and Signals, Periodic analog signals, Digital signals, Transmission impairment, Data rate limits, Performance, Digital to digital, Analog to digital conversion, Transmission modes, Digital to analog conversion, Analog  to analog conversion, Guided media and Unguided media.

UNIT 5 - Network topologies, Switching and routing algorithms
Mesh, star, tree, ring, bus, hybrid, switching basics, circuit switching, packet switching and message switching, routing algorithms.

UNIT 6 - IP version 6
Overview, Terminology, IPv6 addresses, Special addresses, IPv6 header formats, IPv6 extension headers, IPv6 auto configuration, configuration via DHCP v6, IPv6 transition.


Tuesday, April 22, 2014

Bsc-IT All 6 Sem Papers

ALL 6 Semester Papers

Semester 1 

1.Professional Communication Skills (PCS)

2.Applied Mathematics - 1

3.Fundamentals of Information Technology (FDC)

4.Electronics and Communication Technology (ECT)

5.Introduction to C++ programming


Semester 2 

1.Web Designing and Programming (WD or WP)

2.Applied Mathematics - 2

3.Microprocessor and Microcontrollers (MPMC)

4. Database Management Systems (DBMS)

5. Data Communication and Networking Standards (DCNS)


Semester 3 

1.Logic and Discrete Mathematics

2.Computer Graphics (CG)

3.Advanced SQL

4.Object Oriented Programming(OOPS) With C++

5.Modern Operating Systems


Semester 4

1.Software Engineering

2.Multimedia

3.Java and Data Structures

4.Quantitative Techniques

5.Embedded Systems


Semester 5

1.Network Security

2.Asp.Net With C#

3.Software Testing

4.Advanced Java

5.Linux Administration


Semester 6

1. Internet Technologies

2.Data Signals And Systems

3.Data Warehousing

4.Elective-3 [ IPR & Cyber Laws,Project Management,GIS]

5.Project [Report,Viva-Voce]

You Can Download the Whole Portion
Bsc-IT ALL 6 Semester Syllabus



For More Information Or Any Help About Course Contact -bscit.cracked999@gmail.com