zueducator

Online education for all on health, science, technology, business and management...

ad3

Monday, April 15, 2024

5 Relevant Topics of Computer Science UGC NET Paper-2 Exam

5 Relevant Topics of Computer Science UGC NET Paper-2 Exam

 Introduction

This article/blog is specifically designed to discuss and define some useful topics, and terminologies frequently asked in the computer science UGC NET Paper-2 exam.

TOC (Theory of Computation)

·       In theoretical computer science and mathematics, the TOC is the branch that deals with what problems can be solved on a model of computation using algorithms, how efficiently they can be solved or to what degree.

·       TOC is divided into three major branches (a) automata theory (b) formal languages, computability theory (c) computational complexity theory

·       TOC lays the foundation for computer science by determining what problems can and cannot be solved by computation.

·       TOC helps in understanding the limits of what computers can do.

·       TOC helps design algorithms, data structures, and software.

·       TOC is used to develop mathematical and logical models that run efficiently and to the point of halting.

·       All machines that implement logic apply TOC.

Grammars in TOC

·       Grammar in TOC is a finite set of formal rules that generate syntactically correct sentences.

·       Grammar in TOC consists of a set of production rules.

·       Grammar in TOC is used to generate the strings of a language.

Language in TOC

Language in TOC is a set of strings chosen from some * where  is a particular alphabet. This means that language L is a subset of *.

Click the link to learn about the TOC-1         TOC-2  

Software Engineering


Click the link to learn about the
Software Engineering   

Computer Architecture

       SIMD

·       SIMD stands for single instruction multiple data.

·       SIMD requires small or less memory.

  SISD

·       SISD stands for single instruction and single data stream.

·       SISD is a computer architecture where a CPU executes one instruction at a time on a single data piece.

·       In a SISD setup, a single processor performs operations sequentially on memory-stored data.

         Click the link to learn about    CA-1
O   
      Operating system
O   Click the link to learn about    OS-1

       Data Structure

Click the link to learn about
Data Structure-1      Data Structure-2


Artificial Intelligence (AI)


Click the link to learn about the
Artificial Intelligence-1       AI-2

Computer Network



Click the link to learn about the Computer Network-1    
 Computer Network-2   

DBMS (Database Management System )


Click the link to learn about   
DBMS-1

No comments:

Post a Comment