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