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 difference between client and server applications exatly?
Lets say,flipkart website...in search button we have entered category[i.e watches] it displays some items...question is how to test price displayed each product is correct or not through qtp
hi testers,one script has three actions , at the of running three actions are running , how to set run only perticular action and what is the use of split the action? when it will be useful?
What is batch testing?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.
What is API
Whats the realtime QTP testing process
What are Test case selection criteria for Automation?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How you are developing the script? Using record and play back or manual?
Can anyone please explain me the process of automating an application using QTP as i am new to this?