Language switching
-
This paper aims to examine the patterns of codeswitching instances in a Vietnamese TV show called “Người Ấy Là Ai” (Who is Single?). Data presented in this paper was gathered from a 138-minute episode in the show and then analysed based on the framework of Poplack (1980).
11p viling 11-10-2024 1 0 Download
-
For this paper, I would like to address the roles of motivation and affective effects on second language acquisition by addressing the following questions: 1) What are the roles of motivation and affective effects in language acquisition? 2) What are the triggers of these effects and how they affect students learning process? 3) What can teachers do to raise or alleviate these effects for the betterment of language learning? For the first question...
8p vifilm 11-10-2024 3 1 Download
-
The purpose of this study was to explore of the role of language switching in a group of Iranian bilingual students while they were involved in mathematical problem solving. Language switching has been viewed as a common practice in bilingual students in their classroom, particularly for mathematics learning. In bilingual students, using their first language to solve at least part of a problem may facilitate mathematical thinking and lead to a successful problem solving process.
171p runthenight07 01-03-2023 5 3 Download
-
Lecture Java programming language: Conditional Control Structures introduces content such as the if Statement , the if-else statement, nested statements, the if-else if statement, the switch statement, generating random number, compound boolean expressions, the math class.
11p lavender2022 22-04-2022 50 2 Download
-
Chapter 8 Statements switch (i) { case 0: CaseZero(); goto case 1; case 1: CaseZeroOrOne(); goto default; default: CaseAny(); break; } Multiple labels are permitted in a switch-section. The example switch (i) { case 0: CaseZero(); break; case 1: CaseOne(); break; case 2: default: CaseTwo(); break; } is legal. The example does not violate the "no fall through" rule because the labels case 2: and default: are part of the same switch-section. The “no fall through” rule prevents a common class of bugs that occur in C and C++ when break statements are accidentally omitted.
26p tengteng16 27-12-2011 45 3 Download
-
Histor y of Data Access Over the years, many APIs have been released, all of which work toward the goal of providing universal data access. Universal data access is the concept of having a single code base for accessing data from any source, from any language. Having universal data access is important for four reasons: First, developers can easily work on applications targeting different data stores without needing to become experts on each one.
20p giangtanthon 10-02-2010 181 66 Download