Coding

1 of
Published on Video
Go to video
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Page 1 (0s)

Coding. By: Aydin Bhuiyan. [image] A yellow and black logo Description automatically generated.

Page 2 (5s)

Computer script on a screen. What is coding?. Coding, or computer programming, is the process of writing instructions that tell a computer what to do. These instructions are written in a programming language, which is a set of rules that define how to write code. There are many different programming languages, each with its own strengths and weaknesses. Some popular programming languages include Python, Java, C++, and JavaScript..

Page 3 (31s)

JavaScript. JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. It is a scripting language that adds interactivity to web pages and enables web applications to communicate with servers. JavaScript is also widely used in game development, server-side programming, and mobile app development..

Page 4 (54s)

C/C++. [image] File ISO C Logo svg Wikipedia. C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension to the C language. It is a powerful and versatile language that can be used to develop a wide range of applications, from high-performance systems software to web applications and games. C++ is known for its efficiency, flexibility, and control over system resources, making it a popular choice for developers who need to write high-performance code..

Page 5 (1m 18s)

HTML. HyperText Markup Language (HTML) is the foundation of web pages, defining the structure and content of web documents. It consists of a series of elements, each marked up with tags, that tell a web browser how to display the content. These elements include headings, paragraphs, images, links, and much more. HTML alone creates a basic web page, but it's often paired with Cascading Style Sheets (CSS) to control the appearance and formatting of the content. Together, HTML and CSS form the core of web development..

Page 6 (1m 48s)

Python. [image] Logo python icon Free download on Iconfinder.

Page 7 (2m 7s)

Block coding. Block coding, is a simple and intuitive way to learn programming concepts. It uses colorful blocks that represent different programming commands, allowing users to build programs by dragging and dropping blocks together. This visual approach makes coding more accessible to beginners, especially children, as they don't need to worry about memorizing complex text-based code..

Page 8 (2m 29s)

Errors. Correct Wrong this.deleteThisClone(); } } this.deleteThisclone(); } }.

Page 9 (2m 56s)

How has coding changed?. Pre-written code used to be far more difficult to get just over ten years ago. In the past, licence conditions were a lot more stringent than they are now and frequently fell under the GNU General Public License (GPL). This indicates that there is more open-source code. Programmers can use millions of written pieces of code in their applications and projects for little to no expense. People used to have to attend college or spend hours reading lengthy, challenging tutorials. There are now many more simple-to-follow tutorials and programs that may be used to teach individuals how to code. Moreover, it's considerably simpler to code nowadays..

Page 10 (3m 33s)

thank you for listening to my speech. about coding.