Curs Engleza

- Traduceti urmatoarele propozitii. (In limba romana fara diacritice.)
[ "Mama vine pe 15 august.", "He graduated the hight school on July 15th 1995.", "Here it's written the year two thousand and twelve.", "Este 5 fix?", "Este 5 fara 5.", "George a plecat la 4 si un sfert.", "El are o intalnire la 6 jumate.", "Ea invata la ora 8.", "I play till a quarter to 9.", "We have the long break between ten minutes to ten and five past ten.", "Cat e ceasul (ora)? Este 7 si jumatate.", "The story starts at 8 o'clock sharp." ]
["My mother comes on August 15th","El a absolvit liceul pe 1 Iulie 1995","Aici este scris anul 2012","Is it 5 o'clock sharp?","It is 5 to 5","George left at quarter past 4","He has a meeting at half past 6","She learns at 8 o'clock","Ma joc pana la 9 fara un sfert","Avem pauza mare intre 10 fara 10 si 10 si 5","What time is it? It is half past 7","Povestea incepe la 8 fix"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut e folosit in tag-ul <img> pentru adresa imaginii?
href src rel
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Care din aceste coduri CSS ascunde elementul in pagina?
display: none; display: inline; position: relative;
#id {
  display: none;
}
Ce instructiune opreste executia lui while() sau for() ?
continue prompt() break
for(var i = 0; i< 8; i++) {
  if(i > 1) break;
  alert(i);
}
Indicati functia utilizata pentru a crea constante.
define() include() defined()
define("CONSTANT_NAME", "value");
echo CONSTANT_NAME;
Care este forma de plural a substativului "class" (clasa)?
classes clases clasis
This school has three classes.
- Scoala asta are trei clase.
Care este pluralul substativului "voz" (voce)?
vose voze voces
Escuché dos voces.
- Am auzit doua voci.
Date si ora - Teste si exercitii avansati

Last accessed pages

  1. Viitor simplu - Exercitii si teste incepatori (12464)
  2. Teste spaniola - Tests y ejercicios de Español - Gramática (29196)
  3. Verbe modale - Modal verbs - CAN, COULD, MAY, MIGHT, MUST (67862)
  4. Verbe modale 2 - Teste incepatori (9942)
  5. Verbe modale - SHALL, SHOULD, OUGHT TO, WILL, WOULD, USED TO, BE TO, DARE (33956)

Popular pages this month

  1. Curs HTML gratuit Tutoriale HTML5 (1257)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (1245)
  3. Coduri pt culori (921)
  4. Creare si editare pagini HTML (482)
  5. Gramatica limbii spaniole. Indrumator si prezentare generala (373)