Computer Science - Computer Fundamentals - Discussion
Discussion Forum : Computer Fundamentals - Section 12 (Q.No. 6)
6.
Which of the following languages is often translated to pseudo code?
Discussion:
5 comments Page 1 of 1.
Jeftha Dkhar Dann said:
2 months ago
Pseudo code is a human-readable representation of an algorithm, often written before actual coding.
It is not a translation of existing languages like Assembly, FORTRAN, PASCAL, or BASIC.
Instead, programmers convert pseudo code into actual programming languages, not the other way around.
So, the correct answer is None of the above.
It is not a translation of existing languages like Assembly, FORTRAN, PASCAL, or BASIC.
Instead, programmers convert pseudo code into actual programming languages, not the other way around.
So, the correct answer is None of the above.
Anomie said:
1 year ago
@All.
Translation to Pseudocode:
To understand, document, or analyze Assembly code, developers often translate it into pseudocode.
This translation abstracts away hardware-specific details, making the logic and flow more comprehensible.
Usage Example:
Reverse engineering and security analysis frequently involve converting Assembly code to pseudocode to understand malware behavior or analyze compiled binaries.
Translation to Pseudocode:
To understand, document, or analyze Assembly code, developers often translate it into pseudocode.
This translation abstracts away hardware-specific details, making the logic and flow more comprehensible.
Usage Example:
Reverse engineering and security analysis frequently involve converting Assembly code to pseudocode to understand malware behavior or analyze compiled binaries.
Kapion said:
5 years ago
Actually NOT, Pascal doesn't translate as pseudo-code.
Stark Amar said:
6 years ago
How the pascal language used to translate the pseudocode?
(1)
Shewangizaw Bogale said:
9 years ago
The benefit of pseudocode is that it enables the programmer to concentrate on the algorithms without worrying about all the syntactic details of a particular programming language. In fact, you can write pseudocode without even knowing a programming language you will use for the final implementation.
(1)
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers