answersLogoWhite

0


Best Answer

No. Pseudocode is not used to write complete programs; rather, it is an overview of what you want to achieve. For example, the following pseudocode is for a program to print a list of square roots:

for i = 1 to 10

show i, i*i

A specific programming language may not have a "show" command, and the structure of the "for" loop might be different; additional setup and cleanup commands may also be required in a real computer program; the purpose of this pseudoce is merely to explain, to a human, what you want to achieve. The real code, with more detail, will have to be added later.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

No, pseudocode is just an outline of the code before it's put to the computer

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is pseudocode a combination of programming language and machine code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is pseudocode in c language how is it different from algorithm?

They are not similar. However one is used to write the other so the question is do you write 1) pseudo code with algorithm 2) an algorithm with pseudo code 3) with a pencil


What is language translation in programming language?

This is usually the first stage in compilation. The source code is read and checked for syntax and usability then passed to the compile stage to be converted to object (or machine) code that the computer can understand.Translator translates program written in one programming language into (equivalent) program written in another language. For example, Java to C# translator would translate Java program into (equivalent) C# program. This is similar to as if you would translate some text in English into Spanish or vice versa.If target language is lower level language like assembly language, machine language, or pseudocode, translator is called compiler. For example, some C++ compiler could compile (translate) program in C++ into machine code.


What are pseudo code in 8086?

Pseudocode is code that is not specific to any architecture nor programming language. It is intended to be human-readable, not machine-readable, and is primarily used to demonstrate the operating principals of an algorithm in a high-level format suitable for any architecture and any language. The 8086 is a specific architecture, so any code produced specifically for it cannot be regarded as being pseudocode since it would have to be in a machine-readable form.


What type of software translates a programming language into machine language for one type of machine?

A compiler and/or an assembler.


What is the process of writing specific instructions in computer language called?

A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.

Related questions

What is pseudocode in c language how is it different from algorithm?

They are not similar. However one is used to write the other so the question is do you write 1) pseudo code with algorithm 2) an algorithm with pseudo code 3) with a pencil


Which was first programming language?

Machine language.


What is language translation in programming language?

This is usually the first stage in compilation. The source code is read and checked for syntax and usability then passed to the compile stage to be converted to object (or machine) code that the computer can understand.Translator translates program written in one programming language into (equivalent) program written in another language. For example, Java to C# translator would translate Java program into (equivalent) C# program. This is similar to as if you would translate some text in English into Spanish or vice versa.If target language is lower level language like assembly language, machine language, or pseudocode, translator is called compiler. For example, some C++ compiler could compile (translate) program in C++ into machine code.


What are pseudo code in 8086?

Pseudocode is code that is not specific to any architecture nor programming language. It is intended to be human-readable, not machine-readable, and is primarily used to demonstrate the operating principals of an algorithm in a high-level format suitable for any architecture and any language. The 8086 is a specific architecture, so any code produced specifically for it cannot be regarded as being pseudocode since it would have to be in a machine-readable form.


What are the differences between the human language and machine programming language?

what is human language


What is a binary programming language that the computer can run directly?

Machine language.


What type of software translates a programming language into machine language for one type of machine?

A compiler and/or an assembler.


Does the C programming language use a virtual machine?

no


Which programming language is always a one to one correspondence for a line of code in that language and a line of code in machine language?

Assembly language is the programming language that always has a one to one correspondence for a line of code in that language and a line of code in machine language


Examples of Low-Level Programming Language?

Machine code & Assembly language.


What is a programming language and with three example?

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.


What program that converts a high level programming language into machine language?

compiler or assembler