Skip to main content

Posts

Input device and Output device example in Hindi

~ Input device and Output device example in Hindi (Image Source - Google Images) इनपुट डिवाइस (Input Device) - कीबोर्ड (Key Board) - इस डिवाइस के माध्यम से कंप्यूटर को कुछ विशेष जानकारी या निर्देश प्राप्त होते हैं। कीबोर्ड का उपयोग टाइपिंग और हिसाब करने के लिए भी किया जाता है। माउस (Mouse) - इस उपकरण का उपयोग कर्सर नियंत्रण के लिए चिकनी सतहों पर किया जाता है। इसका उपयोग चित्र बनाने में भी किया जाता है। स्कैनर (Scanner) - यदि आप कंप्यूटर को बाहर से इमेज भेजना चाहते हैं तो यह डिवाइस बहुत महत्वपूर्ण है। विभिन्न छवियों और उपयोगी दस्तावेजों को स्कैन करने के लिए स्कैनर्स का उपयोग किया जाता है। जॉयस्टिक (Joystick) - इस डिवाइस का उपयोग कंप्यूटर पर गेम और वीडियो गेम खेलने के लिए किया जाता है। माइक्रोफ़ोन (Microphone) - इस डिवाइस के माध्यम से किसी भी ध्वनि या वातावरण को कंप्यूटर पर पूरी तरह से भेजा जा सकता है। जिसे बाद में विभिन्न रिकॉर्डिंग में इस्तेमाल किया जाता है। लाइट पेन (Light Pen) - माउस के जैसा अन्य डिवाइस कंप्यूटर स्क्रीन पर चित्र बनाने के लिए आवश्यकता होती है। वेब कैमरा और ड...

Computer Fundamentals in Hindi

Computer Fundamentals in Hindi - कंप्यूटर फंडामेंटल्स हिंदी में - कंप्यूटर का परिचय कंप्यूटर शब्द अंग्रेजी के "Compute" शब्द से बना है, जिसका अर्थ है "गणना", करना होता है इसीलिए इसे गणक या संगणक भी कहा जाता है, इसका अबिस्कर Calculation करने के लिए हुआ था, पुराने समय में Computer का use केवल Calculation करने के लिए किया जाता था किन्तु आजकल इसका use डाक्‍यूमेन्‍ट बनाने, E-Mail, Listening And Viewing Audio And Video, Play Games, Database Preparation के साथ-साथ और कई कामों में किया जा रहा है, जैसे बैकों में, शैक्षणिक संस्‍थानों में, कार्यालयों में, घरों में, दुकानों में, Computer का उपयोग बहुतायत रूप से किया जा रहा है। Computer केवल वह करता है जो हम उसे करने का कहते हैं यानि केवल वह उन Command को फॉलो करता है जो पहले से Computer के अंदर डाले गए होते है, उसके अंदर सोचने समझने की क्षमता नहीं होती है, Computer को जो व्यक्ति चलता है उसे यूजर कहते है, और जो व्यक्ति Computer के लिए Program बनता है उसे Programmer  कहा जाता है। कंप्यूटर को ठीक प्रकार से कार्य करने के लिए सॉफ्टव...

Some special shortcut keys are used in MS WORD এ ব্যবহৃত কয়েকটি বিশেষ শর্টকাট কী

