{
    "path": "/home/krm/dev/mimer-academia/os/posix/Questions/posix.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Om POSIX"
    ],
    "status": "alpha",
    "author": [
        "krm"
    ],
    "created": {
        "year": 2026,
        "month": 1,
        "day": 7
    },
    "description": [],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 1,
            "index": 1,
            "title": [
                "Vad är POSIX?"
            ],
            "description": [],
            "statments": [
                {
                    "right": true,
                    "description": [
                        "En standard för OS"
                    ]
                },
                {
                    "description": [
                        "Ett realtids OS"
                    ]
                },
                {
                    "description": [
                        "Ett OS som är avsett att fungera på routrar och switchar."
                    ]
                },
                {
                    "description": [
                        "Ett problem med prioriteringen av processer för olika OS"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 2,
            "title": [
                "Vilket av följande OS är inte POSIX liknande?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Mac OS"
                    ]
                },
                {
                    "description": [
                        "Ubuntu"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Windows"
                    ]
                },
                {
                    "description": [
                        "Android"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 3,
            "title": [
                "Vilken av följande fördelar har du inte med POSIX?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Du kommer ha det lättare att porta dina program mella POSIX OS om du inte använder några system beroende bibliotek."
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Du kan kompilera en gång och veta att det kommer fungera på alla POSIX system."
                    ]
                },
                {
                    "description": [
                        "Du kommer ha tillgång till liknande terminal program för att administrera systemet."
                    ]
                },
                {
                    "description": [
                        "Du kan välja mellan ett stor antal olika OS med olika egenskaper som alla är POSIX."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 4,
            "title": [
                "Vilket programmeringsspråk är UNIX skrivet i?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "R"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "C"
                    ]
                },
                {
                    "description": [
                        "D"
                    ]
                },
                {
                    "description": [
                        "Ada"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 5,
            "title": [
                "Vilket av följande utalanden är ifrån Unix filosofin?"
            ],
            "description": [],
            "statments": [
                {
                    "description": [
                        "Make many programs"
                    ]
                },
                {
                    "description": [
                        "Make a lot of money"
                    ]
                },
                {
                    "description": [
                        "Make a lots of friends"
                    ]
                },
                {
                    "right": true,
                    "description": [
                        "Make each program do one thing well."
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        },
        {
            "level": 1,
            "index": 6,
            "title": [
                "Vilket format är rekomenderat att program skickar till varandra."
            ],
            "description": [],
            "statments": [
                {
                    "right": true,
                    "description": [
                        "text"
                    ]
                },
                {
                    "description": [
                        "json"
                    ]
                },
                {
                    "description": [
                        "zip"
                    ]
                },
                {
                    "description": [
                        "xml"
                    ]
                }
            ],
            "comment": [],
            "kind": "question"
        }
    ],
    "kind": "questions"
}