-
Traduceti urmatoarele propozitii, folosind Viitorul Perfect Continuu (In limba romana fara diacritice). Propozitiile interogative trebuie terminate cu semnul intrebarii (?).
[
"Eu voi fi citind de doua ore.",
"Veti fi invatand de jumatate de ora?",
"Anny will haven't been working.",
"Va fi urcand in fiecare zi (neutru).",
"He will have been waiting one week.",
"We will have been digging the garden.",
"Ce veti fi facand toata dupamiaza?",
"Nu vor fi ducandu-se la gradinita.",
"Daniel va fi cantand la vioara.",
"Vei fi citind in poiana.",
"He will have been making a tea.",
"Eu voi fi traind la manastire."
]
["I will have been reading for two hours","Will you have been learning for half an hour?","Anny nu va fi lucrand","It will have been going up every day","El va fi asteptand o saptamana","Noi vom fi sapand gradina","What will you have been doing all afternoon?","They will haven't been going to kindergarden","Daniel will have been playing the violin","Will you have been reading in the glade","El va fi facand un ceai","I will have been living in the monastery"]
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.