-
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
Care tag este element de tip bloc?
<div> <img> <span><div>Web Programming and Development</div>
Care cod CSS afiseaza textul subliniat?
font-style: italic; text-decoration: underline; font-weight: 500;h2 {
text-decoration: underline;
}
Clic pe functia JavaScript care apeleaza o alta functie dupa un anumit timp.
insertBefore() setTimeout() querySelector()function someFunction() { alert("CoursesWeb.net"); }
setTimeout("someFunction()", 2000);
Clic pe instructiunea care returneaza numarul total de elemente dintr-un array asociativ.
count($array) count($array, 1) strlen()$food =["fruits" =>["banana", "mar"), "veggie" =>["ceapa", "rosie"));
$nr_food = count($food, 1);
echo $nr_food; // 6
Indicati Viitorul Perfect la negativ al verbului din paranteze, in propozitia: "The child (to not play) by Sunday".
has't played haven't been playing will haven't playedThe child will haven't played by Sunday.
- Copilul nu s-ar fi jucat pana duminica.
Indicati Viitorul Perfect pentru verbul "contar" (a povesti) la forma "Él".
habrá contado va a contar contabaÉl no habrá contado el cuento.
- El nu ar fi spus povestea.