Curs Engleza

- Scrieti verbul din paranteze la timpul Viitorul Perfect (Future Perfect), in acord cu subiectul.
[ "I ___ (to watch)", "You ___ (to work)", "We ___ (to learn)", "He ___ (to promise)", "They ___ (to get in)", "She ___ (to know)", "It ___ there (to be)", "My teacher ___ the lesson when I come. (to finish)", "The child ___ . (to play)", "Your mother ___ vegetables. (to buy)", "You ___ by Sunday. (to write)", "It ___ the room. (to clean)", "I ___ a book till they arrive. (to read)", "They ___ some greens. (to plant)", "You ___ a garden. (to draw)", "They ___ before dinner. (to walk)" ]
["will have watched","will have worked","will have learned","will have promised","will have got in","will have known","will have been","will have finished","will have played","will have bought","will have written","will have cleaned","will have read","will have planted","will have drawn","will have walked"]

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.
Viitorul perfect - Exercitii incepatori

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)