-
Treceti fiecare propozitie la Viitorul perfect (unele propozitii sunt la alt timp, trebuie scrise la Viitor Perfect), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "haven't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I'll live in a monastery. (interogativ)",
"Do we bay it? (negativ)",
"You are fixing it. (interogativ)",
"It will jump. (interogativ)",
"She cooks an apple pie. (negativ)",
"He writes english tutorials. (negativ)",
"They will work together. (interogativ)",
"Did Dan run all day? (negativ)",
"You are talking. (interogativ)",
"I will paint. (negativ)",
"The car is moving. (negativ)",
"We help the family. (interogativ)"
]
["Will I have lived in a monastery?","We will haven't bought it","Will you have fixed it?","Will it have jumped?","She will haven't cooked an apple pie","He will haven't written english tutorials","Will they have worked together?","Dan will haven't run all day","Will you have talk?","I will haven't painted","The car will haven't moved","Will we have helped the family?"]
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.