Pram Algorithm IT Technical Seminar Presentation and PPT

Introduction to Pram Algorithm IT Technical Seminar Presentation:

The paper is about algorithms which are defined for the parallel machines. In this paper we have introduced an PRAM algorithm, in this algorithm all the processors will work parallely and will communicate with one other by using common block of memory. Mostly all the applications are looking for the real time solutions. Examples include weather forecasting, surgical procedures and many more. The parallel machines are used for reducing the solution time more effectively.

The implementation of the parallel computing says that the problem should be divided or partitioned into sub problems.  Once the partition is done the processor are used for working on the sub problem and once the processors are done with , then the partitioned solutions are combined together for providing the result finally. The algorithm which we have designed for the sake of multiprocessor is named as the parallel algorithm.

The communication must exist between the processors so that the sub problems will work accordingly and then need to conform whether the sub problems has finished working with their tasks. And the parallel modes are classified as Fixed Connection and Shared Connection.

In a fixed connection graph G (V, E) where nodes denotes the processors and edges are used for representing the communication links in between the processors. In the shared connection the communication is done by writing to and reading from the common memory.

The algorithms related to merging technique involve Logarithm time algorithm: where two sorted sequences are merged with lengths m, with time O (log m) using processors. Other algorithm Odd-Even Merge: In this algorithm two sorted sequences each of length m can be merged together in O (log m).

We have discussed various algorithms for the parallel machines and also conclude that PRAM algorithm, in this algorithm all the processors will work parallely and will communicate with one other by using common block of memory.

Download  Pram Algorithm IT Technical Seminar Presentation and PPT.

Integer and Polynomial Arithmetic Technical Seminar Paper Presentation for IT Students

Introduction to Integer and Polynomial Arithmetic Technical Seminar Paper Presentation:

The most real life problem involves the computation of both integers and also polynomials. And in this paper we discuss about the methods which are involved in making the faster calculation. And also the previous algorithms can be used with modern approach for performing the computations most efficiently.

The finite power series includes the non negative integer and also the uni-variate polynomial. And most of the algorithms involved in manipulation of integer and polynomial are similar. The similar types of algorithms are involved in case of computations regarding to multiplication, division, calculation of GCD, also finding modular arithmetic and also residues.

When we consider computation of GCD, i.e. when we consider two integers a and b , then GCD is given as, GCD(a,b)=ma+nb where m and n are integer values. The algorithm for finding the GCD of two numbers using the integers m and also n is given in the paper. This algorithm is given as the Extended Euclidean Algorithm.

In the real life, most of the computation involves calculations based on integers and also polynomial also includes the computation of reciprocal to calculation of GCD in a modern approach. Techniques like Chinese remaindering and also modular polynomial arithmetic techniques are used for performing calculations fastly, the interpolation of polynomial is used for calculating polynomial arithmetic.

We can conclude that mostly the real life problem involves the computation of both integers and also polynomials. And in this paper we discuss about the methods which are involved in making the faster calculation including the comparison of all computing methods.

Download  Integer and Polynomial Arithmetic Technical Seminar Paper Presentation for IT Students.

Technical Seminar Presentation on X-Ray and CT Scan with PPT for EC Students

Introduction to Technical Seminar Presentation on X-Ray and CT Scan:

X-rays are discovered by a physicist from Germany named Will elm Konrad Rontgen in November 1895. He firstly named as ‘new kind of ray’ or called as X-rays, where x stands for unknown. They are being used for visualizing the anatomy of humans internally. Now a day X-rays have become common tool in the medical field. The simple technique such as chest radiography to a complex technique of digital subtraction depends on the usage of X-rays.

The properties of X-rays, which are responsible for usage in medical field are, their ability for producing luminescence and also its effect in case of photographic emulsions.  It has also capability for penetration of matter in various materials.

The principle of X-rays include, an energy source which is responsible for accelerating electrons ,also a free electron path, a means for focusing on the electron beam and also a device for stopping of the electrons.

The two limitations involved in usage of X-rays are, the super-imposition of the three-dimensional information onto a single plane results in making diagnosis confusing and also difficult. And the second is that, the photographic film which is used for making the radiographs will have a limited dynamic range and therefore there exists some contrast differences on the film to be distinguished by eye.

The computed tomography is used for determining the characteristics of every tissue in the parent slice which makes the transmitted radiation intensity recorded from all directions. The calculated tissue characteristics compose actually to the CT image.

We can conclude that from the development of CT technology there was a rapid development in the hardware and also in detector technology. The images give a high quality maps with X-ray linear coefficients of parent tissues.

Download  Text and Hypertext Categorization Using Support Vector Machines PPT for IT Students.

Technical Seminar Presentation on Sorting Networks with PPT for IT Students

Introduction to Technical Seminar Presentation on Sorting Networks:

