-
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() breakfor(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 clasisThis school has three classes.
- Scoala asta are trei clase.
Care este pluralul substativului "voz" (voce)?
vose voze vocesEscuché dos voces.
- Am auzit doua voci.