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 |
How do you done Data-Driven Testing using MS-Word. What is the script for that
Write test cases for copy and past password in password field ?
If I give some thousand tests to execute in two days what do you do?
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
What is the difference between client server application and web based application?
What is throw object?
how do u get lib files into scripting files?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Can u call txt extension file in QTP?
Explain the Keyword View ?