answersLogoWhite

0


Best Answer

The results of the memory test

User Avatar

Anonymous

Lvl 1
3y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
3y ago

The amount of sleep apex

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In an experiment to see the effect sleep has on memory tests one group got eight hours of sleep a night and the other group got five hours a night. In this experiment what is the dependent variable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In an experiment studying the effects lack of sleep has on memory where the subject's score is recorded on a memory scale the subject's score serves as the?

Dependent variable..APEXX!!


What is the independent variable in an experiment designed to investigate the effects of alcohol consumption on memory?

alcohol consumption


Where the Memory is allocated for a variable in a program?

if a variable is of value type memory is allocated on stack memory.. if it is of reference type,memory is allocated on heap memory..


In a memory test where a subject must recall the faces that they have seen previously What is the independent and dependent variable?

An independent variable is the one manipulated by the experimenter while the dependent variable is an outcome measure. For your example, a logical dependent variable would be how many faces are correctly recalled. However, we can't tell from your description what the independent variable is. It might be something like the type of faces shown, the number of faces shown, the delay between viewing and recalling the faces, or something along those lines. If you can provide more information, I can give you a better answer.


What are the memory pointer?

That is, a variable pointing at a memory 'cell'.


Which specifier indicates that a variable's reserved space in the memory can be erased or relocated when the variable is out of its scope?

There is no such thing. When the program leaves the scope of the variable, it will be release the memory of the variable automatically and unconditonally.


What does variables mean?

rainfall variabilty


What is a variable plus a variable?

A variable is a named memory location for which the contents are volatile. The antonym of variable is constant.


What is a ponters in c-programming?

with the help of pointers we able to store the memory location of any variable. In c the pointer variable is use to store the memory location of any variable. The pointer variable is define as a simple variable but in pointer variable use a special "*" character at the left most side of name of pointer variable. If any variable name have * it means it is a pointer variable it hold the memory location of variable.


How do pointer work in c program?

Pointer can be defined as variable that is used to store memory address , usually the location another variable in memory. Pointers provide a means through which memory location of a variable can be directly accessed.


What is the effect of dereferencing a null pointer variable?

You'd get a memory access violation. Nothing serious besides the fact that your program crashes (which is a good thing).


What the term Variable means?

In math, a variable means something in an equation whose numerical value is not defined. In science, it refers to the things in an experiment that are manipulated by the experimenter. In computer science, a variable is a name that points to a storage location.