Curs Engleza

- Adaugati la fiecare propozitie cuvantul corespunzator corect dintre: less si fewer.
[ "These days you seem to work ___ hours. (Zilele acestea se pare ca lucrezi mai putine ore.)", "These days you bought ___ chocolate. (Zilele acestea ati cumparat mai putina ciocolata.)", "I`ve got ___ apples than he has. (Am mai putine mere decat are el.)", "He should watch ___ the TV. (El ar trebui sa se uite mai putin la televizor.)", "She spends ___ hours at the computer. (Ea petrece mai putine ore la calculator.)", "Can you put ___ salt in the soup, please? (Puteti sa puneti mai putina sare in supa, va rog?)", "Did you plant ___ flowers this year? (Ati plantat mai putine flori in acest an?)", "You should read ___ fairy tales. (Ar trebui sa cititi mai putine basme.)", "The high of that tree is ___ than 10 meters. (Inalta acelui copac este mai mica de 10 de metri.)", "Last night I drank ___ orange juice than Tim. (Aseara am baut mai putin suc de portocale decat Tim.)", "There is ___ sunshine in the west of England. (Este mai putin soare in vestul Angliei.)", "There are ___ hours of sunshine in the west of England. (Sunt mai putine ore de soare in vestul Angliei.)", "As I get wiser, I find myself talking ___ and less. (Pe masura ce devin mai intelept, ma aflu vorbind din ce in ce mai putin.)", "We want to work ___ hours. (Vrem sa muncim mai putine ore.)", "We want to work ___. (Vrem sa muncim mai putin.)" ]
["fewer","less","fewer","less","fewer","less","fewer","fewer","less","less","less","fewer","less","fewer","less"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut face ca valoarea din caseta de text sa nu poata fi modificata de utilizator?
checked="checked" readonly="readonly" disabled="disabled"
<input type="text" value="valoare-fixa" readonly="readonly" name="a_name" />
Ce proprietate CSS permite crearea de colturi rotunjite?
background-size border-size border-radius
.class {
  border:2px solid blue;
  border-radius:1.2em;
}
Ce instructiune afiseaza o fereastra cu mesaj si butoane OK si Cancel?
indexOf() confirm() prompt()
var ques = window.confirm("Rezultatul lui 0+0 este 0?");
if (ques) alert("Corect");
else alert("Incorect");
Indicati functia PHP care returneaza numarul cel mai mic dintr-o multime de numere.
floor() ceil() min()
$min_nr = min(12, 8, 25, 13);
echo $min_nr;        // 8
Alegeti verbul corect care trebuie in propozitia: "Its ears ... big".
are is has
Its ears are big.
- Urechile lui sunt mari.
Alegeti verbul corect care trebuie in propozitia: "Los niños ... deportistas"
soy son está
Los niños son deportistas.
- Copii sunt sportivi.
Less or Fewer - Exercitii Engleza

Last accessed pages

  1. Lectia 177, Recapitulare 163-164 (71)
  2. Liste HTML - UL, OL (11008)
  3. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (275284)
  4. Adjective (3915)
  5. Cursuri Franceza, Germana, Italiana si Rusa (8104)

Popular pages this month

  1. Coduri pt culori (260)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (197)
  3. Curs HTML gratuit Tutoriale HTML5 (142)
  4. Exercitii engleza - English Tests and exercises - Grammar (87)
  5. Creare si editare pagini HTML (63)