Curs Engleza

- Treceti fiecare propozitie la Trecutul Continuu, forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi formele prescurtate: "weren't", "wasn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[ "I play here. (interogativ)", "We laugh. (negativ)", "You float. (interogativ)", "It jumps high. (interogativ)", "He wear a big hat. (negativ)", "They have many pigeons. (negativ)", "She speaks english. (interogativ)", "George stops the bus. (negativ)", "You go to the museum. (interogativ)", "I see a turtle. (negativ)", "The bears run fast. (negativ)", "We make the project. (interogativ)" ]
["Was I playing here?","We weren't laughing","Were you floating?","Was it jumping high?","He wasn't wearing a big hat","They weren't having many pigeons","Was she speaking english?","George wasn't stopping the bus","Were you going to the museum?","I was't seeing a turtle","The bears weren't running fast","Were we 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.
Trecutul continuu - 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)