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. Sintaxa JavaScript (11326)
  2. Adjective posesive (4375)
  3. Prezent perfect - Exercitii si teste incepatori (21190)
  4. Gramatica limbii spaniole. Indrumator si prezentare generala (70852)
  5. Cursuri limba engleza gratuite si lectii online (67705)

Popular pages this month

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