Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

UGC NET Computer Science Syllabus 2023

UGC NET Computer Science Syllabus 2023: This article will largely talk about the detailed UGC Net Computer Science syllabus 2023. If you want to either become an Assistant Professor or a Junior Researcher under the Junior Research Fellowship (JRF).

UGC NET 2023 Computer Science Syllabus Subject-wise

UGC NET Computer Science Syllabus 2023 subject wise:

  1. Programming Languages and Computer Graphics
  2. Data Structures and Algorithms
  3. Data Communication and Computer Networks
  4. System Software and Operating Systems
  5. Discrete Structures and Optimisation
  6. Computer System Architecture
  7. Database Management Systems
  8. Software Engineering
  9. Theory of Computation and Compilers
  10. Artificial Intelligence

Programming Languages and Computer Graphics

ChapterTopics
Language Design and Translation IssuesProgramming Language Concepts, Paradigms and Models, Programming Environments, Virtual Computers and Binding Times, Programming Language Syntax, Stages in Translation, Formal Transition Models
Elementary Data TypesProperties of Types and Objects, Scalar and Composite Data Types
Programming in CTokens, Identifiers, Data Types, Sequence Control, Subprogram Control, Arrays, Structures, Union, String, Pointers, Functions, File Handling, Command Line Arguments, Preprocessors
Object-Oriented ProgrammingClass, Object, Instantiation, Inheritance, Encapsulation, Abstract Class, Polymorphism
Programming in C++Tokens, Identifiers, Variables and Constants, Data Types, Operators, Control statements, Functions Parameter Passing, Virtual Functions, Class and Objects, Constructors and Destructors, Overloading, Inheritance, Templates, Exception and Event Handling, Streams and Files, Multi File Programs
Web ProgrammingHTML, DHTML, XML, Scripting, Java, Servlets, Applets
Computer GraphicsVideo-Display Devices, Raster-Scan and Random-Scan Systems, Graphics Monitors, Input Devices, Points and Lines, Line Drawing Algorithms, Mid-Point Circle and Ellipse Algorithms, Scan-Line Polygon Fill Algorithm, Boundary-Fill and FloodFill
2D Geometrical Transforms and ViewingTranslation, Scaling, Rotation, Reflection and Shear Transformations, Matrix Representations and Homogeneous Coordinates, Composite Transforms, Transformations Between Coordinate Systems, Viewing Pipeline, Viewing Coordinate Reference Frame, Window to View-Port Coordinate Transformation, Viewing Functions, Line and Polygon Clipping Algorithms
3D Object Representations, Geometric Transformations, and ViewingPolygon Surfaces, Quadric Surfaces, Spline Representation, Bezier and B-Spline Curves, Bezier and B-Spline Surfaces, Illumination Models, Polygon Rendering Methods, Viewing Pipeline and Coordinates, General Projection Transforms and Chipping

Data Structures and Algorithms

ChapterTopics
Data StructuresArrays and their Applications, Sparse Matrix, Stacks, Queues, Priority Queues, Linked Lists, Trees, Forest, Binary Tree, Threaded Binary Tree, Binary Search Tree, AVL Tree, B Tree, B+ Tree, B* Tree, Data Structure for Sets, Graphs, Sorting and Searching Algorithms, Hashing
Performance Analysis of Algorithms and RecurrencesTime and Space Complexities, Asymptotic Notation, Recurrence Relations
Design TechniquesDivide and Conquer, Dynamic Programming, Greedy Algorithms, Backtracking, Branch and Bound
Lower Bound TheoryComparison Trees, Lower Bounds through Reductions
Graph AlgorithmsBreadth-First Search, Depth-First Search, Shortest Paths, Maximum Flow, Minimum Spanning Trees
Complexity TheoryP and NP Class Problems, NP-completeness and Reducibility
Selected TopicsNumber Theoretic Algorithms, Polynomial Arithmetic, Fast Fourier Transform, String Matching Algorithms
Advanced AlgorithmsParallel Algorithms for Sorting, Searching and Merging, Approximation Algorithms, Randomized Algorithms

Data Communication and Computer Networks

