-
Treceti fiecare propozitie la Viitorul perfect (unele propozitii sunt la alt timp, trebuie scrise la Viitor Perfect), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "haven't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I'll live in a monastery. (interogativ)",
"Do we bay it? (negativ)",
"You are fixing it. (interogativ)",
"It will jump. (interogativ)",
"She cooks an apple pie. (negativ)",
"He writes english tutorials. (negativ)",
"They will work together. (interogativ)",
"Did Dan run all day? (negativ)",
"You are talking. (interogativ)",
"I will paint. (negativ)",
"The car is moving. (negativ)",
"We help the family. (interogativ)"
]
["Will I have lived in a monastery?","We will haven't bought it","Will you have fixed it?","Will it have jumped?","She will haven't cooked an apple pie","He will haven't written english tutorials","Will they have worked together?","Dan will haven't run all day","Will you have talk?","I will haven't painted","The car will haven't moved","Will we have helped the family?"]
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.