-
Completati urmatoarele propozitii cu prepozitiile care lipsesc, in acord cu traducerea din paranteze.
[
"The apple fell ___ the table. (Marul a cazut de pe masa.)",
"He came straight home ___ school. (El a venit direct acasa de la scoala.)",
"We meet ___ 8 o'clock. (Ne intalnim la ora 8.)",
"Let's meet ___ the garden. (Hai sa ne intalnim in gradina.)",
"I talked to him ___ noon. (Am vorbit cu el inainte de pranz.)",
"Ring me up ___ the meeting. (Suna-ma dupa intalnire.)",
"She stayed with us from January ___ April. (Ea a stat cu noi din ianuarie pana in aprilie.)",
"We worked ___ noon. (Noi am lucrat pana la pranz.)",
"I prayed ___ two hours. (M-am rugat timp de doua ore.)",
"We went to the mountains ___ the weekend. (Am mers la munte la sfarsit de saptamana.)",
"She spoke ___ confidence. (Ea a vorbit cu incredere.)",
"You are ___ my uncle. (Tu esti la fel ca unchiiul meu.)",
"He goes to work ___ bus. (El merge la munca cu autobuzul.)",
"I go to school ___ foot. (Eu merg la scoala pe jos.)",
"They talked ___ their childhood. (Au vorbit despre copilaria lor.)"
]
["off","from","at","in","before","after","to","until","for","over","with","like","by","on","about"]
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.