-
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
Clic pe tag-ul care creaza o lista ordonata numeric
<ul> <tr> <ol><ol>
<li>List-1</li>
<li>List-2</li>
</ol>
Care selector reprezinta ID-ul unui element in CSS
.nume #nume nume#id {
color: #0110fb;
}
Ce cod creaza un obiect in JavaScript?
{} [] new Date()var obj = {"site": "CoursesWeb.net", "pr": 5};
alert(obj.site);
Indicati instructiunea prin care se verifica daca o conditie este True sau False
else if() switch()$var = 8;
if($var == 8) echo $var;
Indicati timpul Prezent pentru verbul "to be" (a fi).
be were isNow, it is here.
- Acum este aici.
Care este conjugarea la timpul prezent al verbului "divertirse" (a se distra) la forma "yo"?
te diviertas me divierto se diviertaYo me divierto.
- Eu ma distrez.