-
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
Ce atribut face un buton radio sau checkbox sa fie selectat?
checked="checked" selected="selected" disabled="disabled"<input type="checkbox" name="a_name" value="value" checked="checked" />
Ce valoare CSS redimensioneaza imaginea de fundal pana la marimea elementului?
repeat-x contain linear-gradient#id {
background:url("path_to_image.png");
background-size:contain;
background-repeat:no-repeat;
}
Ce operator se foloseste pentru restul impartirii a doua numere?
% * /var rest8_7 = 8 % 7;
alert(rest8_7);
Indicati functia PHP care rotunjeste numarul la valoarea intreaga mare.
floor() ceil() abs()$nr = ceil(3.5);
echo $nr; // 4
Indicati articolul corect la cuvantul "bike" in propozitia: "Alex wants to buy ... bike".
An The AAlex wants to buy a bike.
- Alex vrea sa cumpere o bicicleta.
Indicati articolul nedefinit corect pentru cuvantul: "libros" (carti)
unos una unLeĆ unos libros.
- Am citit niste carti.