The paper is about the sorting mechanism. We can define sorting as an efficient process which accepts a set of values as input which are arranged as either the increasing or decreasing order for providing as output.  We can define sorting in a notation as sequence defined  S={s1,s2,…….,sn} can be arranged as a  new sequence of  S’={s1’,s2’,…….,sn’} where si’<si+1’ for i=1,2,3,….n-1, by the sorting method.

The sorting networks are considered as the comparison a network which is used for sorting the inputs of the sequence. It consists of wires and also comparators and these sorting networks mainly implement the Parallel sorting method, where the input set is classified as one or more subsets and these subsets are sorted in parallel and then merged into an output set.

In the sorting network the comparators accept the inputs as x and y and outputs generated as x’ and y’, where x’ =min (x,y) and y’ =max (x,y) . The most important process in sorting network is merging where after classification of subsets, they are merged into a single set which is used for special purpose called Merging network.

When we consider a comparator network with n input values, sorts all 2n sequences of zeroes and ones in a network of sorting. The different types of parallel sorting techniques includes Bitonic sorting with is used for sorting either in decrease or increase monotonically. And the Bitonic sorter consists of several stages and each stage is named as Half-cleaner.

When we speak about other sorting method named transposition sorting, it is used to merge two sorted sequences to a single sorted sequence. Thus we can conclude that it is the most efficient sorting method. 

Download  Technical Seminar Presentation on Sorting Networks with PPT for IT Students.

Peer-to-peer Video Distribution Over The Internet Technical Seminar Presentation

Introduction to Peer-to-peer Video Distribution Over The Internet Technical Seminar Presentation:

The World Wide Web is a network which distributes the information, so that everyone is capable of accessing the data objects globally. The www is a network of information. It helps the people for accessing their information resources.

A technique named web caching is enabled to reduce the client response time and also helps from network traffic problem and also reduces the load on server. It helps in getting maximum number of hits, so that the performance increases.

In the architecture the peers are grouped together based on the controller and the controller is responsible for assigning the Peer ID for the peer who has joined as new in the group. The architecture involves the modules related to Peer Management i.e. it is used for managing peers. Video request Module i.e. it is used for managing the request send by the client.

The peer management involves the termination of the connection by the controller. Whenever there are no changes made to the cache then no message is sent by the peer. In case of a new peer first a join group message is sent to the controller with the help of TCP connection. And the controller will send the reply with the ACK and unique peer id.

The peer to peer communication helps to share the information directly between the terminals. The advantage with p2p communication when compared to that of client-server is, it is cost effective as it is implemented without a setup of data centre.

When we consider the protocol UDP, it is an efficient protocol for fulfilling the real-time requirements and also in reducing the band-width consumption of peer.

We can conclude that the implementation and design of the peer-peer is simple without any complexity and also a number of results have been proved that it is most efficient type of communication.

Download  Peer-to-peer Video Distribution Over The Internet Technical Seminar Presentation.

Text and Hypertext Categorization Using Support Vector Machines PPT for IT Students

Introduction to Text and Hypertext Categorization Using Support Vector Machines:

The paper is about the classification of the documents. The documents can be classified based on predefined categories. The documents can result in multiple categories and also the documents may not be in any categories.

Application of text categorization includes the categorization of the stories which are new for the sake of online retrieval. And also includes the retrieval of information from the World Wide Web, also includes the user’s search by using hypertext.

The representation of text includes, the reduction of word to level of the stem, includes the preparation of vector in feature. And also involves a removal of stop words.

The support of the vector machines for this application includes the dimensional input space which is high, and also involves the features which are irrelevant and also the document vectors to be sparsed and also categorization of problems which can be separated linearly.

The conventional methods of classification involve the classifier of Bayes, algorithm of rocchio, including the classifier of decision tree. When we consider the Bayesian approach with a document of n attributes arranged as a1, a2….,an with total target of ‘v’ values. The approach is given by.

Text and Hypertext

The above formula can be written using Bayes theorem as,                                                             

 

 We can say that we can implement SVMs for categorizing the text and it is proved theoretically that the SVMs are suited  good in case of text categorization and when its performance are compared to other methods there was an consistent improvement. Hence we can conclude that SVM is an efficient approach for categorization of text.

Download  Text and Hypertext Categorization Using Support Vector Machines PPT for IT Students.

Technical Seminar Presentation on conceptual indexing with PPT for ECE Students

Introduction to Technical Seminar Presentation on conceptual indexing:

The paper is about conceptual indexing. The conceptual indexing is a methodology which uses the phrases in indexed material conceptually. The same is done automatically by parsing each phrase to one or more conceptual structures which represent the way the elements of the phrase are arranged to give a meaning.

The main key attribute of the technology includes the ability for determining, a new description which it belongs to and when the description is also not in taxonomy already. This can be done by using the algorithm MSS, which is responsible for finding the most specific subsumers of new description more efficiently. This makes the information seekers to locate all the concepts according the requests, though the request is not in taxonomy.

The building blocks of conceptual indexing includes the document handling, analysis based on lexical, phrase based analysis, also taxonomic classification and also includes browsing and retrieval.

