-
Scrieti verbul din paranteze la Prezentul continuu, in acord cu subiectul.
Ex.: "I ___ (to speak)" - am speaking
[
"I ___ (to write)",
"You ___ (to swim)",
"We ___ (to walk)",
"He ___ (to walk)",
"They ___ (to read)",
"She ___ (to sing)",
"I ___ here (to play)",
"My father ___ here. (to come)",
"The birds ___ fast. (to fly)",
"The eagle ___ very high. (to fly)",
"You ___ to the theater. (to go)",
"He ___ two books. (to have)",
"She ___ good to you. (to be)",
"I ___ a student. (to see)",
"You ___ a blue shirt. (to wear)",
"I ___ to live peacefully. (to choose )"
]
["am writing","are swiming","are walking","is walking","are reading","is singing","am playing","is coming","are flying","is flying","are going","is having","is being","am seeing","are wearing","am choosing"]
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.