Skip to main content

Newer Post or latest post

Li-Fi vs Wi-Fi: A Battle of Light and Waves

Li-Fi vs Wi-Fi: A Battle of Light and Waves Li-fi is a light fidelity device that supports only the infrared and other lighting systems to transfer the data to the device which is used to receive from the sender device. Wifi is a wireless fidelity device that supports the radio waves to transfer the data to the wifi device which is used to receive the wifi signals at the limited ranges due to the device version capacity. Introduction to the computer system and computer applications related topics are listed following below here: Li-Fi vs Wi-Fi: A Battle of Light and Waves Let’s discuss the computer system related topic and questions above listed and their answers are following below here: Li-Fi vs Wi-Fi: A Battle of Light and Waves There are some points on the computer system and data communication related to the topic of “Li-Fi vs Wi-Fi: A Battle of Light and Waves” following below here: Lifi based data communication system:- Li-Fi is a light based signal data transmission ...

What is compiler? Give the difference between a compiler and an interpreter?

What is a compiler? Give the difference between a compiler and an interpreter?

Compiler:

i) A program which translates a high level language program into a machine level language program is known as a compiler.

ii) Compiler goes through the entire program and then translates the entire program into the machine code. (see fig I.)

compiler compiles into machine code
fig I Compiler compiles the program into the machine code

Image reference of the compiler, program and the machine codes

In the image the left side box entity is a compiler. The compiler shows the program you have written in the text editor or program editor compiles the whole program. The dotted line shown from the left side entity “the compiler” through the program just represents the compilation of the whole program. The dotted line also shows the program change into the machine code after the compiler compiles the whole program. These machine codes go to the ALU in the CPU that processes the codes and gives the instruction to the output units to perform a program output on the monitor.

iii) A compiler shows a list of errors along with the line numbers at the end of the program execution. (see fig. II)

compiler shows error after execution
fig II -Compiler shows error after execution of the program.

iv) The compiler is faster than the interpreter.
v) The object code program produced by the compiler is permanently saved for future reference.
vi) If the compiler runs on a computer for which it produces the object code it is known as a ‘self or resident compiler’.
vii) If a compiler runs on a computer other than that for which it produces an object code, it is known as a ‘cross compiler.

Interpreter:

i) An interpreter is a program which translates one state of a high level language program into machine code and executes it at a time (see fig III).

interpreter translate high level language into machine level language to check line by line errors.
fig III An interpreter check line by line errors in the program

ii) The interpreter shows errors line by line (see fig III).
iii) An interpreter is a smaller program as compared to the compiler.
iv) The object code of the statement produced by an interpreter is not saved.
v) The presence of a source program is always required for the interpreter.
vi) If the instruction is used next time, it must be interpreted once again and translated into the machine code.
vii) An interpreter needs less memory space.
viii) It can also be used in a smaller system with limited memory space
.


Can a program be used to process expression based values?

Yes, it is correct that the program in any language that includes the expression or equation can process the input values based on the expression used in the program.
Such as:- an expression is a+b/c= d can be processed with the input values takes into the numerical values in the form of integer or float value for example:- a = 1.2, b = 1.3 and c = 2 then d = 1.25 as a float values comes into the program most used in the C language program to process these values into the compiler software on the computer.
Similarly, the other types of language uses different types of method to take input values in the program to provide the output value at the output interface of the program.


-----------------------------------------------------------------------------------------------------------------------------

I hope you from this topic “ What is compiler? Give the difference between a compiler and an interpreter? ” and you can enjoy this informative post that i have published and provide you to the information technology or computer science related solution or questions/answers provided in the topic to study and happy learning 🙂
"Thank you for taking the time to read this post! I hope you found the information helpful and informative. Don't forget to stay tuned for more exciting updates and insightful content. Your support means the world to me!"



My latest post is here links below about the databases technology

What are the components of data model in [DBMS] Relational Database Management System?

What is stability of the distributed database management system?

In the distributed database model there are.... 👉 click here👈

There are five main components of data model... 👉 click here ðŸ‘ˆ

Comments

Popular posts from this blog

what are the function of the joystick and light pen?

Q 1. State the functions of a joystick and that of a light pen? Introduction to the joystick device, virtual or soft joystick tool, game controller, virtual or soft game controller and light pen topics are covered below here: Joystick What is the meaning of the joystick in computer? What is the joystick as a peripheral device in the computer system? What is main use of joystick in computer system peripheral devices? What is the purpose of the joystick in computer? What are the types of joysticks in the peripheral system for game purpose? What do you mean by analog joystick in peripheral system? What are the advantages of analog joystick device? What are the disadvantages or drawbacks of analog joystick device? What are the uses of joysticks? What are top 5 uses of joystick device in the computer system peripheral? Where is the use of joystick? How to connect the joystick for game in computer system? Can you connect the joystick to the laptop? Why do n...

Why Cybersecurity Matters in the Digital Age

Importance of cybersecurity on the internet world Cybersecurity is a technique that protects the users database on their device and some applied rules or protocols for the user that are not allowed in their country to access the specific databases or content or links of websites. The user can protect their database on the internet through the cloud service to store the database into the secured website that provides the stored database and higher security features such as:- Multi Factor authentication, or two factor authentication on the security model. In today's digital age, cybersecurity plays a vital role in protecting individuals, organizations, and governments from an ever-evolving landscape of cyber threats. As our reliance on the internet and digital technologies grows, so does the risk of cyber attacks, data breaches, and identity theft. Effective cybersecurity measures help safeguard sensitive information, prevent financial losses, and maintain trust in online transaction...

Multitasking in Operating Systems

Explain the multiple tasking in the operating system? The multiple task means the operating system runs many programs or applications on the computer parallel to provide flexibility of using the computer on their operating system environment to user services such as:- a game playing for entertainment with listening music through another application software or music player. The user can prepare a document offline and work on it currently for sending the email to their head employee as the head officer giving instructions for creating the content in the document file and sending the document file at same time through browser application links website to email to the head officer. Multitasking in an operating system allows multiple processes or threads to run concurrently, improving system efficiency and responsiveness. The OS allocates specific time slices (called time quanta) to each process, switching between them rapidly to create the illusion of simultaneous execution. This context ...