Curs Engleza

- 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 HTML5 defineste un text marcat, evidentiat?
<mark> <embed> <span>
<p>Cursuri graruite: <mark>MarPlo.net</mark> , jocuri, anime.</p>
Ce pseudo-clasa CSS defineste un stil la element cand mouse-ul e deasupra lui?
:focus :hover :active
a:hover {
  font-weight: bold;
  color: #00da01;
}
Clic pe functia ce returneaza un sir cu un numar rotunjit la x decimale.
toPrecision(x) toFixed(x) floor(x)
var num = 12.34567;
num = num.toFixed(2);
alert(num);       // 12.35
Indicati functia PHP care adauga continutul unui fisier intr-un array.
[) file() readfile()
$arr = file("a_file.txt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
var_export($arr);
Clic pe raspunsul potrivit la intrebarea: "What time is it?"
On the 7th of July 1996 It is a quarter to 5. Nice weather.
What time is it? It is a quarter to 5.
- Cat este ora? E 5 fara un sfert.
Indicati raspunsul potrivit la intrebarea: "¿Qué hora es?"
Hace buen tiempo. En el 7 de julio de 1996 Son las tres menos cuarto.
¿Qué hora es? Son las tres menos cuarto.
- Cat este ora? E 3 fara un sfert.
Numeralul - Exercitii incepatori

Last accessed pages

  1. Download carti electronice si programe pentru Limba Engleza (43198)
  2. Titluri, Paragrafe, Un nou rand, Linie orizontala (32360)
  3. OOP - Clase si Obiecte - Creare Clasa (6765)
  4. Verbe ca si Gustar (1846)
  5. Gramatica limbii spaniole. Indrumator si prezentare generala (66723)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (767)
  2. Exercitii engleza - English Tests and exercises - Grammar (596)
  3. Prezentul simplu si continuu - Present Tense Simple and Continuous (587)
  4. Gramatica limbii engleze - Prezentare Generala (580)
  5. Prezentul simplu - Exercitii si teste incepatori (504)