-
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 creaza un text ingrosat?
<q> <strong> <em><p>Adresa: <strong>http://CoursesWeb.net/</strong> - Tutoriale.</p>
Care din aceste coduri CSS afiseaza textul ingrosat?
text-size: 18px; font-style: italic; font-weight: 800;#id {
font-weight: 800;
}
Ce functie JavaScript apeleaza o alta functie, in mod repetat, la un anumit interval de timp?
setInterval() setTimeout() push()function someFunction() { alert("CoursesWeb.net"); }
setInterval("someFunction()", 2000);
Clic pe variabila definita corect in PHP.
var vname = 8; $vname = 8; $vname == 8;$vname = 8;
echo $vname;
Care din urmatoarele forme ale verbului "travel" (a calatori) e la timpul Prezent Perfect?
have traveled shall travel had traveledWe have traveled in space.
- Noi am calatorit (deja) in spatiu.
Care din urmatoarele forme ale verbului "pintar" (a picta) se foloseste la Trecutul Imperfect?
ir a pintar pintaba pintóLa niña pintaba un arco iris.
- Fetita picta un curcubeu.