Posts

Showing posts with the label notes

Most Important Excel Formulas

Most Important Excel Formulas Most Important Excel Formulas Logical Functions Library =FALSE() Returns the logical value FALSE. =TRUE() Returns the logical value TRUE. =NOT(logical) Changes FALSE to TRUE, or TRUE to FALSE. =AND(logical1, [logical2], ...) Checks whether all arguments are TRUE, and returns TRUE if all arguments are TRUE. =OR(logical1, [logical2], ...) Checks whether any of the arguments are TRUE, and returns TRUE or FALSE. Return FALSE only if all arguments are FALSE. =IF(logical_test, [value_if_true], [value_if_false]) Checks whether a condition is met, and returns one value if TRUE, and another value if FALSE. =IFERROR(value, value_if_error) Returns value_if_error if expression is an error and the value of ...

Computer Abbreviations

Computer Abbreviations Some Important Computer Abbreviations Related to Computer Memory Abbreviation Full Forms KB Kilobyte (=1024 Bytes) MB Megabyte (=1024 KB) GB Gigabyte (=1024 MB) TB Terabyte (=1024 GB) PB Pentabyte (=1024 TB) EB Exabyte (=1024 PB) ZB Zetabyte (=1024 EB) Related to Computer Hardware & Software Abbreviation Full Forms BIOS Basic Input Output System CD Compact Disc CPU Central P...

Computer Fundamentals

Computer Fundamentals Computer Fundamental Week Wise Notes Week 1 Full Forms of COMPUTER C - Common O - Operating M - Machine P - Particularly U - Used for T - Trade E - Education, and R - Research 1. What is Computer? (कंप्यूटर क्या है?) A computer is a programmable electronic device that accepts data as input, processes that data according to a set of instructions, and gives some meaningful output. In simple word, "A computer is an electronic device that manipulates information or data. It has the ability to store, retrieve, and process data." (एक कंप्यूटर एक प्रोग्राम योग्य इलेक्ट्रॉनिक उपकरण है जो डेटा को इनपुट के रूप में स्वीकार करता है, उस डेटा को निर्देशों के एक सेट के अनुसार ...