Curs Engleza

- Traduceti urmatoarele propozitii folosind Trecutul perfect (In limba romana fara diacritice).
Pentru negatie folositi forma prescurtata. Propozitiile interogative trebuie terminate cu semnul intrebarii (?).

[ "Terminasem cartea inainte sa vii tu.", "El plecase deja azi dimineata", "When Doris arrived the show had started", "Mother had cooked the dinner by the time father came home.", "Noi tocmai intrasem in clasa cand a sunat clopotelul.", "Had she written for ten minutes when I arrived?", "They hadn't lived here before you left.", "Pasagerii au iesit indata ce se oprise trenul.", "Had he eaten the icecreem when I slept?", "Eu nu cantasem azi dupamiaza.", "Zburase (neutru) dupa ce a terminat ea treaba?", "Venisesi cand el a jucat tenis?" ]
["I had finished the book before you came","He had already left this morning","Cand Doris a sosit spectacolul incepuse","Mama gatise cina cand tata a venit acasa","We had just got into the classroom when the bell rang","Scrisese ea de zece minute cand eu am sosit?","Ei nu locuise aici inainte sa pleci","The passengers got out as soon as the train had stopped","Mancase el inghetata cand eu am dormit?","I hadn't sung this afternoon","It had flown after she finished the work?","Had you came when he played tennis?"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care atribut specifica adresa unde sunt trimise datele din formular?
method action name
<form action="script.php" method="post"> ... </form>
Ce proprietate CSS desparte cuvinte lungi, adaugand pe rand nou?
word-wrap line-height font-size
#id {
  width: 100px;
  word-wrap: break-word;
}
Ce functie aranjeaza elementele din array in ordine alfabetica, bazat pe valorile lor?
pop() sort() shift()
var tutorials = ["php", "html", "css", "flash"];
tutorials.sort();
alert(tutorials[0]);          // css
Indicati functia care returneaza valoarea ultimului element din array.
current() next() end()
$code =[10=>"Perl", 20=>"PHP", 21=>"Python", 30=>"JavaScript");
$last = end($code);
echo $last;      // JavaScript
Alegeti verbul auxiliar corect care trebuie in propozitia: "Her plane ... just arrived".
have has does
Her plane has just arrived.
- Avionul ei tocmai a sosit.
Indicati forma corecta a verbului SER (a fi) in propozitia: "Vosotros ... muy simpáticos".
son soy sois
Vosotros sois muy simpáticos.
- Sunteti foarte simpatici.
Trecutul perfect - exercitii engleza avansat

Last accessed pages

  1. Download carti electronice si programe pentru Limba Engleza (44824)
  2. Sufixele -ful, -less si -ness - ful, less and ness suffixes (18397)
  3. Gramatica limbii engleze - Prezentare Generala (218519)
  4. Prezentul simplu - Exercitii si teste incepatori (70775)
  5. Teste spaniola - Tests y ejercicios de Español - Gramática (29604)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (80)
  2. Gramatica limbii spaniole. Indrumator si prezentare generala (54)
  3. Accentul si Pronuntia (28)
  4. Limba spaniola curs online incepatori si avansati (26)
  5. Teste spaniola - Tests y ejercicios de Español - Gramática (26)