Computational Thinking

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:22 AM on 5/25/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

Computational Thinking

A problem-solving method that involves breaking down complex issues, understanding the problem, and developing solutions that can be understood by humans or computers.

2
New cards

Decomposition

Analyzing complex problems by breaking them into smaller, more manageable parts for easier understanding and solving.

3
New cards

Abstraction

Filtering out unnecessary details of a problem to focus on essential characteristics, simplifying the problem-solving process.

4
New cards

Logical Reasoning

The process of working out what instructions to give a computer to perform a task, distinct from programming itself.

5
New cards

Subprograms

Small programs within a main program designed to perform specific tasks, aiding in code organization and reusability.

6
New cards

Procedures

Subprograms that execute a specific task and end once completed, often used for tasks like resetting values in an array.

7
New cards

Functions

Subprograms that process data and return a result to the main program, enhancing code modularity and efficiency.

8
New cards

Built-in Functions

Pre-existing functions in programming languages like int, str, and asc, which perform common tasks like data type conversion or ASCII value retrieval.