-
Scrieti verbul din paranteze la timpul prezent simplu (Present Tense), in acord cu subiectul.
[
"I ___ (to swim)",
"You ___ (to swim)",
"We ___ (to walk)",
"He ___ (to walk)",
"They ___ (to sing)",
"She ___ (to read)",
"it ___ here (to be)",
"My father ___ here. (to come)",
"The birds ___ fast. (to fly)",
"The eagle ___ very high. (to fly)",
"You ___ at the theater. (to be)",
"He ___ two books. (to have)",
"She ___ good things. (to do)",
"I ___ a student. (to be)",
"You ___ a blue shirt. (to have)",
"I ___ to live peacefully. (to choose )"
]
["swim","swim","walk","walks","sing","reads","is","comes","fly","flies","are","has","does","am","have","choose"]
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.