What is meant by Pseudo Code?
Answers were Sorted based on User's Feedback
Answer / rajendra prasad reddy
the code written in general english which can be used as a
guide to develop the actual code.
Byee
rajendra_penumalli@yahooo.com
hyd
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / mohan
it is nothing but general english language program which can
be understand easily. it can covert other language very
easily compared with flow chart.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / shahzeb
If sombody have accurate and brief information about pseudo
code than pklz post it on shah2652@ymail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
Answer / k.chandra sekhar
a) The pseudo is nothing but when the developer or
other person, developer a particular code or build or
version then that version or build or that code have the
that person name or that person pen name and so on that is
the pseudo code.
b) Ex one author give more valuable information in the
book that have that person name that is the pseudo name of
the book.
My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send the mail
| Is This Answer Correct ? | 2 Yes | 12 No |
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What are the types of Object Repository’s in QTP?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
How to add a runtime parameter to a data sheet?
Actually what is Quality center..is it Test Director or some other tool..Anybody can expalain it in detail..Thanks in advance..
Is it possible to use two instances of UFT on the same machine? If not why?
How to see the screens after running test in QTP?
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?
Why do we use text checkpoint as we can make use of the same in the standard check point?
How many types of recording facility are available in QTP?
What is output value?