0% found this document useful (0 votes)
8 views

What Is Programming

Programming involves organizing data and writing code to make computers perform tasks. Programmers write code using programming languages. Code is a set of instructions that tells the computer what to do. Common programming languages include Python, C, Java, and Ruby. Video game engines provide tools to help create games and include engines like Unreal and Unity.

Uploaded by

amirsaguirb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

What Is Programming

Programming involves organizing data and writing code to make computers perform tasks. Programmers write code using programming languages. Code is a set of instructions that tells the computer what to do. Common programming languages include Python, C, Java, and Ruby. Video game engines provide tools to help create games and include engines like Unreal and Unity.

Uploaded by

amirsaguirb
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

What is Programming?

Programming is the activity that focuses on organizing a set of ordered data to be certain
things, this definition can be used in many contexts. But in the computer science area,
programming is essential for the relationship between computers and users.

 In computing it is used to devise and organize the ideas necessary for a project, either
to create programs or applications.All this with the help of programming languages,
which are artificial languages predesigned with signs, words and symbols that help us
to make the computer run applications and programs.“Programming is how you make
computers solve problems”

What do they do?

A programmer is a professional who is in charge of writing, debugging and reviewing all the
source code of computer software so that it performs certain tasks, or even improves it,
incorporating new functions to make it a more complete and efficient tool

What is a Video Game Engine?

 Game engines typically provide a set of visual development tools and software
components that can be reused. These tools are usually provided in an integrated
development environment that allow you to create games quickly and easily through a
database.

 There are two key phrases here that are important: You: without the programmer
(you), the computer is useless. It does what you tell it to do.Solve problems:
computers are tools. They are complex tools, it is true, but they are not mysterious or
magical: they exist to make tasks easier.

There are three key concepts in basic logical structures in programming:

 Sequence: execution of instructions in order Selection: making decisions Repetition:


doing the same thing more than once, also called iteration

Programming languages

 There are many different programming languages, all of which have their own merits,
and certain languages are better suited to certain types of tasks, but there is no one
'best' language.Python is one of a group of languages called "general purpose
programming languages," which can be used to solve a wide variety of problems.
Other popular languages in this category are C, Ruby, Java, and BASIC.This is a small
Python program that asks the user to enter their name and says "Hello":

WHAT IS THIS CODE DOING IN THIS IMAGE?:

What this code does is that it prints or puts "Hello and welcome" and after it puts "What's your
name?", then there is a condition that says: If the Receiver puts that his name is "Martin" then
put "That's my name too!". If the receiver enters another name, only “Hi + (name entered by
the receiver)” will appear. The same happens if the receiver is named Martin

There are also different game engines:

1. I am going to tell you the top 9 best video game engines:


2. Unreal Engine 5. ...

3. Unity 3D. ...

4. Game Maker. ...

5. UbiArt Framework. ...

6. CryEngine. ...

7. Blender. ...

8. Substance Painter. ...

9. Lumberyard Game Engine.

 Godot (2D y 3D)

You might also like