🎴 Flashcard Mode

Basic Computer Science Fundamentals

Card1 / 25
Mastered0
Review0
QuestionClick to flip

Flow chart is a diagram that uses special _________ to represent an algorithm or process.

AnswerClick to flip back
A
shapes
💡 Explanation:

Flow charts use geometric shapes like ovals (for start/end), rectangles (for processes), and diamonds (for decisions) to represent the flow of an algorithm visually. Lines connect these shapes to show the sequence.

Change Mode