Saturday, July 02, 2016

Semester 6 Question Papers 2016

Here is the link of Question Papers of 2016 of Mumbai University.
Semester 6 All Subjects Question Papers : Here
It will help you to know which types of Questions Can be asked in the Exam.

Semester 5 Question Papers 2016

Here is the link of Question Papers of 2016 of Mumbai University.
Semester 5 All Subjects Question Papers : Here
It will help you to know which types of Questions Can be asked in the Exam.

Friday, May 29, 2015

Multimedia

Multimedia refers to content that uses a combination of different content forms. This contrasts with media that use only rudimentary computer displays such as text-only or traditional forms of printed or hand-produced material. Multimedia includes a combination of text, audio, still images, animation, video, or interactivity content forms.

Multimedia is usually recorded and played, displayed, or accessed by information content processing devices, such as computerized and electronic devices, but can also be part of a live performance. Multimedia devices are electronic media devices used to store and experience multimedia content. Multimedia is distinguished from mixed media in fine art; by including audio, for example, it has a broader scope. The term "rich media" is synonymous for interactive multimedia. Hypermedia can be considered one particular multimedia application.

All Notes Download : Here


Books/References-
1.Principles of Multimedia by Ranjan Parekh. TATAMCGRAW-HILL
2.Multimedia Systems Design by Prabhat K. Andleigh and Kiran Thakrar-PHI publication
3.Multimedia systems by John F. Koegal Buford-Pearson Education.
4.Fundamentals of multimedia by Ze-Nian Li and MS Drew. PHI EEE edition.

Mini Project: Develop a multimedia application


For Any Programming Queries and Help Mail us at bscit.cracked999@gmail.com


Embedded Systems

An embedded system is a computer system with a dedicated function within a larger mechanical or electrical system, often with real-time computing constraints.It is embedded as part of a complete device often including hardware and mechanical parts. Embedded systems control many devices in common use today.

Since the embedded system is dedicated to specific tasks, design engineers can optimize it to reduce the size and cost of the product and increase the reliability and performance. Some embedded systems are mass-produced, benefiting from economies of scale.

All Notes Download : Here

Books/References:
1.Programming Embedded Systems in C and C++, First Edition January, Michael
Barr ,O'Reilly
2.Introduction to embedded systems, Shibu K V, TATAMCGRAW-HILL.
3.Embedded Systems, Rajkamal, TATAMCGRAW-HILL

Practical List:

1) Configure timer control registers of 8051 and develop a program to generate given time
delay.

2) Port I / O: Use one of the four ports of 8051 for O/P interfaced to eight LED’s. Simulate
binary counter (8 bit) on LED’s

3) Serial I / O: Configure 8051 serial port for asynchronous serial communication with serial
port of PC exchange text messages to PC and display on PC screen. Signify end of message
by carriage return.

4) Interface 8051 with D/A converter and generate square wave of given frequency on
oscilloscope.

5) Interface 8051 with D/A converter and generate triangular wave of given frequency on
oscilloscope.

6) Using D/A converter generate sine wave on oscilloscope with the help of lookup table
stored in data area of 8051.

7) Interface stepper motor with 8051 and write a program to move the motor through a given
angle in clock wise or counter clock wise direction.

8) Generate traffic signal.

9) Temperature controller.

10)Elevator control.



For Any Programming Queries and Help Mail us at bscit.cracked999@gmail.com

Wednesday, May 27, 2015

Software Engineering



Software engineering is the study and an application of engineering to the design, development, and maintenance of software."Research, design, develop, and test operating systems-level software, compilers, and network distribution software for medical, industrial, military, communications, aerospace, business, scientific, and general computing applications."

Notes Download:-

All Notes - Here

Book/References:-

1. Timothy C. Lethbridge & Robert Laganière
2. Ian Sommerville Software Engineering (Seventh Edition).
3. Roger S. Pressman Software Engineering(Sixth Edition).




For Any Programming Queries and Help Mail us at bscit.cracked999@gmail.com

Quantitative Techniques

