Computer Science and Applications
Computer Science and Applications
SYLLABUS
PART-B will cover 90 Objective Type Questions (Multiple Choice, Matching type,
True/False, Assertion – Reasoning type) carrying 90 marks of 90 minutes duration. Each
question carries 1 mark.
1. Discrete Structures :
Graph : Definition, walks, paths, trails, connected graphs, regular and bipartite graphs, cycles and
circuits. Tree and rooted tree. Spanning trees. Eccentricity of a vertex radius and diameter of a
graph. Central Graphs. Centres of a tree. Hamiltonian and Eulerian graphs, Planar graphs.
2. Computer Arithmetic :
Propositional ( Boolean ) Logic, Predicate Logic, Well – formed – formulae ( WFF ), Satisfiability and
Tautology.
Logic Families : TTL, ECL and C – MOS gates. Boolean algebra and Minimization of Boolean
functions. Flip-flops – types, race condition and comparison. Design of comb inational and
sequential circuits.
Representation of Integers : Octal, Hex, Decimal, and Binary. 2′s complement and 1′s complement
arithmetic.
Floating point representation.
C++ Programming : Elements of C++ – Tokens, identifiers. Variables and constants, Datatypes,
Operators, Control statements. Functions parameter passing. Class and objects. Constructors and
destructors. Overloading, Inheritance, Templates, Exception handling.
E-R diagrams and their transformation to relational design, normalization – INF, 2NF, 3NF, BCNF and
4NF.Limitations of 4NF and BCNF.
SQL : Data Definition Language ( DDL ), Data Manipulation Language ( DML ), Data Control Language
( DCL ) commands. Database objects like-Views, indexes, sequences, synonyms, data dictionary.
Data, Information, Definition of data structure. Arrays, stacks, queues, linked lists, trees, graphs,
priority queues and heaps.
File Structures : Fields, records and files. Sequential, direct, index-sequential and relative files.
Hashing, inverted lists and multi – lists. B trees and B+ trees.
6. Computer Networks :
Network fundamentals : Local Area Networks ( LAN ), Metropolitan Area Networks ( MAN ), Wide
Area Networks (WAN ), Wireless Networks, Inter Networks.
Data Communication : Channel capacity. Transmission media-twisted pair, coaxial cables, fibre –
optic cables, wireless transmission-radio, microwave, infrared and millimeter waves. Lightwave
transmission. Thelephones – local loop, trunks, multiplexing, switching, narrowband ISDN,
broadband ISDN, ATM, High speed LANS. Cellular Radio. Communication satellites-geosynchronous
and low-orbit.
Internetworking : Switch / Hub, Bridge, Router, Gateways, Concatenated virtual circuits, Tunnelling,
Fragmentation, Firewalls.
Network Security : Cryptography-public key, secret key. Domain Name System ( DNS ) – Electronic
Mail and Worldwide Web ( WWW ). The DNS, Resource Records, Name servers.E-mail-architecture
and Serves.
UNIX :
The Unix System : File system, process management, bourne shell, shell variables,
command line programming.
Filters and Commands : Pr, head, tail, cut, paste, sort, uniq, tr, join, etc., grep, egrep, fgrep,
etc., sed, awk, etc.
System Calls ( like ) : Creat, open, close, read, write, iseek, link, unlink, stat, fstat, umask,
chmod, exec, fork, wait, system.
9. Software Engineering :
System Development Life Cycle ( SDLC ) : Steps, Water fall model, Prototypes, Spiral
model.
Software Metrics : Software Project Management.
Software Design : System design, detailed design, function oriented design, object oriented
design, user interface design. Design level metrics.
Coding and Testing : Testing level metrics. Software quality and reliability. Clean room
approach, software re engineering.
The topics of current interest in Computer Science and Computer Applications shall be covered. The
experts shall use their judgement from time to time to include the topics of popular interest, which
are expected to be known for an application development software professional, currently, they
include :
Parallel Computing :
Parallel virtual machine ( pvm ) and message passing interface ( MPI ) libraries and calls. Advanced
architectures. Today’s fastest computers.
Mobile Computing :
Mobile connectivity – Cells, Framework, wireless delivery technology and switching methods, mobile
information
access devices, mobile data internetworking standards, cellular data communication protocols,
mobile computing applications. Mobile databases – protocols, scope, tools and technology. M-
business.
E – Technologies :
Windows Programming :
Simple Applications ( in windows ) : Scrolling, splitting views, docking toolbars, status bars, common
dialogs.
Multiple Document Interface ( MDI ), Multithreading. Object linking and Embedding ( OLE ). Active X
controls. Active Template Library ( ATL ). Network programming.