-
Treceti fiecare propozitie la Trecutul perfect (unele propozitii sunt la alt timp, trebuie scrise la Trecut Perfect), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "hadn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I finish the work. (interogativ)",
"Do we pay it? (negativ)",
"You are looking for it. (interogativ)",
"It will start. (interogativ)",
"He makes a house. (negativ)",
"They read english tutorials. (negativ)",
"She will crochet a waistcoat. (interogativ)",
"Sim open the box. (negativ)",
"You are going to market. (interogativ)",
"I received a gift. (negativ)",
"The engine is stopping. (negativ)",
"We'll help the neighbors. (interogativ)"
]
["Had I finished the work?","We hadn't payed it","Had you looked for it?","Had it started?","He hadn't made a house","They hadn't read english tutorials","Had she crocheted a waistcoat?","Sim hadn't opened the box","Had you been to market?","I hadn't received a gift","The engine hadn't stopped","Had we helped the neighbors?"]
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.