Quantitative techniques are those statistical and programming techniques, which help decision makers solve many problems, especially those concerning business and industry. It provides the decision makers with systematic and powerful means of analysis, based on quantitative data, for achieving predetermined goals. 

Books:
Introductory Methods of Numerical Methods, Vol-2, S.S.Shastri, PHI
Fundamentals of Mathematical Statistics, S.C.Gupta, V.K.Kapoor
Reference:
Elements of Applied Mathematics, Volume 1 and 2, P.N.Wartikar and J.N.Wartikar, A. V. Griha, Pune
Engineering Mathematics, Vol-2, S.S.Shastri, PHI
Applied Numerical Methods for Engineers using SCILAB and C, Robert J.Schilling and Sandra L.Harris, ” , Thomson Brooks/Cole

Practical List to be performed in Scilab:

Practical 1: Solution of algebraic and transcendental equations:
a. Program to solve algebraic and transcendental equation by bisection method.
b. Program to solve algebraic and transcendental equation by false position method.
c. Program to solve algebraic and transcendental equation by Newton Raphson method.

Practical 2: Interpolation
a. Program for Newton’s forward interpolation.
b. Program for Newton’s backward interpolation.
c. Program for Lagrange’s interpolation.

Practical 3: Solving linear system of equations by iterative methods:
a. Program for solving linear system of equations using Gauss Jordan methods.
b. Program for solving linear system of equations using Gauss Seidel methods.

Practical 4: Numerical Integration
a. Program for numerical integration using Trapezoidal rule.
b. Program for numerical integration using Simpson’s 1/3rd rule.
c. Program for numerical integration using Simpson’s 3/8th rule.

Practical 5: Solution of differential equations:
a. Program to solve differential equation using Euler’s method
b. Program to solve differential equation using modified Euler’s method.
c. Program to solve differential equation using Runge-kutta 2nd order and 4th order methods.

Practical 6: Random number generation and distributions
a. Program for random number generation using various techniques.
b. Program for fitting of Binomial Distribution.
c. Program for fitting of Poisson Distribution.
d. Program for fitting of Negative Binomial Distribution.

Practical 7: Moments, Correlation and Regression
a. Computation of raw and central moments, and measures of skewness and kurtosis.
b. Computation of correlation coefficient and Fitting of lines of Regression ( Raw and Frequency data )
c. Spearman’s rank correlation coefficient.

Practical 8: Fitting of straight lines and second degree curves
a. Curve fitting by Principle of least squares. ( Fitting of a straight line, Second degree curve)

 Practical 9: Sampling:
a. Model sampling from Binomial and Poisson Populations.
b. Model sampling from Uniform, Normal and Exponential Populations.
c. Large sample tests-( Single mean, difference between means, single proportion, difference between proportions, difference between standard deviations.)
d. Tests based on students ‘t-test’( Single mean, difference between means and paired ‘t’)

Practical 10: Chi-square test and LPP
a. Test based on Chi-square- Distribution ( Test for variance, goodness of Fit,)
b. Chi-square test of independence of attributes.
c. Solution of LPP by Simplex method.

For Any Programming Queries and Help Mail us at bscit.cracked999@gmail.com

Tuesday, May 26, 2015

Java and Data Structure

Java is a Programming Language Developed By James Gosling . It is included in Bsc-it in 2 Parts -Sem4 and Sem5. In Sem4 the java that are covered include Core Java ,File I/O and Data Structure Concepts like Stacks,Queue,Linked Lists , Hash table,Trees,Graphs,Sorting and Searching Algorithms .


Notes Download : 
All Notes -Here 

Reference Books :
1. An introduction to data structures with applications, second edition, Jean-Paul Tremblay, P Sorenson, Tata- McGrawhill
2. Data Structures with Java, 2nd edition, J Hubbard, Tata-McGrawhill


Java Programs For Bscit :

1 Implement the following
a. Design a java program for type casting different types of variables.
b. Design a Calculator class in java, and implement all the methods required by calculator
operations.
c. Design a java class for method overloading and method overriding.

2 Implement the following
a. Design a java program for different types of inheritance.
b. Design a java class for the use of interface.
c. Design a java class performing string operations.

