Curs Engleza

- Scrieti verbul din paranteze la Prezent perfect continuu, in acord cu subiectul.
Ex.: "I ___ (to learn)" - have been learning

[ "I ___ (to teach)", "You ___ (to stand up)", "We ___ (to sit)", "He ___ (to write)", "They ___ (to read)", "She ___ (to plant)", "I ___ over there (to go)", "My aunt ___ here. (to sleep)", "The elephant ___ a lot. (to eat)", "The balloon ___ very high. (to fly)", "You ___ in the classroom. (to read)", "He ___ a book. (to draw)", "She ___ for 3 hours. (to train)", "I ___ it since this morning. (to see)", "You lately ___ every evening. (to run)", "I ___ for ages. (to travel)" ]
["have been teaching","have been standing up","have been sitting","has been writing","have been reading","has been planting","have been going","has been sleeping","has been eating","has been flying","have been reading","has been drawing","has been training","have been seeing","have been running","have been traveling"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tip de <input> creaza un element cu data tip calendar?
type="text" type="date" type="button"
<input type="date" name="set_date" value="2012-10-15" />
Ce proprietate CSS adauga efect de umbre la text?
font-style color text-shadow
h2 {
  text-shadow: 2px 3px 3px #a0a1fe;
}
Clic pe functia care adauga elemente noi la sfarsitul unui array.
pop() shift() push()
var pags = ["lectii", "cursuri"];
pags.push("download", "tutoriale");
alert(pags[2]);            // download
Ce functie aranjeaza un array in ordine crescatoare, dupa chei, mentinand corelatia dintre chei si valori?
asort() ksort() sort()
$lang =[10=>"PHP", 20=>"JavaScript", "site"=>"coursesweb.net");
ksort($lang);
var_export($lang);     // array ("site"=>"coursesweb.net", 10=>"PHP", 20=>"JavaScript")
La adjectivul "big" (mare), care este forma de Comparativ (mai mare)?
biggest biger bigger
He is bigger than his sister.
- El este mai mare decat sora lui.
Care este Comparativul adjectivului "grande" (mare)?
menos grande más grande el más grande
Él es más grande que su hermana.
- El este mai mare decat sora lui.
Prezent perfect continuu - Exercitii si teste incepatori

Last accessed pages

  1. Pronume direct 2 (1242)
  2. Download carti electronice si programe pentru Limba Engleza (43992)
  3. Verbe modale - SHALL, SHOULD, OUGHT TO, WILL, WOULD, USED TO, BE TO, DARE (33490)
  4. Coduri pt culori (70447)
  5. Caractere speciale - Entitati HTML (13956)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (347)
  2. Gramatica limbii engleze - Prezentare Generala (216)
  3. Coduri pt culori (160)
  4. Cursuri limba engleza gratuite si lectii online (147)
  5. Creare si editare pagini HTML (134)