This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.
As an aid, feel free to use the following questions to help you generate content for your entries:
Remember that 4 is just the minimum number of entries. Feel free to have more.
This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.
As an aid, feel free to use the following questions to help you generate content for your entries:
Remember that 4 is just the minimum number of entries. Feel free to have more.
This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.
As an aid, feel free to use the following questions to help you generate content for your entries:
Remember that 4 is just the minimum number of entries. Feel free to have more.
This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.
As an aid, feel free to use the following questions to help you generate content for your entries:
Remember that 4 is just the minimum number of entries. Feel free to have more.
pointer (what is it, declaration of).
To put it in simple terms, a pointer is a memory address. The first thing you must do with a pointer, is to declare a pointer variable. Set it to point somewhere, and finally manipulate the value that it points to.
A simple pointer declaration can be:
int *ip;
The asterisk used means that the “ip”, the variable that you are declaring, is not of the “int” type, but a type of “pointer to an int” type.
List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).
Conjunction
A conjunction is an operation consisting of two values that are normally LOGICAL VALUES. The values of two items or propositions, produces a value of “true” if and only if “both” of its operands are true, otherwise the value becomes “false”.
List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).
What is the question you'd like to pose for experimentation? State it here.
Collect information and resources (such as URLs of web resources), and comment on knowledge obtained that you think will provide useful background information to aid in performing the experiment.
Based on what you've read with respect to your original posed question, what do you think will be the result of your experiment (ie an educated guess based on the facts known). This is done before actually performing the experiment.
State your rationale.
How are you going to test your hypothesis? What is the structure of your experiment?
Perform your experiment, and collect/document the results here.
Based on the data collected:
What can you ascertain based on the experiment performed and data collected? Document your findings here; make a statement as to any discoveries you've made.