answersLogoWhite

0

Source code is a sequence of executable instructions written in a particular language.

Pseudo code is a sequence of non-executable instructions. It is also called algorithm written in plain English

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the basic Difference between flow chart and pseudo-code?

what's the difference between flow chart and structure diagrams and pseudo code


Is source code obtainable from object code?

Yes


The translator that converts source code to object code is called?

compiler


What does a compiler do when you compile your program?

Coverts source code into object code


Why is pseudo code called false code?

Pseudo code cannot be processed by a machine, it is solely intended for processing by humans.


What is role of compiler?

It coverts your source code into machine code so the computer can execute it.


Who is best between sourcecode and object code?

Source code is the human-readable version of a program written in a programming language, while object code is the machine-readable version generated by a compiler from the source code. The "best" between them depends on the context: source code is easier for humans to read and modify, while object code is necessary for a computer to execute the program. Both are important in software development.


How does pseudo code operate?

It doesn't. Pseudo code isn't a programming language, it is just there to give an idea of how you could write a program.


What is the difference between Pseudo-code and an actual computer software program?

the difference between that two words is the spelling, numbers of letters and the first letter in that two particular words


Can object code and source code of a compiler be in same language?

No, they are two different things, source code is human-readable and machine code is machine-readable (though it can be represented in assembly)


Is there an absolute 'right' and 'wrong' way of writing pseudo code?

No. There is no "right way" and "wrong way" of writing pseudo code, let alone qualifying with "absolute". However, a pseudo code is "wrong" if it cannot be understood, or it is incorrect in semantic (what the code tries to describe, solve, etc)


What are the pseudocode keywords for loop?

Pseudo code does not have key words, you make it up, that's why it is pseudo.