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

Last accessed pages

  1. Jokes - Glume, Bancuri, Humor (2) (17325)
  2. Creare Meniu Dublu (2843)
  3. PHP Functii Anonime - Closures (925)
  4. Curs si Tutoriale JavaScript (134779)
  5. Lectia 89, Recapitulare 77-78 (81)

Popular pages this month

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