computer science

?
what does ASCII stand for?
american standard code for Information Interchange
1 of 9
what is ASCII
7 bit character set containing 128 characters,
numbers 0-9 all upper and lower letters in the alphabet and some special characters,
the coding system for letters on our keyboards
2 of 9
how do you create images with binary
by representing colours with digits
eg, black = 0
red = 1
3 of 9
define these keywords
pixel
bit
bit map
bit pattern
resolution
pixel - the smallest part of an image that is on your screen
bit - 1 binary digit
bit map - an image made up of pixels
bit pattern - a sequence of bits (1s or 0s)
resolution - the number of pixels in an image
4 of 9
does shifting right = divison or multiplication
division
5 of 9
define the key phrases
string
int
float
string - word
int - whole number
float - decimal number
6 of 9
what does iteration mean
this is where the code loops back and re joins the previous code
7 of 9
what is a while loop
the code will be repeated as long as the conditions are true
8 of 9
what is a variable
it holds a single value
9 of 9

Other cards in this set

Card 2

Front

what is ASCII

Back

7 bit character set containing 128 characters,
numbers 0-9 all upper and lower letters in the alphabet and some special characters,
the coding system for letters on our keyboards

Card 3

Front

how do you create images with binary

Back

Preview of the front of card 3

Card 4

Front

define these keywords
pixel
bit
bit map
bit pattern
resolution

Back

Preview of the front of card 4

Card 5

Front

does shifting right = divison or multiplication

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all computer science resources »