0 of 10 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
What is meant by the term ‘Data Type’?
What type of data would be most appropriate to use in the context of developing some media playing software: “Storing the title of a song”?
What type of data would be most appropriate to use in the context of developing some media playing software: “Storing the length of a song in minutes/seconds”?
What type of data would be most appropriate to use in the context of developing some media playing software: “Storing the status of a song (either playing or not playing)”?
What is a variable?
What is a constant?
What is meant by the term ‘assignment’, when programming.
When a variable is declared, why does the variable’s data type need to be stated? Tick the two correct answers.
How much memory will be allocated to a variable with a character data type?
How much memory will be allocated to a variable with a Boolean data type?