Posts

Showing posts from December, 2019

SCRATCH Animation

Image
SCRATCH Animation Scratch is basically a Visual Programming Language specially designed for kids or first time programmer. In many programming languages, we have to write the code to get some output; but in scratch, there are ready commands, blocks, logical statements, etc., just we have to arrange them in sequence to get the desired output. With Scratch, we can program our own interactive stories, games, and animations. Scratch file is stored with the extension .sb2 Scratch Software is get designed by The Lifelong Kindergarten group of Media Lab of MIT, in 2003. In the year 2013, another version named Scratch 2 was released. Different Elements of Scratch   :- Scratch Document  / program is called as Project. 1.      Stage – here we can see the real time actions. 2.      Sprite – It is a graphic element present on the stage. (Default sprite in a new project, is cat) 3.      Costume – sprites can have different costumes which displays

Short History of Programming Languages

Image
Short History Of Programming Languages Computer -  A Computer is a computational device which is used to process the data and that data is under the control of a Computer Program. But what is a Computer Program ? Computer Program is a sequence or set of instructions given to the computer to perform various tasks. While executing the program, raw data is get processed and we get the desired output. Now the question is, What is a Programming Language ? As mentioned above, we have to give some instructions to the computer for completing our task; but computer can understand the instructions that are written in a specific syntactical form & which is nothing but called as a ' Programming Language '. Languages are broadly classified as - Machine Oriented ( Lower Level Languages ) User Oriented ( Higher Level Languages ) Programming Languages are nothing but Machine Oriented Languages which can be understandable by Computer. And User Oriented Language