answersLogoWhite

0

well it depends on the day of the week...is it a Tuesday??? if so then you will have to see a nun. or you could take your kids on a walk, that'd be good exercise.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is elaborative processing?

Elaborative processing is a cognitive technique that involves enhancing the encoding of information by linking new knowledge to existing memories, concepts, or experiences. This approach promotes deeper understanding and retention by encouraging individuals to make meaningful connections and associations. Techniques such as summarizing, questioning, and relating information to personal experiences are commonly used in elaborative processing to facilitate learning. Overall, it contrasts with more superficial processing methods, which focus solely on rote memorization.


What is elaborative rehearsal and a example for it?

Elaborative rehearsal refers to a memory technique that involves thinking about the meaning of the term to be remembered. An example of this technique is using Roy G. Biv to remember the colors of the rainbow, which are red, orange, yellow, green, blue, indigo and violet.


What is an example sentence using the word encoding?

Dysgraphia is a problem of encoding language not decoding language like dyslexia.


What is the difference between elaborative rehearsal and chunking?

Elaborative rehearsal is relating new material to material that is already familiar so it can be more easily remembered. For example: relating a string of numbers to a phone number to more easily memorize it. Chunking is an example of an acronym. EX: Every Good Boy Does Fine (EGBDF) Piano keys.


What is an example of semantic encoding?

An example of semantic encoding is when you remember the word "orange" by associating it with the fruit itself, its taste, color, and other related information, rather than just its appearance or sound. This deeper level of processing leads to better memory retention compared to shallow encoding.


What is Encoding in psychology?

It's the way in which the mind interprets and stores information that it receives. There are several different ways of encoding; for example, acoustically, semantically, visualy.


What is an example of psychological encoding?

An example of encoding is memorizing notecards. You are using repetition to memorize what the notecards say and attempting to encode them to the different memory sections. The best way to encode is semantically (giving them personal meaning).There is no forgetting, just not encoding properly.


What is an example of psychology?

An example of encoding is memorizing notecards. You are using repetition to memorize what the notecards say and attempting to encode them to the different memory sections. The best way to encode is semantically (giving them personal meaning).There is no forgetting, just not encoding properly.


What are example files of data encoding?

Not to be flippant, but every file is an example of data encoding. Before data can be stored in computer memory or in a disk file, it first has to be digitally encoded in binary. The binary encodings can then be further encoded using encryption or compression.


What is the difference between maintenance rehearsal and elaborative rehersal?

Maintenance rehearsal involves simple repetition of information to keep it in short-term memory, while elaborative rehearsal involves making connections and associations with existing knowledge to better encode information into long-term memory. Elaborative rehearsal is more effective for deeper understanding and retention of information compared to maintenance rehearsal.


What is the difference between maintenance rehearsal and elaborative rehearsal?

Maintenance rehearsal involves simply repeating information to keep it in short-term memory, while elaborative rehearsal involves making connections between new information and existing knowledge to better encode it into long-term memory. Elaborative rehearsal is generally more effective for long-term retention than maintenance rehearsal.


How can you convert byte to string in java?

To convert byte to String in java use the String(bytes, UTF-8); //example for one encoding type. You must know the special encoding that contains a variety of characters.