Sie sind auf Seite 1von 17

8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada,

Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Examrace Login &
▶ Examrace 289K Manage

Paper 3 has been removed from NET from 2018 (Notification)- now paper 2 and 3 syllabus is
included in paper 2

CBSE (UGC) NET June-December 2018 Syllabus for Computer


Science and Applications
CBSE (UGC) NET Computer Science and Applications Syllabus 2012

Code No. 87

Subject: Computer Science and Applications

Note:

There will be two question papers, CBSE (UGC) NET CS Paper II and Paper III.

Paper II will consist of 50 questions worth 2 mark each.

Paper III will consist of 75 questions worth 2 mark each.

CBSE (UGC) NET CS Paper II


1. 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.

2. 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.

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

1 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
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.

4. 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.

5. Data and File structures: 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.
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.

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

2 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
8. 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.

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

10. Current Trends and Technologies:

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:

Electronic Commerce: Framework, Media Convergence of Applications, Consumer Applications,


Organisation Applications.

Electronic Payment Systems: Digital Token, Smart Cards, Credit Cards, Risks in Electronic
Payment 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.
3 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Digital Libraries and Data Warehousing: Concepts, Types of Digital documents, Issues behind
document 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 Multimegabit


Data 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 warehouse


methodology, 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 Programming:

Introduction 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 Programming:

Multiple Document Interface (MDI), Multithreading. Object linking and Embedding (OLE).
Active X controls. Active Template Library (ATL). Network programming.

CBSE (UGC) NET CS Paper III-A Core Group


Unit-I
Combinational Circuit Design, Sequential Circuit Design, Hardwired and Micro Programmed
processor design, Instruction formats, Addressing modes, Memory types and organisation,
Interfacing peripheral devices, Interrupts.

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


Microprocessor applications.

Unit-II
Database 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, Object
Oriented Database Management Systems (Concepts, Composite objects, Integration with
RDBMS applications), ORACLE.

Unit-III
4 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Display systems, Input devices, 2D Geometry, Graphic operations, 3D Graphics, Animation,
Graphic standard, Applications.

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

Unit-IV
Programming language concepts, paradigms and models.

Data: Data types, Operators, Expressions, Assignment. Flow of Control.

Control structures, I/O statements, User-defined and built-in functions, Parameter passing.

Principles, classes, inheritance, class hierarchies, polymorphism, dynamic binding, reference


semantics and their implementation.

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

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

Principles of parallelism, coroutines, communication and execution. Parallel Virtual Machine


(PVM) and Message Passing Interface (MPI) routines and calls. Parallel programs in PVM
paradigm as well as MPI paradigm for simple problems like matrix multiplication.

Preconditions, post-conditions, axiomatic approach for semantics, correctness, denotational


semantics.

Compiler structure, compiler construction tools, compilation phases.

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

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. Top down parsers-left recursion and its removal. Recursive
descent parser. Predictive parser, Intermediate codes-Quadruples, triples. Intermediate code
generation, code generation. Code optimization.

Unit-V
Analog and Digital transmission, Asynchronous and Synchronous transmission, Transmission
media, Multiplexing and Concentration, Switching techniques, Polling.

5 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Topologies, Networking Devices, OSI Reference Model, Protocols for:

Data link layer

Network layer

Transport layer, TCP/IP protocols, Networks security, Network administration.

Unit-VI
Definition, Simple and Composite structures, Arrays, Lists, Stacks queues, Priority queues.
Binary trees, 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 like
finding 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-VII
Object, 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-VIII
Software development models, Requirement analysis and specifications, Software design,
Programming techniques and tools, Software validation and quality assurance techniques,
Software maintenance and advanced concepts, Software management.

Unit-IX
Introduction, Memory management, Support for concurrent process, Scheduling, System
deadlock, Multiprogramming system, I/O management, Distributed operating systems, Study of
Unix and Windows NT.

Unit-X
Definitions, AI approach for solving problems.

Automated Reasoning with prepositional logic and predicate logic-fundamental proof


procedure, 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.

6 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Frames, scripts, semantic nets, production systems, procedural representations. Prolog
programming.

