Curs Engleza

- Treceti fiecare propozitie la Prezentul Continuu, forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi formele complete: "are not", "is not", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[ "I play here. (interogativ)", "We applaud. (negativ)", "You swim. (interogativ)", "It jumps high. (interogativ)", "He wear a green hat. (negativ)", "They have many pets. (negativ)", "She speaks english. (interogativ)", "Pavel stops the bus. (negativ)", "You go to the church. (interogativ)", "I see a cow. (negativ)", "The bears run fast. (negativ)", "We make the meal. (interogativ)" ]
["Am I playing here?","We are not applauding","Are you swiming?","Is it jumping high?","He is not wearing green hat","They are not having many pets","Is she speaking english?","Pavel is not stopping the bus","Are you going to the church?","I am not seeing a cow","The bears are not running fast","Are we making the meal?"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut face un buton radio sau checkbox sa fie selectat?
checked="checked" selected="selected" disabled="disabled"
<input type="checkbox" name="a_name" value="value" checked="checked" />
Ce valoare CSS redimensioneaza imaginea de fundal pana la marimea elementului?
repeat-x contain linear-gradient
#id {
  background:url("path_to_image.png");
  background-size:contain;
  background-repeat:no-repeat;
}
Ce operator se foloseste pentru restul impartirii a doua numere?
% * /
var rest8_7 = 8 % 7;
alert(rest8_7);
Indicati functia PHP care rotunjeste numarul la valoarea intreaga mare.
floor() ceil() abs()
$nr = ceil(3.5);
echo $nr;        // 4
Indicati articolul corect la cuvantul "bike" in propozitia: "Alex wants to buy ... bike".
An The A
Alex wants to buy a bike.
- Alex vrea sa cumpere o bicicleta.
Indicati articolul nedefinit corect pentru cuvantul: "libros" (carti)
unos una un
Leí unos libros.
- Am citit niste carti.
Prezentul continuu - Exercitii si teste engleza

Last accessed pages

  1. Español popular - Jerga de mexico (O-Z) (303)
  2. Verbe frazale din limba Engleza (40562)
  3. Creare evenimente noi (147)
  4. PHP Script Chat Simplu (1701)
  5. Proverbe, expresii si zicatori (24425)

Popular pages this month

  1. Coduri pt culori (260)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (191)
  3. Curs HTML gratuit Tutoriale HTML5 (141)
  4. Exercitii engleza - English Tests and exercises - Grammar (82)
  5. Creare si editare pagini HTML (63)