-
Treceti fiecare propozitie la forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "didn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I played here. (interogativ)",
"We applauded. (negativ)",
"You swam. (interogativ)",
"It jumped high. (interogativ)",
"He had a yellow hat. (negativ)",
"They ate many grapes. (negativ)",
"She spoke english. (interogativ)",
"Raul wrote a letter. (negativ)",
"You went to church. (interogativ)",
"I saw a car. (negativ)",
"The rabbits ran fast. (negativ)",
"We made the meal. (interogativ)"
]
["Did I play here?","We didn't applaud","Did you swim?","Did it jump high?","He didn't have a yellow hat","They didn't eat many grapes","Did she speak english?","Raul didn't write a letter","Did you go to church?","I didn't see a car","The rabbits didn't run fast","Did we make the meal?"]
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.