Some special shortcut keys are used in ms word ms word এ ব্যবহৃত কয়েকটি বিশেষ শর্টকাট কী F1 = Help বা Office Assistant পাওয়া যায় F2 = text বা Graphyics স্থানান্তর করে F3 = Auto Text Insert হয় F4 = শেষ কাজটির পুনরাবৃত্তি হয় F5 = Edit মেনুর Go To কম্যান্ড পাওয়া যায় F6 = নতুন ফ্রেমে যাওয়া যায় F7 = Tools মেনুর Spelling কম্যান্ড পাওয়া যায় F8 = কোনো Selection কে বাড়ানো যায় F9 = Select করা field গুলিকে Update করা যায় F10 = মেনুবার Active হয় F11 = পরের Field টিতে যাওয়া যায় F12 = File মেনুর Save As কম্যান্ড পাওয়া যায় Ctrl + Shift + F = Font পাল্টানো যায় Ctrl + Shift + P = Font সাইজ পাল্টানো যায় Ctrl + Shift + > = Font সাইজ বৃদ্ধি হয় Ctrl + Shift + < = Font সাইজ কমিয়ে হয় Ctrl + ] = Font সাইজ 1 Point বাড়ে Ctrl + [ = Font সাইজ 1 Point কমে Ctrl + D = Format মেনুর Font কম্যান্ড পাওয়া যায় Ctrl + F3 = অক্ষরগুলির case পরিবর্তন হয় Ctrl + Shift + A = প্রতিটি অক্ষর capital letter হয় Ctrl + B = লেখাকে bold করার জন্য Ctrl + I = Italics আকার দেওয়ার জন্য Ctrl + U = Underline হয় C...

Introduction To Compiler Design, What is Compiler, Preprocessor, Assembler, Interpreter, Advantages of Compiler, Loader and Link-Editor

Introduction To The Compiler Design What is Compiler? -A compiler is a special program that translates the source code of a programming language into  machine code, bytecode, or another programming language. The source code is usually written in  a high-level human-readable language, such as Java or C++. The computer is an intelligent combination of software and hardware. Hardware is simply a piece  of mechanical equipment and its functions are being compiled by the relevant software. The  hardware considers instructions as electronic charge, which is equivalent to the binary language in  software programming. The binary language has only 0s and 1s. To enlighten, the hardware code  has to be written in binary format, which is just a series of 0s and 1s. Writing such code would be an  inconvenient and complicated task for computer programmers, so we write programs in a high-level language, which is convenient for us to comprehend and memorize. These pro...

Spiral Model Definition, Spiral Model Application, Advantage, Disadvantage

SPIRAL MODEL Definition - The spiral model is one of the most essential Software Development Life Cycle models, which provides support for Risk Handling. In its diagrammatic representation, it looks like a spiral with many loops. The exact number of loops of the spiral is unknown and can vary from project to project. Each loop of the spiral is called a Phase of the software development process. The exact number of phases needed to develop the product can be varied by the project manager depending upon the project risks. As the project manager dynamically determines the number of phases, so the project manager has an important role to develop a product using the spiral model. At any point, the Radius of the spiral represents the project's expenses(cost) so far, and the angular dimension represents the progress made so far in the current phase. ( SPIRAL MODEL ) Based on the customer evaluation, the software development process enters the next iteration and subsequently follows the li...

HTTP STATUS CODES - Information Codes, Successful Codes, Redirection Codes, Client Error Codes, Server Error Codes, Request Methods

HTTP STATUS CODES (Image Source - Google Images) 1XX = HTTP Information Codes:     - 100 : Continue     - 101 : Switching Protocols     - 102 : Processing     - 103 : Checkpoint     - 122 : Request-URI too Long 2XX = HTTP Successful Codes:     - 200 : OK     - 201 : Created     - 202 : Accepted     - 203 : Non-Authoritative Information     - 204 : No Content     - 205 : Reset Content     - 206 : Partial Content     - 207 : Multi-Status     - 208 : Already Reported     - 226 : IM Used 3XX = HTTP Redirection Codes:     - 300 : Multiple Choices     - 301 : Moved Permanently     - 302 : Found     - 303 : See Other     - 304 : Not Modified     - 305 : Use Proxy     - 306 : Switch Proxy     - 307 : Temporary Redirect     - 308 : P...

What is C programming language, Characteristics, Basic structure, Preprocessor directive, Applications, Facts & "Hello World"

What is C language Ans.  C is a high-level and general-purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software, C was developed at Bell Labs by Dennis Ritchie for the Unix Operating System in the early 1970s. C programming is an imperative, procedural, and general-purpose computer programming language developed in 1972 by Dennis M. Ritchie at Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language. The main features of the C language include low-level memory access, a simple set of keywords, and a clean style, these features make the C language suitable for programming systems such as operating systems or compiler development. *Characteristics of C language It is a robust language with a rich set of built-in functions and operators that can be used to write any complex program. The C compiler combines the capabilities of an assembly language wit...