• Skip to main content
  • Skip to primary sidebar

Founder at work

Master the skills to create and launch your next SaaS company

  • About Me
  • Reviews
  • Resources
  • Community
  • Contact
  • Lessons
  • Series
  • Search
  • Login

Programming Fundamentals

How to Flow in Pseudo Code

September 1, 2016 by Rick Hernandez Leave a Comment

How to Flow in Pseudo Code

Flow: In most programming language the flow of a program is from top to bottom. With pseudo-code, you would read it just like you would read a paragraph from left to right. … [Read more...] about How to Flow in Pseudo Code

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals, Software Engineering

Represent Process in Pseudo Code

August 31, 2016 by Rick Hernandez Leave a Comment

Represent Process in Pseudo Code

Process: In the example below, you can see that we are working with a three-variable program. The three variables are x,y,z and an addition operations is being executed on them. x = 30 y = x + 1 z = x + y <More Instructions> <More … [Read more...] about Represent Process in Pseudo Code

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Introduction to Pseudo Code

August 30, 2016 by Rick Hernandez Leave a Comment

Introduction to Pseudo Code

Pseudo Code Pseudo code is another form that can help us represent what a program is doing at a high-level. The main purpose of pseudo code is to have a human-readable representation of your program. Remember pseudo code is NOT a programming language. You will … [Read more...] about Introduction to Pseudo Code

Filed Under: JSecademy, Programming, Programming Fundamentals, Software Engineering

Representing a Data in Flowcharts

August 26, 2016 by Rick Hernandez Leave a Comment

Representing a Data in Flowcharts

I/O | Input or Output: Represents data input or output from a process. … [Read more...] about Representing a Data in Flowcharts

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Representing a Terminators in Flowcharts

August 24, 2016 by Rick Hernandez Leave a Comment

Representing a Terminators in Flowcharts

Terminator: Represents the start, end, or return section. … [Read more...] about Representing a Terminators in Flowcharts

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Representing a flow in Flowcharts

August 23, 2016 by Rick Hernandez Leave a Comment

Representing a flow in Flowcharts

Flow: Indicates the direction of a flow. … [Read more...] about Representing a flow in Flowcharts

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals, Software Engineering

Representing a process in Flowcharts

August 22, 2016 by Rick Hernandez Leave a Comment

Process Flowchart

Process: Denotes a process or an action to be taken. … [Read more...] about Representing a process in Flowcharts

Filed Under: JavaScript, JavaScript, JSecademy, Programming, Programming Fundamentals, Software Engineering

Introduction to Flowcharts

August 19, 2016 by Rick Hernandez Leave a Comment

Introduction to Flowcharts

Now that we have a clear understanding of the building blocks of programming, it's time to use a tool to express those ideas. Flowcharts help us to do exactly that! Flowcharts are used in many professions and different symbols can have a different meaning depending … [Read more...] about Introduction to Flowcharts

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Introduction to Booleans

August 17, 2016 by Rick Hernandez Leave a Comment

Introduction to Booleans

Booleans Booleans are used to represent a true or false value. … [Read more...] about Introduction to Booleans

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

Introduction to Arrays

August 15, 2016 by Rick Hernandez Leave a Comment

An array is an ordered collection of data (either primitive or objects). Based on its place in the array, each data item has a numeric index through which you can access the corresponding value. In JavaScript, arrays are also objects that have their own properties. … [Read more...] about Introduction to Arrays

Filed Under: JavaScript, JSecademy, Programming, Programming Fundamentals

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Interim pages omitted …
  • Go to page 6
  • Go to Next Page »

Primary Sidebar

Learn How To Take Your Idea And Convert It Into An App From Scratch Even If You Have Never Written A Single Line Of Code.

  • How to Find Your Next Great App Idea
  • The Secret To Getting PAID To Build Your Own App
  • How To Create Your App (SaaS, Mobile, VR, AR, Game)
  • How To Monetize Your Apps
Learn More
4.82 Ratings

Copyright © 2025 · JSecademy Blog Theme on Genesis Framework · WordPress · Log in