{
    "path": "/home/krm/dev/mimer-academia/web/introduction/Questions/character-encoding.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Teckenkodning"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2018,
        "month": 11,
        "day": 13
    },
    "status": "alpha",
    "description": [
        "Frågror om tecken kodning."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "title": [
                "🍓 Vad en teckenkodning är för något?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Att represera ett ord mked ett tal."
                    ]
                },
                {
                    "description": [
                        "Att represntera ett tal med en bokstav."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Att represntera en bokstav med ett tal."
                    ]
                },
                {
                    "description": [
                        "Att koda med hjälöp av bokstäver"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 2,
            "title": [
                "Vilket är den idag dominerande teckenkodningen?"
            ],
            "description": [],
            "statments": [
                {
                    "right": true,
                    "description": [
                        "UTF-8 ."
                    ]
                },
                {
                    "description": [
                        "ASCII ."
                    ]
                },
                {
                    "description": [
                        "latin-1 ."
                    ]
                },
                {
                    "description": [
                        "EBCDIC ."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 3,
            "title": [
                "Vad heter den historiska viktiga teckenkodningen som alla idag använda teckenkodningar bygger på?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "UTF-8 ."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "ASCII ."
                    ]
                },
                {
                    "description": [
                        "latin-1 ."
                    ]
                },
                {
                    "description": [
                        "EBCDIC ."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 4,
            "title": [
                "Vad är ASCII tecknet för bokstaven “a”? Värdet för \"d\" är 100."
            ],
            "description": [],
            "statments": [
                {
                    "right": true,
                    "description": [
                        "97 ."
                    ]
                },
                {
                    "description": [
                        "99 ."
                    ]
                },
                {
                    "description": [
                        "101 ."
                    ]
                },
                {
                    "description": [
                        "103 ."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 5,
            "title": [
                "På ett ungefär när börjar ASCII användas i stor skala?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "I börja av 1950-talet."
                    ]
                },
                {
                    "description": [
                        "I börja av 1960-talet."
                    ]
                },
                {
                    "description": [
                        "I börja av 1970-talet."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "I börja av 1980-talet."
                    ]
                },
                {
                    "description": [
                        "I börja av 1990-talet."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 6,
            "title": [
                "🍓 Hur många bits behövs det för att representera ett tecken i ASCII?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "6 ."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "7 ."
                    ]
                },
                {
                    "description": [
                        "8 ."
                    ]
                },
                {
                    "description": [
                        "9 ."
                    ]
                },
                {
                    "description": [
                        "16 ."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 7,
            "title": [
                "Var är “ASCII art”?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Perfromanskonstnärer som är inspirerade av digitaliseringen av samhället."
                    ]
                },
                {
                    "description": [
                        "Konsten att designa teckenkodningar."
                    ]
                },
                {
                    "description": [
                        "På vilket sätt ASCII data sparas på hårdisken, det måste nämligen var så effektivt som möjligt."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Använda ASCII tecken för att rita bilder."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 8,
            "title": [
                "Latin-1 är en utökning av ASCII. Hur får bokstäverna i Latin-1 plats?"
            ],
            "description": [],
            "statments": [
                {
                    "right": true,
                    "description": [
                        "De använder den biten som är kvar i byten efter ASCII tecknena."
                    ]
                },
                {
                    "description": [
                        "De använder sig av en till byte."
                    ]
                },
                {
                    "description": [
                        "De använder sig av två mer bytes."
                    ]
                },
                {
                    "description": [
                        "De använder sig av tre mer bytes."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 9,
            "title": [
                "Latin-1 är en utökning av ASCII. Vad används/användes den till?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Att represnetera det latinska alfapetet."
                    ]
                },
                {
                    "description": [
                        "Att representera alla bokstäver i alla stora europeiska språk."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Att representera alla bokstäver i stora väst europeiska språk."
                    ]
                },
                {
                    "description": [
                        "Räkne ord förknipade med den västerlänska kulturen."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 10,
            "title": [
                "Hur många bytes behövs det minst för att koda en bokstav i UTF-8?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "4 ."
                    ]
                },
                {
                    "description": [
                        "3 ."
                    ]
                },
                {
                    "description": [
                        "2 ."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "1 ."
                    ]
                },
                {
                    "description": [
                        "0 ."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 11,
            "title": [
                "Vad är förhållandet mellan Unicode och UTF-8?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "De är både är två av många teckenkoder som skapades innan ASCII blev standard."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "UTF-8 beskriver hur Unicode ska spara i minet."
                    ]
                },
                {
                    "description": [
                        "Unicode och UTF-8 är båda ligor inom e-sport."
                    ]
                },
                {
                    "description": [
                        "UTF-8 är namnet på det webasmabler språket som UNICODE kompileras till."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 12,
            "title": [
                "Ungefär hur många tecken finns det i UNICODE?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "860 ."
                    ]
                },
                {
                    "description": [
                        "86 000 ."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "136 000 ."
                    ]
                },
                {
                    "description": [
                        "1 360 000 ."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        }
    ],
    "kind": "questions"
}