Curs Engleza

- 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 atribut specifica adresa unde sunt trimise datele din formular?
method action name
<form action="script.php" method="post"> ... </form>
Ce proprietate CSS desparte cuvinte lungi, adaugand pe rand nou?
word-wrap line-height font-size
#id {
  width: 100px;
  word-wrap: break-word;
}
Ce functie aranjeaza elementele din array in ordine alfabetica, bazat pe valorile lor?
pop() sort() shift()
var tutorials = ["php", "html", "css", "flash"];
tutorials.sort();
alert(tutorials[0]);          // css
Indicati functia care returneaza valoarea ultimului element din array.
current() next() end()
$code =[10=>"Perl", 20=>"PHP", 21=>"Python", 30=>"JavaScript");
$last = end($code);
echo $last;      // JavaScript
Alegeti verbul auxiliar corect care trebuie in propozitia: "Her plane ... just arrived".
have has does
Her plane has just arrived.
- Avionul ei tocmai a sosit.
Indicati forma corecta a verbului SER (a fi) in propozitia: "Vosotros ... muy simpáticos".
son soy sois
Vosotros sois muy simpáticos.
- Sunteti foarte simpatici.
Confusable words - Cuvinte confundabile - Test Engleza

Last accessed pages

  1. Adjective 2 (2727)
  2. Expresii uzuale din Limba Spaniola (A-D) (6257)
  3. Participiu trecut (4259)
  4. Articolul din limba engleza - The article (70473)
  5. Verbele in limba engleza - Verbs (41498)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (184)
  2. Curs HTML gratuit Tutoriale HTML5 (171)
  3. Coduri pt culori (106)
  4. Creare si editare pagini HTML (104)
  5. Gramatica limbii engleze - Prezentare Generala (85)