Curs Engleza

- Scrieti verbul din paranteze la timpul prezent simplu (Present Tense), in acord cu subiectul.
[ "I ___ (to swim)", "You ___ (to swim)", "We ___ (to walk)", "He ___ (to walk)", "They ___ (to sing)", "She ___ (to read)", "it ___ here (to be)", "My father ___ here. (to come)", "The birds ___ fast. (to fly)", "The eagle ___ very high. (to fly)", "You ___ at the theater. (to be)", "He ___ two books. (to have)", "She ___ good things. (to do)", "I ___ a student. (to be)", "You ___ a blue shirt. (to have)", "I ___ to live peacefully. (to choose )" ]
["swim","swim","walk","walks","sing","reads","is","comes","fly","flies","are","has","does","am","have","choose"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut e folosit in tag-ul <img> pentru adresa imaginii?
href src rel
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Care din aceste coduri CSS ascunde elementul in pagina?
display: none; display: inline; position: relative;
#id {
  display: none;
}
Ce instructiune opreste executia lui while() sau for() ?
continue prompt() break
for(var i = 0; i< 8; i++) {
  if(i > 1) break;
  alert(i);
}
Indicati functia utilizata pentru a crea constante.
define() include() defined()
define("CONSTANT_NAME", "value");
echo CONSTANT_NAME;
Care este forma de plural a substativului "class" (clasa)?
classes clases clasis
This school has three classes.
- Scoala asta are trei clase.
Care este pluralul substativului "voz" (voce)?
vose voze voces
Escuché dos voces.
- Am auzit doua voci.
Prezentul simplu - Exercitii si teste incepatori

Last accessed pages

  1. Numerale, Numere in limba engleza - Numerals (49122)
  2. Prezent perfect si Prezent perfect continuu - Present perfect and Continuous (87078)
  3. Prezentul simplu si continuu - Present Tense Simple and Continuous (139736)
  4. Poezii pentru copii, in engleza (36720)
  5. Conditional IF in Limba Engleza - Fraze Conditionale (114770)

Popular pages this month

  1. Prezentul simplu si continuu - Present Tense Simple and Continuous (1580)
  2. Exercitii engleza - English Tests and exercises - Grammar (1354)
  3. Gramatica limbii engleze - Prezentare Generala (1335)
  4. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (1158)
  5. Prezentul simplu - Exercitii si teste incepatori (770)