-
Scrieti verbul din paranteze la Prezent perfect continuu, in acord cu subiectul.
Ex.: "I ___ (to learn)" - have been learning
[
"I ___ (to teach)",
"You ___ (to stand up)",
"We ___ (to sit)",
"He ___ (to write)",
"They ___ (to read)",
"She ___ (to plant)",
"I ___ over there (to go)",
"My aunt ___ here. (to sleep)",
"The elephant ___ a lot. (to eat)",
"The balloon ___ very high. (to fly)",
"You ___ in the classroom. (to read)",
"He ___ a book. (to draw)",
"She ___ for 3 hours. (to train)",
"I ___ it since this morning. (to see)",
"You lately ___ every evening. (to run)",
"I ___ for ages. (to travel)"
]
["have been teaching","have been standing up","have been sitting","has been writing","have been reading","has been planting","have been going","has been sleeping","has been eating","has been flying","have been reading","has been drawing","has been training","have been seeing","have been running","have been traveling"]
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.