Curs Engleza

Despre directii - 17 Sentences

Exercitii si teste audio de engleza si traducere. Recunoasteti propozitia si traducerea dupa redarea audio.
Choose the Level:
Easy   Difficult

- Easy (Usor) - Dupa ce e dat raspunsul corect, acesta va fi sters din lista de raspunsuri.
- Difficult (Dificil) - Raspunsul corect nu e sters din lista de raspunsuri.

[{"ro":"Mie sete. Unde pot gasi apa?","en":"I'm thirsty. Where can I find water?","f":25},{"ro":"Unde este stadionul de fotbal?","en":"Where is the soccer stadium?","f":26},{"ro":"Casa ta e departe de aici.","en":"Your house is far from here.","f":27},{"ro":"Da, liftul e acolo, la stanga.","en":"Yes. The elevator is over there, on the left.","f":28},{"ro":"Muzeul este aproape aici.","en":"The museum is near here.","f":29},{"ro":"Este aproape de transportul public.","en":"It is close to public transportation.","f":30},{"ro":"La col\u021b vira\u021bi \/faceti la dreapta.","en":"At the corner turn right.","f":31},{"ro":"Unde suntem?","en":"Where are we?","f":32},{"ro":"E foarte aproape.","en":"It's very near.","f":33},{"ro":"Este un pic mai departe.","en":"It's a bit far.","f":34},{"ro":"Care este adresa?","en":"What's the address?","f":35},{"ro":"Care este strada?","en":"What is the street?","f":36},{"ro":"Scuzati-ma, unde este parcul?","en":"Excuse me, where is the park?","f":37},{"ro":"Masina este pe dreapta.","en":"The car is on the right.","f":38},{"ro":"Urmati acest drum.","en":"Follow this road.","f":39},{"ro":"Se poate merge cu autobuzul?","en":"Is one able to go by bus?","f":40},{"ro":"Unde duce strada asta?","en":"Where does this road lead?","f":41}]


Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut indica faptul ca un camp de formular trebuie completat?
required="required" autofocus="autofocus" placeholder="text"
<input type="text" name="name1" required="required" />
Ce metoda CSS misoreaza sau mareste dimensiunile unui element (inclusiv continutul)?
translate() scale() skew()
#some_id:hover {
  transform: scale(2, 1.5);
  -ms-transform: scale(2, 1.5);    /* IE 9 */
  -moz-transform: scale(2, 1.5);   /* Firefox */
}
Click pe metoda obiectului Date care returneaza ziua din luna.
setDate() getMonth() getDate()
var rightnow = new Date();
var day = rightnow.getDate();
alert(day);
Ce functie este folosita pentru a incarca un fisier pe server?
is_file() move_uploaded_file() fopen()
if(move_uploaded_file($_FILES["field_name"]["tmp_name"], "dir/file_name")) {
  echo "Fisierul a fost incarcat";
}
Cum se spune in engleza expresia: "Ploua cu galeata"?
rain cats and dogs rain buckets quiet rain
In Bucharest it`s raining cats and dogs.
- In Bucuresti ploua cu galeata.
Cum se spune in spaniola expresia: "Ploua cu galeata"?
llover cubo llover a cántaros lluvia tranquila
En Madrid está lloviendo a cántaros.
- In Madrid ploua cu galeata.
About directions - English Audio Tests

Last accessed pages

  1. jQuery - legare mai multe efecte (202)
  2. Viitor simplu - Exercitii si teste incepatori (12407)
  3. Definire Variabile si Constante (6417)
  4. Curs HTML gratuit Tutoriale HTML5 (196716)
  5. Viitorul - Verbul la viitor (6537)

Popular pages this month

  1. Curs HTML gratuit Tutoriale HTML5 (494)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (427)
  3. Coduri pt culori (270)
  4. Formatare text in pagina html (161)
  5. Creare si editare pagini HTML (155)