-
Formati conditionalul de tip 1 sau 2 cu verbul din paranteza, in acord cu traducerea.
[
"If I ___ (to come) home earlier, I would prepare dinner. (Daca as veni acasa mai devreme, as pregati cina.)",
"I ___ (to stay) at home if it snowed. (As sta acasa daca ar ninge.)",
"I ___ (to stay) at home, if it rains. (Voi sta acasa, daca ploua.)",
"The teacher ___ (to be) happy if we learn the poem by heart. (Profesorul va fi fericit daca invatam poezia din inima.)",
"If they ___ (to have) enough money, they would buy a new car. (Daca ar avea bani suficienti, ar cumpara o masina.)",
"If we ___ (to study), we would pass the exam. (Daca am studia, am trece examenul.)",
"If Oliver found money, he ___ (to keep) it. (Daca Oliver ar gasi bani nu i-ar pastra.)",
"If I ___ (to be) you, I would not go to the party. (Daca as fi in locul tau, nu as merge la petrecere.)",
"If he ___ (to read), she will go to play. (Daca el nu citeste, ea va pleca sa se joace.)",
"Would you ___ (to come) to work if he increased your salary? (Ai veni sa muncesti daca ti-ar creste salariu?)",
"If you eat fruits and vegetables, you ___ (to have) healthy body. (Daca mananci fructe si legume, vei avea corpul sanatos.)",
"If Tony ___ (to know) her phone number, he would not give it to others. (Daca Tony ar sti numarul ei de telefon, el nu l-ar da altora.)",
"If I ___ (to fly), I would go in the sky. (Daca as zbura, m-as duce in cer.)",
"If I ___ (to be) light, I enlightened the world. (Daca as fi lumina, as lumina lumea.)",
"I ___ (to give) miracles, if I were holy. (As darui miracole, daca as fi sfant.)"
]
["came","would stay","will stay","will be","had","studied","would not keep","were","does not read","come","will have","knew","flew","would be","would give"]
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.