EXAM PREPARATION TEST 01 BY NIRAJ NITIS
एक datamodel conceptual structure का collection होता है जिसका उपयोग डाटा तथा डाटा के मध्य उनके relationship को समझने के लिए , डाटा का अर्थ स्पस्ट करने के लिए तथा डाटा स्ट्रक्चर के नियमो को बनाए रखने के लिए किया जाता है | डाटा मोडेल से यह स्पष्ट होता है की डाटा एक दूसरे से किस प्रकार जुड़े रहते है तथा उनके मध्य मे किस प्रकार के relationship है | इसके माध्यम से यह define किया जाता है की database का logical structure कैसे design किया जा सके |datamodel डाटा को organize तथा डाटा को स्टोर करता है |
datamodel मे logical design और phycal design दो भाग शामिल होते है | जिस प्रकार एक इंजीनियर मकान को बनाने के पहले उसका मॉडल तैयार करता है उसी प्रकार डेटाबेस डिज़ाइनर डेटाबेस डिज़ाइन को improve करने के लिए डाटा मॉडल तैयार करता है |
1॥ Increase एफ़्फ़ेक्तिवेनेस्स:-
2॥ Reduced Cost :-
3॥ Simplicity :-
4॥ Minimum simplicity :-
5॥ Minimum Redundancy :-
6॥ Faster Perfomance :- 7॥ Reduced Error :-
1। Hierarchical Model 2॥ Relational Datamodel : 3॥ Network Datamodel
इस मॉडल मे parent -child relationship होती है ईद मॉडल मे एक parent node के अनेक child node हो सकते है परंतु एक child node के एक से अधिक parent node संभव नहीं है |
इस मॉडल मे सबसे उपर बड़ी तथा महत्वपूर्ण node होती है तथा नीचे आते आते ये छोटी एवें कम महत्व वाली node होती चली जाती है | उपर वाली किसी node को हटाने का तात्पर्य उसके नीचे वाली nodes को स्वत ही हटाना होता है क्यूंकी नीचे वाले समस्त node का संबंध उसी node से होता है |
इस मॉडल मे केवल एक entity होती है जिसे root कहा जाता है| इस मॉडल मे दटको tree के तरह स्ट्रक्चर मे organized किया जाता है जिसमे केवल एक ही रूट होता है तथा डाटा को रेकॉर्ड्स की तरह स्टोर किया जाता है |
उदाहरण के लिए :--- एक कॉलेज मे बहुत सारे cources ,students ,proffessors होते है जिसमे college एक parent हुआ तथा students और proffesssor उसके chile हुए |
Data about data is known as matadata
Meta data वह data होता है जो किसी अन्य डाटा को describe करता है अर्थात जो किसी अन्य डाटा के information को रखता है metadata कहलाता है | Metadata एक binary इन्फॉर्मेशन है जो किसी resource के charactistic का वर्णन करता है | इस characterastic के अंतर्गत datatypes ,member declaration और member implimentation का description होता है | Metadata तथा IL दोनों file मे एक साथ रहते है जिसे runtime मे CLR के JIT (just in time ) compiler इसका उपयोग करता है और MSIL को native code मे कन्वर्ट करता है |इसका पूरा नाम Just in time compiler होता है तथा यह JRE java run time enviornment को support करता है | यह dot नेट मे bydefault enabled रहता है तथा जावा methods के call होते ही एक्टिव हो जाता है यह byte code को native machine code मे compile करता है यहाँ byte code तब compile होगा जब उसकी आवश्यकता होगी |
Name Space is similar concept of folder ,like folder name space provide unique name for classes . we can say that the name space is logical naming schema .
Name Space is used for reduce the collision of same name classes.
Name space name_space_name
Classes/Methods
End Name_Space
Search Any Value in ADO.NET
Private Sub notFound()
MsgBox("Record Not Found")
End Sub
Private Sub
Button7_Click(ByVal sender As System.Object, ByVal
e As System.EventArgs) Handles
Button7.Click
If txtSearch.Text = ""
Then
StudentBindingSource.Filter = Nothing
Call notFound()
Exit Sub
Else
StudentBindingSource.Filter = "(Convert(ID,
'System.String') LIKE '" & txtSearch.Text & "')" & _
"OR (Sname LIKE '" & txtSearch.Text
& "')"
If StudentBindingSource.Count <> 0 Then
With DataGridView1
.DataSource = StudentBindingSource
'StudentBindingSource.Filter = Nothing
End With
Else
MsgBox("The search item was not found.")
StudentBindingSource.Filter = Nothing
End If
End If
End Sub
- Introduction of C
C
Programming Introduction
C
Programming ये language सीखने में बहुत ही आसान Language है |
C
Language में बहुत बड़े-बड़े softwares बनाए गए है जैसेकि, Operating Systems,
Databases, Computer Drivers, Editors, Assembler, Compiler etc.
C
Programming के बनाने का उद्देश Unix Operating System बनाना ही था, लेकिन आज ये language सबसे ज्यादा इस्तेमाल होनेवाली language है |
जो कोई C Programming अच्छी तरह से सीखता है तो उसे ज्यादातर कोई दूसरी language सिखने में कोई दिक्कत नहीं आती जैसीकि, C++, Core Java या Python.
Computer
के या अन्य किसी Hardware को चलाने के लिए C Language का ज्यादातर इस्तेमाल होता है |
Computer
के या अन्य किसी Hardware को चलाने के लिए C Language का ज्यादातर इस्तेमाल होता है |
C
Programming ये एक General-Purpose
High-Level Language है |
C - History
C
Programming का इतिहास
:
§ C
Programming के अविष्कार से पहले Martin Richards ने 1966 में BCPL मतलब Basic Combined
Programming Language का जनम हुआ |
§ बाद में Ken Thompson ने BCPL को और develop करके BCPL के पहले अक्षर का मतलब B Language का अविष्कार किया |
§ B
Language के चलते Ken Thompson ने Basic तरह की Unix Operating System
बनाई |
§ उसके बाद Dennis Ritchie ने B Language को और develop करके Bell Laboratory में C Programming Language बनाई |
§ C
Programming को बनाने के बाद Dennis Ritchie और Ken Thompson ने मिलकर UNIX Operating System को develop किया |
§ C -
Reserved Keywords
§ Reserved Keywords
§
Reserved
Keywords of C Programming |
|||||
auto |
default |
float |
register |
struct |
volatile |
break |
do |
for |
return |
switch |
while |
case |
double |
goto |
short |
typedef |
|
char |
else |
if |
signed |
union |
|
const |
enum |
int |
sizeof |
unsigned |
|
continue |
extern |
long |
static |
void |
Welcome to OnlineGuru2020.blogspot.com, your number one source for all things related to Online Education. We're dedicated to providing you the very best of Digital Education, with an emphasis on E-notes,Download Links in PDF and youtube videos etc
OnlineGuru2020 Founded in [2020] by Sapan Kumar Das (Asst. Proff Ramchandi College Saraipali), OnlineGuru2020.blogspot.com has come a way from its beginnings .When I first started, my passion inspired me to start my own blog, seeing the need for students in lockdown2020
We hope you enjoy our products as much as we enjoy offering them to you. If you have any questions or comments, please don't hesitate to contact us.
Contact Datails:-
Mobile Number:-9826026747
Email:-sapam.online@gmail.com
Sincerely,
Sapan Kumar Das
.
Learn More →