-
Scrieti verbul din paranteze la timpul trecut simplu (Past Tense), in acord cu subiectul.
[
"I ___ (to work)",
"You ___ (to stop)",
"We ___ (to walk)",
"He ___ (to jump)",
"They ___ (to sing)",
"She ___ (to read)",
"It ___ here (to be)",
"My brother ___ here. (to come)",
"The birds ___ fast. (to fly)",
"The painter ___ a brush. (to ask for)",
"You ___ at the theater. (to be)",
"He ___ two games. (to have)",
"She ___ good things. (to do)",
"I ___ a student. (to be)",
"You ___ a blue shirt. (to wear)",
"I ___ 2 hours. (to wait )"
]
["worked","stopped","walked","jumped","sang","read","was","came","flew","asked for","were","had","did","was","wore","waited"]
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.