Curs Engleza

- Formati conditionalul de tip 1 sau 2 cu verbul din paranteza, in acord cu traducerea.
[ "If I ___ (to come) home earlier, I would prepare dinner. (Daca as veni acasa mai devreme, as pregati cina.)", "I ___ (to stay) at home if it snowed. (As sta acasa daca ar ninge.)", "I ___ (to stay) at home, if it rains. (Voi sta acasa, daca ploua.)", "The teacher ___ (to be) happy if we learn the poem by heart. (Profesorul va fi fericit daca invatam poezia din inima.)", "If they ___ (to have) enough money, they would buy a new car. (Daca ar avea bani suficienti, ar cumpara o masina.)", "If we ___ (to study), we would pass the exam. (Daca am studia, am trece examenul.)", "If Oliver found money, he ___ (to keep) it. (Daca Oliver ar gasi bani nu i-ar pastra.)", "If I ___ (to be) you, I would not go to the party. (Daca as fi in locul tau, nu as merge la petrecere.)", "If he ___ (to read), she will go to play. (Daca el nu citeste, ea va pleca sa se joace.)", "Would you ___ (to come) to work if he increased your salary? (Ai veni sa muncesti daca ti-ar creste salariu?)", "If you eat fruits and vegetables, you ___ (to have) healthy body. (Daca mananci fructe si legume, vei avea corpul sanatos.)", "If Tony ___ (to know) her phone number, he would not give it to others. (Daca Tony ar sti numarul ei de telefon, el nu l-ar da altora.)", "If I ___ (to fly), I would go in the sky. (Daca as zbura, m-as duce in cer.)", "If I ___ (to be) light, I enlightened the world. (Daca as fi lumina, as lumina lumea.)", "I ___ (to give) miracles, if I were holy. (As darui miracole, daca as fi sfant.)" ]
["came","would stay","will stay","will be","had","studied","would not keep","were","does not read","come","will have","knew","flew","would be","would give"]

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.
Conditional IF - Teste si 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)