-
Scrieti verbul din paranteze la timpul Prezent perfect (Present perfect), in acord cu subiectul.
[
"I ___ (to learn)",
"You ___ (to walk)",
"We ___ (to travel)",
"He ___ (to learn)",
"They ___ (to eat)",
"She ___ (to sing)",
"It ___ here (to be)",
"My aunt ___ a bus. (to drive)",
"The helicopters ___ high. (to fly)",
"Your uncle ___ a tree. (to paint)",
"You ___ here. (to work)",
"It ___ two plates. (to wash)",
"I ___ my homework. (to do)",
"They ___ some fruits. (to get)",
"You ___ the room. (to clean)",
"I ___ 2 stories. (to read )"
]
["have learned","have walked","have traveled","has learned","have eaten","has sung","has been","has driven","have flown","has painted","have worked","has washed","have done","have got","have cleaned","have read"]
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.