8.628 11 · pdf fileprogramming in c and c++ programming in c : ... coding and testing : ......

11

Upload: tranduong

Post on 06-Mar-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

UPKAR PRAKASHAN, AGRA-2

Compiled byChandresh Shah (MCA)

Saurab Mishra (MCA)

Edited bySunil Kumar Ojha (PHDBP)

Revised byDr. Arvind Mohan Parashar

&Prof. Ashok Arora

Revised Edition

© Publishers

Publishers

UPKAR PRAKASHAN(An ISO 9001 : 2000 Company)

2/11A, Swadeshi Bima Nagar, AGRA–282 002Phone : 4053333, 2530966, 2531101Fax : (0562) 4053330, 4031570E-mail : [email protected], Website : www.upkar.in

Branch Offices :4845, Ansari Road, Daryaganj,New Delhi—110 002Phone : 011–23251844/66

Pirmohani Chowk,Kadamkuan,Patna—800 003Phone : 0612–2673340

1-8-1/B, R.R. Complex (Near SundaraiahPark, Adjacent to Manasa Enclave Gate),Bagh Lingampally,Hyderabad—500 044 (A.P.)Phone : 040–66753330

28, Chowdhury Lane, ShyamBazar, Near Metro Station,Gate No. 4Kolkata—700004 (W.B.)Phone : 033–25551510

B-33, Blunt Square, KanpurTaxi Stand Lane, Mawaiya,Lucknow—226 004 (U.P.)Phone : 0522–4109080

● The publishers have taken all possible precautions in publishing this book, yet ifany mistake has crept in, the publishers shall not be responsible for the same.

● This book or any part thereof may not be reproduced in any form byPhotographic, Mechanical, or any other method, for any use, without writtenpermission from the Publishers.

● Only the courts at Agra shall have the jurisdiction for any legal dispute.

ISBN : 978-81-7482-586-5

Price : 750·00(Rs. Seven Hundred Fifty Only)

Code No. 894

Printed at : Upkar Prakashan (Printing Unit) Bye-pass, Agra

CONTENTS

● Previous Years’ Solved Papers

1. Discrete Structures …………….……………………………………… 3–52* Objective Type Questions …………………………………………... 24

2. Computer Arithmetics ………………………………………………… 53–148* Objective Type Questions …………………………………………... 111

3. Principles of Programming in C & C++ ….…………………………… 149–335* Objective Type Questions …………………………………………... 279

4. Computer Graphics ………………………………....………………… 336–385* Objective Type Questions …………………………………………... 379

5. Concepts of Database ………………………………….……………… 386–461* Objective Type Questions …………………………………………... 443

6. Data and File Structure ………………………………..……………… 462–546* Objective Type Questions …………………………………………... 528

7. Computer Networks and Transmission System ………….…………… 547–624* Objective Type Questions …………………………………………... 604

8. System Software and Compilers ……………………...……………… 625–653* Objective Type Questions …………………………………………... 634

9. Operating System …………………………………...………………… 654–753* Objective Type Questions …………………………………………... 718

10. Concepts of Software Engineering………………….....……………… 754–845* Objective Type Questions …………………………………………... 826

11. Current Trends and Technologies……………………………………… 846–916

* Objective Type Questions …………………………………………... 901

12. Artificial Intelligence……………………………………..…………… 917–979

* Objective Type Questions …………………………………………... 1–16

Syllabus

PAPER–II1. Discrete Structures

Sets, Relations, Functions, Pigeonhole Principle, Inclusion-Exclusion, Principle, Equivalence andPartial Orderings, Elementary Counting Techniques, Probability, Measures(s) for information andMutual information.

Computability : Models of Computation—Finite outomata, Pushdown Automata, Non-determinism and NFA, DPDA and PDAs Languages accepted by these structures, Grammars,Languages, Non-computability and Examples of non-computable problems.

Graph : Definition, walks, paths, trails, connected graphs, regular and bipartite graphs, cycles andcircuits. Tree and rooted tree. Spanning trees. Eccentricity of a vertex radius and diameter of agraph. Central Graphs. Centre(s) of a tree. Hamiltonian and Eulerian graphs, Planar graphs.

Groups : Finite fields and Error correcting/detecting codes.

2. Computer ArithmeticPrepositional (Boolean) Logic, Predicate Logic, Well-formed formulae (WFF), Satisfiability andTautology.

Logic Families :TTL, ECL and C-MOS gates. Boolean algebra and Minimization of Booleanfunctions, Flip-flops types, race condition and comparison. Design of combinational and sequentialcircuits.

Representation of Integers : Octal, Hex, Decimal, and Binary. 2's complement and 1’scomplement arithmetic. Floating point representation.

3. Programming in C and C++Programming in C : Elements of C—Tokens, identifiers, data types in C. Control structures in C.Sequence, selection and iteration(s). Structured data types in C—arrays, struct, union, string, andpointers.

O-O Programming Concepts : Class, object, instantiation. Inheritance, polymorphism andoverloading.