3 Implement the following
a. Design a class in java to add two complex numbers using constructors.
b. Design a java class for performing all the matrix operations i.e addition, multiplication,
transpose etc.
c. Design a java class for implementing the packages.

4 Implement the following
a. Design a java class for implementing the concept of threading and multithreading.
b. Design a java class for performing all the file-operations.
c. Design a java class for operating the random access files using

5 Implement the following
a. Design a class for sorting the names or numbers in ascending and descending order.
b. Design a java class for implementing the operations of stack.

6. Implement the following
a. Design a class in java for implementing the operations of queue.( insert, delete, display,
exit)
b. Design a class in java for implementing the operations of circular queue.

7. Implement the following
a. Design a class to implement the operations of singly link-list. ( insertion , deletion, sorting, display)
b. Design a class to implement the operations of doubly-linked list.

8. Implement the following
a. Implement the concept of hashing technique and also show its collision avoidance.
b. Design a class to create a tree and also implement the binary search tree.

9. Show the implementation
a. Design a class in java for creating the heap and also show heap sort for it.
b. Design a class in java for implementing selection and insertion sort.

10. Show the implementation for the following
a. Design a class in java for bubble and merge sort.
b. Design a class in java for implementing the graph 

 

For Any Programming Queries and Help Mail us at bscit.cracked999@gmail.com

 

Saturday, December 20, 2014

Object Oriented Programming with C++

OOPS With C++ Is a Continuation of C++ From Sem1..It Includes Object Oriented Programming Methodology in C++ . It Includes OOPS Features of C++ Like Inheritance,Polymorphism,Encapsulation,Abstraction,Dynamic Binding,Message Parsing,etc..OOP in C++ is a base For Java i.e Included in Sem4 ,As java is Completely a Object oriented Programming Language.


Notes Download :
All Notes -Here

Reference Books :

1.Mastering C++, 2nd Edition, Venugopalan, TataMcgrawHill
2 .C++ Programming, , Robert Lafore
3. Object Oriented Programming in C++ - BalguruSwamy


Object Oriented Programs For Bscit -


1 Implement  the following 


a.  Design an employee class for reading and displaying the employee information,  the getInfo() and displayInfo() methods will be used repectively. Where getInfo() will be private method. 

b.  Design the class student containing getData() and displayData() as two of its methods which will be used for reading and displaying the student information respectively.Where getData() will be private method.

c.  Design the class Demo which will contain the following methods: readNo() ,factorial() for calculating the factorial of a number, reverseNo() will reverse the given number, isPalindrome() will check the given number is palindrome, isArmstrong() which will calculate the given number is armStrong or not.Where readNo() will be private method. 


2  Implement the following  

a.  Write a friend function for adding the two complex numbers, using a single class.

b.  Write a friend function for adding the two different distances and display its sum, using two classes. c.  Write a friend function for adding the two matrix from two different classes and display its sum. 


3  Implement the following 

a.  Design a class Complex for adding the two complex numbers and also show the use of constructor. b. Design a class Geometry containing the methods area() and volume() and also overload the area() function .

c.  Design a class StaticDemo to show the implementation of static variable and static function.  


4  Implement the following 

a. Overload the operator unary(-) for demonstrating operator overloading. 

b.  Overload the operator + for adding the timings of two clocks, And also pass objects as an argument.

c.  Overload the + for concatenating the two strings. For e.g “c” + “++” = c++


5  Implement the following 

a.  Design a class for single level inheritance using public and private type derivation. 

b.  Design a class for multiple inheritance.

c.  Implement the hierarchical inheritance.


6.  Implement the following 

a.  Implement the concept of method overriding. 

b.  Show the use of virtual function

c.  Show the implementation of abstract class.


7.  Implement the following 

a.   String operations for string length , string concatenation

b.  String operations for string reverse, string comparison,

c.  Console formatting functions. 


8.  Implement the following: 

a.  Show the implementation of exception handling

b.  Show the implementation for exception handling for strings

c.  Show the implementation of exception handling for using the pointers. 


9.  Show the implementation 

a.  Design a class FileDemo open a file in read mode and display the total number of words and lines in the file. 