Components of an expert system, Knowledge representation and Acquisition techniques,


Building expert 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 and
Decision support systems.

CBSE (UGC) NET CS Paper III-B (Elective or Optional)


Elective-I
Theory of Computation: Formal language, Need for formal computational models, Non-
computational problems, diagonal argument and Russel's paradox.

Deterministic Finite Automaton (DFA), Non-deterministic Finite Automaton (NFA), Regular


languages and regular sets, Equivalence of DFA and NFA. Minimizing the number of states of a
DFA. Non-regular languages, and Pumping lemma.

Pushdown Automaton (PDA), Deterministic Pushdown Automaton (DPDA), Non-equilvalence


of PDA and DPDA.

Context free Grammars: Greibach Normal Form (GNF) and Chomsky Normal Form (CNF),
Ambiguity, Parse Tree Representation of Derivations. Equivalence of PDA's and CFG's. Parsing
techniques for parsing of general CFG's-Early's, Cook-Kassami-Younger (CKY), and Tomita's
parsing.

Linear Bounded Automata (LBA): Power of LBA Closure properties. Turing Machine (TM) One
tape, multitape. The notions of time and space complexity in terms of TM. Construction of TM
for simple problems. Computational complexity.

Chomsky Hierarchy of languages: Recursive and recursively-enumerable languages.

Elective-II
Models for Information Channel: Discrete Memoryless Channel, Binary Symmetric Channel
(BSC), Burst Channel, Bit-error rates. Probability, Entropy and Shannon's measure of
information. Mutual information. Channel capacity theorem. Rate and optirnality of
Information transmission.

Variable Length Codes: Prefix Codes, Huffmann Codes, Lempel-Ziev (LZ) Codes. Optirnality of
these codes. Information content of these codes.

7 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Error Correcting and Detecting Codes: Finite fields, Hamming distance, Bounds of codes,
Linear (Parity Check) codes, Parity check matrix, Generator matrix, Decoding of linear codes,
Hamming codes.

Image Processing: Image Registration, Spatial Fourier Transforms, Discrete Spatial (2


dimensional) Fourier Transforms, Restoration, Lossy Compression of images (pictures).

Data Compression Techniques: Representation and compression of text, sound, picture, and
video files (based on the JPEG and MPEG standards).

Elective-III
Linear Programming Problem (LPP) in the standard form, LPP in Canonical form. Conversion
of LPP in Standard form to LPP in Canonical form. Simplex-Prevention of cyclic computations
in Simplex and Tableau, Big-M method, dual simplex and revised simplex.

Complexity of simplex algorithm (s). Exponential behaviour of simplex.

Ellipsoid method and Karmakar's method for solving LPPs. Solving simple LPPs through these
methods. Comparison of complexity of these methods.

Assignment and Transportation Problems: Simple algorithms like Hungarian method, etc.

Shortest Path Problems: Dijkstra's and Moore's method. Complexity.

Network Flow Problem: Formulation. Max-Flow Min-Cut theorem. Ford and Fulkerson's
algorithm. Exponential behaviour of Ford and Fulkerson's algorithm. Malhotra-Pramodkumar-
Maheshwari (MPM) Polynomial algorithm for solving Network flow problem. Bipartite Graphs
and Matchings; Solving matching problems using Network flow problems.

Matroids: Definition. Graphic and Cographic matroids. Matroid intersection problem.

Non-linear Programming: Kuhn-Tucker conditions. Convex functions and Convex regions.


Convex programming problems. Algorithms for solving convex programming problems-Rate of
convergence of iterative methods for solving these problems.

Elective-IV
Neural Networks: Perceptron model, Linear separability and XOR problem. Two and three
layered neural nets, Back Propagation-Convergence, Hopfield nets, Neural net learning,
Applications.

Fuzzy Systems: Definition of a Fuzzy set, Fuzzy relations, Fuzzy functions, Fuzzy measures,
Fuzzy reasoning, Applications of Fuzzy systems.

Elective-V
Unix: Operating System, Structure of Unix Operating System, Unix Commands, Interfacing with
Unix, Editors and Compilers for Unix, LEX and YACC, File system, System calls, Filters, Shell
programming.

