Computer Science & Information Technology (CS)
PGECET-2014
Engineering Mathematics
Probability and Statistics:
Conditional Probability; Mean, Median, Mode and Standard Deviation; Random
Variables; Distributions; uniform, normal, exponential, Poisson, Binomial.
Set Theory & Algebra: Sets;
Relations; Functions; Groups; Partial Orders; Lattice; Boolean Algebra.
Combinatorics: Permutations;
Combinations; Counting; Summation; generating functions; recurrence relations;
asymptotic.
Linear Algebra: Algebra of matrices,
determinants,...
PGECET-2014Post-Graduate Engineering Common Entrance Test
Post Graduate Engineering Common Entrance Test (PGECET) is a AP State Level Common Entrance Test for admission into regular PG Courses in Engineering, Technology, Architecture, Pharmacy and Planning (ME / M.Tech. / M.Pharmacy / M.Arch / Graduate level Pharm-D (Post Baccalaureate)) courses for the academic year 2014-2015 conducted by University College of Engineering, Osmania University on behalf of A.P. State Council of Higher Education (APSCHE), a statutory...
MASTER OF COMPUTER SCIENCE AND APPLICATION (MCA)
p { margin-bottom: 0.25cm; line-height: 120%; }
Course Description:
Master of Computer
Applications (MCA) is a three years course. It includes of six
semesters. Graduates in Engineering, Science or Commerce with
Mathematics or Statistics as one of the subject at 10+2 Level /its
equivalent are eligible for the MCA Course at Jawaharlal Nehru
Technological University, Kakinada. Though the student’s...
Sorting Techniques
The process of getting data elements into order is
called sorting.
There are many sorting algorithms available. But no
one algorithm for sorting is best in all cases. Ideally, one uses different algorithms
depending on whether one is sorting a small set or a large set, on whether the
individual elements of the set occupy a lot of storage (so that moving them
around in memory is time consuming), on how easy it is to the other, and so on.
That means different application requires different sorting methods.
The sorting
methods...
Uses of Data structures
Data structures determine the logical linkages
between data elements, and effect the physical processing of data. Data
structures knowledge is required for people who design and develop software for
either commercial or technical application. It is also required of people who
design and develop system software.
Example: Operating System, Language compiler, DBMS
packages & Communication Processors...
Classification
of Data Structures
Data structures are classified into Two types:
Logical data structures:
Data structures are very important in computer
systems. In a program every variable is
of some explicitly or implicitly defined data structure, which determines the
set operations that are legal upon that variable and set of values that are
legal to it. There may be several physical representations on storage is
possible for each logical structure
Primitive & Simple data structures
Integer, character, float,...
Subscribe to:
Posts (Atom)