-
Adaugati la fiecare propozitie cuvantul corespunzator corect dintre: less si fewer.
[
"These days you seem to work ___ hours. (Zilele acestea se pare ca lucrezi mai putine ore.)",
"These days you bought ___ chocolate. (Zilele acestea ati cumparat mai putina ciocolata.)",
"I`ve got ___ apples than he has. (Am mai putine mere decat are el.)",
"He should watch ___ the TV. (El ar trebui sa se uite mai putin la televizor.)",
"She spends ___ hours at the computer. (Ea petrece mai putine ore la calculator.)",
"Can you put ___ salt in the soup, please? (Puteti sa puneti mai putina sare in supa, va rog?)",
"Did you plant ___ flowers this year? (Ati plantat mai putine flori in acest an?)",
"You should read ___ fairy tales. (Ar trebui sa cititi mai putine basme.)",
"The high of that tree is ___ than 10 meters. (Inalta acelui copac este mai mica de 10 de metri.)",
"Last night I drank ___ orange juice than Tim. (Aseara am baut mai putin suc de portocale decat Tim.)",
"There is ___ sunshine in the west of England. (Este mai putin soare in vestul Angliei.)",
"There are ___ hours of sunshine in the west of England. (Sunt mai putine ore de soare in vestul Angliei.)",
"As I get wiser, I find myself talking ___ and less. (Pe masura ce devin mai intelept, ma aflu vorbind din ce in ce mai putin.)",
"We want to work ___ hours. (Vrem sa muncim mai putine ore.)",
"We want to work ___. (Vrem sa muncim mai putin.)"
]
["fewer","less","fewer","less","fewer","less","fewer","fewer","less","less","less","fewer","less","fewer","less"]
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.