answersLogoWhite

0

What program language do computer games use?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

Java

Flash

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What program language do computer games use?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between a computer program and a computer?


What is the code that was established so that all computers will be able to use the same binary code?

When you program a computer to do something then you use what is known as a higher level language. For the computer to run the program it must first convert your program into binary so the computer can do the work. That work is done by either sending an electrical signal or not sending an electrical signal through the computer. When the computer has finished running the program it then has to change the binary system it uses into the higher level language you use so you get the answer you want


What programming language do I use to program Wii games for free?

you cant for free, but i was looking round to find what language games are written in and most are in C/C++


What is the computer program Perl and how do you use it?

Perl is a programming language, and to use it requires many hours of reading about it and of practice writing programs in it.


What is the difference between a computer and a computer program?

A computer is an electronic (or electromechanical) device that can handle input, processing and produce output. A computer program is a set of rules or instructions that enables the computer to perform these tasks (input, processing and output). They work together, a computer is useless without a computer program, and a computer program cannot work without a computer. It is a symbiotic relationship.


How does a computer understand the Filipinos language?

It doesn't. The only language the computer understands is its own native machine code; binary language. We use that binary language to program the computer such that it can translate the high-level human languages that we can understand into the low-level languages that it can understand, and vice versa.


What are computer codes?

Computer codes are the numbers 0 and 1 use to the computer how to function and what program to use, or to program the computer its self. Not really sure but there is a code use to change the appearance of the windows toolbar to the color black.


A set of electronic instructions that tell the computer what to do?

A set of electronic instructions that tells the computer what to do is called a program. Programs are essentially algorithms to a solution that are written in a language the computer can understand.


What computer language do you use to do robotics?

The language us variable. C++ is common. But having software to manipulate the robotics is common. Are you wanting to create your own program or...?


What is asembler?

An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations. Some people call these instructions assembler language and others use the term assembly language.


How do you emulate PlayStation 2 games on a computer?

Use an emulator program. You can find one at emulator-zone.com.


What is Programming languege and why we use programming languege andexplain it?

A computer can do many different things, depending on the program provided to the computer. The program is a list of instructions.Rather than learn the "machine language", which is the underlying instructions the computer can execute, nowadays people usually program in a "programming language", which is closer to a human natural language, usually English. The instructions in this programming language are then converted into machine language, by programs specifically designed for that purpose (assemblers, compilers, and - in a way - interpreters). Writing in a programming language is much easier than learning the machine language.