answersLogoWhite

0


Best Answer

It would be easier to answer, if you explained what the 'two types of coding' were.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why do you need two types of coding in one programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

Is there a program that can help you make a programming language but you don't need to know a programming language?

No. In order to make or use a program or a programming language, you need to know a programming language.


What are types or level of programming languages?

You need to learn Java C/C++ Coding aswell as working with High-Tech Machines. You also need a major in Computer Science.


What is programming syntax?

programming syntax is defined as a predefined pattern in which the program is written. for example:- the programming syntax in c is as: #include<headerfile or prototype> as per need. global declaration. main function or(void main) { body of coding; //comments } user defined functions() { coding; //comments }


What is the role of HTML in computer programming in detail?

HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.HTML has no role in programming. HTML is not a programming language. It is a markup language, which means it is for formatting pages and text and helping to lay them out. It has no real processing capabilities. To make a webpage actually do something you need to introduce a programming language. So you can use HTML with a programming language to make an actual webpage do things. HTML cannot do that by itself.


What is OOP language?

Before Object oriented programming the term which was used was “Structural Programming” where a programmer has to use the predefined data types, they cannot define their own data type. But when the term object oriented programming start in programming programmer become able to define its own data type according to their own use. Here a coder can define its own data types called classes and then create object from these classes. Coding in Object Oriented language Advantages of Object Oriented Programming One of the main advantages of OOP over procedural programming techniques is that they enable programmers to create modules that do not need to be changed when a new type of object is added. A programmer simply can create a new object that inherits from existing objects many of its features . This makes object-oriented programs easier for programmer to modify.


What are the purpose of compilers?

When writing a program, you write it in a certain language (java, C++, VB.NET etc.). For the computer to understand that, you need to convert it to computer language. That is what the compiler does.


Is Java a Language or Package?

Actually, it is both. Visual Basic is a Microsoft only programming language. In order to run programs written in VB though, you may need the VB runtime library as a package DLL even if you don't use the language itself.


What is bare metal coding?

Bare metal coding a.k.a. coding or programming "on the metal" refers to writing computer programs in machine language, the only set of instructions that a CPU understands. Most would also include Assembly language in this category, as the resulting code runs natively (doesn't need to be compiled). All other computer languages must be translated by a compiler or interpreter into this native machine language.


What is meant by coding in computers?

Computers aren't like humans. They can't just think, I need to do this, and then do it. They have to be taught how to do everything they do. That's what coding is. It's when someone puts a code into a computer to tell it what to do. This is also known as programming.


What does a masters degree in game design and development involve and does it need hardcore programming background?

Yes they need programming language there are many software courses that are provided.


What types of data used in algorithm?

Whatever data you need. If you need the algorithm to operate with many different types of data, and you are programming in C++, you could use generic programming practices and use templates.


Why do you need another programming language?

We have many programming languages because no one language is perfect. Some are very good at some very specific things, but are horrible for others. When we are presented with a problem, we have a large set of programming languages in which to find an appropriate language to use.