pseudocode

listen to the pronunciation of pseudocode
İngilizce - Türkçe
sözde kod
(Bilgisayar,Teknik) yalancı kod
İngilizce - İngilizce
A description of a computer programming algorithm that uses the structural conventions of programming languages but omits detailed subroutines or language-specific syntax
uses English statements to create an outline of the necessary steps for a piece of software to operate
Pseudocode is a short hand way of describing a computer program Rather than use the specific syntax of a computer language, more general wording is used Using pseudocode, it is easier for a non-programmer to understand the general workings of the program
``A notation resembling a programming language but not intended for actual compilation It usually combines some of the structure of a programming language with an informal natural-language description of the computations to be carried out ''
is structured English version of the program which uses English nouns and verbs and C++ control structure syntax to express the way the program should work (the algorithm)
An English language version of an algorithm that will ultimately be translated into real computer code
A method for representing the instructions in a module with language very similar to computer programming code (15)
a way of writing program descriptions that is similar to programming languages but may include English descriptions and does not have a precise syntax
A description of a computer programming algorithm that uses the structural conventions of programming languages, but omits detailed subroutines or language-specific syntax
An informal language, similar to everyday English, that helps the programmer to develop or "think out" algorithms
A cross between a computer language and plain English used to write algorithms
a program description somewhere between english and Java code (What is Programming? - Slide 12) (Making Objects - Slide 27)
Narrative form of the logic of a computer program
A method for representing the instructions in a module with language very similar to computer programming code (18)
An English description of an algorithm in sufficient detail to allow its implementation to be easily written
pseudocode