Mock Oral Questions For ERTOS
Mock Oral Questions For ERTOS
2.
Which are the three parts that the Embedded Systems are divided into?
Embedded system hardware, Embedded System software And Operating
System.
The purpose of embedded systems is to control a specific function within a device. They are usually
designed to only perform this function repeatedly, but more developed embedded systems can control
entire operating systems.
9.
What are the benefits of Embedded Systems?
1. Easy to manage.
2. fast performance.
3. use in mobile robots.
4. they are smaller in size.
5. IOT
A core dump is the printing or the copying to a more permanent medium (such as a hard disk ) the
contents of random access memory ( RAM ) at one moment in time. One can think of it as a full-length
"snapshot" of RAM. A core dump is taken mainly for the purpose of debugging a program.
A task is also called a thread, is a simple program that thinks it has a CPU all to itself. A task consists of a
sequentially executable program under a state-control by OS. The state information of a task is
represented by task state, task structure – its data, objects and resource and task control block.