-
Treceti fiecare propozitie la Trecutul perfect continuu (unele propozitii sunt la alt timp, trebuie scrise la Trecut Perfect Continuu), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "hadn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I learn all day. (interogativ)",
"They swim. (negativ)",
"You aren't planting. (interogativ)",
"It started. (interogativ)",
"He sold a map. (negativ)",
"They will buy cereals. (negativ)",
"You will play chess. (interogativ)",
"Sam brings a donkey. (negativ)",
"You went to the museum. (interogativ)",
"I'm washing my face. (negativ)",
"Her sister left. (negativ)",
"We get a good meal. (interogativ)"
]
["Had I been learning all day?","They hadn't been swiming","Had you been planting?","Had it been starting?","He hadn't been selling a map","They hadn't been buying cereals","Had you been playing chess?","Sam hadn't been bringing a donkey","Had you been going to the museum?","I hadn't been washing my face","Her sister hadn't been leaving","Had we been geting a good meal?"]
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.