Posts

Showing posts with the label Programming

Benefits of Social Media

Image
Benefits of The Using of Social Media Social media has changed the way we communicate today. It is in our best interest to be aware of all of the new possibilities for managing our online reputation. In the scenario of using social media like Facebook, Twitter, Instagram, or whatever it is, using the social media , lines between professional and personal and their differences also started to become blurred and many times, we love to refer to the existence of our online presence as our “personal brand”. Your personal brand can be included with both “personal” and “you”.   Here are some useful benefits of using social media:-   1. Build relationships. Social media is not just for brands to connect with their customers. In fact, the core of it is about social media connecting people with people. From a professional perspective, you can greatly enhance your professional network online by connecting with colleagues, mentors, role models, and other professionals. If yo...

Requirement And Objective Of A Language To Be A Programming Language

Image
  What Are The Requirement And Objective Of A Language To Be Characterized As A Programming Language - Knowledge Canvas   Programming language: A programming language is a set of instructions which can be used to instruct a computer device to perform a specific task. Language is a method of communication. Computer programming language is called language because it has its own vocabulary and sets of grammatical rules to communicate with a computer. Example:-Python, C, C++, C#, Java, BASIC.   Requirements to be a Programming language:- Simplicity:- A program must be understandable to the reader(even non-programmers). Portability of a program:- Portability of a program means machine-independent means programming written in a particular computer can be compiled and executed on any other machine. Writability:- Writability means the quality of expressivity of a language. A language should be clear, concise, quick, and correct. Extensibility:- A programmi...