• 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
  • 相关阅读:
    基于C++的配置文件解析器/编码器——toml库
    快速构建元宇宙专属虚拟形象,实时互动超酷炫
    RSA加密解密详解
    Java8的stream之groupingBy()分组排序
    云联盟 零信任实战框架 学习记录
    不愧是抖音电商,问的真细。
    AWR仿真报错invalid noise data found
    ERP采购管理系统软件
    “中国网事·感动2022”二季度网络感动人物评选结果揭晓
    目标检测。
  • 原文地址:https://blog.csdn.net/pursue16/article/details/126436977