Curs Engleza

- Scrieti verbul din paranteze la Viitorul continuu, forma "will", in acord cu subiectul.
Ex.: "I ___ (to learn)" - will be learning

[ "I ___ (to write)", "You ___ (to sit)", "We ___ (to draw)", "He ___ (to walk)", "They ___ (to read)", "She ___ (to plant)", "I ___ over there (to go)", "My father ___ here. (to come)", "The whale ___ a lot. (to eat)", "The crow ___ very high. (to fly)", "You ___ at the school. (to learn)", "He ___ two cups. (to have)", "She ___ tomorrow. (to train)", "I ___ rose. (to see)", "You ___ a blue t-shirt. (to wear)", "I ___ next week. (to teach )" ]
["will be writing","will be sitting","will be drawing","will be walking","will be reading","will be planting","will be going","will be coming","will be eating","will be flying","will be learning","will be having","will be training","will be seeing","will be wearing","will be teaching"]

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

Last accessed pages

  1. Conditional IF in Limba Engleza - Fraze Conditionale (114837)
  2. Lucrul cu fisiere 3 (842)
  3. Download carti electronice si programe pentru Limba Engleza (41093)
  4. Cursuri limba engleza gratuite si lectii online (58501)
  5. Script Mini-Trafic site (824)

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)