ChapterTopics
Data CommunicationComponents of a Data Communication System, Simplex, half-duplex and Duplex Modes of Communication, Analog and Digital Signals, Noiseless and Noisy Channels, Bandwidth, Throughput and Latency, Digital and Analog Transmission, Data Encoding and Modulation Techniques, Broadband and Baseband Transmission, Multiplexing, Transmission Media, Transmission Errors, Error Handling Mechanisms
Computer NetworksNetwork Topologies, Local Area Networks, Metropolitan Area Networks, Wide Area Network, Wireless Networks, Internet
Network ModelsLayered Architecture, OSI Reference Model and its Protocols, TCP/IP Protocol Suite, Physical, Logical, Port and Specific Addresses, Switching Techniques
Functions of OSI and TCP/IP LayersFraming, Error Detection and Correction, Flow and Error Control, Sliding Window Protocol, HDLC, Multiple Access – CSMA/CD, CSMA/CA, Reservation, Polling, Token Passing, FDMA, CDMA, TDMA, Network Devices, Backbone Networks, Virtual LANs. IPv4 Structure and Address Space, Classful and Classless Addressing, Datagram, Fragmentation and Checksum, IPv6 Packet Format, Mapping Logical to Physical Address (ARP), Direct and Indirect Network Layer Delivery, Routing Algorithms, TCP, UDP and SCTP Protocols, Flow Control, Error Control and Congestion Control in TCP and SCTP
World Wide WebUniform Resource Locator (URL), Domain Name Service (DNS), Resolution – Mapping Names to Addresses and Addresses to Names, Electronic Mail Architecture, SMTP, POP and IMAP, TELNET and FTP
Network SecurityMalware, Cryptography and Steganography, Secret-Key Algorithms, Public-Key Algorithms, Digital Signature, Virtual Private Networks, Firewalls
Mobile TechnologyGSM and CDMA, Services and Architecture of GSM and Mobile Computing, Middleware and Gateway for Mobile Computing, Mobile IP and Mobile Communication Protocol, Communication Satellites, Wireless Networks and Topologies, Cellular Topology, Mobile Adhoc Networks, Wireless Transmission and Wireless LANs, Wireless Geolocation Systems, GPRS and SMS
Cloud Computing and IoTSaaS, PaaS, IaaS, Public and Private Cloud, Virtualization, Virtual Server, Cloud Storage, Database Storage, Resource Management, Service Level Agreement, Basics of IoT

System Software and Operating Systems

ChapterTopics
System SoftwareMachine, Assembly and High-Level Languages, Compilers and Interpreters, Loading, Linking and Relocation, Macros, Debuggers
Basics of Operating SystemsOperating System Structure, Operations and Services, System Calls, Operating-System Design and Implementation, System Boot
Process ManagementProcess Scheduling and Operations, Interprocess Communication, Communication in Client–Server Systems, Process Synchronization, Critical-Section Problem, Peterson’s Solution, Semaphores, Synchronization
ThreadsMulticore Programming, Multithreading Models, Thread Libraries, Implicit Threading, Threading Issues
CPU SchedulingScheduling Criteria and Algorithms, Thread Scheduling, Multiple Processor Scheduling, Real-Time CPU Scheduling
DeadlocksDeadlock Characterization, Methods for Handling Deadlocks, Deadlock Prevention, Avoidance and Detection, Recovery from Deadlock
Memory ManagementContiguous Memory Allocation, Swapping, Paging, Segmentation, Demand Paging, Page Replacement, Allocation of Frames, Thrashing, Memory-Mapped Files
Storage ManagementMass-Storage Structure, Disk Structure, Scheduling and Management, RAID Structure
File and Input/Output SystemsAccess Methods, Directory and Disk Structure, FileSystem Mounting, File Sharing, File-System Structure and Implementation, Directory Implementation, Allocation Methods, Free-Space Management, Efficiency and Performance, Recovery, I/O Hardware, Application I/O Interface, Kernel I/O Subsystem, Transforming I/O Requests to Hardware Operations
SecurityProtection, Access Matrix, Access Control, Revocation of Access Rights, Program Threats, System and Network Threats, Cryptography as a Security Tool, User Authentication, Implementing Security Defenses
Virtual MachinesTypes of Virtual Machines and Implementations, Virtualization
Linux Operating SystemsDesign Principles, Kernel Modules, Process Management, Scheduling, Memory Management, File Systems, Input and Output, Interprocess Communication, Network Structure
Windows Operating SystemDesign Principles, System Components, Terminal Services and Fast User Switching, File System, Networking
Distributed SystemsTypes of Network-based Operating Systems, Network Structure, Communication Structure and Protocols, Robustness, Design Issues, Distributed File Systems

