-
Scrieti la fiecare propozitie cuvantul corect dintre cele din paranteza patrata.
[
"The film was full of clever special ___. (Filmul a fost plin de efecte speciale inteligente.) [affects, effects]",
"I`m not sure ___ we will be able to attend the wedding. (Nu sunt sigur daca vom putea sa participam la nunta.) [whether, weather]",
"Several bricks in the garden wall have come ___. (Mai multe caramizi din zidul gradinii sau desprins.) [lose, loose]",
"I am totally ___ in alcohol; it is really dull. (Sunt total neinteresat de alcool; este intr-adevar plictisitor.) [disinterested, uninterested]",
"The old man gave a peaceful ___. (Batranul a dat o profetie pasnica.) [prophesy, prophecy]",
"We needed to order some more ___. (Avem nevoie sa comandam ceva mai multe articole de papetarie.) [stationery, stationary]",
"All the infirmity ___, now you are healthy. (Toata infirmitatea a trecut, acum esti sanatos.) [passed, past]",
"Singing in the shower is ___. (Cantatul sub dus este permis.) [aloud, allowed]",
"I am no longer ___ about my future. (Nu mai sunt neincrezator cu privire la viitorul meu.) [incredible, incredulous]",
"My friends are ___ to talk about the past. (Prietenii mei sunt reticenti (impotriva) sa vorbeasca despre trecut.) [loath, loathe]",
"He built a cottage on a ___ in the forest. (El a construit o cabana pe un teren din padure.) [sight, site, cite]",
"We ___ in a quiet and nice place. (Locuim (Traim) intr-un loc linistit si frumos.) [live, leave, leaves]",
"This is a reflection of ___ mind. (Aceasta este o reflectie a mintii tale.) [you`re, your]",
"My ___ likes the truth. (Fiului meu ii place adevarul.) [sun, son]",
"I ___ you that you are innocent and pure, a saint. (Te asigur ca esti inocent si pur, un sfant.) [assure, ensure, assert]"
]
["effects","whether","loose","uninterested","prophecy","stationery","passed","allowed","incredulous","loath","site","live","your","son","assure"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce tip de <input> creaza o paleta de culori pentru selectare culoare?
type="text" type="color" type="date"<input type="color" name="get_color" />
Care metoda CSS roteste elementul HTML la un anumit numar de grade?
scale() translate() rotate()#some_id:hover {
transform: rotate(60deg);
-ms-transform: rotate(60deg); /* IE 9 */
-moz-transform: rotate(60deg); /* Firefox */
}
Click pe functia care returneaza numarul cel mai mare.
pow() min() max()var maxn = Math.max(8, 4, 88, 56);
alert(maxn); // 88
Ce functie previne ca un fisier sa fie inclus mai mult de o data intr-o pagina?
include() include_once() require()include_once("un_fisier.php");
Care este traducerea corecta pentru: "Ahead of time"?
Peste timp La timp Inainte de vremeMost people arrived ahead of time.
- Cei mai multi oameni au sosit inainte de vreme (prea devreme).
Indicati traducerea corecta a cuvantului "buenísimo"
mai bun mai putin bun extrem de bunEste fruto es buenísimo.
- Acest fruct este extrem /nemaipomenit de bun.