WorksheetsUnderstanding Computer Programming
Total questions: 10
Worksheet time: 5mins
It is a set of specific instructions that tells the computer what to do.
Coding
Programming
Program
It is the process of creating a set of instructions that tell a computer how to perform a task.
Coding
Program
Programming
It is one of a an algorithm development that is used to describe how an algorithm should work, to explain a process to a less-technical users and design code in a group setting.
Flowchart
Algorithm Development
Problem Definition and Analysis
Pseudocode
It is a diagram that represents the algorithm. It contains various shapes connected by arrows.
Flowchart
Algorithm Development
Problem Definition and Analysis
Pseudocode
In this phase we determine the problem, need, and output of the problem.
Algorithm Development
Problem Definition and Analysis
Coding
Testing and Debugging
This is the final step, that allows the users involves that actively using the program to check for some improvements.
Testing and Debugging
Coding
Maintenance
Algorithm Development
Programming language that was created in 1991 by Guido Van Rossum. It is used for web and software development, and web-based applications.
Javascript
HTML
Phyton
CSS
A certain set of instructions is repeated or looped in a certain number of times. What basic control structure is this?
Sequential Structure
Conditional Structure
Iterative Structure
One of the cotrol structure that involve decisions or conditions before they are executed.
Sequential Structure
Conditional Structure
Iterative Structure
It follows a steps that execute in sequence are represented by symbols that follow each other top to bottom. One of the simplest in all control structure.
Sequential Structure
Conditional Structure
Iterative Structure
