33
離散数学
Discrete Mathematics
ကွဲကွာသောသင်္ချာ
🇯🇵 日本語
- 2進数・8進数・16進数の相互変換(例:10進数11 = 2進数1011 = 16進数B)
- 論理回路:AND・OR・NOT・XORゲートの働きを理解する
- ブール代数:真(1)と偽(0)を扱う論理演算の数学
🇬🇧 English
Computers only understand ON (1) and OFF (0). All data — text, images, video — is stored as billions of 1s and 0s.
- Binary (base 2): digits 0 and 1 only. 1011 in binary = 11 in decimal (8+2+1).
- Hexadecimal (base 16): digits 0–9 plus A–F. Used as a shorter way to write binary. Each hex digit = exactly 4 binary bits.
- AND gate: output is 1 only if BOTH inputs are 1. OR gate: output is 1 if at least one input is 1. NOT gate: flips 0↔1.
🇲🇲 မြန်မာ
ကွန်ပျူတာများ ON (1) နှင့် OFF (0) ကိုသာ နားလည်သည်။ စာသား၊ ပုံ၊ ဗီဒီယိုအားလုံး 1 နှင့် 0 ဘီလျံများဖြင့် သိမ်းဆည်းထားသည်။
- Binary (ဒ္ဗိဂဏန်း): 0 နှင့် 1 သာ သုံးသည်။ Binary 1011 = Decimal 11 (8+2+1).
- Hexadecimal: 0–9 နှင့် A–F ကို Binary ကို ပိုတိုတောင်းစွာ ရေးရန် သုံးသည်။ Hex digit တစ်ဂဏန်း = Binary 4 bit.
- AND gate: input နှစ်ခုလုံး 1 မှသာ output 1 ထွက်သည်။ NOT gate: 0→1, 1→0 ပြောင်းသည်။
Keywords
2進数16進数論理回路AND/OR/NOTブール代数補数
Related Practice Questions
ဆက်စပ် လေ့ကျင့်ခန်းမေးခွန်းများ
See all IP questions →