2023 2024 EduVark > Education Discussion > General Discussion


  #1  
July 1st, 2017, 02:00 PM
Unregistered
Guest User
 
WBUTECH Net Syllabus

Someone said me to that I can download syllabus of UGC NET Exam on website of Maulana Abul Kalam Azad University of Technology (Formerly WBUTECH). So tell me what should I do to download syllabus of UGC NET Exam on website of WBUTECH?
Similar Threads
Thread
LL.M. Syllabus in MDS university Ajmer syllabus
WBUTECH Routine
WBUTECH Odd Semester Results
Www Wbutech Net Results
Wbutech form fillup
WBUTECH NET Notices Schedule
WBUTECH Result Even Sem
Www.WBUTECH.Net Review Form
WBUTECH Form Fill Up
WBUTECH Registration Form
What Is The Syllabus For APPSC Group 2 Syllabus
WBUT Ac Syllabus MBA Old Syllabus
ICSE syllabus and CBSE syllabus Differences

  #2  
July 1st, 2017, 02:22 PM
Super Moderator
 
Join Date: Mar 2012
Re: WBUTECH Net Syllabus

I want to inform you that there is no syllabus of UGC NET Exam available on website of WBUTECH.

You also should not go anywhere to get syllabus of UGC NET Exam.

There are several subjects in UGC NET Exam. I am providing syllabus of Computer Science Subject:

UGC NET EXAM SYLLABUS – COMPUTER SCIENCE

Discrete Structures:
Sets, Relations, Functions. Pigeonhole Principle, Inclusion-Exclusion Principle, Equivalence and Partial Orderings, Elementary Counting Techniques, Probability. Measure (s) for information and Mutual information. Computability: Models of computation-Finite Automata, Pushdown Automata, Non-determinism and NFA, DPDA and PDAs and 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 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. Groups: Finite fields and Error correcting/detecting codes.

Computer Arithmetic:
Propositional (Boolean) Logic, Predicate Logic, Well-foraied-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 combinational and sequential circuits. Representation of Integers: Octal, Hex, Decimal, and Binary. 2? s complement and 1? s complement arithmetic. Floating point representation.

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, and pointers. O-O Programming Concepts: Class, object, instantiation. Inheritance, polymorphism and overloading. 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.

Relational Database Design and SQL:
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 and File structures: Data, Information, Definition of data structure. Arrays, stacks, queues, linked lists, trees, graphs, priority queues and heaps.

Computer Networks: Network fundamentals: Local Area Networks (LAN), Metropolitan Area Networks (MAN), Wide Area 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. 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. 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.

System Software and Compilers: Assembly 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. Lexical analysis. Lex package on Unix system. Context free grammars. Parsing and parse trees. Representation of parse (derivation) trees as rightmost 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, Code optimization.

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. System Software and Compilers: Assembly 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. Lexical analysis. Lex package on Unix system. Context free grammars. Parsing and parse trees. Representation of parse (derivation) trees as rightmost 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, Code optimization.

Operating Systems (with Case Study of Unix):
Main functions of operating systems. Multi Prograrnming, multiprocessing, and multitasking. Memory Management: Virtual memory, paging, fragmentation. Concurrent Processing: Mutual exclusion. Critical regions, lock and unlock. Scheduling: CPU scheduling, I/O scheduling, Resource scheduling. Deadlock and scheduling algorithms. Banker's algorithm for deadlock handling. 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. 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 reengineering.
Attached Files
File Type: pdf UGC NET EXAM SYLLABUS – COMPUTER SCIENCE.pdf (936.4 KB, 59 views)


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 12:43 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8