Real-Time Operating Systems Quiz 1

Real-Time Operating Systems Quiz 1

University

13 Qs

quiz-placeholder

Similar activities

BASIS MPC

BASIS MPC

University

10 Qs

Real-Time Scheduling Quiz

Real-Time Scheduling Quiz

University

17 Qs

Revision

Revision

University

10 Qs

Operating System

Operating System

University

10 Qs

Module 4: Quiz 2 Gururaj Surampalli

Module 4: Quiz 2 Gururaj Surampalli

University

10 Qs

pressure notes

pressure notes

9th Grade - University

12 Qs

FlexSim Quiz Assessment 2

FlexSim Quiz Assessment 2

University

13 Qs

Lesson 2 PLC Systems

Lesson 2 PLC Systems

University

15 Qs

Real-Time Operating Systems Quiz 1

Real-Time Operating Systems Quiz 1

Assessment

Quiz

Engineering

University

Medium

Created by

DJ CHEN

Used 2+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary role of the kernel in a real-time operating system (RTOS)?

Manage low-level I/O operations directly

Handle interrupt requests only

Manage tasks, scheduling, and resource allocation

Replace hardware-level timers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is CMSIS-Core designed to provide?

High-level task management

A hardware abstraction layer for Cortex-M microcontrollers

Peripheral drivers for STM32 microcontrollers

Power management for low-power systems

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following accurately describes context switching in an RTOS?

Swapping hardware interrupts between cores

Saving and restoring the state of a task to switch to another task

Resetting all tasks when a new task arrives

Allocating additional stack space for higher-priority tasks

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Rate-Monotonic Scheduling (RMS), why are tasks with shorter periods assigned higher priority?

To ensure deadlines of low-priority tasks are always missed

Because they have longer deadlines

To meet frequent execution requirements for time-critical tasks

To improve CPU power consumption

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do interrupts and preemptive scheduling differ?

Interrupts pause only kernel tasks, while preemption affects all tasks

Preemption is used for real-time deadlines, while interrupts are for event handling

Interrupts are triggered by software events, preemption by hardware

Interrupts are synchronous, preemption is asynchronous

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of using fixed-priority scheduling in embedded systems?

It guarantees 100% CPU utilization

It avoids task starvation by balancing priorities dynamically

It provides predictable timing for real-time applications

It ensures tasks are executed in the order they are created

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which timer function is typically implemented by the SysTick Timer in Cortex-M microcontrollers?

Generating PWM output

Time-stamping UART data

Periodic scheduler interrupts for task management

Resetting stack pointers

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?