Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

ECS-PS

Problem Solving Unit Vocabulary

TermDefinition
Problem Solving Process Define, Prepare, Try, Reflect
Computational Thinking A method of problem solving that involves analyzing and breaking down problems into smaller, more manageable problems.
Binary A method of representing data in which only the digits 0 and 1 are used.
Code A collection of computer instructions written using human compatible computer language.
Metadata A set of data that describes and gives information about other data.
Algorithm A process, formula, or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
Sort The criteria that identifies how to organize data
Order The arrangement of data in a prescribed sequence (set order).
Selection Sort Sort by find the biggest element, put first in the resulting list, find the second biggest element, put next in the resulting list, etc....
Insertion Sort Sort by taking the first element, put it in the list. Take the next element and insert it into the right place in the list. Continue for every element from the original batch.
Bubble Sort Sort by comparin two elements that are side by side. Swap the items with the larger element to the right. Repeat until all the elements are sorted.
Bucket Sort Sort elements into different collections. Categories are set up at the start of the sort and are 'filled' with the relevant elements . This is a good sorting algorithm if there are duplicates.
Merge Sort Sort by splitting all the elements into smaller groups, sort each group, then merge the sorted groups.
Linear Search An algorithm method for finding a particular value in a list (sequential search). Checks every element, one at a time and in sequence (sorted or unsorted), until the desired result is found.
Binary Search An algorithm method for finding the position of a specified value within a sorted list (array). Compares the search value with the key value of the middle of the array.
Dijkstra's Algorithm A search algorithm that finds the shortest distance between two or more items, vertexes, or nodes. This creates a "minimal spanning tree" or "shortest path".
Created by: TheMsAllsop
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards