-
Traduceti urmatoarele propozitii folosind Trecutul perfect (In limba romana fara diacritice).
Pentru negatie folositi forma prescurtata. Propozitiile interogative trebuie terminate cu semnul intrebarii (?).
[
"Terminasem cartea inainte sa vii tu.",
"El plecase deja azi dimineata",
"When Doris arrived the show had started",
"Mother had cooked the dinner by the time father came home.",
"Noi tocmai intrasem in clasa cand a sunat clopotelul.",
"Had she written for ten minutes when I arrived?",
"They hadn't lived here before you left.",
"Pasagerii au iesit indata ce se oprise trenul.",
"Had he eaten the icecreem when I slept?",
"Eu nu cantasem azi dupamiaza.",
"Zburase (neutru) dupa ce a terminat ea treaba?",
"Venisesi cand el a jucat tenis?"
]
["I had finished the book before you came","He had already left this morning","Cand Doris a sosit spectacolul incepuse","Mama gatise cina cand tata a venit acasa","We had just got into the classroom when the bell rang","Scrisese ea de zece minute cand eu am sosit?","Ei nu locuise aici inainte sa pleci","The passengers got out as soon as the train had stopped","Mancase el inghetata cand eu am dormit?","I hadn't sung this afternoon","It had flown after she finished the work?","Had you came when he played tennis?"]
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.