b.  Design a class to handle multiple files and file operations

c.  Design a editor for appending and editing the files


10.  Show the implementation for the following 

a.  Show the implementation of template class library for swap function. 

b.  Design the template class library for sorting ascending to descending and vice-versa

c.  Design the template class library for concatenating two strings




For Learning C++ and Programs Visit Our Post - Click Here To Visit

For Any Programming Queries and Help Mail us at bscit.cracked999@gmail.com

Sunday, August 31, 2014

Computer Graphics

Computer Graphics in Sem3 Includes How Graphics Are Made on a Computer Screen..Transformation of Objects,Colors,Animation,Modelling,Rendering, and many More Graphics Applications .It Involves Graphics Programming In C++ .Learning About Graphics Functions and Features in Computer Animation..How Graphics Are Made Bit by Bit.


References/Books:

1. Computer Graphics, Donald Hearn and M. Pauline Baker, Prentice Hall of India
2. Computer Graphics, Steven Harrington, McGraw-Hill
3. Computer Graphics Principles and Practice, J.D. Foley, A. Van Dam, S.K. Feiner and R.L.                    Phillips, Addision Wesley
4. Principles of Interactive Computer Graphics, Willaim M. Newman, Robert F.Sproull,                           TATAMCGRAW-HILL


Notes Download:

All Computer Graphics Notes -Here

Practicals:

1. Implementing Line Drawing Algorithms
     a. Digital Differential Analyzer (DDA) Algorithm
     b. Bresenham's Line Drawing Algorithm

2. Implementing Circle Drawing Algorithm
      a. Bresenham's Circle Drawing Algorithm
      b. Midpoint Circle Drawing Algorithm

3. Implementing Ellipse Generating Algorithms

4. Character Generation Programs

5. Implementation of Scan line Polygon Fill
      a. Boundary Fill
      b. Flood Fill

6. Implementation of 2D Transformations (Translation,Scaling and Rotation)

7. Implementation of 3D Transformations (Translation,Scaling and Rotation)

8. Implementation of Clipping Concepts - Line Clipping and Polygon Clipping

9. Implementation of Beizer Curves

10. Animation Sequences Programs


For Learning Computer Graphics Programs Visit Our Post - Click Here to Visit

For Any Programming Queries and Help Mail us at bscit.cracked999@gmail.com

Sunday, July 27, 2014

Advanced SQL

SQL is a used to communicate with a database by firing queries.  Advance sql contains all the sql functions.
These are the topics covered:
   
Basics:
  1.     SELECTing columns from a table
  2.     Aggregates Part 1: COUNT, SUM, MAX/MIN
  3.     Aggregates Part 2: DISTINCT, GROUP BY, HAVING

Intermediate:
  1.     JOINs, syntax
  2.     UNION vs UNION ALL
  3.     Subqueries: IN, EXISTS, and inline views
  4.     Subqueries: Correlated
  5.     WITH syntax: Subquery Factoring/CTE
  6.     Views

Advanced Topics:
  1.  Controlling User Access.
  2.  Using SET operators.
  3.  DateTime Functions.
  4.  Enhancements to Group by clause(cube, Rollup and Grouping).
  5.  Advanced Subqueries (Multiple column subqueries, Subqueries in FROM clause, Scalar and correlated subqueries).
  6.  WITH Clause.
  7.  Hierarchical retrieval.

References/Books:
Murach’s Oracle SQL and PLSQL by Joel Murach, Murach and Associates.
Oracle Database 11g PL/SQL Programming Workbook, ISBN: 9780070702264, By: Michael McLaughlin,John Harper, TATAMCGRAW-HILL .
Oracle PL/SQL Programming, Fifth Edition By Steven Feuerstein.
Oracle database 11g: hands on SQL/PL SQL by Satish Asnani (PHI) EEE edition.


Notes Download:
Advance SQL (Sem-III) Complete Notes -Here

Advanced SQL All Programs Available - Here

Sunday, July 20, 2014

Modern Operating Systems

Modern Operating Systems (mostly known as MOS) it includes the fundamentals of an operating system with small amounts of code written in autonomous C language.MOS describes many scheduling algorithms and also how the operating systems works..