Discrete Structures and Optimisation

ChapterTopics
Mathematical LogicNested Quantifiers, Normal Forms, Predicates and Quantifiers, Propositional and Predicate Logic, Propositional Equivalences, Rules of Inference
Sets and RelationsEquivalence Relations, Partially Ordering, Representation & Properties of Relations, Set Operations
Counting, Mathematical Induction & Discrete ProbabilityBasics of Counting, Bayes’ Theorem, Inclusion-Exclusion Principle, Mathematical Induction, Permutations and Combinations, Pigeonhole Principle
Group TheoryApplications of Group Theory, Automorphism, Fields, Groups, Homomorphism, Integral Domains, Isomorphism, Product and Quotients of Algebraic Structures, Rings, Semi Groups, Subgroups
Graph TheoryBipartite Graphs, Eulerian Paths and Circuits, Graph Coloring, Hamiltonian Paths and Circuits, Multigraph, Paths and Circuits, Planner Graph, Prefix Codes, Shortest Paths in Weighted Graphs, Simple Graph, Spanning Trees and Cut-Sets, Tree Traversals, Trees and Rooted Trees, Weighted Graph
Boolean AlgebraBoolean Functions and its Representations, Simplifications of Boolean Functions
Optimisation: Linear ProgrammingCost Consideration in Project Scheduling, Critical Path Calculations, Graphical Solution, Integer Programming, Mathematical Model, PERT-CPM: Diagram Representation, Resource Levelling, Sensitive Analysis, Simplex and Dual Simplex Method, Transportation and Assignment Models

Computer System Architecture

ChapterTopics
Digital Logic Circuits and ComponentsBoolean Algebra, Combinational Circuits, Decoders, Digital Computers, Flip-Flops, Integrated Circuits, Logic Gates, Map Simplifications, Memory Unit, Multiplexers, Registers and Counters, Sequential Circuits
Data RepresentationComplements, Computer Arithmetic – Add., Sub., Mult. and Div. Algorithms, Data Types, Error Detection Codes, Fixed Point Representation, Floating Point Representation, Number Systems and Conversion
Register Transfer and MicrooperationsArithmetic, Bus and Memory Transfers, Logic and Shift Micro Operations, Register Transfer Language
Basic Computer Organisation and DesignComputer Instructions, Computer Registers, Input-Output, Interrupt, Memory-Reference Instructions, Stored Program Organisation and Instruction Codes, Timing and Control
Programming the Basic ComputerAssembler, Assembly Language, Input-Output, Machine Language, Programming, Program Loops, Subroutines
Microprogrammed ControlAddress Sequencing, Control Memory, Design of Control Unit, 
Central Processing UnitAddressing Modes, CISC Computer, General Register Organisation, Instruction Formats, RISC Computer, Stack Organisation
Pipeline and Vector ProcessingArithmetic Pipeline, Instruction Pipeline, Parallel Processing, Pipelining, Vector Processing Array Processors
Input-Output OrganisationAsynchronous Data Transfer, DMA, Input-Output Interface, Modes of Transfer, Peripheral Devices, Priority Interrupt, Serial Communication
Memory HierarchyAssociative Memory, Auxiliary Memory, Cache Memory, Main Memory, Memory Management Hardware, Virtual Memory
MultiprocessorsCharacteristics of Multiprocessors, Interconnection Structures, Interprocessor Arbitration, Interprocessor Communication and Synchronization, Cache Coherence, Multicore Processors

Database Management Systems

