Curs Engleza

- Scrieti verbul din paranteze la timpul trecut simplu (Past Tense), in acord cu subiectul.
[ "I ___ (to work)", "You ___ (to stop)", "We ___ (to walk)", "He ___ (to jump)", "They ___ (to sing)", "She ___ (to read)", "It ___ here (to be)", "My brother ___ here. (to come)", "The birds ___ fast. (to fly)", "The painter ___ a brush. (to ask for)", "You ___ at the theater. (to be)", "He ___ two games. (to have)", "She ___ good things. (to do)", "I ___ a student. (to be)", "You ___ a blue shirt. (to wear)", "I ___ 2 hours. (to wait )" ]
["worked","stopped","walked","jumped","sang","read","was","came","flew","asked for","were","had","did","was","wore","waited"]

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Clic pe tag-ul HTML care afiseaza o linie orizontala.
<br> <em> <hr>
Continut ...
<hr />
Alt continut sub linie ...
Care proprietate CSS defineste culoarea textului?
font-style font-variant color
h2 {
  color: #cbdafb;
}
Clic pe functia care cauta daca un anume caracter sau text e intr-un sir.
indexOf() toString() split()
var str = "Web courses - http://CoursesWeb.net/";
if(str.indexOf("http://") == -1) alert("http:// nu e in sir");
else alert("http:// e in sir");
Care e functia ce imparte un sir in parti de siruri intr-un array, pe baza unui separator?
array_merge() explode() implode()
$str = "mar,banana,pepene,para";
$arr = explode(",", $str);
var_export($arr);      // array (0=>"mar", 1=>"banana", 2=>"pepene", 3=>"para")
Indicati asocierea corecta: "luna-anotimp".
April - Autumn October - Spring July - Summer
July is a beautiful summer month.
- Iulie este o frumoasa luna de vara.
Indicati asocierea corecta: "luna-anotimp".
Octubre - Primavera Julio - Verano Abril - OtoƱo
Julio es un hermoso mes de verano.
- Iulie este o frumoasa luna de vara.
Trecutul simplu - Exercitii si teste incepatori

Last accessed pages

  1. Curs de Miracole (4492)
  2. Verbe - Exercitii si teste engleza incepatori (27152)
  3. Array - Lucru cu functii (861)
  4. Curs cu Tutoriale Node.js (4750)
  5. Evidentiere Imagini la Clic (338)

Popular pages this month

  1. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (334)
  2. Curs HTML gratuit Tutoriale HTML5 (252)
  3. Coduri pt culori (199)
  4. Gramatica limbii engleze - Prezentare Generala (150)
  5. Creare si editare pagini HTML (140)