Skip to main content

Home/ Learning Library/ Group items tagged Language

Rss Feed Group items tagged

Sunny Jackson

Bundlr - Spelling and Grammar Guide - 0 views

  • Progressive Language Skills
  • practice
  • build on
  • ...53 more annotations...
  • find out what has worked and do more of that
  • foundational language skills and content
  • new skills are best acquired when students notice and understand
  • language acquisition
  • Students must have a strong command of the grammar and usage of spoken and written standard English to succeed academically and professionally.
  • grammar
  • usage
  • devise instructional approaches to replicate this success for other un-mastered language content and skills
  • explicit instruction
  • scaffold instruction
  • build upon prior knowledge
  • this comma and period inside the quotation marks business is strictly American usage.  The British don't do it that way.  They are inclined to place commas and periods logically rather than conventionally, depending on whether the punctuation belongs to the quotation or to the sentence that contains the quotation
  • that this comma and period inside the quotation marks business is strictly American usage.  The British don't do it that way. 
  • differentiate
  • comprehensible
  • oral language
  • input
  • pay attention to how you’re using the active and passive voices
  • even more important is the matter of consistency
  • usage issues
  • skill and content areas
  • we want to make sure our best feet are forward. That means making sure errors like typos or poor grammar don’t detract from what we have to say
  • make a conscious effort to use them in a way that produces clear, direct, and compelling posts
  • help the student practice skills and content already learned
  • Teach language form and meaning concurrently.
  • active listening
  • inside the U.S., periods and commas go inside quotation marks
  • Think about each sentence
  • what do you want to emphasize?
  • How can you construct a sentence that gets your point across and is engaging to read?
  • The rules in American English are different from the rules in British English
  • meaning influences form
  • Form influences meaning
  • In America, we use a hard-and-fast rule that was supposedly designed by compositors to protect the tiny commas and periods (1, 2). We always put periods and commas inside quotation marks.
  • interactive discussion
  • inform the student as to “what is correct and what is not” via immediate feedback
  • provide a meaningful rationale
  • analyze how writers and speakers use the language skill and content
  • Some emphasize the verb as the key part of speech, showing students how the sentence is built around it and how vivid verbs create vivid sentences.
  • It’s one thing to read about the rules, but another to put them into practice.
  • When combining exclamation points and question marks with quotation marks, however, Americans follow the same logical system as the British. Where you place the other marks relative to the quotation mark depends on the context of the quotation.
  • If the whole sentence, including the quotation, is a question or an exclamation, then the question mark or exclamation point goes outside the closing quotation mark; but if only the part inside the quotation marks is a question or exclamation, then the question mark or exclamation point goes inside the closing quotation mark.
  • In Britain, they use rules that require the writer to determine whether the period or comma belong with the quotation or are part of the larger sentence.
  • think about the function of voice when evaluating your writing
  • In American English, periods and commas always go inside the closing quotation mark
  • semicolons, colons, asterisks, and dashes always go outside the closing quotation mark
  • question marks and exclamation points require that you analyze the sentence and make a decision based on context
  • if you are an American, you need to keep your commas and periods inside your closing quotation marks, where they belong
  • why, you may ask, do they belong there?
  • Writing
  • Spelling/Vocabulary
  • only American printers were more attached to convenience than logic
  • Grammar/Mechanics
Sunny Jackson

Pseudocode - Wikipedia, the free encyclopedia - 0 views

  • uses the structural conventions of a programming language, but is intended for human reading rather than machine reading.
  • augmented with natural language descriptions of the details, where convenient, or with compact mathematical notation.
  • The purpose of using pseudocode is that it is easier for humans to understand than conventional programming language code, and that it is a compact and environment-independent description of the key principles of an algorithm
  • ...6 more annotations...
  • commonly used in textbooks and scientific publications that are documenting various algorithms, and also in planning of computer program development, for sketching out the structure of the program before the actual coding takes place.
  • No standard for pseudocode syntax exists, as a program in pseudocode is not an executable program. Pseudocode resembles, but should not be confused with, skeleton programs including dummy code, which can be compiled without errors.
  • Flowcharts can be thought of as a graphical alternative to pseudocode.
  • <variable> = <expression>
  • IF <condition> DO stuff; ELSE DO other stuff;
  • WHILE <condition> DO stuff;
Sunny Jackson

