Lesson 3 Flashcards
a special type of embedded software that is written in non-volatile memory (such as ROM or EPROM), which cannot easily be modified
Firmware
a compiler that converts the code between different high-level languages. It can also perform automatic code refactoring. It is nothing but, we can refactor the programs
that are outside the control of the original implementer.
Language converter
In the first pass, it can create a table with all symbols and their values. In the later passes, the table can be used to generate code.
Multi-pass assemblers
type of software that is written directly for a piece of hardware. It operates without going through APIs, the operating system, or device drivers—providing the needed instructions and guidance for the device to communicate with other devices or perform a set of basic tasks and functions as intended.
Firmware
This tool gives the ability to see how the software will function in real-time.
possess more features when compared to other hardware.
allow wide-scale collaboration as they have been developed and released under the
General Public License through an open-source environment.
Emulators
helps in synchronizing the delays and internal peripherals.
monitor every part of the information in the source code with symbolic arguments
and labels.
trace the output of the contents of the program counter.
Simulators
initializes the hardware components during system
startup. This includes configuring registers, setting up clock sources, and initializing memory spaces.
System Initialization
runs on the operating system, uses or interacts with the middleware and firmware, and is the primary focus of the embedded systems’ target function.
Application
If a compiler can be able to run a code in a computer or operating system, that has been generated in a different operating system is known as a ___________.
It can also separate the build-in environment from the
target environment.
Cross-Compiler
a software layer situated between applications and operating systems.
Middleware
translates the executable program into source code in a high-level language which, when compiled shows the same behavior as the original executable program.
very much useful in error correction, computer security, and interoperability.
Decompiler
A piece of software that is embedded in hardware or non-PC devices. It is written
to perform a particular function and typically written in a high-level format and then compiled down to provide code that can be lodged within a non-volatile memory within the hardware.
Embedded Software
Embedded systems are susceptible to security threats. Embedded
software can implement security measures such as encryption, authentication, and access control to protect sensitive data and prevent unauthorized access to the hardware.
Security and Encryption
It goes through the source code once. Any symbol defined before will require errata at the end of the object code.
One-pass Assemblers
a crucial tool that transforms human-written code into a language clear for machines. It is a more complex process that a compiler does. unit that takes the basic computer instructions as input and converts them into a pattern of bits that can be used by the computer’s processor to perform certain functions.
Assembler