-
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
Clic pe tag-ul care creaza celula in tabel.
<tr> <span> <td><table></tr>
<td>Cell-1</td><td>Cell-2</td>
</tr></table>
Indicati proprietatea CSS care adauga o imagine pentru fundal
background-color background-image colorh3 {
background-image: url("image.jpg");
}
Ce instructiune se foloseste la parcugerea elementelor unui Array?
for() [) object()var arr = [1, "ab", "CoursesWeb.net"];
for(var i=0; i< arr.length; i++) { alert(arr[i]); };
Indicati functia PHP utilizata la parcurgerea elementelor unui Array asociativ.
for() foreach() if()$arr =["k1"=>"v1", "k2"=>"v2", "k3"=>"v3");
foreach($arr AS $k => $v) { echo "<br/>". $k ." - ". $v; }
Care din urmatoarele cuvinte este sinonim cu "gentle" (bland)?
meek good beautifulHe is so kind and meek.
- El este atat de amabil si bland.
Care din urmatoarele cuvinte este sinonim cu "amable" (bland, prietenos)?
hermoso fuerte mansoTu padre tiene un carácter muy manso.
- Tatal tau are un caracter foarte bland.