-
Completati la fiecare propozitie Verbul modal corespunzator (shall, should, ought to, will, would, used to, be to sau dare), in acord cu traducerea din paranteze.
[
"What ___ we do? (Ce trebuie sa facem?)",
"You ___ wait till he comes. (Ar trebui sa asteptati pana vine.)",
"You ___ sing every day. (Obisnuiai sa canti in fiecare zi.)",
"You ___ talk to him. (S-ar cuveni sa ii vorbesti.)",
"___ you go to help her? (Vrei sa mergi sa o ajuti?)",
"This ___ be his book. (Asta ar putea fi cartea lui.)",
"The play ___ start in ten minutes. (Piesa e gata sa inceapa in zece minute.)",
"How ___ you? (Cum indraznesti?)",
"I ___ be there by 8:00. (Trebuie [Promit] sa fiu acolo la 8.)",
"He said he ___ help you. (El a spus ca vrea sa te ajute.)",
"We ___ employ a professional writer. (S-ar cuveni sa angajam un scriitor profesionist.)",
"___ you close the door? (Vrei sa inchizi usa?)"
]
["shall","should","used to","ought to","Will","would","is to","dare","shall","would","ought to","Will"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag HTML5 defineste un text marcat, evidentiat?
<mark> <embed> <span><p>Cursuri graruite: <mark>MarPlo.net</mark> , jocuri, anime.</p>
Ce pseudo-clasa CSS defineste un stil la element cand mouse-ul e deasupra lui?
:focus :hover :activea:hover {
font-weight: bold;
color: #00da01;
}
Clic pe functia ce returneaza un sir cu un numar rotunjit la x decimale.
toPrecision(x) toFixed(x) floor(x)var num = 12.34567;
num = num.toFixed(2);
alert(num); // 12.35
Indicati functia PHP care adauga continutul unui fisier intr-un array.
[) file() readfile()$arr = file("a_file.txt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
var_export($arr);
Clic pe raspunsul potrivit la intrebarea: "What time is it?"
On the 7th of July 1996 It is a quarter to 5. Nice weather.What time is it? It is a quarter to 5.
- Cat este ora? E 5 fara un sfert.
Indicati raspunsul potrivit la intrebarea: "¿Qué hora es?"
Hace buen tiempo. En el 7 de julio de 1996 Son las tres menos cuarto.¿Qué hora es? Son las tres menos cuarto.
- Cat este ora? E 3 fara un sfert.