Wednesday, March 7, 2018

Algebra (And Computer Programming)

In the picture below, you should see 2 parallel lines being intersected by one other line. According to geometry, angle A and angle B should be equal. To calculate it, first subtract 3x from both angle A and angle B; meaning 63 must be is equal to 3x plus 12. Now subtract 12 from both equations; you should get (A = 51) = (B = 3x). Now that you know that 3x is equal to 51, add 51 to 63 to get 114. 




(Still haven't reached to 200-word per article goal so...) 

How does computer programming work? 
The computer will perform actions and create images based on the code typed in through some sort of program that accepts code (such as Notepad or websites). Computer programs can create animations, act as interactive images, perform calculations, and even interact with the physical world through robotics. 

How do I code? 
Computers can process information through many different computer languages. Some coding languages include: Java, JavaScript, HTML, C++, C#, Python, and many more. Different coding languages have different uses. C# is sometimes used in game development programs like Unity. HTML is used to make websites due to them having code to embed videos, add images using links, and create text. 

Where do I start? 
First, figure out what you're gonna do. Then, find out which computer language(s) is the one you need. Finally, learn how to do it. 

No comments:

Post a Comment