Curs Engleza

- Treceti fiecare propozitie la Viitorul Continuu, forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "won't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[ "I play tomorrow. (interogativ)", "We laugh. (negativ)", "You cook. (interogativ)", "It jumps. (interogativ)", "He wear a hat. (negativ)", "They sell many roses. (negativ)", "She studies english. (interogativ)", "George drives the bus. (negativ)", "You go to the library. (interogativ)", "I watch the garden. (negativ)", "Your dogs run. (negativ)", "We make the project. (interogativ)" ]
["Will I be playing tomorrow?","We won't be laughing","Will you be cooking?","Will it be jumping?","He won't be wearing a hat","They won't be selling many roses","Will she be studying english?","George won't be driving the bus","Will you be going to the library?","I won't be watching the garden","Your dogs won't be running","Will we be making the project?"]

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

Last accessed pages

  1. Cursuri limba engleza gratuite si lectii online (66480)
  2. Curs HTML gratuit Tutoriale HTML5 (195469)
  3. Zilele saptamanii - Lunile anului - Anotimpurile - Engleza (28510)
  4. Gerunziu (1066)
  5. Participiu trecut (4179)

Popular pages this month

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