8 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
Windows: Windows environment, Unicode, Documents and Views, Drawing in a window,
Message handling, Scrolling and Splitting views, Docking toolbars and Status bars, Common
dialogs and Controls, MDI, Multithreading, OLE, Active X controls, ATL, Database access,
Network programming.

▷ CBSE NET Paper-1 fully-solved question bank (including prior year problems), mock
test series, FREE video lectures, and online crash course: Our exclusive material
coprehensively covers the vast and evolving paper 1 syllabus.

Discussions & Questions

I am doing my final year MCA. Next I want to do phd, so could you please tell me whether
jrf is preferred for it and how ? ( - ha...@ on 16-Dec-2017)

1 Answer

With JRF you will get fellowship for PhD, you can also pursue PhD without JRF exam.
- Examrace on 19-Dec-2017

I'm in MCA 2nd yr.Just have result of MCA 1st.Am I eligible for ugc net June 2018.I have
doubt that if I passed in exam my result is valid for PhD or not. ( - in...@ on 10-Oct-2017)

1 Answer

You can appear in result awaited category and produce the result to UGC once declared.
- Examrace on 12-Oct-2017

I m studying in MSC it 1st year. My Ug degree is BCA.. After complete this course am I
eligible for net exam in computer science and application? ( - ma...@ on 04-Sep-2017)

1 Answer

- Examrace on 14-Sep-2017

Hi, i done MCA. How to prepare and write exam? ( - hs...@ on 30-Aug-2017)

1 Answer

For computer science preparation visit -


https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
- Examrace on 31-Aug-2017

9 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures

I am completed MCA in 2016. I want to know NET computer science preparation? ( - ar...@
on 24-Aug-2017)

1 Answer

Computer Science NET solved papers are available at -


https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
- Examrace on 24-Aug-2017

sir guide us about all requirement for ugc net ( - av...@ on 16-Aug-2017)

1 Answer

Eligibility criteria for NET - https://www.examrace.com/CBSE-UGC-NET/CBSE-UGC-


NET-Exam-Scheme/CBSE-UGC-NET-Eligibility-Criteria.html
- Examrace on 24-Aug-2017

Exam pattern for JRF computer science papar 2 and paper3 total objective? ( - si...@ on 09-
Aug-2017)

1 Answer

Yes it is objective.
- Examrace on 24-Aug-2017

I completed B.sc chemistry ,M.sc Computer science and Information technology . Whether
can i attend NET exam..if i can means which syllabus i can go through ( - Su...@ on 07-Aug-
2017)

1 Answer

You wil have to appear for Computer science. You can practice more at -
https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
- Examrace on 24-Aug-2017

I am preparing for the Net Examination but I can not get past papers of computer science
from the internet. Please help me and provide me to repeat the back paper. please give me
computer paper. ( - ve...@ on 06-Aug-2017)

1 Answer

10 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
For computer science past papers go to - https://www.examrace.com/CBSE-UGC-
NET/CBSE-UGC-NET-Previous-Years-Papers/Computer-Science/
- Examrace on 24-Aug-2017

CBSE (UGC) NET CS Paper III-B (Elective or Optional) - i didn't got this it means that as it
is an elective i can ignore it ,means i can prepare for CBSE(UGC) NET CS PAPAER II AND
PAPER III ? ( - sw...@ on 03-Aug-2017)

1 Answer

As per the new exam pattern (MCQ) there is no elective. All questions are compulsory.
- Examrace on 24-Aug-2017

Hi, I completed my M.Tech(computer Science) . Am I eligible to give NET Exam in


Psychology . Could you please give me a suggestion. ( - an...@ on 02-Aug-2017)

1 Answer

You can appear only in subject of your post graduation. You can therefore apply in
computer science.
- Examrace on 23-Aug-2017

how many subjects (elective papers )i have to choose from paper 3/part 3. ( - bi...@ on 14-
Jul-2017)

1 Answer

Now there is no elective in paper 3. The paper pattern is objective and you have to cover the
complete syllabus.
- Examrace on 20-Jul-2017

