Curs Engleza

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

[ "I learn all day. (interogativ)", "They swim. (negativ)", "You aren't planting. (interogativ)", "It started. (interogativ)", "He sold a map. (negativ)", "They will buy cereals. (negativ)", "You will play chess. (interogativ)", "Sam brings a donkey. (negativ)", "You went to the museum. (interogativ)", "I'm washing my face. (negativ)", "Her sister left. (negativ)", "We get a good meal. (interogativ)" ]
["Had I been learning all day?","They hadn't been swiming","Had you been planting?","Had it been starting?","He hadn't been selling a map","They hadn't been buying cereals","Had you been playing chess?","Sam hadn't been bringing a donkey","Had you been going to the museum?","I hadn't been washing my face","Her sister hadn't been leaving","Had we been geting a good meal?"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care atribut face ca optiunea din <select> sa fie selectata?
checked="checked" selected="selected" disabled="disabled"
<select name="a_name">
 <option value="val1">Optiune 1</option>
 <option value="val2" selected="selected">Optiune 2</option>
</select>
Care din aceste valori CSS creaza culoare gradient pentru fundal?
contain repeat-x linear-gradient
#id {
  background: linear-gradient(top left, #1f1, #fff, #11f);
}
Care cod creaza un array in JavaScript?
[] {} new Object()
var arr = [1, "CoursesWeb.net", "MarPlo.net"];
alert(arr[2]);
Indicati functia PHP folosita pentru redirect la alta pagina.
function() header() switch()
header("Location: http://coursesweb.net/");
exit;
Indicati articolul corect la cuvantul "garden" in propozitia: "... garden is a place with flowers".
An The A
The garden is a place with flowers.
- Gradina este un loc cu flori.
Indicati articolul corect pentru cuvantul: "jardín" (gradina)
la los el
El jardín es un lugar de flores.
- Gradina e un loc cu flori.
Trecutul perfect continuu - Exercitii si teste engleza

Last accessed pages

  1. Stilizare tabele HTML cu CSS (8312)
  2. JavaScript trim, rtrim si ltrim (205)
  3. Articolul din limba engleza - The article (70268)
  4. Verbe modale - Modal verbs - CAN, COULD, MAY, MIGHT, MUST (67618)
  5. Pozitionare elemente HTML cu CSS (5280)

Popular pages this month

  1. Coduri pt culori (175)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (116)
  3. Curs HTML gratuit Tutoriale HTML5 (89)
  4. Exercitii engleza - English Tests and exercises - Grammar (43)
  5. Elemente principale HTML (41)