-
Identificati si scrieti la fiecare propozitie cuvintele ce reprezinta numerale (cardinal, ordinal, fractionar, colectiv, multiplicativ sau distributiv).
[
"I saw three pets. (Am vazut trei animale de casa.)",
"They have two children. (Ei au doi copii.)",
"The year has twelve months. (Anul are douasprezece luni.)",
"There are thirty days in June. (Sunt treizeci de zile in iunie.)",
"Jane is the second in our class. (Jane e a doua din clasa noastra.)",
"The tenth month is October. (A zecea luna este octombrie.)",
"Where is your third book? (Unde este a treia carte a ta?)",
"He finished the twelfth. (El a terminat al doisprezecelea.)",
"I eat one-third of the cake. (Mananc o treime din prajitura.)",
"He have read three-fourths of the lesson. (El a citit trei patrimi din lectie.)",
"They feed a yoke of oxen. (Ei hranesc o pereche de boi.)",
"He bought a dozen of eggs. (El a cumparat o duzina de oua.)",
"Paul got a double amount of cereals. (Paul a obtinut o cantitate dubla de cereale.)",
"We saw him three times today. (Noi l-am vazut de trei ori astazi.)",
"They come in one by one. (Ei intra unul cate unul.)"
]
["three","two","twelve","thirty","second","tenth","third","twelfth","one-third","three-fourths","yoke","dozen","double","three times","one by one"]
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.