Go (programming language) - Wikipedia, the free encyclopedia - 0 views

  • The syntax of Go is broadly similar to that of C
  • common control flow structures include for, switch, and if
  • blocks of code are surrounded with curly braces
  • ...1 more annotation...
  • Unlike C, line-ending semicolons are optional
Sunny Jackson

JavaScript Introduction - 0 views

  • A scripting language is a lightweight programming language
  • Java and JavaScript are two completely different languages in both concept and design!
Sunny Jackson

Learn Basic Words (Spanish, Portugues, Italian, Czech) | Imendi.com - 0 views

  •  
    Learn Foreign Languages
Sunny Jackson

C++ - Wikipedia, the free encyclopedia - 0 views

  • regarded as a "middle-level" language
  • developed by Bjarne Stroustrup
  • began as enhancements to C, first adding classes, then virtual functions, operator overloading, multiple inheritance, templates, and exception handling among other features.
Sunny Jackson

NCCU Library Catalog: A balanced introduction to computer science - 0 views

  • JavaScript and dynamic web pages
  • Algorithms and programming languages
  • JavaScript and user interaction
  • ...10 more annotations...
  • Functions and randomness
  • Abstraction and libraries
  • Conditional execution
  • enabling students to learn programming fundamentals by developing their own interactive Web pages with HTML and JavaScript
  • Conditional repetition
  • Data representation
  • JavaScript strings
  • von Neumann architecture
  • JavaScript arrays
  • transistors and integrated circuits
Sunny Jackson

Tahini - Wikipedia, the free encyclopedia - 0 views

  • Tahini or sesame paste (Arabic: طحينه‎), is a paste of ground sesame seeds used in cooking
  • hummus bi tahini 'chickpeas with tahini'
Sunny Jackson

Hoisin sauce - Wikipedia, the free encyclopedia - 0 views

  • Hoisin sauce, or haixian sauce, is a Chinese dipping sauce. The word hoisin is a romanization of the Chinese word for seafood
  • Mandarin-style hoisin sauce ingredients include starches such as sweet potato, wheat or rice, and water, sugar, soybeans, white distilled vinegar, salt, garlic, red chili peppers, and sometimes preservatives or coloring agents. Traditionally, hoisin sauce is made using sweet potato. Despite the literal meaning of "seafood", hoisin sauce does not contain fish.
  • A number of Chinese cuisine dishes such as spring rolls, mu shu pork, popiah, peking duck and barbecued pork use the sauce. It is especially common for Cantonese cuisine flavoring.
  • ...1 more annotation...
  • The sauce is also used for glazing broiled chicken
Sunny Jackson

Ideo motor response - Wikipedia, the free encyclopedia - 0 views

  • a thought or mental image brings about a seemingly "reflexive" or automatic muscular reaction, often of minuscule degree, and potentially outside of the awareness of the subject
  • Body language may be considered the most commonly visible aspect of IMR
Sunny Jackson

BASIC - Wikipedia, the free encyclopedia - 0 views

  • high-level programming language
  • Beginner's All-purpose Symbolic Instruction Code
  • designed in 1964 by John George Kemeny and Thomas Eugene Kurtz
  • ...1 more annotation...
  • to provide computer access to non-science students. At the time, nearly all use of computers required writing custom software, which was something only scientists and mathematicians tended to do.
Sunny Jackson

Gender neutrality - Wikipedia, the free encyclopedia - 0 views

  • policies, language, and other social institutions should avoid distinguishing roles according to people's sex or gender, in order to avoid discrimination arising from the impression that there are social roles for which one gender is more suited than the other
  • eliminate gender distinctions
  • gender neutrality in the law has changed the nature of custody disputes
  • ...12 more annotations...
  • public restrooms being available without distinguishing the gender of the person using them
  • Someone who identifies as gender blind takes the perspective of gender neutrality in every day life.
  • s/he, or they
  • in gender neutralism the emphasis is on transcending the perspective of gender altogether rather than focusing on the rights of specific genders
  • Gender neutrality emphasises the equal treatment of men and women legally with no discrimination whatsoever.
  • Gender neutrality or "gender transcendence" is part of the transhumanist concept of postgenderism
  • Advocates of postgenderism argue that the presence of gender roles, social stratification, and cogno-physical disparities and differences are generally to the detriment of individuals and society.
  • promoting gender neutrality within the classroom
  • not having gender-specific sports
  • gender-neutral bathrooms and on-campus housing
  • gender-inclusive dorm room and bathroom options
  • damage caused by gender stereotyping of children
1 - 20 of 20
Showing 20 items per page