• RTES - 3 - Quiz 1


    1. A Flight Control System is a Real Time System
    • True
    • False
    1. Real-Time correctness requires what?
    • Resource margins greater than 30%
    • Periodic processing of service requests with no jitter and no drift
    • Servicing requests as fast and efficiently as possible
    • High throughput, bandwidth and a small memory footprint
    • Functionally correct output prior to a deadline relative to request for all services
    1. All embedded systes are real-time systems
    • False
    • True
    1. Interference time is best described as what?
    • Time during which a thread/task is preempted by another with higher priority
    • An inversion in priority
    • When a thread/task is dispatched but has insufficient memory
    • Level-1 cache misses the reduce execution efficiency
    • Stalls in the microprocessor pipeline during execution
    1. Which of the following are attributes of a Linux process?
    • A process provides a protected address space, which can’t be corrupted by bad code running in a separate process
    • A process is a kenel space execution context mapped onto a user space task
    • A process is a user space excution context and it is mapped onto a task in kernel space in Linux
    • The Linux kernel is just a process
    • The Linux process is the best way to implement a real-time service.

    Answers

    1. True
    2. Functionally correct output prior to a deadline relative to request for all services
    3. False
    4. Time during which a thread/task is preempted by another with higher priority
    5. A process provides a protected address space, which can’t be corrupted by bad code running in a separate process
      A process is a user space excution context and it is mapped onto a task in kernel space in Linux
  • 相关阅读:
    【LLM】0x00 大模型简介
    Check for degenerate boxes检查退化框
    Java集合
    9.18算法
    win10 linux 子系统 wsl2实现ip自动转发
    配置命令别名
    每日刷题记录 (二十)
    Flink重分区算子解析 - StreamPartitioner
    linux学习总结
    大数据毕设 - 公交数据分析与可视化系统(大数据 python flask)
  • 原文地址:https://blog.csdn.net/pursue16/article/details/126436977