Curs Engleza

- Treceti fiecare propozitie la Viitorul perfect (unele propozitii sunt la alt timp, trebuie scrise la Viitor Perfect), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "haven't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).

[ "I'll live in a monastery. (interogativ)", "Do we bay it? (negativ)", "You are fixing it. (interogativ)", "It will jump. (interogativ)", "She cooks an apple pie. (negativ)", "He writes english tutorials. (negativ)", "They will work together. (interogativ)", "Did Dan run all day? (negativ)", "You are talking. (interogativ)", "I will paint. (negativ)", "The car is moving. (negativ)", "We help the family. (interogativ)" ]
["Will I have lived in a monastery?","We will haven't bought it","Will you have fixed it?","Will it have jumped?","She will haven't cooked an apple pie","He will haven't written english tutorials","Will they have worked together?","Dan will haven't run all day","Will you have talk?","I will haven't painted","The car will haven't moved","Will we have helped the family?"]

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.
Viitorul perfect - Exercitii si teste engleza

Last accessed pages

  1. I sau Me (8585)
  2. Ser - Estar (6141)
  3. Trecut perfect (4640)
  4. Comparatii de inegalitate (1953)
  5. Gramatica limbii spaniole. Indrumator si prezentare generala (71328)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (124)
  2. Gramatica limbii spaniole. Indrumator si prezentare generala (65)
  3. Gramatica limbii engleze - Prezentare Generala (37)
  4. Cursuri limba engleza gratuite si lectii online (34)
  5. Creare si editare pagini HTML (30)