Curs Engleza

- Treceti fiecare propozitie la Viitorul Continuu, forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "won't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[ "I play tomorrow. (interogativ)", "We laugh. (negativ)", "You cook. (interogativ)", "It jumps. (interogativ)", "He wear a hat. (negativ)", "They sell many roses. (negativ)", "She studies english. (interogativ)", "George drives the bus. (negativ)", "You go to the library. (interogativ)", "I watch the garden. (negativ)", "Your dogs run. (negativ)", "We make the project. (interogativ)" ]
["Will I be playing tomorrow?","We won't be laughing","Will you be cooking?","Will it be jumping?","He won't be wearing a hat","They won't be selling many roses","Will she be studying english?","George won't be driving the bus","Will you be going to the library?","I won't be watching the garden","Your dogs won't be running","Will we be making the project?"]

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 sleep
He 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.
Viitorul continuu - Exercitii si teste engleza

Last accessed pages

  1. Cursuri limba engleza gratuite si lectii online (65729)
  2. Subjunctiv - Introducere (5846)
  3. Negatia (2638)
  4. Ser si Estar 4 (3000)
  5. Ser si Estar 3 (2860)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (993)
  2. Gramatica limbii engleze - Prezentare Generala (610)
  3. Coduri pt culori (548)
  4. Gramatica limbii spaniole. Indrumator si prezentare generala (502)
  5. Cursuri limba engleza gratuite si lectii online (445)