-
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
Care tag se foloseste in <table> pentru a crea celula de tip "header"?
<thead> <th> <td><table><tr>
<th>Title 1</th>
<th>Title 2</th>
</tr></table>
Ce proprietate CSS seteaza distanta dintre randuri?
line-height word-spacing margin.some_class {
line-height: 150%;
}
Care functie deschide o noua fereastra.
alert() confirm() open()document.getElementById("id_button").onclick = function(){
window.open("http://coursesweb.net/");
}
Indicati functia PHP care returneaza un array cu numele fisierelor si directoarelor dintr-un director.
mkdir() scandir() readdir()$ar_dir = scandir("dir_name");
var_export($ar_dir);
Care din urmatoarele forme a verbului "sleep" (a dormi) se foloseste pentru viitor?
sleeping slept will sleepHe will sleep there.
- El va dormi acolo.
Care din urmatoarele forme a verbului "dormir" (a dormi) se foloseste pentru viitor?
dormido dormirá durmiendoÉl dormirá allí.
- El va dormi acolo.