CS programming concepts

?
  • Created by: EJF2002
  • Created on: 19-01-18 09:17
what is the difference between a variable and a constant?
a variable can be changed post-decleration
1 of 6
what is a string/ integer/ real number/ character/ boolean?
a series of characters/ a whole number/ a number with a decimal place/ just one symbol/ data with just two values
2 of 6
what is iteration?
a loop that repeats a process until a condition is met
3 of 6
what is the difference between a procedure and a function?
a function returns a value a procedure doesn't
4 of 6
what is the advantage of a array?
it stores many values under one name
5 of 6
what is the disadvantage of a array?
amount of data values can't be changed so it can waste memory
6 of 6

Other cards in this set

Card 2

Front

what is a string/ integer/ real number/ character/ boolean?

Back

a series of characters/ a whole number/ a number with a decimal place/ just one symbol/ data with just two values

Card 3

Front

what is iteration?

Back

Preview of the front of card 3

Card 4

Front

what is the difference between a procedure and a function?

Back

Preview of the front of card 4

Card 5

Front

what is the advantage of a array?

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 programming concepts resources »