C++ Programming : Elements of C++ —Tokens, identifiers. Variables and constants, Data types,Operators, Control statements, Functions parameter passing. Class and objects. Constructors anddestructors. Overloading, Inheritance, Templates, Exception handling.

4. Relational Database Design and SQLE-R diagrams and their transformation to relational design, normalization—1NF, 2NF, 3NF, BCNFand 4NF. Limitations of 4NF and BCNF.

( v )

SQL : Data Definition Language (DDL), Data Manipulation Language (DML), Data controlLanguage (DCL) commands. Database objects like—Views, indexes, sequences, synonyms, datadictionary.

5. Data and File StructuresData, 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 NetworksNetwork fundamentals : Local Area Networks (LAN), Metropolitan Area Networks (MAN), WideArea Networks (WAN), Wireless Networks, Inter Networks.

Reference Models—The OSI model, TCP/IP model.

Data Communication : Channel capacity. Transmission media—twisted pair, coaxial cables,fibre-optic cables, wireless transmission— radio, microwave, infrared and millimeter waves, Lightwave transmission. Telephones—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.

Routing : Virtual circuits and datagrams. Routing algorithms, Conjestion control.

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.

7. System Software and CompilersAssembly language fundamentals (8085 based assembly language programming). Assemblers—2-pass and single-pass. Macros and macroprocessors.

Loading, linking, relocation, program relocatability. Linkage editing.

Text editors. Programming Environments. Debuggers and program generators.

Compilation and Interpretation. Bootstrap compilers. Phases of compilation process. Lexicalanalysis. Lex package on Unix system.

Context free grammars. Parsing and parse trees. Representation of parse (derivation) trees asrightmost and leftmost derivations. Bottom up parsers—shift-reduce, operator precedence, and LR.YACC package on Unix system.

Topdown parsers—left recursion and its removal. Recursive descent parser. Predictive parser,Intermediate codes—Quadruples, Triples, Intermediate code generation, Code generation, Codeoptimization.

8. Operating Systems (with Case Study of Unix)Main functions of operating systems. Multiprogramming, multiprocessing, and multitasking.

Memory Management : Virtual memory, paging, fragmentation.

( vi )

Concurrent Processing : Mutual exclusion. Critical regions, lock and unlock.

Scheduling : CPU scheduling, I/O scheduling, Resource scheduling, Deadlock and schedulingalgorithms. Banker’s algorithm for deadlock handling.

UNIX

The Unix System : File system, process management, bourne shell, shell variables, command lineprogramming.

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 EngineeringSystem 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 reengineering.

10. Current Trends and TechnologiesThe 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 switchingmethods, mobile information access devices, mobile data internetworking standards, cellular datacommunication protocols, mobile computing applications. Mobile databases—protocols, scope,tools and technology. M-business.

E-Technologies

Electronic Commerce : Framework, Media Convergence of Applications, ConsumerApplications, Organisation Applications.

Electronic Payment Systems : Digital Token, Smart Cards, Credit Cards, Risks in ElectronicPayment System, Designing Electronic Payment Systems.

Electronic Data Interchange (EDI) : Concepts, Applications, (Legal, Security and Privacy)issues, EDI and Electronic Commerce, Standardization and EDI, EDI Software Implementation,EDI Envelope for Message Transport, Internet-Based EDI.

( vii )

Digital Libraries and Data Warehousing : Concepts, Types of Digital documents, Issues behinddocument Infrastructure, Corporate Data Warehouses.

Software Agents : Characteristics and Properties of Agents, Technology behind Software Agents(Applets, Browsers and Software Agents)

Broadband Telecommunications : Concepts, Frame Relay, Cell Relay, Switched MultimegabitData Service, Asynchronous Transfer Mode.

Main concepts in Geographical Information System (GIS), E-cash, E-Business, ERP packages.

Data Warehousing : Data Warehouse environment, architecture of a data warehousemethodology, analysis, design, construction and administration.

Data Mining : Extracting models and patterns from large databases, data mining techniques,classification, regression, clustering, summarization, dependency modelling, link analysis,sequencing analysis, mining scientific and business data.

Windows ProgrammingIntroduction to Windows programming— Win32, Microsoft Foundation Classes (MFC),Documents and views, Resources, Message handling in windows.

Simple Applications (in windows)

Scrolling, splitting views, docking toolbars, status bars, common dialogs.

Advanced Windows ProgrammingMultiple Document Interface (MDI), Multithreading. Object linking and Embedding (OLE). ActiveX controls. Active Template Library (ATL). Network programming.

PAPER-III (A)CORE GROUP

Unit–ICombinational Circuit Design, Sequential Circuit Design, Hardwired and Microprogrammedprocessor design, Instruction formats, Addressing modes, Memory types and organisation,Interfacing peripheral devices, Interrupts.

Microprocessor architecture, Instruction set and Programming (8085, P-III/P-IV), Microprocessorapplications.

Unit–IIDatabase Concepts, ER diagrams, Data Models, Design of Relational Database, Normalisation,SQL and QBE, Query Processing and Optimisation, Centralised and Distributed Database,Security, Concurrency and Recovery in Centralised and Distributed Database Systems, ObjectOriented Database Management Systems (Concepts, Composite objects, Integration with RDBMSapplications), ORACLE.

