RTOS
Quiz by Natchanun Sermsri
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1What is a RTOS full name?Real time operation systemRun time operation systemReality time organization systemReal time open system20s
- Q2Which of the following is not a real-time operating system (RTOS)?Windows 10FreeRTOSQNXVxWorks20s
- Q3Which of the following is a characteristic of a real-time operating system (RTOS)?Predictable and deterministic response timesLimited task scheduling optionsHigh system resource usageUnpredictable response times20s
- Q4Which of the following is NOT a popular RTOS used in embedded systems?QNXVxWorksFreeRTOSLinux20s
- Q5What is a semaphore in the context of real-time operating systems (RTOS)?A synchronization mechanism used to control access to shared resourcesA device for input/output operationsA tool for memory managementA type of CPU architecture20s
- Q6What does the term 'task' refer to in the context of a real-time operating system (RTOS)?A type of programming language used in RTOS developmentA physical component of the hardware systemAn external device connected to the RTOSA unit of work that needs to be executed by the operating system20s
- Q7
What is MPUs
Main processing unit
Memory protection unit
Main protection unit
Memory processing unit
20s - Q8
Which one is function of MPU?
Protect computer hardware
Support computer hardware
Processing only memory hardware
Support only memory hardware
20s - Q9
Which is not function of message queue in RTOS?
Data can be transmitted by copying or byreference (pointer).
Simple storagelocation to share a single variable
It is used to transmit data between tasksor during interruptions and tasks.
First-in-first-out (FIFO)queue to pass data
20s - Q10
Which is function of mailbox in RTOS?
It is used to transmit data between tasksor during interruptions and tasks.
It can be considered a single-componentqueue.
It canbe considered as a reference counter to record the availability of a particularresource.
Similar to binary signals, it isgenerally used to prevent the use of a single resource.
20s