References/Books:
1. Modern Operating Systems, Andrew Tanenbaum,
2. Operating Systems, --K. A.Sumitra Devi and N.P Banashree, SPD
3. Operating System Concepts --Abraham Silberschatz, Peter B.Galvin, Greg Gagne
4. Operating Systems- A concept based approached --D.M. Dhamdhere, McGrawHill publications
5. Operating Systems, ---Godbole and Kahate, McGrawHill publications.
Notes Download:

All Modern Operating System Notes -Here

Case Studies:
a) MS-DOS
b) Windows NT
c) Windows 2008 Server
d) Windows 7
e) Unix
f) Linux
g) OS/2
h) MAC OS
i) Symbian
j) Chrome
k) Android

Sunday, July 13, 2014

Notepadd++ - A PowerFull Text Editor

Notepad++ is a versatile and powerful source code editor that also serves as an excellent replacement for the default Notepad text editor in Windows.It is the best code editor for Programmers.Html and Css Codes Can also be written , edited in This Tool..






Features of Notepad++


  • Open Source: I suppose nothing beats having a notepad replacement that is completely free. In addition, its open nature means that changes can be made in order to facilitate one's development efforts.
  • Line Numbering: I'm not sure why this was left out of the default Notepad application in Windows. Well Notepad++ has line numbering, which is always useful to have when editing source code or configuration files.
  • Zoom in and Out: Ever had to squint at text that is too small? Rather than having to change the size of the font just so that you can see them better, zooming in and out is trivial with Notepad++
  • Detection of Modified Files: Like most advanced text editors on the market, Notepad++ knows when files have been modified in the background. When detected, the software will prompt whether the user would like to reload the source file, or overwrite the changes.
  • Search and Replace: The value of this feature is often overlooked. I've personally found it to be very useful when editing configuration files, which required a search and replace of multiple items.
  • Syntax Highlighting: Syntax highlighting is always a useful feature to have, whether doing a quick edit or viewing of source code.
  • Many Languages Support: Supports Writing Code In Many Languages like php,C++,C,Javascript,Java ,etc



Sunday, July 06, 2014

MicoProcessor 8085 Simulator Kit

Microprocessor 8085 Simulator Software Kit is aimed to be a proper substitute of Microprocessor 8085 Simulator Hardware Kit. A microprocessor communicates and operates in the binary 0s and 1s, called bits. Each microprocessor has a fixed set of instructions in the binary patterns called a machine language. However it is difficult to remember for human to communicate in the language of 0s and 1s. Microprocessor 8085 Hardware Kit accepts hexadecimal codes from users and executes to give the output which is much easier to remember and implement. Later assembly language is introduced in this purpose. The binary instructions are given abbreviated names, called mnemonics, which form the assembly language for a given microprocessor. Our software accepts codes written in hexadecimal codes as well as it supports assembly language code in a user friendly interface.




Functionality Of The Program

1. The software have a Code Editing interface, where user can have following facilities to enter code:
  • User can enter code through mnemonics.
  • User can enter code through Hexadecimal codes.
  • User can also put comments on the program.
  • There will be a sub-section where user can enter data according to the memory locations.

2. The software have a two way code Conversion section, where user can have following facilities: code:
  • User can convert the mnemonics to Hexadecimal code, which is originally accepted by 8085 simulator kit.
  • User can convert the Hexadecimal codes to corresponding Mnemonics.

 3. The software have a Execution section, where user can have following facilities:
  • User can execute all codes at a time.
  • User can execute codes one by one to debug the program.

4. The software have a Output interface, where user will find:
  • T-states, Machine-cycles, Total time of execution.
  • A display which will show the status of the flag registers.
  • Data stored in the general purpose registers.

5.The software have a Output Port Interface, where user will find the following:
  • There will be at most three ports to investigate the output of the port.
  • User can see the output of the port through several visual displays.
  • There will be also Seven-Segment-Display associated with a port, which will help user to examine the programs related to Seven-Segment-Display.
