Curs Engleza

- Treceti fiecare propozitie la Viitorul perfect continuu (unele propozitii sunt la alt timp, trebuie scrise la Viitor Perfect Continuu), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "haven't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).

[ "I learn all morning. (interogativ)", "They play. (negativ)", "You don't jog. (interogativ)", "It will move. (interogativ)", "He bought a cup. (negativ)", "They will sell corn. (negativ)", "You will make a tea. (interogativ)", "Will Tom catch a mouse? (negativ)", "You went to a hermitage. (interogativ)", "I'm brushing my teeth. (negativ)", "His cousins sing. (negativ)", "She recite a poem. (interogativ)" ]
["Will I have been learning all morning?","They will haven't been playing","Will you have been jogging?","Will it have been moving?","He will haven't been buying a cup","They will haven't been selling corn","Will you have been making tea?","Tom will haven't been catching a mouse","Will you been going to a hermitage?","I will haven't been brushing my teeth","His cousins will haven't been singing","Will she have been reciting a poem?"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce tip de <input> creaza un camp de text care trebuie sa contina doar numere?
type="text" type="number" type="date"
<input type="number" name="points" min="5" max="80" />
Ce proprietate CSS permite modificarea transparentei unui element?
font-style opacity color
#id {
  filter:alpha(opacity=40);    /* for IE */
  opacity:0.4;
}
Clic pe functia care formateaza un numar la o anumita lungime de caractere.
toPrecision() exp() toFixed()
var num = 12.84567;
alert( num.toPrecision(3) );       // 12.8
Ce functie aranjeaza aleator elementele dintr-un array?
natsort() shuffle() sort()
$lang =[10=>"PHP", 20=>"JavaScript", "site"=>"coursesweb.net");
shuffle($lang);
var_export($lang);     // array (0=>"coursesweb.net", 1=>"PHP", 2=>"JavaScript")
Indicati Superlativul cuvantului "good" (bun).
better best goodest
She is the best in our class.
- Ea este cea mai buna din clasa noastra.
Care este Superlativul cuvantului "bueno" (bun)?
el mejor más bueno muy bueno
Él es el mejor en nuestra clase.
- El este cel mai bun din clasa noastra.
Viitorul perfect continuu - Exercitii si teste engleza

Last accessed pages

  1. Jokes - Glume, Bancuri, Humor (10741)
  2. Gramatica limbii engleze - Prezentare Generala (215082)
  3. Select in doua tabele MySQL (1349)
  4. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (270546)
  5. Demonstrative (2038)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (260)
  2. Exercitii engleza - English Tests and exercises - Grammar (151)
  3. Cursuri limba engleza gratuite si lectii online (121)
  4. Gramatica limbii engleze - Prezentare Generala (116)
  5. Prezentul simplu - Exercitii si teste incepatori (109)