ChapterTopics
Database System Concepts and ArchitectureData Models, Schemas, and Instances, Three-Schema Architecture and Data Independence, Database Languages and Interfaces, Centralized and Client/Server Architectures for DBMS
Data ModellingEntity-Relationship Diagram, Relational Model – Constraints, Languages, Design, and Programming, Relational Database Schemas, Update Operations and Dealing with Constraint Violations, Relational Algebra and Relational Calculus, Codd Rules
SQLData Definition and Data Types, Constraints, Queries, Insert, Delete, and Update Statements, Views, Stored Procedures and Functions, Database Triggers, SQL Injection
Normalisation for Relational DatabasesFunctional Dependencies and Normalization, Algorithms for Query Processing and Optimization, Transaction Processing, Concurrency Control Techniques, Database Recovery Techniques, Object and Object-Relational Databases, Database Security and Authorization
Enhanced Data ModelsTemporal Database Concepts, Multimedia Databases, Deductive Databases, XML and Internet Databases, Mobile Databases, Geographic Information Systems, Genome Data Management, Distributed Databases and Client-Server Architectures
Data Warehousing and Data MiningData Modeling for Data Warehouses, Concept Hierarchy, OLAP and OLTP, Association Rules, Classification, Clustering, Regression, Support Vector Machine, K-Nearest Neighbour, Hidden Markov Model, Summarization Dependency Modeling, Link Analysis, Sequencing Analysis, Social Network Analysis
Big Data SystemsBig Data Characteristics, Types of Big Data, Big Data Architecture, Introduction to Map-Reduce and Hadoop, Distributed File System, HDFS
NoSQLNoSQL and Query Optimization, Different NOSQL Products, Querying and Managing NOSQL, Indexing and Ordering Data Sets, NoSQL in Cloud

Software Engineering

ChapterTopics
Software Process ModelsSoftware Process, Generic Process Model – Framework Activity, Task Set and Process Patterns, Process Lifecycle, Prescriptive Process Models, Project Management, Component-Based Development, Aspect-Oriented Software Development, Formal Methods, Agile Process Models – Extreme Programming (XP), Adaptive Software Development, Scrum, Dynamic System Development Model, Feature Driven Development, Crystal, Web Engineering
Software RequirementsFunctional and Non-Functional Requirements, Eliciting Requirements, Developing Use Cases, Requirement Analysis and Modelling, Requirements Review, Software Requirement and Specification (SRS) Document
Software DesignAbstraction, Architecture, Patterns, Separation of Concerns, Modularity, Information Hiding, Functional Independence, Cohesion and Coupling, Object-Oriented Design, Data Design, Architectural Design, User Interface Design, Component Level Design
Software QualityMcCall’s Quality Factors, ISO 9126 Quality Factors, Quality Control, Quality Assurance, Risk Management, Risk Mitigation, Monitoring and Management (RMMM), Software Reliability
Estimation and Scheduling of Software ProjectsSoftware Sizing, LOC and FP based Estimations Estimating Cost and Effort, Estimation Models, Constructive Cost Model (COCOMO), Project Scheduling and Staffing, Time-line Charts
Software TestingVerification and Validation, Error, Fault, Bug and Failure, Unit and Integration Testing, White-box and Black-box Testing, Basis Path Testing, Control Structure Testing, Deriving Test Cases, Alpha and Beta Testing, Regression Testing, Performance Testing, Stress Testing
Software Configuration ManagementChange Control and Version Control, Software Reuse, Software Re-engineering, Reverse Engineering

Theory of Computation and Compilers

