{
    "path": "/home/krm/dev/mimer-academia/electronics/digital/Questions/binary-numbers.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Binäratal"
    ],
    "status": "alpha",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2025,
        "month": 5,
        "day": 19
    },
    "category": [
        "dig"
    ],
    "index": 2,
    "description": [
        "Frågor om binära tal."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "title": [
                "Vad motsvarar 1010 binärt med decimaltal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "9"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "10"
                    ]
                },
                {
                    "description": [
                        "11"
                    ]
                },
                {
                    "description": [
                        "1010"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 2,
            "title": [
                "Vad motsvarar 1000 binärt med decimaltal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "4"
                    ]
                },
                {
                    "description": [
                        "6"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "8"
                    ]
                },
                {
                    "description": [
                        "16"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 3,
            "title": [
                "Vad motsvarar 1111 binärt med decimaltal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "14"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "15"
                    ]
                },
                {
                    "description": [
                        "16"
                    ]
                },
                {
                    "description": [
                        "F"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 4,
            "title": [
                "Vad motsvarar 1100 binärt med decimaltal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "8"
                    ]
                },
                {
                    "description": [
                        "9"
                    ]
                },
                {
                    "description": [
                        "11"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "12"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 5,
            "title": [
                "Vad motsvarar 1010 binärt med hexadecimala tal?"
            ],
            "description": [],
            "statments": [
                {
                    "right": true,
                    "description": [
                        "A"
                    ]
                },
                {
                    "description": [
                        "B"
                    ]
                },
                {
                    "description": [
                        "C"
                    ]
                },
                {
                    "description": [
                        "D"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 6,
            "title": [
                "Vad motsvarar 1000 binärt med hexadecimala tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "6"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "8"
                    ]
                },
                {
                    "description": [
                        "A"
                    ]
                },
                {
                    "description": [
                        "C"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 7,
            "title": [
                "Vad motsvarar 1111 binärt med hexadecimala tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "A"
                    ]
                },
                {
                    "description": [
                        "E"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "F"
                    ]
                },
                {
                    "description": [
                        "0"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 8,
            "title": [
                "Vad motsvarar 1100 binärt med hexadecimala tal?"
            ],
            "description": [],
            "statments": [
                {
                    "right": true,
                    "description": [
                        "C"
                    ]
                },
                {
                    "description": [
                        "D"
                    ]
                },
                {
                    "description": [
                        "E"
                    ]
                },
                {
                    "description": [
                        "F"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 9,
            "title": [
                "Vad motsvarar 10101100 binärt med hexadecimala tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "AA"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "AC"
                    ]
                },
                {
                    "description": [
                        "CA"
                    ]
                },
                {
                    "description": [
                        "CC"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "title": [
                "10 Vad motsvarar 10001111 binärt med hexadecimala tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "F8"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "8F"
                    ]
                },
                {
                    "description": [
                        "88"
                    ]
                },
                {
                    "description": [
                        "FA"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 11,
            "title": [
                "Vad motsvarar 11001000 binärt med hexadecimala tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "88"
                    ]
                },
                {
                    "description": [
                        "8C"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "C8"
                    ]
                },
                {
                    "description": [
                        "CC"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 12,
            "title": [
                "Vad motsvarar 10101010 binärt med hexadecimala tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "EE"
                    ]
                },
                {
                    "description": [
                        "DD"
                    ]
                },
                {
                    "description": [
                        "CC"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "AA"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 13,
            "title": [
                "Vad motsvarar “8F” hexadecimalt med binära tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "11111001"
                    ]
                },
                {
                    "description": [
                        "10011001"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "10001111"
                    ]
                },
                {
                    "description": [
                        "10000001"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 14,
            "title": [
                "Vad motsvarar “AA” hexadecimalt med binära tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "10011001"
                    ]
                },
                {
                    "description": [
                        "01010101"
                    ]
                },
                {
                    "description": [
                        "11101110"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "10101010"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 15,
            "title": [
                "Vad motsvarar “FF” hexadecimalt med binära tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "00000000"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "11111111"
                    ]
                },
                {
                    "description": [
                        "10101010"
                    ]
                },
                {
                    "description": [
                        "11001100"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 16,
            "title": [
                "Vad motsvarar  “ABCD” hexadecimalt med binära tal?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "1010101111010110"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "1010101111011110"
                    ]
                },
                {
                    "description": [
                        "1000101101010110"
                    ]
                },
                {
                    "description": []
                }
            ],
            "comment": [],
            "kind": "question"
        }
    ],
    "kind": "questions"
}