Curs Engleza

- Scrieti verbul din paranteze la timpul Trecut perfect continuu, in acord cu subiectul.
Ex.: "I ___ (to learn)" - had been learning

[ "I ___ (to walk)", "You ___ (to look for)", "We ___ (to work)", "He ___ (to write)", "They ___ (to read)", "She ___ (to crochet)", "I ___ over there (to go)", "Your sisters ___ here. (to play)", "The whale ___ a lot. (to eat)", "The cheetah ___ very fast. (to run)", "You ___ in the street. (to laugh)", "He ___ a book. (to buy)", "She ___ for 3 hours. (to wait)", "I ___ this morning. (to jog)", "You ___ every evening. (to run)", "We ___ all week. (to travel)" ]
["had been walking","had been looking for","had been working","had been writing","had been reading","had been crocheting","had been going","had been playing","had been eating","had been running","had been laughing","had been buying","had been waiting","had been jogging","had been running","had been traveling"]

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.
Trecut perfect continuu - Exercitii si teste incepatori

Last accessed pages

  1. Clasa Scroll text (91)
  2. Creare si editare pagini HTML (80060)
  3. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (253588)
  4. Exercitii engleza - English Tests and exercises - Grammar (103393)
  5. Prezentul simplu si continuu - Present Tense Simple and Continuous (139990)

Popular pages this month

  1. Prezentul simplu si continuu - Present Tense Simple and Continuous (208)
  2. Exercitii engleza - English Tests and exercises - Grammar (167)
  3. Prezentul simplu - Exercitii si teste incepatori (105)
  4. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (102)
  5. Gramatica limbii engleze - Prezentare Generala (101)