Save
Upgrade to remove ads
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

Computer Science

Component 2

QuestionAnswer
What is abstraction? Removing unnecessary/irrelevant details to focus on the relevant details
What is decomposition? Breaking larger problems in to smaller problems. Smaller are easier to solve.
What is algorithmic thinking? Identifying the steps involved in breaking a problem down
What is the symbol for Start/End in a flow chart? Oval
What is the symbol for Input/Output in a flow chart? Parallelogram
What is the symbol for Process in a flow chart? Rectangle
What's pseudocode? Formal english (if 14 equals this then)
What are syntax errors? Errors with the code that stop it from working
What are logic errors? Errors in a code that do not terminate the code.
What's binary search? List in order, divides by two
What's bubble sort? Compares two values and puts in to correct order
What's insertion sort? Goes through each number and immediately puts each number in the right place
What's merge sort? Splits in to individuals, goes in to pairs, and then groups and keeps merging.
What is DIV? Ignores remainder
What is MOD? Only shows remainder
What is a function? A sub-program that returns a value
What is a procedure? A sub-program that does not return a value
What is authentication? Only allows authorised users to access information
What is verification? Checking data has been entered correctly
What is validation? Checks data is sensible
What is a type check? Checks a data type
How are the number of combinations found for a truth table? 2 to the power of the amount of inputs.
What does IDE stand for? Integrated Development Environment.
What is an IDE? A software program used to help programmers build software
What is the role of the translator (interpreter)? Allows the code to run, translates from written to machine code.
Give another feature of an IDE. Code editor, used to create code and auto indents
How do you start a file? myfile=open("hello.txt", "w'')
How do you write in a file? myfile.write("hello")
How do you close a file? myfile.close()
Created by: user-1956972
 

 



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