I am complete my M. Sc in computer science, so what type of net exam I will give. ( - po...@
on 08-Jun-2017)

1 Answer

You will have to appear for CBSE NET Computer Science.


- Examrace on 10-Jul-2017

11 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures

I wanna do NET exam, And want to know how to study myself where to find books and all
things. ( - an...@ on 03-May-2017)

1 Answer

For NET exam preparation and solved past papers visit -


https://www.doorsteptutor.com/Exams/UGC/
- Examrace on 10-May-2017

When will UGC announce June 2017 NET exam? ( - pu...@ on 28-Feb-2017)

1 Answer

The dates will be updated at the website when released. You can subscribe to our free
updates for NET.
- Examrace on 15-Mar-2017

Hi, i am teaching in reputed CBSE affiliated school .. I did MCA in 2008... How NET exam
will help me for bright career. Is only qualifying NET EXAM sufficient or more Exam will
need to be given? ( - mo...@ on 15-Feb-2017)

1 Answer

NET is the eligibility for lecturership in college. After clearing NET you will have to apply
for vacancies.
- Examrace on 14-Mar-2017

I need completely study material for ugc-net for computer science can you please help me
on this. Thank You ( - ra...@ on 11-Feb-2017)

1 Answer

For NET Computer Science kindly visit -


https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
- Examrace on 15-Feb-2017

I want to know how and from where i get book of paper 3 of UGC NET computer science ?
and please suggest me best writers of books for this exam? ( - pe...@ on 23-Jan-2017)

1 Answer

12 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
For computer science solutions to past papers visit -
https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
- Examrace on 05-Feb-2017

I need a material preparation for UGC-NET in computer science and applications.....and


really the way out to get qualified in the exam.. ( - se...@ on 21-Dec-2016)

1 Answer

For solved MCQs for computer science visit -


https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
- Examrace on 02-Jan-2017

I want to know about elective part of Paper 3 of Ugc Net computer science. How could i
choose any of section for exam? At the time of filling form, there wasn't any option. ( -
ja...@ on 28-Nov-2016)

1 Answer

No all sections are compulsory, there would be 75 questions and you have to attempt those.
For computer science solutions to past papers visit
https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
- Examrace on 23-Dec-2016

I am pursuing MCA management. Under which faculty shall I give Net exam? Under
Management or computer science? As my all subjects are of computer science? ( - sh...@ on
10-Nov-2016)

1 Answer

You will appear under computer science.


- Examrace on 05-Dec-2016

I need detail material of all the topics.as I am not in touch with subject from last 5 yr.i want
to clear this exam.plz help. ( - po...@ on 05-Nov-2016)

1 Answer

For Computer science please refer


https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
- Examrace on 05-Dec-2016

13 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures

I am an MCA graduate from IGNOU passed out in 2013. I want to inquire whether I am
eligible for attending UGC Net Examination. Look forward to your valuable response.
Thank you. ( - s4...@ on 24-Oct-2016)

1 Answer

Yes you can appear for NET exam.


- Examrace on 17-Nov-2016

I am doing MCA in hyderabad and I want to do preparation for GATE and NET also
so,what should i do for preparation. ( - md...@ on 18-Oct-2016)

1 Answer

Work as per the syllabus and start solving the past papers for NET and GATE. You can also
refer https://www.doorsteptutor.com/Exams/UGC/Computer-Science/
- Examrace on 17-Nov-2016

I have masters in Computer science and Information security.Can I register under code 85?
(Computer science and application) ( - mu...@ on 16-Oct-2016)

1 Answer

Yes you can appear for NET exam


- Examrace on 17-Nov-2016

I am pursuing MTech and right now I am in second year i.e; 3 rd sem..can I apply to ugc net
which is going to held in jan? ( - ma...@ on 16-Oct-2016)

1 Answer

Yes you can apply in appearing category if you are finishing the 3 rd sem and you will have
to produce your documents when the result is out.
- Examrace on 17-Nov-2016

I am BCA ,MBA (Systems) Can i apply for NET Exam to do Phd program in Computer
science.. Thanks for your help :) ( - gr...@ on 24-Sep-2016)

1 Answer

You can apply for NET in management.

