Unknown Blog | My Project HD | My Project HD
X

Blog | My Project HD

What is Data Model in DBMS in Hindi | Types of Data Models in DBMS in Hindi

Data Model Data description, data semantics और data की consistency constraints की कमी का modeling है। यह data abstraction के प्रत्येक level पर एक database के design को  describe करने के लिए conceptual tools प्रदान करता है। इसलिए, database के  structu

Converting ER Diagram to tables in DBMS in Hindi | Reduction of ER diagram to Table in Hindi

Converting ER Diagram to tables in DBMS in Hindi | Reduction of ER diagram to Table in Hindi  Database को notation का उपयोग करके represent किया  जा सकता है, और इन notation को table के collection  में कम किया जा सकता है।

Generalization, Specialization and Aggregation in ER Model in Hindi

Generalization : Generalization  entities  के एक Set से common properties को निकालने की process है और इससे एक Generalization entity  बनाते हैं। यह एक bottom-up approach है जिसमें दो या दो से अधिक entities को higher level  की entity के लिए Generaliza

What is an Entity in DBMS in Hind | Entity type in DBMS in Hindi | what is Entity set in DBMS in Hindi

एक entity कोई भी object, class, person or place हो सकता है। ER diagram में, एक entity को rectangles के रूप में दर्शाया जा सकता है। एक organization के example के रूप में विचार करें-manager, product, employee, department etc को एक entity के रूप में लि

ER Data Model in DBMS in Hindi | Entities and Attributes in DBMS in Hindi

ER Data Model in DBMS in Hindi ER Model एक Entity-Relationship model के लिए है। यह एक high-level data model है। इस model का उपयोग किसी specified system के लिए data elements और relationship  को define करने के लिए किया जाता है।

Functions of Database Administrator (DBA) in DBMS in Hindi

Functions of Database Administrator (DBA) in DBMS in Hindi DBA: organization में जो  person Design और Database के उपयोग को control करता है, DBA कहलाता  है। 1. Schema Definition:

Database Languages and Interfaces in DBMS in hindi

Database Languages and Interfaces in DBMS in Hindi : Database Languages : एक DBMS में Database query और update को expres करने के लिए appropriate languages और interfaces हैं। Database languages का उपयोग Database में Data को read, store करने और

What is Data Independence in DBMS in Hindi

Data Independence Data transparency का प्रकार है जो एक centralized DBMS के लिए Value रखता है। यह Data की definition और organization में किए गए changes के लिए users applications की Immunity को Referenced करता है

Instance and Schema in DBMS in Hindi

Instance and Schema in DBMS in Hindi,DBMS Schema,Definition of schema: ,किसी Database का Design Schema कहलाता है। Schema तीन प्रकार के होते  है : 

Data Models in DBMS in Hindi

Data Models यह परिभाषित करते हैं कि किसी database की logical structure कैसे तैयार की जाती है। data models एक DBMS में abstraction का परिचय देने वाली fundamental entities हैं।

Advantages of Database Management System in Hindi

एक Database Management System (DBMS) को software system के रूप में परिभाषित किया गया है जो users को database तक access, controlऔर maintain करने की अनुमति देता है। DBMS Database में Data Create, Read, Update करने और Delete के लिए end user के लिए possi

Database Approach v/s Traditional File Accessing Approach in Hindi

File system basically hard disk की तरह storage माध्यम में files को organizes करने का एक तरीका है। File system files को organize करता है और आवश्यकता होने पर files को पुनः प्राप्त करने में मदद करता है। File system में अलग-अलग files होती हैं । File syst

DBMS Concepts And Architecture Introduction in Hindi

DBMS का Design उसके  Architecture पर निर्भर करता है। इसे centralized या decentralized या hierarchical किया जा सकता है। DBMS के  Architecture को single tier या multi-tier के रूप में देखा जा सकता है। n-tier Architecture पूरे System से  related  लेकिन i

DBMS And RDBMS concepts in Hindi (Database Management System in Hindi)

RDBMS का Full-Form Relational Database Management System होता है | RDBMS SQL, और सभी आधुनिक Database सिस्टम जैसे MS SQL Server, IBM DB2, Oracle, MySQL और Microsoft Access के लिए आधार है। एक Relational Database Management System (RDBMS) एक Database

Deterministic pushdown automaton And Non-Deterministic pushdown automaton in Hindi

Automata Theory में, एक deterministic pushdown automaton (DPDA या DPA) pushdown automaton का एक Different रूप है। deterministic pushdown automaton

Example of PDA in Hindi | Example of Pushdown Automata in Hindi

निम्नलिखित PDA कि formal description है जो Language को मान्यता देता है M = (Q , ∑ , Γ , δ , q0 , Z , F)

What is Pushdown Automata in TOC in Hindi

theory of computation में, theoretical computer science की एक branch है , एक Pushdown Automata (PDA) एक प्रकार का Automata है जो एक stack को Employed करता है।

Chomsky normal form and Greibach normal form in hindi

Chomsky normal form formal language theory में, एक context-free grammar, G, को Chomsky normal form में कहा जाता है ....

