Posts

Showing posts from October, 2021

Computer Science Programming Language Blog 3

Image
Abinezer Abebe STEM  Week 3                                       Computer Based Programming Languages Research   Most video games are made from custom code based on the C programming language. Game programming requires substantial skill in software engineering. There are 7 phases a program goes through before the game is published. The first and important is prototyping. The programmer might write down some ideas and figure out the game plans and how the game would work. Is the game going to be multiplayer is the game going to be online ? The programmer would come up a concept. Next step would be the game design. Here the programmer might Collab with others to deign the characters the game scene. Programmers often follow closely the game design that they have set. As they code every line of the program they capabilities are discovered and exploited. During production the programmer may create a great deal of source code to create his game. They also might use free open source code so

Computer Science Programming Language Blog 2

Image
  Abinezer Abebe STEM  Week 2                                       Computer Based Programming Languages Research   There are varies types of computer programming languages. Python is a interpreted programming language. Interpreted programming languages it incorporates modules exceptions and dynamic typing. Its a very high level programming language. Pythons writability and readability is why its ranked so high on most popular languages next to java and C. Python code is easily portable and has thousands of free open code programs. Why would a user choose python over C? C programming language works well with internal software and while python is a general all purpose language that can complete most tasks. Taking a look at python and C. C was first used in 1972 and designed by Dennis Ritchie and Bell labs. The main purpose of C at the time was for US Army development. Time went on and C was used in small electronics and became more practical. C was also used on the Unix operating syste