-
Treceti fiecare propozitie la Viitorul perfect continuu (unele propozitii sunt la alt timp, trebuie scrise la Viitor Perfect Continuu), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "haven't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I learn all morning. (interogativ)",
"They play. (negativ)",
"You don't jog. (interogativ)",
"It will move. (interogativ)",
"He bought a cup. (negativ)",
"They will sell corn. (negativ)",
"You will make a tea. (interogativ)",
"Will Tom catch a mouse? (negativ)",
"You went to a hermitage. (interogativ)",
"I'm brushing my teeth. (negativ)",
"His cousins sing. (negativ)",
"She recite a poem. (interogativ)"
]
["Will I have been learning all morning?","They will haven't been playing","Will you have been jogging?","Will it have been moving?","He will haven't been buying a cup","They will haven't been selling corn","Will you have been making tea?","Tom will haven't been catching a mouse","Will you been going to a hermitage?","I will haven't been brushing my teeth","His cousins will haven't been singing","Will she have been reciting a poem?"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care atribut specifica metoda HTTP de trimitere (GET, POST) a datelor din formular?
action method value<form action="script.php" method="post"> ... </form>
Ce proprietate CSS adauga umbra la chenar?
background-image box-shadow border-radius#id {
background-color: #bbfeda;
box-shadow: 11px 11px 5px #7878da;
}
Clic pe functia care elimina primul element dintr-un array?
pop() push() shift()var fruits = ["mar", "cireasa", "banana"];
fruits.shift();
alert(fruits.length); // 2
Indicati functia cu care se poate verifica daca un anumit modul e instalat in PHP.
function() filetype() extension_loaded()if(extension_loaded("PDO") === true) echo "PDO este valabil."
Alegeti verbul auxiliar corect care trebuie in propozitia: " ... I listen to music?".
has have Can Can I listen to music?
- Pot asculta muzica?
Alegeti verbul corect care trebuie in propozitia: "Me ... las frutas dulces"
están gustan gustaMe gustan las frutas dulces.
- Imi plac fructele dulci.