Conversion of grammar to automata machine and vice versa in Hindi

Conversion of grammar to automata machine and vice versa in Hindi Grammar को automata में Conversion करना सरल है...

Simplification of context free grammar in Hindi

CFG context free grammar में, ऐसा हो सकता है कि string के derivation के लिए सभी production rules और symbols ...

Ambiguity in Grammar in TOC in Hindi

Computer Science में, एक ambiguous grammar एक context-free grammar है, जिसके लिए एक String exists करती है जिसमें एक ....

Derivation Tree in TOC in Hindi

Derivation tree एक दिए गए CFG के लिए दिए गए production rules की derivation के लिए एक graphical representation ....

Types of Grammar in TOC in Hindi | Chomsky Hierarchy in Theory of Computation

Chomsky Hierarchy के अनुसार, Grammar के 4 type होते हैं .Type 0 (Recursively enumerable),Type 1 (Context-sensitive), ,Type 3 ...

Two-way Deterministic Finite Automaton (2DFA) in Hindi

एक Two-way Deterministic Finite Automaton (2DFA) एक abstract machine है, जो Deterministic Finite Automaton (DFA) का एक generalized ....

Properties of Context Free Languages Hindi

Union : यदि L1 और L2 दो context free languages है |तो उनके union L1 ∪ L2 भी Context Free ...

Intersection of Finite Automata in Hindi

complementation and union के संदर्भ में अंतर को defined किया जा सकता है। चूंकि हमारे पास union को प्राप्त ....

Union process in DFA | What is Union process in TOC

Union process in DFA | What is Union process in TOC नीचे के उदाहरण की सहायता से Deterministic Finite Automata ...

Arden's Theorem in TOC in Hindi

यदि P और Q $ \ _ sum_ पर दो regular expressions हैं, और यदि P में $ \ epsilon_ ...

Regular Expression in TOC in Hindi

जिस तरह Finite Automata का उपयोग Strings के Patterns को Recognize करने के लिए किया जाता है, Strings के Patterns को ...

Minimization of DFA in Hindi (Minimization of Automata Machines)

Automata theory (Theory Computer की एक Branch) में, DFA Minimization एक दिए गए Deterministic Finite Automaton (DFA) ...

Conversion of NDFA to DFA in Hindi

NDFA में, जब एक spacial input current state को दिया जाता है, तो machine कई states में जाती है ....

Deterministic Finite Automaton in Hindi (DFA) | Deterministic Finite-State Machine (DFSM)

Deterministic Finite Automaton (DFA) जिसे Deterministic Finite Acceptor (DFA), Deterministic Finite-State Machine (DFSM), or Deterministic Finite-State Automaton (DFSA) ....

Non Deterministic Finite Automata in Hindi (NDFA)

NFA Michael O. Rabin और Dana Scott के द्वारा 1959 में introduce किया गया था NDFA में, एक Spacial input ...

Conversion from Mealy to Moore and vice versa in Hindi

Moore machine में output हर state के साथ associated होता है | और Mealy machine में output को input ....

What is Turing machine (composite machine) in toc in hindi

Turing Machine (TM) एक accepting device है इसका अविष्कार Alan Turing ने 1936 में किया था इसका उपयोग Recursive Enumerable ..

What is Moore machines and mealy machines in Hindi

Mealy machines output value के साथ finite state machines भी हैं और इसका output current state और current input ...

Finite Automata as a language acceptor and translator | Deterministic Finite Automata (DFA) | Nondeterministic Finite Automata(NFA) in Hindi

Finite Automata (FA) pattern को पहचानने की सबसे सरल machine है। Finite Automata या Finite state machine एक abstract ....

What is Automata machine in hindi | Examples of automata machines

Automata Word Greek language के word αὐτόματα से लिया गया है | जिसका अर्थ आत्म-अभिनय (self-acting) होता है ....

What is Keyboard | Types of Keyboard in Hindi | Types of Key in keyboard

Key -Board एक Input device है | जिसका उपयोग कर किसी भी प्रकार की information को type कर के computer ...

input output devices of computer in hindi | Computer System I/O devices In Hindi

Input output devices या I /O devices user interface तथा Processing system के बिच data के आदान प्रदान करने ...

Control Unit in computer system in Hindi | What is CU in Computer System

Control Unit को CU भी कहा जाता है | यह computer का traffic control system भी कहलाता है ....

Arithmetic and Logical unit of computer in hindi (ALU in computer architecture in hindi)

Computing में एक Arithmetic and Logical unit (ALU) combinational digital circuit होता है जो integer तथा binary Number ...

What is Memory in Computer in Hindi (Memory Unit in Computer System in Hindi)

Memory unit का उपयोग computer system data store करने के लिए किया जाता है इसमें store किया जाने वाला ...

Central Processing Unit (CPU) in Hindi (CPU क्या है )

Central Processing Unit (CPU) computer का सबसे important भाग है। इसे central processor या processor भी कहा जाता है....

Block diagram of computer System in Hindi

Block Diagram of Computer में Computer system का basic structure show किया है। इसमें आपको computer system की working ....