تمثيل البيانات داخل الكمبيوترات
39 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

ما هو النظام الذي يمثل الرموز مثل الحروف والأرقام على الكمبيوتر؟

  • النظام السداسي عشر
  • النظام السابع
  • النظام العشري
  • النظام الثنائي (correct)
  • ما هي النتيجة الممكنة لإضافة الرقمين 10010 و 11010؟

  • 101000 (correct)
  • 110000
  • 11100
  • 100000
  • ما اسم الوحدة الأساسية المستخدمة في نظام العد الثنائي؟

  • بت (correct)
  • ميجا بايت
  • بايت
  • كيلو بايت
  • أي من الأرقام التالية يمثل رقمًا ثنائيًا صحيحًا؟

    <p>10101</p> Signup and view all the answers

    ما هي الطريقة الصحيحة لتمثيل الحرف 'A' في النظام الثنائي؟

    <p>01000001</p> Signup and view all the answers

    ما هو عدد الرموز التي يمكن تمثيلها باستخدام كود ASCII؟

    <p>128 رمز</p> Signup and view all the answers

    ما هي البتات التي يتكون منها كود EBCDIC?

    <p>8-bit</p> Signup and view all the answers

    ما هو عدد الرموز التي يمكن تمثيلها باستخدام كود Unicode؟

    <p>65536 رمز</p> Signup and view all the answers

    أي من الأكواد التالية يعمل بكود يتكون من 16-bit؟

    <p>Unicode</p> Signup and view all the answers

    أي من الأكواد التالية يمكنه التعبير عن 128 رمز فقط؟

    <p>ASCII</p> Signup and view all the answers

    ما هي النتيجة النهائية لجمع (10010)₂ و(1010)₂؟

    <p>(11010)₂</p> Signup and view all the answers

    كم عدد الأرقام في النتيجة النهائية عند جمع (10010)₂ و(1010)₂؟

    <p>5</p> Signup and view all the answers

    ما هو رقم الحمل عند جمع (10010)₂ و(1010)₂؟

    <p>0</p> Signup and view all the answers

    ما هي القيمة التي تمثل اللون الأسود في صورة ثنائية البكسل؟

    <p>0</p> Signup and view all the answers

    كم عدد البتات المطلوبة لتخزين بكسل واحد في صورة رمادية؟

    <p>8 بت</p> Signup and view all the answers

    أي من الخيارات التالية يمثل مجموع الأرقام الثنائية بشكل خاطئ؟

    <p>(10011)₂</p> Signup and view all the answers

    إذا قمنا بتحويل (11000)₂ إلى قاعدة 10، فما هي النتيجة؟

    <p>16</p> Signup and view all the answers

    ما هي القيمة العليا الممكنة لبيكسل واحد في صورة رمادية؟

    <p>255</p> Signup and view all the answers

    ما هو نوع الصورة الذي يمثل فيها كل بكسل لونًا باستخدام 1 بت فقط؟

    <p>صورة ثنائية</p> Signup and view all the answers

    ما هو النطاق القياسي للقيم في الصور الرمادية لكل بكسل؟

    <p>[0, 255]</p> Signup and view all the answers

    ما هي اللغة التي يفهمها الكمبيوتر؟

    <p>اللغة الثنائية</p> Signup and view all the answers

    ما هو الـ Bit؟

    <p>خانة تحتوي على 0 أو 1</p> Signup and view all the answers

    كم عدد الـ Bits يتكون منها الـ Byte؟

    <p>8 Bits</p> Signup and view all the answers

    ما الذي يمثله الـ Byte؟

    <p>تمثيل شخصية واحدة</p> Signup and view all the answers

    ما هو المعنى الدقيق لـ '0' و '1' في اللغة الثنائية؟

    <p>الفعال وغير الفعال</p> Signup and view all the answers

    ما هي القيم المتاحة لكل خانة في النظام الثنائي؟

    <p>0, 1</p> Signup and view all the answers

    كيف يتحول الرقم من النظام العشري إلى النظام الثنائي؟

    <p>نقسم على 2 ونعيد الباقي</p> Signup and view all the answers

    ما هو العدد 231 في النظام الثنائي؟

    <p>11100111</p> Signup and view all the answers

    ما هي القاعدة (base) للنظام الست عشري (Hexadecimal)؟

    <p>16</p> Signup and view all the answers

    كيف يتم تحويل العدد الثنائي 11011 إلى النظام العشري؟

    <p>13</p> Signup and view all the answers

    ما هو العدد 77.6875 في النظام الست عشري؟

    <p>4D.A</p> Signup and view all the answers

    ما هي القيم المتاحة لكل خانة في النظام الثماني؟

    <p>0, 1, 2, 3, 4, 5, 6, 7</p> Signup and view all the answers

    ما هو العدد الثنائي الذي يعادل 315 في النظام الثماني؟

    <p>01111001</p> Signup and view all the answers

    كيف يتم التحويل من النظام العشري إلى النظام الثماني؟

    <p>نقسم على 8 وأخذ الباقي</p> Signup and view all the answers

    ما هي عملية تحويل النظام الثنائي إلى الست عشري؟

    <p>نقسم إلى مجموعات من 4</p> Signup and view all the answers

    ما هو العدد السداسي عشر الذي يعادل 431 في النظام العشري؟

    <p>1AF</p> Signup and view all the answers

    ما هي القيم المتاحة لكل خانة في النظام السداسي عشر؟

    <p>0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F</p> Signup and view all the answers

    كم عدد الخانات في الرقم الثنائي 11100111؟

    <p>7</p> Signup and view all the answers

    عند تحويل الأعداد من النظام الثماني إلى الثنائي، يجب جمع الأرقام في مجموعات من كم؟

    <p>3</p> Signup and view all the answers

    Study Notes

    Data Representation Inside Computers

    • Computers understand binary language (0 and 1)
    • Bit: A single binary digit (0 or 1)
    • Byte: A group of 8 bits, representing a single character
    • Numeric Data: Numbers can be represented in binary (e.g., decimal 25.75 = binary 11001.11)
    • Text Data: Characters on a keyboard are represented using codes (e.g., ASCII, EBCDIC, Unicode)
      • ASCII: American Standard Code for Information Interchange, uses 7-bit codes for 128 characters
      • EBCDIC: Extended Binary Coded Decimal Interchange Code, uses 8-bit codes for 256 characters
      • Unicode: Uses 16-bit or 32-bit codes for a large range of characters (65,536 or more)
    • Audio, Image, and Video Data: Complex data is represented using various methods and typically involve a large number of bits per element.

    Number Systems

    • Systems: Binary (base 2), Octal (base 8), Decimal (base 10), Hexadecimal (base 16)
    • Conversion: Different systems can be converted using mathematical approaches, which include division and taking remainders and summing respective places of a number in a target base
      • Decimal to other bases: Divide the decimal number repeatedly by the base of the target system and take the remainders in reverse order.
      • Other bases to decimal: Multiply each digit in the source system by the base raised to the power of its position and sum the results.

    Operations on Binary Numbers

    • Addition:
      • Binary arithmetic rules(like those of decimal systems), but with only 0 or 1, so there is an additional case of receiving a carry, similar to the decimal case, where the sum exceeds 1.

    Text Representation

    • ASCII: 7-bit code for characters,
    • Extended ASCII: 8-bit code allowing for more characters,
    • Unicode: 32-bit code for a vast range of characters.

    Image Representation

    • Images: Pixels (picture elements) are used to represent.
    • Representations:
      • Binary images: Black-and-white using 1 bit per pixel.
      • Gray-scale: A range of gray shades using a scale from 0 to 255 with 8 bits per pixel.
      • Color images: Using 24 bits per pixel (RED, GREEN, BLUE values).

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    يتناول هذا الاختبار كيفية تمثيل البيانات داخل الكمبيوترات باستخدام الأنظمة الثنائية والأكواد المختلفة مثل ASCII وUnicode. سيتعرف المتعلمون على كيفية تحويل الأرقام والنصوص إلى بيانات قابلة للفهم بواسطة الكمبيوتر.

    More Like This

    montaje 01
    24 questions

    montaje 01

    StatuesqueDemantoid avatar
    StatuesqueDemantoid
    Representación en Sistema Binario
    12 questions
    Computer System Units and Data Encoding
    31 questions
    Binary Representation Concepts
    5 questions
    Use Quizgecko on...
    Browser
    Browser