ChapterTopics
Theory of ComputationFormal Language, Non-Computational Problems, Diagonal Argument, Russell’s Paradox
Regular Language ModelsDeterministic Finite Automaton (DFA), Non-Deterministic Finite Automaton (NDFA), Equivalence of DFA and NDFA, Regular Languages, Regular Grammars, Regular Expressions, Properties of Regular Language, Pumping Lemma, NonRegular Languages, Lexical Analysis
Context-Free LanguagePushdown Automaton (PDA), Non-Deterministic Pushdown, Automaton (NPDA), Context-Free Grammar, Chomsky Normal Form, Greibach Normal Form, Ambiguity, Parse Tree Representation of Derivation Trees, Equivalence of PDA and Context-Free Grammars, Properties of Context-Free Language
Turing MachinesStandard Turing Machine and its Variations, Universal Turing Machines, Models of Computation and Church-Turing Thesis, Recursive and Recursively Enumerable Languages, Context-Sensitive Languages, Unrestricted Grammars, Chomsky Hierarchy of Languages, Construction of TM for Simple Problems
Unsolvable Problems and Computational ComplexityUnsolvable Problem, Halting Problem, Post Correspondence Problem, Unsolvable Problems for Context-Free Languages, Measuring and Classifying Complexity, Tractable and Intractable Problems
Syntax AnalysisAssociativity, Precedence, Grammar Transformations, Top-Down Parsing, Recursive Descent Predictive Parsing, LL(1) Parsing, Bottom-up Parsing, LR Parser, LALR(1) Parser
Semantic AnalysisAttribute Grammar, Syntax Directed Definitions, Inherited and Synthesized Attributes, Dependency Graph, Evaluation Order, S-attributed and L-attributed Definitions, Type-Checking
Run-Time SystemStorage Organization, Activation Tree, Activation Record, Stack Allocation of Activation Records, Parameter Passing Mechanisms, Symbol Table
Intermediate Code GenerationIntermediate Representations, Translation of Declarations, Assignments, Control Flow, Boolean Expressions and Procedure Calls
Code Generation and Code OptimisationControl-flow, Data-flow Analysis, Local Optimization, Global Optimization, Loop Optimization, Peep-Hole Optimization, Instruction Scheduling

Artificial Intelligence

ChapterTopics
Approaches to AITuring Test and Rational Agent Approaches, State Space Representation of Problems, Heuristic Search Techniques, Game Playing, Min-Max Search, Alpha Beta Cutoff Procedures
Knowledge RepresentationLogic, Semantic Networks, Frames, Rules, Scripts, Conceptual Dependency and Ontologies, Expert Systems, Handling Uncertainty in Knowledge
PlanningComponents of a Planning System, Linear and Non-Linear Planning, Goal Stack Planning, Hierarchical Planning, STRIPS, Partial Order Planning
Natural Language ProcessingGrammar and Language, Parsing Techniques, Semantic Analysis and Pragmatics
Multi-Agent ProcessingAgents and Objects, Agents and Expert Systems, Generic Structure of Multiagent System, Semantic Web, Agent Communication, Knowledge Sharing using Ontologies, Agent Development Tools
Fuzzy SetsNotion of Fuzziness, Membership Functions, Fuzzification and Defuzzification, Operations on Fuzzy Sets, Fuzzy Functions and Linguistic Variables, Fuzzy Relations, Fuzzy Rules and Fuzzy Inference, Fuzzy Control System and Fuzzy Rule-Based Systems
Genetic AlgorithmsEncoding Strategies, Genetic Operators, Fitness Functions and GA Cycle, Problem Solving using GA
Artificial Neural NetworksSupervised, Unsupervised and Reinforcement Learning, Single Perceptron, Multi-Layer Perceptron, Self Organizing Maps, Hopfield Network

UGC NET Computer Science Exam Preparation Tips

UGC NET Computer Science Exam Preparation Tips:

  • To attain knowledge of the exam and start preparing, it is compulsory to know the exact UGC NET Computer Science syllabus. It will help in identifying the areas that are covered for the exam.
  • After the exam pattern and syllabus is sorted, candidates can easily progress toward creating the study plan for the exam. 
  • While appearing for the UGC NET Computer Science exam, assessing the weak areas and concentrating on improving them can yield high value. We suggest that once a considerable amount of the syllabus is covered, we look back to the areas under confidence. Now, channel all the focus on improving on those areas and preparing better. 
  • Try and attempt the high-scoring questions. There will be various questions, but following the exam pattern and chalking out the questions with high values is suggested. 
  • Referring to good study material is crucial for exam preparation.

People Also Read

How To Write First Program in C

Also if you are a fitness freak, you can access our online nutrition supplement store here

Best Whey Protein and Mass Gainers

Conclusion

UGC NET Computer Science Syllabus 2023: I hope this article helps you to explore the Ugc Net Computer Science Syllabus 2023. If you have any further questions, please don’t hesitate to ask.

The post UGC NET Computer Science Syllabus 2023 appeared first on Howwikis.



This post first appeared on Gmail Customer Service-Hotmail Customer Service, please read the originial post: here

Share the post

UGC NET Computer Science Syllabus 2023

×

Subscribe to Gmail Customer Service-hotmail Customer Service

Get updates delivered right to your inbox!

Thank you for your subscription

×