Curs Engleza

- Scrieti verbul din paranteze la Trecutul continuu, in acord cu subiectul.
Ex.: "I ___ (to walk)" - was walking

[ "I ___ (to write)", "You ___ (to swim)", "We ___ (to walk)", "He ___ (to walk)", "They ___ (to read)", "She ___ (to sing)", "I ___ over there (to play)", "My cousin ___ here. (to come)", "The swallows ___ fast. (to fly)", "The eagle ___ very high. (to fly)", "You ___ to the theater. (to go)", "He ___ two glasses. (to have)", "She ___ good to you. (to be)", "I ___ an orchid. (to see)", "You ___ a nice shirt. (to wear)", "I ___ two apples. (to choose )" ]
["was writing","were swiming","were walking","was walking","were reading","was singing","was playing","was coming","were flying","was flying","were going","was having","was being","was seeing","were wearing","was choosing"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut e folosit in tag-ul <a> pentru adresa link-ului?
src href rel
<a href="http://coursesweb.net/" title="CoursesWeb.net">CoursesWeb.net</a>
Ce proprietate CSS seteaza tipul fontului utilizat?
font-family text-decoration font-size
h2 {
  font-family:"Calibri", sans-serif;
}
Ce instructiune selecteaza toate tag-urile <div> cu class="cls"?
querySelector("div.cls") getElementsByTagName("div") querySelectorAll("div.cls")
var elm_list = document.querySelectorAll("div.cls");
var nr_elms = elm_list.length;       // numar elemente selectate
alert(nr_elms);
Indicati functia care returneaza suma valorilor dintr-un array.
array_sum() array_diff() array_shift()
$arr =[1, 2, 3, 4);
$arr_sum = array_sum($arr);
echo $arr_sum;       // 10
Indicati forma corecta a verbului "study" (a studia) la Trecutul Simplu in aceasta propozitie: "We (study) English."
studyed studys studied
We studied English.
- Noi am studiat engleza.
Indicati forma corecta a verbului "decir" (a spune) la Prezent in aceasta propozitie: "Yo (decir) siempre la verdad."
digas digo decir
Yo digo siempre la verdad.
- Eu spun mereu adevarul.
Trecutul continuu - Exercitii si teste incepatori

Last accessed pages

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (279621)
  2. Accentul si Pronuntia (29112)
  3. Verbe regulate (9655)
  4. Programe pentru invatare limba Spaniola (9153)
  5. Verbele in limba engleza - Verbs (41671)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (414)
  2. Gramatica limbii spaniole. Indrumator si prezentare generala (319)
  3. Limba spaniola curs online incepatori si avansati (156)
  4. Gramatica limbii engleze - Prezentare Generala (154)
  5. Teste spaniola - Tests y ejercicios de Español - Gramática (152)