The element of conceptual indexing includes concept extractor: which is used to identify all the words and phrases that are to be indexed and also makes a record of it, the material they are available. Concept assimilator: It is used to analyze the structure and also the meaning of the concept phrase to find the conceptual taxonomy it belongs to.  Conceptual retrieval system: It makes use of the conceptual taxonomy for making the connection between the requests and also the indexed items. Conceptual navigator: it allows the user to move easily in the taxonomy and also allows user to browse the conceptual taxonomy.

We can conclude that there is a need for intelligent information retrieval system for solving the real world problems. And can also say that the usage of rich multimedia databases is not useful when we don’t have the access to the right information at the right time.

Download  Technical Seminar Presentation on conceptual indexing with PPT for ECE Students.

Technical Seminar Presentation on Object Oriented Features of PHP4 with PPT for CSE Students

Introduction to Technical Seminar Presentation on Object Oriented Features of PHP4:

The paper provides the object oriented features of PHP4. With the server side programming the static pages can be made dynamic so that an interaction with the database is possible. It behaves differently in case of different users. Also provides security to the applications viewed for the browser. And capable of processing the users data, also handles the compatibility related problems.

The different server side programming includes ASP, JSP, COLD FUSION and also PHP. And we have preferred PHP because it is stable i.e.  There is no need to reboot the server very often, it is fast in its interpretation and it is easy i.e. the programming syntax is user friendly.

The PHP code is embedded in html code, the declaring the comments include single line (denoted with //) and multiline comments (/* */).  The variables are denoted by dollar sign ($) and there is no need for the variables to be declared before it is being assigned. The operators which are used in the PHP includes ternary operators, logical operators, relational operators and string concatenation operator. The control structures include usage of IF, IF-ELSE AND ELSE-IF construct. The loop statements involve For, While, do-while loops and also involves the continue and break statement.

It supports the three-tier architecture of which includes Client tire, Application-server tire and also Data-server tire. Thus we can conclude that the paper provides the object oriented features of PHP4. With the server side programming the static pages can be made dynamic so that an interaction with the database is possible. It behaves differently in case of different users; all these features are made possible.

Download  Technical Seminar Presentation on Object Oriented Features of PHP4 with PPT for CSE Students.

Third Generation Wireless Technology Technical Seminar Report for IT Final Year Students

Introduction to Third Generation Wireless Technology Technical Seminar Topic:

The project is about the 3G a wireless technology. These are capable of providing the immediate access to the services requested by the individuals on demand.  The paper also provides the current technologies being used in the wireless environment and also an overview of technologies which are now being evolved.  It also gives the way the 3G is being implemented for satisfying the demands of wireless multimedia services, also the difference between the third generation wireless technology and other wireless technologies are given.

Previously there was huge demand for voice services which was the market driver. But today, there is an equal demand for data services also as the market driver.  The telecommunications are also undergoing vast changes for the increase in data services. These days’ new technologies are being evaluated in such a way that it results in optimization of transport of the data services and also offers higher bandwidth in the mobile environment.

The first generation of wireless communication was based on analog signaling and these systems are based on circuit-switched technology designed for voice based but not for essentially the data based communication. The second generation of communication was based on low-band digital data signaling. It was capable of providing the services of fax and message service at a data rate up to 9.6 kbps but is not well suited for applications related to web browsing and also the multimedia applications.

One of the important aspects of 3G is ability to integrate all the existing cellular standards like CDMA, GSM and also TDMA. The existing technologies are based on circuit-switching technology for providing the voice related services. But the same technology is not able to implement multimedia services. The switching is done from circuit to packet-switched technology for providing better data and also multimedia services.

Download  Third Generation Wireless Technology Technical Seminar Report for IT Final Year Students.

Real Time Structured Analysis and Software Process for Multidimensional Separation PPT

Introduction to Real Time Structured Analysis and Software Process for Multidimensional Separation:

The project is regarding a Software process, which is capable of detecting and handling the concerns independently, but if we consider the conventional methods they do lack in some workflow and will fail to achieve the services of the system. The paper also includes the real time controls in case of structured analysis used for identifying, analyzing and also program all the concerns.

The advantages with the present Software process include the code which is so simple and even shorter and easily understandable. It also provides higher flexibility and re-usability feature of the components.

Concern deals with the decomposition of software into parts which can be easily manageable, for example if we consider object-oriented programming the kind of concern is the class which is used. The clear separation of concern can result in reduction of software complexities and enables the future of re-usability and also results in integration of components. Using one dimension of concern can result in promotion of goals and also the activities when compared to that of others.

The modern languages and methodologies have a problem of tyranny of dominant decomposition as they give permission for separation or encapsulation of one kind of concern at a time.

Thus we can conclude that the decomposition based on only one kind of concern can cause breakage to many benefits. The full support of multi-dimensional concern is provided which enables the developer to select the best modularization which is based on any or all concerns.

Download  Real Time Structured Analysis and Software Process for Multidimensional Separation PPT.