answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Is human-readable code that looks similar to programming language code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the programming language used by ABB?

It's called RAPID. RAPID functions and looks quite similar to C


Why HTML doesn't need a compiler to run?

They are not programming languages and do not create programs, so they don't need a compiler. A browser opens a web page and reads the HTML or XHTML and displays it, more like an interpreter would.


Need of structured programming?

That basically refers to a programming language that has support for conditional statements (if), code repetition (while, for, ...), and subroutine or function calls. Most modern language have that. The term is also sometimes used for languages that do NOT work with OOP. Actually OOP includes the structured programming concepts mentioned above, but it includes a few other things, too.


What are the difference between greedy algorithm and dynamic programing?

A greedy algorithm is similar to a dynamic programming algorithm, but the difference is that solutions to the subproblems do not have to be known at each stage; instead a "greedy" choice can be made of what looks best for the moment.


What is the difference between QBE and SQL?

Query by Example (QBE) is a database query language for relational databases. A QBE parser parses the search query and looks for the keywords. A more formal query string, in languages such as SQL, is then generated, which is finally executed. However, when compared with a formal query, the results in the QBE system will be more variable.SQL (Structured Query Language) SQL is a set-based, declarative query language, not an imperative language such as C or BASIC. However, there are extensions to Standard SQL which add procedural programming language functionality, such as control-of-flow constructs

Related questions

What is the programming language used by ABB?

It's called RAPID. RAPID functions and looks quite similar to C


Why HTML doesn't need a compiler to run?

They are not programming languages and do not create programs, so they don't need a compiler. A browser opens a web page and reads the HTML or XHTML and displays it, more like an interpreter would.


How do you program a log in page using HTML?

HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.HTML is not a programming language, so you cannot program anything with it. HTML is a markup language. It lets you lay out a page and design how it looks, set fonts, colours etc. You could design the look of the form with HTML, but to facilitate a log in process, like checking a username and password, you need a programming language to integrate into the page or send the data to, in order to process it. There are lots of languages that can do that. You need to learn at least one and then you can create a log in page that works.


How can you use language arts science history and math in a computer programming job?

Yes,first of all it looks great on a resemue`. Second, science and math especially for computers.


How are the Lucayans and the arawaks in Guyana similar and different?

they are similar in looks


What is a programming?

Programming is giving a computer instructions with a programming language such as Python, C#, BASIC, FORTRAN, COBOL, etc. and saving the code into a text document (.txt) or a file with a language specific extension like .py(Python) .cpp(C++), .com(Assembly language (communicating directly with the computers processor)) ,.bas(BASIC) that the computer CANNOT understand, however using an interpreter runs the code without creating an object file(.exe). Compiling that code with a compiler turns that language syntax into machine code (0's and 1's, or in the world of Microsoft, .exe, short for executable) which the computer understands and WILL RUN.Programming looks like:C++ (infamous for a reason :P):#include //


Need of structured programming?

That basically refers to a programming language that has support for conditional statements (if), code repetition (while, for, ...), and subroutine or function calls. Most modern language have that. The term is also sometimes used for languages that do NOT work with OOP. Actually OOP includes the structured programming concepts mentioned above, but it includes a few other things, too.


What symbols are used for computer programming?

You hold down alt and on you're keypad while holding down alt you can type alot of things using the numbershttp://knopok.net/symbol-codes/alt-codes That should explain it better but num lock has to be on also before you do anything.


How did Annie Sullivan learn sign language?

She looks on a sign language book.


What is a color that looks similar to green?

turquoise


Is there a Pokemon that looks like blaze the cat?

Yes, there is one that looks similar, Purrloin.


What does ace trainer earnest look like?

he looks like an ace trainer what do you want its the same programming