Which of the following is a conversational skill that develops during the school years?
Define the broad concept of metalinguistic awareness, in you…
Define the broad concept of metalinguistic awareness, in your own words. Then name one specific type of metalinguistic awareness and give an example of how a child might demonstrate it.
Which of the following is a piece of evidence in favor of li…
Which of the following is a piece of evidence in favor of linguistic determinism (the Whorfian hypothesis)?
Simultaneous bilingualism refers to cases in which…
Simultaneous bilingualism refers to cases in which…
You’re a SLP working in a school. You believe that the Engl…
You’re a SLP working in a school. You believe that the English Second Language services need to be improved. The principal says, “Kids are little sponges, they pick up a second language in no time.” What would you say to correct this mistaken idea?
Which of the following features of “school culture” would mo…
Which of the following features of “school culture” would most likely be a problem for children from non-mainstream cultures?
For each term on the left, indicate the best definition from…
For each term on the left, indicate the best definition from the list on the right. Not all definitions will be used.
Which of the following variables is used to store a conditio…
Which of the following variables is used to store a condition that can be either True or False
What value in variable temp will cause the following logical…
What value in variable temp will cause the following logical expression to ‘short-circuit’? if temp >= 32 and temp
Consider the following code segment: if a > b: print(“X”…
Consider the following code segment: if a > b: print(“X”) if a == b: print(“Y”) What is displayed if a is 1 and b is 0?