-
Identificati si scrieti pronumele (personale, reflexive, nehotarate, demonstrative, relative, interogative) din urmatoarele propozitii.
[
"I learn english. (Eu invat limba engleza.)",
"He learns spanish. (El invata limba spaniola.)",
"She is kind. (Ea este draguta (buna))",
"We love nature. (Ne place natura.)",
"Life will teach you. (Viata va va invata.)",
"It`s a beautiful flower. (E o floare frumoasa.)",
"This is an english exercise. (Acesta este un exercitiu de engleza.)",
"Someone speaks slowly. (Cineva vorbeste incet.)",
"These pancakes are delicious. (Aceste clatite sunt delicioase.)",
"Marc is the boy who won the prize. (Marc e baiatul care a castigat premiul.)",
"Whose are the books? (Ale cui sunt cartile?)",
"Yesterday, they played tennis. (Ieri, au jucat tenis.)",
"Come with us. (Vino cu noi.)",
"The earth is for everyone. (Pamantul este pentru toata lumea.)",
"Does your boyfriend speak English? (Prietenul tau vorbeste limba engleza?)",
"Maria can swim by herself. (Maria poate inota singura.)",
"It is spring. (E primavara.)",
"I eat fruits. (Eu mananc fructe.)",
"The fool laugh at himself. (Prostul rade de el insusi.)",
"You are a good friend. (Esti un prieten bun.)"
]
["I","he","she","we","you","it","this","someone","these","who","whose","they","us","everyone","your","herself","it","I","himself","you"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag este element de tip bloc?
<div> <img> <span><div>Web Programming and Development</div>
Care cod CSS afiseaza textul subliniat?
font-style: italic; text-decoration: underline; font-weight: 500;h2 {
text-decoration: underline;
}
Clic pe functia JavaScript care apeleaza o alta functie dupa un anumit timp.
insertBefore() setTimeout() querySelector()function someFunction() { alert("CoursesWeb.net"); }
setTimeout("someFunction()", 2000);
Clic pe instructiunea care returneaza numarul total de elemente dintr-un array asociativ.
count($array) count($array, 1) strlen()$food =["fruits" =>["banana", "mar"), "veggie" =>["ceapa", "rosie"));
$nr_food = count($food, 1);
echo $nr_food; // 6
Indicati Viitorul Perfect la negativ al verbului din paranteze, in propozitia: "The child (to not play) by Sunday".
has't played haven't been playing will haven't playedThe child will haven't played by Sunday.
- Copilul nu s-ar fi jucat pana duminica.
Indicati Viitorul Perfect pentru verbul "contar" (a povesti) la forma "Él".
habrá contado va a contar contabaÉl no habrá contado el cuento.
- El nu ar fi spus povestea.