( viii )

Unit–IIIDisplay systems, Input devices, 2D Geometry, Graphic operations, 3D Graphics, Animation,Graphic standard, Applications.

Concepts, Storage Devices, Input Tools, Authoring Tools, Application, Files.

Unit–IVProgramming Language Concepts, Paradigms and models.

Data. Data types, Operators, Expressions, Assignment. Flow of Control—Control structures, I/Ostatements, User-defined and built-in functions, Parameter passing.

Principles, classes, inheritance, class hierarchies, polymorphism, dynamic binding, referencesemantics and their implementation.

Principles, functions, lists, types and plymorphisms, higher order functions, lazy evaluation,equations and pattern matching.

Principles, horn clauses and their execution, logical variables, relations, data structures, controllingthe search order, program development in prolog, implementation of prolog, example programs inprolog.

Principles of parallelism, coroutines, communication and execution. Parallel Virtual Machine(PVM) and Message Passing Interface (MPI) routines and calls. Parallel programs in PVMparadigm as well as MPI paradigm for simple problems like matrix multiplication.

Preconditions, post-conditions, axiomatic approach for semantics, correctness, denotationalsemantics.

Compiler structure, compiler construction tools, compilation phases.

Finite Automata, Pushdown Automata. Non-determinism and NFA, DPDA, and PDAs andlanguages accepted by these structures. Grammars, Languages—types of grammars—type 0, type1, type 2, and type 3. The relationship between types of grammars, and finite machines. Pushdownautomata and Context Free Grammars. Lexical Analysis—regular expressions and regularlanguages. LEX package on Unix. Conversion of NFA to DFA. Minimizing the number of states ina DFA. Compilation and Interpretation. Bootstrap compilers.

Context free grammars. Parsing and parse trees. Representation of parse (derivation) trees asrightmost and leftmost derivations. Bottom up parsers—shift-reduce, operator precedence, and LR.YACC package on Unix system. Topdown parsers—left recursion and its removal. Recursivedescent parser. Predictive parser, Intermediate codes—Quadruples, triples. Intermediate codegeneration, Code generation, Code optimization.

Unit–VAnalog and Digital transmission, Asynchronous and Synchronous transmission, Transmissionmedia, Multiplexing and Concentration, Switching techniques, Polling.

Topologies, Networking Devices, OSI Reference Model, Protocols for—(i) Data link layer, (ii)Network layer, and (iii) Transport layer, TCP/IP protocols, Networks security, Networkadministration.

( ix )

Unit–VIDefinition, Simple and Composite structures, Arrays, Lists, Stacks queues, Priority queues, Binarytrees, B-trees, Graphs.

Sorting and Searching Algorithms, Analysis of Algorithms, Interpolation and Binary Search,Asymptotic notations—big ohm, omega and theta. Average case analysis of simple programs likefinding of a maximum of n elements. Recursion and its systematic removal. Quicksort—Non-recursive implementation with minimal stack storage. Design of Algorithms (Divide and Conquer,Greedy method, Dynamic programming, Back tracking, Branch and Bound). Lower bound theory,Non-deterministic algorithm—Non-deterministic programming constructs. Simple non-deterministic programs. NP—hard and NP—complete problems.

Unit–VIIObject, messages, classes, encapsulation, inheritance, polymorphism, aggregation, abstract classes,generalization as extension and restriction. Object oriented design. Multiple inheritance, metadata.

HTML, DHTML, XML, Scripting, Java, Servelets, Applets.

Unit–VIIISoftware development models, Requirement analysis and specifications, Software design,Programming techniques and tools, Software validation and quality assurance techniques, Softwaremaintenance and advanced concepts, Software management.

Unit–IXIntroduction, Memory management, Support for concurrent process, Scheduling, System deadlock,Multiprogramming system, I/O management, Distributed operating systems, Study of Unix andWindows NT.

Unit–XDefinitions, AI approach for solving problems.

Automated Reasoning with propositional logic and predicate logic—fundamental proofprocedure, refutation, resolution, refinements to resolution (ordering/pruning/restriction strategies).

State space representation of problems, bounding functions, breadth first, depth first, A, A*, AO*,etc. Performance comparison of various search techniques.

Frames, scripts, semantic nets, production systems, procedural representations, Prologprogramming.

Components of an expert system, Knowledge representation and Acquisition techniques, Buildingexpert system and Shell.

RTNs, ATNs, Parsing of Ambiguous CFGs. Tree Adjoining Grammars (TAGs).

Systems approach to planning, Designing, Development, Implementation and Evaluation of MIS.

Decision-making processes, evaluation of DSS, Group decision support system and case studies,Adaptive design approach to DSS development, Cognitive style in DSS, Integrating expert andDecision support systems.

UGC Net JRFSet Computer Science &Applications (Paper II & III)

Publisher : Upkar Prakashan ISBN : 9788174825865 Author : Chandresh Shah &Saurab Mishra

Type the URL : http://www.kopykitab.com/product/4487

Get this eBook

30%OFF