Inputs, Processes, & Outputs

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

6 Terms

1
New cards

what’s needed to create an algorithm

  • To create an algorithm, the inputs, processes and outputs must be identified

2
New cards

What is an input?

  • An input is data or information being entered/taken into a program before it is processed in the algorithm

  • An input can come from a variety of sources, such as:

    • User - keyboard, mouse, controller, microphone

    • Sensors - temperature, pressure, movement

3
New cards

what’s a process

  • A process is a doing action performed in the algorithm that transforms inputs into the desired output. The central processing unit (CPU) executes the instructions that define the process


4
New cards

examples of process

  • Comparing two numbers

  • Calculating an average

5
New cards

What is an output?

  • An output is the result of the processing in an algorithm and usually the way a user can see if an algorithm works as intended

6
New cards

what are some forms of an output?

  • An output can take various forms, such as:

    • Numbers - result of calculations

    • Text

    • Images

    • Actions - triggering events