6. The software have an option to set the Clock frequency where user can execute the code at real time and also it will show the time needed for the execution at the output screen.


7. The software has a user-friendly interface which will consist of a click-n-generate code. This interface will help users who have less knowledge about the mnemonics for 8085.

8. The software can save the codes so that user can open the codes at a later time.




MicorProcessor 8085 Programs For Bsc-IT - Download
Open The Zip and Load All Programs From The MicorProcessor Simulator Kit Software

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

Thursday, July 03, 2014

Turbo C++ For WIndows 7 And 8

Turbo C++ is a C++ compiler and integrated development environment and computer language originally from Borland..Turbo C++ Doesn't Runs On Dos Based System. It Only Runs On Windows 93,95,98 & xp which run on Different Technology -NT..So To Make It Compatible With Windows 7 and 8 Some People Have Modded Turbo C++ To Work With Windows 7 and 8.



First Install Turbo C++ Then Download The Beta Update of Turbo C++:
Beta-4 Update

If you want all your drives/Partitions to mount automatically .Download and install the patch Drive_automounter..


Some Controls Of Turbo C++:

  1. To create a new file: File -> new.
  2. To open an existing source file: File -> open OR F3-> select your file -> Open
  3. To save your source file: File -> save / SaveAs OR F2-> give an name to your source file with .CPP extension -> OK. **Note your primary file name should not be longer than 8 characters
  4. To rename or change the location of save source file: File -> SaveAs->write new file location (if required) and new file name -> OK Example - "D:\SAMPLE.CPP"
  5. To print the program source code: File -> Print
  6. Undo the last operation: Edit -> Undo OR Alt + Bksp
  7. Redo the last operation: Edit -> Redo OR Shift + Alt + Bksp
  8. Copy: Edit -> Copy OR Ctrl + Ins
  9. Cut: Edit -> Cut OR Shift + Del
  10. Paste: Edit -> Paste OR Shift + Ins
  11. To find a specific word in your source (program): Search -> Find
  12. To search for a word and to replace with some other: Search -> Replace
  13. To Search again with previously mentioned word: Search -> Search again OR Ctrl + L
  14. Go to specific line number: Search -> Go to line number
  15. To run your program: Run -> Run OR Ctrl + F9
  16. Menu options helpful for tracing the flow of program control:
  17. Trace into: Run -> Trace into OR F7
  18. Trace over: Run -> Trace over OR F8
  19. To compile your program: Compile -> Compile OR Alt + F9


Features and Info About TurboC++ By NeuTroN:
  • During re-installation please un-install it properly back-up all the source code files from "C:\turboc++\disk\" folder and delete the folder  "C:\turboc++", reboot your computer and then you can proceed to re-installing it.
  • If mouse hangs after running a program you can re-enable it by selecting repaint desktop option from main menu. For that first press F10 use arrow keys to goto main menu(left of FILE menu) and select Repaint Desktop.
  • For the convenience of the users some example programs have been given.
  • Un-installing won't delete the source files you created, you can find them in "C:\TurboC++\Disk" folder.
  • For Graphics programming please use "C:\\Turboc3\\BGI" instead of "C:\\Tc\\BGI" as BGI path.
  • Problem regarding inserting special symbols please use the key-mapper to suite your needs, it can  be opened by pressing "Ctrl+alt+F1" and change the mapping according to your needs, please don't toggle it if you don't know what you are doing.
  • This Version Works For Both C and C++
  • This Version Works On Both Windows 7,8 64 Bit also ...So For Any Problems U can Contact the developer at striker.dbz@hotmail.com

Source- http://nvstech.weebly.com/

Sunday, June 15, 2014

Logic and Discrete Mathematics

Logic and Discrete Maths Includes Basic Maths ...It includes Sets,Logical Connectives,Prepositions and Discrete Maths.It also Includes combinatorics up to certain extent which will help you in understanding data structures, different computation logics.

Reference/Books:
1. Discrete mathematical structures by B Kolman RC Busby, S Ross PHI Pvt. Ltd.
2. Discrete mathematical structures by RM somasundaram (PHI) EEE edition


Notes Download:
All LDMS Notes -Here



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

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