What is meant by Pseudo Code?

Answer Posted / rax

Pseudocode (derived from pseudo and code) is a compact and
informal high-level description of a computer programming
algorithm that uses the structural conventions of some
programming language, but typically omits details that are
not essential for the understanding of the algorithm, such
as subroutines, variable declarations and system-specific
code. The programming language is augmented with natural
language descriptions of the details, where convenient, or
with compact mathematical notation. The purpose of using
pseudocode is that it may be easier for humans to read than
conventional programming languages, and that it may be a
compact and environment-independent description of the key
principles of an algorithm. No standard for pseudocode
syntax exists, as a program in pseudocode is not an
executable program.

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to call from one action to another action in qtp?

551


How to Test the mainframe application?

1815


What is the difference between rational rose and QTP?

1774


Define Error Pane of UFT?

682


How can you identify the browser and its information using QTP script?

540






hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career

1913


How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.

1798


what is the frame work in J-meter?

1588


Which functionalities of QTP used in banking project?

1911


Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?

1390


what the difference between shared repository and per action repository?

546


what is clean sweep?

1873


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1336


Can we use index on view?

1593


Is any limitation to xml checkpoints?

551