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

Digital Information

codeHS - Digital Information Unit

TermDefinition
Digital Information Information that can be expressed in a numerical form.
Encoding The processing of information into numbers so that it can be stored and manipulated by computers.
Data Abstraction The process of simplifying complicated data into manageable chunks.
Decimal Number System A system with 10 numeric values, 0 through 9.
Binary Number System A system with two numeric values of 0 and 1.
ASCII A protocol or code for representing English characters as numbers, with each letter assigned a number from 0 to 127.
Pixel The fundamental unit of a digital image, a tiny square or dot which contains a single point of color of a larger image.
Hexadecimal Number System A system with sixteen distinct symbols 0-9 and A-F.
Pixel Images Using of a grid of values encoded to represent a certain color in a specific position.
RGB Color Encoding Defining the amount of Red, Green, and Blue light displayed in a pixel.
Pixel Filter Manipulating the encoded values of specific pixels (that are already arranged in a grid) to modify the image.
WebImage A JavaScript API that lets us add images to our programs and manipulate their pixels.
setPosition (x,y) JavaScript function that sets the position of the upper left corner of the image.
setSize (width, height) JavaScript function that sets the width and height of the image in pixels.
getWidth ( ) JavaScript function that reports the width of the image in pixels.
getHeight ( ) JavaScript function that reports the height of the image in pixels.
getPixel ( ) JavaScript function that reports the pixel at coordinates (x,y) as an array (list) of 3 numbers [R,G,B]
setRed (x, y, value) JavaScript function that sets the R value of the pixel at (x,y) to be a value.
setGreen (x, y, value) JavaScript function that sets the G value of the pixel at (x,y) to be a value.
setBlue (x, y, value) JavaScript function that sets the B value of the pixel at (x,y) to be a value.
Image Filter Manipulating the encoded values of ALL pixels (that are already arranged in a grid) to modify the image.
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