14 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
- Examrace on 06-Oct-2016

Syllabus gives elective, how to select elective in exam, no clarity on this? ( - so...@ on 20-
Sep-2016)

1 Answer

You cannot select electives in examination. You will have to solve all questions.
- Examrace on 23-Sep-2016

Sir, i completed M.E CSE in 2016, whether i can write NET exam in December 2016 ( -
ma...@ on 06-Sep-2016)

1 Answer

Yes you can write NET exam, CBSE NET Computer Science Solutions are available at -
https://www.doorsteptutor.com/Exams/UGC/
- Examrace on 21-Sep-2016

I am preparing for UGC Net (Computer Application). The syllabus is given here but can you
give some reference books for the topics described in syllabus to help for preparation. ( -
gu...@ on 30-Aug-2016)

1 Answer

You can find detailed solutions to past papers for computer science at -
https://www.doorsteptutor.com/Exams/UGC/
- Examrace on 21-Sep-2016

I have done msc cs from distance kuk... please tell me whether i can write net exam? ( -
su...@ on 25-Jun-2016)

1 Answer

Yes you can appear for NET in computer science.


- Examrace on 28-Jun-2016

i want to know about Net Paper-1. The syllabus of paper 1. ( - pr...@ on 02-May-2016)

1 Answer

15 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
NET Paper 1 complete syllabus is covered in the postal course available at -
https://www.examrace.com/CBSE-UGC-NET/CBSE-UGC-NET-FlexiPrep-
Program/Postal-Courses/Examrace-CBSE-UGC-NET-Paper-I-Series.htm, you can also
refer YouTube Videos for NET Paper 1 at https://www.youtube.com/playlist?
list=PLW9kB_HKs3_NCXcqf9tBCUh5uYD1aBg6W
- Examrace on 09-May-2016

I completed M.E-CSE in 2015, whether I can write net exam july 2016 ( - ga...@ on 12-Apr-
2016)

1 Answer

Yes you are eligible to write UGC NET Computer science. Final semester (appearing)
candidates in final year are also eligible to apply for NET examination.
- Examrace on 27-Apr-2016

I want the current affairs materials? ( - di...@ on 21-Mar-2016)

1 Answer

Daily current affairs are available at the following link -


https://www.examrace.com/Current-Affairs/
- Examrace on 31-Mar-2016

I completed MCA. i want to write NET exam June 2016. But When i tried to apply online
,there is no option to select subject a .as computer science. are there any procedure to apply
computer subject ( - na...@ on 08-Mar-2016)

1 Answer

Yes you can write CBSE NET JRF in computer science, there is an option for computer
science in CBSE NET. There is no separate procedure or list.
- Examrace on 17-Mar-2016

I have done my MSc in INFORMATION TECHNOLOGY in year 2014 I passed this exam
with first class, in NET no subject is like IT is there, what can i choose as subject? ( - sa...@
on 02-Oct-2015)

1 Answer

You can appear for CSIR Engineering Sciences.

16 of 17
8/1/2018----CBSE (UGC) NET June December 2018 Syllabus for Computer Science and Applications- Translation in Hindi, Kannada, Malayalam,
Marathi, Punjabi, Sindhi, Sindhi, Tamil, Telgu - Examrace----Downloaded from examrace.com

Visit examrace.com for free study material, doorsteptutor.com for questions with detailed explanations, and "Examrace" YouTube channel for free
videos lectures
- Examrace on 06-Oct-2015

I want past 5 previous year question papers computer science? ( - ya...@ on 21-Apr-2015)

1 Answer

The computer science past papers for CBSE NET are available at the following link-
https://www.examrace.com/CBSE-UGC-NET/CBSE-UGC-NET-Previous-Years-
Papers/Computer-Science/
- Examrace on 21-Apr-2015

Is computer science paper 3 pattern will be change in June 2015 exam ( - go...@ on 31-Mar-
2015)

1 Answer

As of now there is no news of the change of pattern in CBSE NET examination. Any such
changes if come into effect, will be updated on the website at the earliest.
- Examrace on 31-Mar-2015

17 of 17

Das könnte Ihnen auch gefallen