You are using an outdated browser. Please upgrade your browser to improve your experience.
iPseudoCode - for phone

iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language

iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language

iPseudoCode - for phone

by Guillermo Licea
iPseudoCode - for phone
iPseudoCode - for phone
iPseudoCode - for phone

What is it about?

iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language.

iPseudoCode - for phone

App Details

Version
5.1
Rating
(2)
Size
8Mb
Genre
Education
Last updated
August 16, 2023
Release date
September 25, 2016
More info

App Screenshots

iPseudoCode - for phone screenshot-0
iPseudoCode - for phone screenshot-1
iPseudoCode - for phone screenshot-2
iPseudoCode - for phone screenshot-3
iPseudoCode - for phone screenshot-4
iPseudoCode - for phone screenshot-5
iPseudoCode - for phone screenshot-6
iPseudoCode - for phone screenshot-7
iPseudoCode - for phone screenshot-8
iPseudoCode - for phone screenshot-9

App Store Description

iPseudocode is an iPhone/iPad app designed for novice programmers, students beginning the learning process of programming languages and programming teachers that want to introduce the basic concepts of programming (sequencing, selection and iteration), before a complex programming language.

iPseudoCode allows the user to implement and execute small programs written in pseudocode. The app also allows to generate automatically a flow diagram direct from the program to illustrate graphically the flow of the program control.

iPseudoCode supports two grammars for programs, one with english keywords and other with spanish keywords.

An example of a program written in iPseudoCode is:

begin-program
i = 0
avg = 0
read "How many items?", numberOfItems

if (numberOfItems > 0) then
while (i < numberOfItems)
read itemValue
avg = avg + itemValue
i = i + 1
end-while

avg = avg / numberOfItems
write "Average = ", avg
end-if
end-program

Disclaimer:
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.