What is function and types of functions in Hindi ( फंक्शन क्या होते हैं और कितने प्रकार के होते हैं)

               Function ( फंक्शन )      C language  में function एक प्रकार के instruction के समूह है। जिनको किसी program द्वारा बुलाया जाता है। C language में function को दो भागों में बाँटा गया है।1- library function (लाइब्रेरी फंक्शन)2- user define function (यूजर डिफाइन फंक्शन)1- Library function:- यह c language … Read more

What is Data independence in Hindi

Hello दोस्तों! आज मैं आपको इस पोस्ट में  What is Data independence in Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- Data independence in Hindi Schema definition को modify करने पर दूसरे higher level schema definition पर बदलाव नही आने की availability को Data independence कहते हैं। Data … Read more

What is database model and types of database model in Hindi

आज मैं आपको इस पोस्ट में What is database model and types of database model in Hindi के बारें में बताऊंगा, , तो चलिए शुरू करते हैं:- Database model and the types of database model in Hindi Database model यह define करता है। कि data को database में किस प्रकार organize किया गया है। हर … Read more

What is information technology?

Information technology:-Information technology को short में I T भी कहते हैं।it technology computer से सम्बंधित हर चीज का यह अनुसरण करता है। जैसे:- networking , hardware , software , internet , अथवा उन लोगो के काम आती हैं जो इस technology पर कार्य करते हैं। बहुत सी कम्पनियाँ अभी I. t.  Technology को computer , … Read more

What is computer?

What is computer?Use of computer! Computer एक ऐसा इलेक्ट्रॉनिक device हैं। जो  arithmetic तथा logical गणना कर सकता हैं एवं इसके पास data को store करने , पुनः  प्राप्त करने (Retrieving) तथा अत्यधिक मात्रा में processing करने की सामर्थ्य होती हैं। ‘Computer’ शब्द (compute) शब्द से बना है जिसका मतलब है ‘गणना’। computer को hindi … Read more

What are flow charts?

Flow chart:- किसी भी algorithm को कुछ विशेष symbol की सहायता से diagram के रूप में प्रस्तुत करना flow chart कहलाता है। यह एक pictorial representation है ANSI:- American National Standards Institute Flow chart में प्रयुक्त किये जाने वाले symbol ANSI ने बनाये हैं वह इस प्रकार हैं।  यह program का start व end दर्शाता … Read more

What is Algorithm?

इसमे instruction को set by step में लिखा जाता है Algorithm नियमो का एक समूह हैं जिसके द्वारा किसी भी problem को एक निश्चित  step में solved किया जा सकता हैं Algorithm लिखने के लिए कुछ standard (1) :- algorithm हमेशा step में लिखी जाती हैं Ex:- step 1 Step 2 Step 3 ” ” … Read more

What is c language? ( सी लैंग्वेज क्या है )

C Language एक बहुत ही popular programming language है।इसे Middle level language माना जाता है। जो की system and application software create करने के काम आती है और structured programming को support करती है | C language बहुत पुरानी होने के बावजूद इसकी efficiency, structure और better control की वजह से अभी भी बहुत ज्यादा … Read more