-
Scrieti verbul din paranteze la Trecutul continuu, in acord cu subiectul.
Ex.: "I ___ (to walk)" - was walking
[
"I ___ (to write)",
"You ___ (to swim)",
"We ___ (to walk)",
"He ___ (to walk)",
"They ___ (to read)",
"She ___ (to sing)",
"I ___ over there (to play)",
"My cousin ___ here. (to come)",
"The swallows ___ fast. (to fly)",
"The eagle ___ very high. (to fly)",
"You ___ to the theater. (to go)",
"He ___ two glasses. (to have)",
"She ___ good to you. (to be)",
"I ___ an orchid. (to see)",
"You ___ a nice shirt. (to wear)",
"I ___ two apples. (to choose )"
]
["was writing","were swiming","were walking","was walking","were reading","was singing","was playing","was coming","were flying","was flying","were going","was having","was being","was seeing","were wearing","was choosing"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut e folosit in tag-ul <a> pentru adresa link-ului?
src href rel<a href="http://coursesweb.net/" title="CoursesWeb.net">CoursesWeb.net</a>
Ce proprietate CSS seteaza tipul fontului utilizat?
font-family text-decoration font-sizeh2 {
font-family:"Calibri", sans-serif;
}
Ce instructiune selecteaza toate tag-urile <div> cu class="cls"?
querySelector("div.cls") getElementsByTagName("div") querySelectorAll("div.cls")var elm_list = document.querySelectorAll("div.cls");
var nr_elms = elm_list.length; // numar elemente selectate
alert(nr_elms);
Indicati functia care returneaza suma valorilor dintr-un array.
array_sum() array_diff() array_shift()$arr =[1, 2, 3, 4);
$arr_sum = array_sum($arr);
echo $arr_sum; // 10
Indicati forma corecta a verbului "study" (a studia) la Trecutul Simplu in aceasta propozitie: "We (study) English."
studyed studys studiedWe studied English.
- Noi am studiat engleza.
Indicati forma corecta a verbului "decir" (a spune) la Prezent in aceasta propozitie: "Yo (decir) siempre la verdad."
digas digo decirYo digo siempre la verdad.
- Eu spun mereu adevarul.