Curs Engleza

- Scrieti verbul din paranteze la timpul Trecut perfect (Past Perfect), in acord cu subiectul.
[ "I ___ (to live)", "You ___ (to work)", "We ___ (to learn)", "He ___ (to guide)", "They ___ (to look for)", "She ___ (to see)", "It ___ here (to be)", "My uncle ___ the meal before I came. (to finish)", "The clown ___ twice. (to fall)", "Your cousin ___ a book. (to write)", "You ___ when he worked. (to read)", "It ___ three glasses. (to wash)", "I ___ my homework before they came. (to do)", "They ___ some greens. (to get)", "You already ___ the cart. (to stop)", "They never ___ before breakfast. (to run )" ]
["had lived","had worked","had learned","had guided","had looked for","had sewn","had been","had finished","had fallen","had written","had read","had washed","had done","had got","had stopped","had run"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care atribut specifica metoda HTTP de trimitere (GET, POST) a datelor din formular?
action method value
<form action="script.php" method="post"> ... </form>
Ce proprietate CSS adauga umbra la chenar?
background-image box-shadow border-radius
#id {
  background-color: #bbfeda;
  box-shadow: 11px 11px 5px #7878da;
}
Clic pe functia care elimina primul element dintr-un array?
pop() push() shift()
var fruits = ["mar", "cireasa", "banana"];
fruits.shift();
alert(fruits.length);           // 2
Indicati functia cu care se poate verifica daca un anumit modul e instalat in PHP.
function() filetype() extension_loaded()
if(extension_loaded("PDO") === true) echo "PDO este valabil."
Alegeti verbul auxiliar corect care trebuie in propozitia: " ... I listen to music?".
has have Can
 Can I listen to music?
- Pot asculta muzica?
Alegeti verbul corect care trebuie in propozitia: "Me ... las frutas dulces"
están gustan gusta
Me gustan las frutas dulces.
- Imi plac fructele dulci.
Trecut perfect - Exercitii si teste incepatori

Last accessed pages

  1. Tabele HTML cu DOM (875)
  2. Uniri de cuvinte (1735)
  3. Exercitii engleza - English Tests and exercises - Grammar (114829)
  4. Adjective posesive (4170)
  5. Verbe ca si Gustar (1925)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (202)
  2. Gramatica limbii engleze - Prezentare Generala (121)
  3. Gramatica limbii spaniole. Indrumator si prezentare generala (99)
  4. Cursuri limba engleza gratuite si lectii online (91)
  5. Coduri pt culori (91)