Grile Cu Raspuns Twfe
Grile Cu Raspuns Twfe
Grile Cu Raspuns Twfe
HTML
In HTML, what does the <aside> element define?
A. Content aside from the page content ;
B. The ASCII character- set; to send information between computers on the internet;
C. A navigation list to be shown at the left side of the page;
Which HTML element is used to specify a header for a document section?
A. <header>
B. <head>
C. <top>
D. <section>
Which HTML element is used to sidplay measurement within a range?
A. <gauge>
B. <range>
C. <meter>
D. <measure>
Which HTML element defines navigation links?
A. <navigate>
B. <navigation>
C. <nav>
In HTML, which attribute is used to specify that an input field must be fillet out?
A. Formvalide
B. Required
C. Validate
D. Placeholder
Which input type defines a slider control?
A. Search
B. Range
C. Controls
D. Slider
Graphics defined by SVG is in which format?
A. XML
B. HTML
C. CSS
The HTML <canvas> element is used to :
A. Create draggable elements
B. Draw graphics
1
C. Manipulate date in MySQL
D. Display database records
The HTML global attribute, „contenteditable” is used to:
A. Return the position of the first found occurrence of the content inside a string
B. Update content from the server
C. Specifies a context menu for an element. The menu appears when a user right-clicks
on the element
D. Specify whether the content of an element should be editable or not
In HTML, onblur and onfocus are:
A. HTML elements
B. Style attributes
C. Event attributes
What is the correct HTML element for playing video files?
A. <media>
B. <video>
C. <movie>
What is the correct HTML element for playing audio files?
A. <sound>
B. <audio>
C. <mp3>
Which HTML element is used to specify a footer for a document or section?
A. <section>
B. <footer>
C. <bottom>
In HTML , you can embed SVG elements directly into an HTML page
A. True
B. False
Which HTML attribute specifies an alternate text for an image, if the image cannot be
displayed?
A. Longdesc
B. Alt
C. Title
D. Src
Which doctype is correct for HTML5?
A. <!DOCTYPE HTML5>
B. <!DOCTYPE html>
C. <!DOCTYPE HTML PUBLIC”-//W3C//DTD HTML
5.0//EN”http://www.w3.org/TR/hmtl5/strict.dtd”>
2
Block elements are normally displayed without starting a new line
A. True
B. False
Which HTML element defines the title of a document?
A. <title>
B. <meta>
C. <head>
An <iframe> is used to display a web page withn a web page .
A. True
B. There is no such thing as an <iframe>
C. False
HTML comments start with <!- - and end with - ->
A. True
B. False
What is the correct HTML for inserting an image?
A. <img alt= „MyImage”>image.gif</img>
B. <img href= „image.gif” alt =MyImage”>
C. <img src= „image.gif” alt =”MyImage”>
D. <image src=”image.gif” alt= „MyImage”>
What is the correct HTML for inserting a background image?
A. <body bg=”background.gif”>
B. <background img=”background.gif”>
C. <body style= „background-image:url(background.gif)”>
What is the correct HTML for making a drop-down list?
A. <select>
B. <list>
C. <input type=”list”>
D. <input type =”dropdown”>
What is the correct HTML for making a text area?
A. <input type =”textbox”>
B. <textarea>
C. <input type =”textarea”>
What is the correct HTML for making a checkbox?
A. <input type=”checkbox”>
B. <checkbox>
C. <input type =”check”>
D. <check>
3
What is the correct HTML for making a text input field?
A. <input type=”text”>
B. <input type =”textfield”>
C. <textinput type=”text”>
D. <textfield>
How can you make a numbered list?
A. <ol>
B. <ul>
C. <list>
D. <dl>
How can you make a bulleted list?
A. <ul>
B. <ol>
C. <list>
D. <dl>
Which of these elements are all <table> elements?
A. <thead><body><tr>
B. <table><head><tfoot>
C. <table><tr><tt>
D. <table><tr><td>
Inline elements are normally displayed without startig a new line
A. True
B. False
Which character is used to indicate an end tag?
A. <
B. ^
C. /
D. *
How can you open a link in a new tab/browse window?
A. <a href=”url” target = „new”>
B. <a href=”url” target = „_blank”>
C. <a href=”url” new>
4
What is the correct HTML for creating a hyperlink?
A. < a href =”http://www.w3schoolss.com”>W3Schools</a>
B. < a url =”http://www.w3schoolss.com”>W3Schools.com</a>
C. < a >http://www.w3schoolss.com </a>
D. < a name =”http://www.w3schoolss.com”>W3Schools.com</a>
What is the correct HTML for adding a background color?
A. <background>yellow</background>
B. <body style=”background-color:yellow;”>
C. <body bg=”yellow”>
Choose the correct HTML element to define important text
A. <b>
B. <i>
C. <strong>
D. <important>
Choose the correct HTML element for the largest heading:
A. <h6>
B. <head>
C. <heading>
D. <h1>
What is the correct HTML element for inserting a line break?
A. <break>
B. <br>
C. <lb>
What does HTML stand for?
A. Hyper Text Markup Language
B. Hyperlinks and Text Markup Language
C. Home Tool Markup Language
Who is making the Web standards?
A. The Word Wide Web Consortium
B. Microsoft
C. Mozilla
D. Google
5
CSS
What does CSS stand for?
A. Colorful Style Sheets
B. Creative Style Sheets
C. Cascading Style Sheets
D. Computer Style Sheets
What is the correct HTML for referring to an external style sheet?
A. <link rel=„stylesheet” type =”text/css”href =”mystyle.css”>
B. <stylesheet>mystyle.css</stylesheet>
C. <style src=”mystyle.css”>
Where in an HTML document is the correct place to refer to an external stye sheet?
A. In the <head> section
B. At the end of the document
C. In the <body> section
Which HTML tag is used to define an internal style sheet?
A. <css>
B. <style>
C. <script>
Which HTML attribute is used to define inline styles?
A. Style
B. Front
C. Class
D. Styles
Which is the correct CSS syntax?
A. Body {color:black;}
B. {Body:color=black;}
C. {Body;color:black;}
D. Body:color=black;
How do you insert a comment in a CSS file?
A. /*this is a comment*/
B. This is a comment
C. //this is a comment//
D. //this is a comment
Which property is used to change the background coolol?
A. Background-color
B. Color
C. Bgcolor
6
How do you add a background color for all <h1> elements?
A. H1.all{background-color:#FFFFFF;}
B. H1{background-color:#FFFFFF;}
C. All.h1{background-color:#FFFFFF;}
Which CSS property is used to change the text color of an element?
A. Text-color
B. Color
C. Fgcolor
Which CSS property controls the text size?
A. Text-style
B. Font-size
C. Font-style
D. Text-size
What is the correct CSS syntax for making all the <p> elements bold?
A. P{front -weight:bold;}
B. P {text-size:bold;}
C. <p style= „text-size:bold;”>
D. <p style =”front-size:bold;”>
How do you display hyperlinks without an underline?
A. A{decoration:no-underline;}
B. A{underline:none;}
C. A{text-decoration:no-underline;}
D. A{text-decoration:none;}
How do you make eaxch word in a text start with capital letter?
A. You can’t do that with CSS
B. Text-transform:capitalize
C. Text=style:capitalize
D. Transform:capitalize
Which property is used to change the front of an element?
A. Font-family
B. Font-style
C. Font-weight
How do you make the text bold?
A. Style:bold;
B. Font-weight:bold;
C. Font:bold;
7
How do you display a border like this : the top border = 10 pixels, the bottom border = 5
pixels , the left border=20 pixels, the right border=1pixel?
A. Border-width:10px20px5px1px;
B. Border-width:10px1px5px20px;
C. Border-width:5px20px10px1px;
D. Border-width:10px5px20px1px;
Which property is used to change the left margin of an element?
A. Padding-left
B. Margin-left
C. Indent
When using the padding property;are you allowed to use negative values?
A. No
B. Yes
How do you make a list that lists its items with squares?
A. List:sqaure;
B. List-style-type:sqaure;
C. List-type: square;
How do you select an element with is ‚demo’?
A. .demo
B. #demo
C. *demo
D. Demo
How do you select elements with class name ’test’?
A. Test
B. .test
C. #test
D. *test
How do you select all p elements inside a div element?
A. div.p
B. div p
C. div + p
How do you group selectors?
A. Separate each selector with plus sign
B. Separate each selector with a comma
C. Separate each selector eith a space
8
What is the default value of the position property?
A. Fixed
B. Relative
C. Static
D. Absolute
JAVA SCRIPT
Inside which HTML element do we put the Java Script?
A. <js>
B. <javascript>
C. <script>
D. <scripting>
What is the correct Java Script syntax to change the content of the HTML element below?
<p id= „demo”>This is a demonstration</p>
A. #demo.innerHTML= „hello world!”;
B. Document.getElement(„p”).innerHTML=”Helllo world!”;
C. Document.getElementByd(„demo”).innerHTML=”hello world!”;
D. Document.getElementBy Name(„p”).innerHTML= „hello world!”;
Where is the correct place to insert a JavaScript?
A. The <body> section
B. The <head>section
C. Both the <head>section and the <body> section are correct
What is the correct syntax for referring to an external script calles „xxx.js”?
A. <script href =”xxx.js”>
B. <script src=”xxx.js”>
C. <script name =”xxx.js”>
The external JavaScript file must contain the <script> tag.
A. False
B. True
How do you write „hello world” in an alert box?
A. alertBox(„hello world”);
B. alert(„hello world”);
C. msgBox(„hello world”);
D. msg(„hello world”);
How do you create a function in Java Script?
A. Function:myFunction()
B. Function myFunction()
C. Function =myFunction()
9
How do you call a function named „myFunction”?
A. myFunction()
B. call myFunction()
C. call function myFunction()
How to write an IF statement in JavaScript?
A. If i==5 then
B. If(i==5)
C. If i=5 then
D. If i=5
How to write an If statement for executing some code if ”i”is NOT equal to 5?/
A. If i<>5
B. If(!=5)
C. If (i<>5)
D. If i=!5 then
How does a WHILE loop start?
A. While (i<=10)
B. While(i<=10;i++)
C. While i=1 to 10
How does a FOR loop start?
A. For i=1 to 5
B. For(i<=5;i ++)
C. For(i=0;i<=5;i++)
D. For(i=0;i<=5)
How can you adda comment in a JavaScript?
A. //this is a comment
B. ’this is a comment
C. <!- - this is a comment- ->
How to insert a comment that has more than one line?
A. <!- -this comment has
more than one line- ->
B. /*this comment has
more than one line*/
C. //this comment has
more than one line//
What is the correct way to write a JavaScript array?
A. Var colors= [„red”,”green”,”blue”]
B. Var colors =1=(„red”),2=(„green”),3=(„blue”)
C. Var colors= „red”,”green”,”blue”
D. Var colors=(1:”red”,2:”green”,3:”blue”)
10
How do you round the number 7.25 to the nearest integer?
A. Math.round(7.25)
B. Md(7.25)
C. Math.md(7.25)
D. Round(7.25)
How do you find the number with the highest value of x and y?
A. Mathe.ceil(x,y)
B. Top(x,y)
C. Math.max(x,y)
D. Ceil(x,y)
What is the correct JavaScript syntax for opening a new window called „w2”?
A. W2=window.open(„http://www.w3school.com”);
B. W2=window.new(„http://www.w3school.com”);
JavaScript is the same as Java
A. False
B. True
How can you detect the client’s browser name?
A. Client.navName
B. Navigation.appName
C. Browser.name
Which event occurs when the user clicks on an HTML element?
A. Onclick
B. Onchange
C. Onmouseover
D. Onmouseclick
How do you declare a JavaScript variable?
A. Variable carName;
B. Var carName;
C. V carName;
Which operator is used to assign a value to a variable?
A. *
B. =
C. -
D. X
What will the following code return: Boolean(10>9)
A. NaN
B. True
11
C. False
Is JavaScript case-sensitive?
A. Yes
B. No
jQuery
Which of the followiing is correct?
A. jQuery is a JavaScript Library
B. jQuery is a JSON Librabry
jQuery uses CSS selectors to select element?
A. True
B. False
Which sign does jQuery use as a shortcut for jQuery?
A. The ? sign
B. The $ sign
C. The % sign
Look at the following selector: $(„div”). What does it select?
A. All div elements
B. The first div element
Is jQuery a librabry for client scripting or server scripting?
A. Client scripting
B. Server scripting
Is is possible to use jQuery together with AJAX?
A. Yes
B. No
The jQuery html() method works for both HTML and XML document
A. False
B. True
What is the correct jQuery code to set the background color of all p elements to red?
A. $(„p”).style(„background-color”,”red”);
B. $(„p”).manipulate(„background-color”,”red”);
C. $(„p”).css(„background-color”,”red”);
D. $(„p”).layout(„background-color”,”red”);
With jQuery look at the following selector $(„div.intro”). what does it select?
A. All div elements with clss=”intro”
B. The first div element with clss=”intro”
12
C. All div elements with id=”intro”
D. The first div element with id=”intro”
Which jQuery method is used to hide selected elements ?
A. Visible(false)
B. Hide()
C. Hidden()
D. Display(none)
Which jQuery method is used to set one or more style properties for selected elements ?
A. Style()
B. Html()
C. Css()
Which jQuery method is used to perform an asynchronous HTTP request?
A. jQuery.ajaxSetup()
B. jQuery.ajax()
C. jQuery.ajaxAsync()
what is the correct jQuery code for all div elements 100 pixels high?
A. $(”div”).yPos(100)
B. $(”div”).height(100)
C. $(”div”).height=”100”
Which statement is true ?
A. To use jQuery you can refer to a hosted jQuery library at Google
B. To use jQuery, you must buy the jQuery library at www.jquery..com
C. To use jQuery, you do not have to do anything. Most browsers(internet explorer,
chrome, firefox and opera ) have the jquery library built in the browser
What scripting language is jQuery written in?
A. JavaScript
B. VBScript
C. C#
D. C++
Which jQuery function is used to prevent code from running, before the document is finished
loading?
A. $(body).onload()
B. $(document).ready()
C. $(document).load()
Which jQuery method should be used to deal with name conflicts?
A. Conflict()
B. noNameConflict()
C. noConflict()
13
D. nameConflict()
which jQuueury methjod is used to switch between adding/removing one or more classes(for
CSS) from selected elements?
A. ToggleClass()
B. switchClass()
C. altClass()
D. switch()
Look at the following selector $(„div p”). What does it select?
A. The first p element inside a div element
B. All p elements inside a div element
C. All div elements with a p element
Is jQuery a W3C standard?
A. No
B. Yes
Look at the following selector $(„p#intro”). What does it select?
A. The p element with id=”intro”
B. All p elements with class=”intro”
Which jQuery method is used to remove selected elements ?
A. Both moethods can be used
B. Detach()
C. Remove()
Look at the following selector $(„:disabled”).What does it selected?
A. All disable input elements
B. All elements that does not contain the text „disabled”
C. All elements containing the text „disabled”
D. All hidden elements
Which jQuery method returns the direct parent element of the selected element?
A. Ancestors()
B. Parent()
C. Ancestor()
D. Parents()
The jQuery animate() method can be used to animate ANY CSS property?
A. Only properties containing numeric values
B. Yes
C. All properties except the shorthand proprieties
14
POZE
Cand testam pe Internet, verificam mai multe motoare de cautare deoarece:
A. Utilizatorii web users prefer aceasta tehnica
B. Evitam informatii false
C. Fiecare motor produce rezultate diferite
D. Evitam repetitia informatiei
Care dintre urmatoarele este functie valida JavaScript?
A. myFunc function();
B. var myFunc= function myFunc{};
C. function myFunc(){};
D. function myFunc= {};
jQuery foloseste selectoarele CSS pentru a selecta elemene?
A. Adevarat
B. Fals
Care este sintaxa JavaScript corecta pentru a modifica continutul elementului HTML p? <p
id=”demo ”> Acesta este un demo </p>
A. Document.getElementById(„demo”).insideHTML=”hello”;
B. Document.getElement(„p”).insideHTML=”hello”;
C. Document.getElementByName(„p”).insideHTML=”hello”;
D. #demo.innerHTML=”hello”;
Unde este locul corect pentru a introduce un JavaScript?
A. In fisier extern
B. Doar in sectiunea &It;body>
C. Doar in sectiunea &It;head> nu si sectiunea ⁢body>
D. Doar in sectiunea ⁢body> nu si sectiunea ⁢head>
E. Doar in sectiunea &It;head>
Cum puteti detecta numele browserului clientului?
A. Navigator.appName
B. App.name
C. Client.navName
D. Browser.name
Secventa [] + [] + ‚foo’.split(‚’);va intoarce
A. [„f”,”o”,”o”]
B. [][][„f”,”o”,”o”]
C. TypeError
D. „f,o,o”
15
Var arr= [];
Arr[0]= ‚a’;
Arr[1]= ‚b’;
Arr.foo= ‚c’;
Alert(arr.length); Va afisa:
A. 2
B. 1
C. Undefined
D. 3
Ce selecteaza $(„p#intro”)?
A. Elementul p cu id= „intro”
B. Toate elementele p cu class= „intro”
C. Primul element p cu class= „intro”
Care dintre urmatoarele obiecte reprezinta parametrii functiei curente in interiorul oricarei
functii?
A. Arguments
B. Object
C. Global
D. This
Var d= new Date()
Care este sintaxa JavaScript corecta pentru a afisa anul curent al d?
A. d.getUTCFullYear()
B. D.d.getFullYear()
C. d.getDate();
D. C.d.getYear()
Cum rotunjiti numarul 4.55, la cel mai apropiat numar intreg?
A. Ceil(x,y)
B. Math.max(x,y)
C. Math.ceil(x,y)
D. Math round (x,y)
Daca imaginea de fundal este mai mica decat ecranul , ce se va intampla?
A. Va fi inchis
B. Va lasa spatiu liber in partea de jos a paginii
C. Nici unul
D. Se va repeta
16
Cum fortam despartirea cuvintelor iin CSS3?
A. Text-wrap: force;
B. Text-wrap: break-word;
C. Word-wrap: break-word;
D. Text-width:set;
Obiectul sessionStorage stocheaza datele pentru:
A. 1 sesiune
B. Multiple sesiuni
C. 2 sesiuni
D. 3 sesiuni
Care nu este un cuvant cheie valid in JavaScript?
A. Try
B. Module
C. Function
D. This
Cum priveste implicit ng-model directivele?
A. Nici una
B. Si valoarea, si referinta
C. Dupa valoare
D. Prin referinta
Unde este locul correct intr-un document HTML pentru face referire la o foaie de stil
externa?
A. Inaintea tagului &It;body>
B. In sectiunea &It;head>
C. In sectiunea &It;body>
D. La sfarsitul documentului
Ce eveniment are loc atunci cand utilizatorul face clic pe un element HTML?
A. Onmouseclick
B. Onclick
C. onMouseOver
D. onChange
&It;video width= „320? Height=”240? Controls=”controls”><br/>&It;source
src=”test.mp4? type=”video/mp4?/> <br/>&It;/video>
A. Display text
B. Display video
C. Display image
D. Display audio
17
Care nu este obiect JavaScript?
A. Var obj= {name = „steve”};
B. Var obj= {name: „steve”};
C. Var obj= new Object();
D. Var obj= {};
Services sunt object
A. Statefull
B. Stateless
C. Ambele
D. Nici una
Ce metoda jQuery este folosita pentru a ascunde elementele selectate?
A. Visible(false)
B. Display(none)
C. Hide()
D. Hidden()
Care dinitre urmatoarele obiecte reprezinta parametrii functiei curente in interiorul oricarei
functii?
A. Arguments
B. Object
C. Global
D. this
Scopul include este :
A. Pentru a compila fragmentele HTML externe in aplicatia angular principala
B. Toate cele de mai sus
C. Pentru a obtine fragmentele HTML externe in aplicatia angular principala
D. Pentru a include fragmentele HTML externe in aplicatia angular principala
Care directive afisare vedere (view) pentru diverse rute?
A. Ng-view
B. Nici una
C. Ng-display
D. Ng-model
Care dinttre urmatoarele este un serviciu incorporat in Angular JS?
A. All of the above
B. $route
C. $windows
D. $http
Cum afisati hyperlink-uri fara subliniere?
A. A{text-decoration:no-underline;}
B. A{text-decoration:none;}
18
C. A{decoration:no-underline;}
D. A{underline:none;}
Metoda corecta de a scrie „hello world” in pagina web:
A. Print(„hello world”)
B. Response.write(„hello world”)
C. System.out.println(„hello world”)
D. Document.write(„hello world”)
Ce directive se foloseste pentru a ascunde controlul dat?
A. Ng- hide
B. Ng- cover
C. Ng- disabled
D. Nici una
Cum se roteste un obiect cu CSS3?
A. Transform: rotate (30deg);
B. Rotate- object:30deg;
C. Object-rotation: 30deg;
D. Transform: rotate-30deg-clockwise;
DOM inseamna:
A. Data oriented model
B. Data object model
C. Documente object model
D. Document oriented model
Caption in HTML
A. Este utilizat pentru a afisa titlul tabelului (in partea de sus)
B. Nici una
C. Este utilizat pentru a afisa titlul tabelului(in partea de jos)
D. Ambele
Secventa : new Array(5).toString(); intoarce
A. ” ,,,, ”
B. ”[] ”
C. [,,,,,]
D. []
Function foo(a, b){
Arguments[1]=2;
Alert(b);
}
Foo(1); va intoarce:
19
A. NaN
B. Reference Error
C. 2
D. Undefinned
Fisierul JavaScript extern
A. Trebuie sa contina tipul mime si nu trebuie sa contina eticheta &It;script>
B. Trebuie sa contina eticheta &It;script> si tipul mime
C. Trebuie sa contina eticheta &It;script>
D. Nu trebuie sa contina eticheta &It;script>
RGBa inseamna?
A. Aqua
B. Alpha
C. Apple
D. About
Cum se creaza colturi rotunde in CSS3?
A. Border[round]: 30px;
B. Border- radius: 30px;
C. Alpha-effect: round-corner;
D. Corner-effect: round;
Care afirmatii nu sunt adevarate despre article?
A. Atributul contenteditable nu poate fi utilizat cu un element articol
B. Text sau continut incorporat
C. Ambele taguri start si end sunt necesare
D. Poate fi utilizat pentru a furniza informatii despre autor
Care dintre urmatoarele nu sunt elemente de marcare in html5?
A. &it;progress&gt;
B. &it;summary&gt;
C. &it;embed&gt;
D. &it;aside&gt;
Unde este locul corect pentru a introduce un JavaScript?
A. Sectiunea <body> si in fisier extern
B. Doar in seciunea <head> si nu sectiunea <body>
C. Doar in sectiunea <body> si nu sectiunea <head>
D. Sectiunea <body>
E. Sectiunea <head>
Elementul <canvas> este doar ____ grafic
A. Attribute
B. Container
C. Component
20
D. Method
Care dintre urmatoarele sunt input type attribute in html5?
1)search <br/>2)datetime</br>3)week<br/>4)color<br/>5)track<br/>6)placeholder
A. 12345
B. 12346
C. 23456
D. 13456
Care dintre urmatoarele nu sunt elemente media in html5?
A. &it;time&gt;
B. &it;track&gt;
C. &it;audio&gt;
D. &it;source&gt;
Care este nivelul de prioritate al directivelor?
A. Level 1
B. Level 2
C. Level 3
D. Level 4
Unde este locul corect pentru a introduce un jQuery?
A. Sectiunea ⁢head>
B. Doar in sectiunea ⁢body> nu si sectiunea ⁢head>
C. Doar in sectiunea ⁢head> nu s sectiunea ⁢body>
D. Sectiunea ⁢body>
Care dintre urmatoarele este proprietatea ascunsa a unui obiect fereastra in JavaScript?
A. Protocol
B. Host
C. Defaultstatus
D. Pathname
Alege elementul HTML corect pentru a defini textul subliniat
A. ⁢em>
B. ⁢b>
C. ⁢i>
D. ⁢italic>
Cum declarati o variabila JavaScript?
A. Var Name;
B. Variable Name;
C. Var Name=value;
D. V Name;
21
Care dintre urmatoarele atribute este util atunci cand marginile trebuie puse intre grupuri de
coloane in loc de fiecare coloana ?
A. Col
B. Row
C. Colgroup
D. Rowspan
Care este valoarea implicita a prorietatii de pozitie?
A. Static
B. Absolute
C. Fixed
D. Relative
Care dintre urmatoarele metode permite evaluarea unui string JavaScript?
A. ParseObject
B. Eval ?
C. Float
D. ParseDouble
Iesirea codului Angular de mai jos este
<div ng-app>
<p> result{{2+3}}</p>
<div>
A. Rezultat {{2+30}}
B. Rezultat {2+3}
C. Nici unul
D. Rezultat 5
Pentru frames in HTML, cum specifica restul ecranului?
A. Cu *
B. Cu #
C. Cu $
D. Cu &
Cum adaugam o valoare la un tablou in Java Script?
A. Arr[arr.lenght-1] = value
B. Arr[arr.lenght=1]=new Arrays()
C. Arr[arr.lenght*1] =value
D. Arr[arr.lenght] = value
Stramosul tuturor celorlalte elemente din pagina este numit
A. Siblings
B. Parent
C. Ancestor
22
D. Root element
Care este sintaxa JS corecta pentru deschiderea unei noi ferestre “w2”?
A. w2=window.open
B. w2=window.start
C. w2=window.new
D. w2=window.reload
Ce serviciu converteste object to string?
A. $http
B. $interval
C. $httpParamSerializer
D. $timeout
23
A. Block
B. Local
C. Global
D. Undefined
Number (“1”) – 1 = =
A. NaN
B. 0;
C. Adevarat rasp True
D. Fals
Ce semn foloseste jQuery ca o comanda rapida?
A. Semn %
B. Semnul #
Care este HTML – ul corect pentru adaugarea unei culori de fundal?
A. &It;body style = “background-color: yellow;” >
B. &It;body bg = “blue” >
C. &It;background > green &It;/background >
D. &It;body background-color =”yellow” >
Care este HTML-ul corect pentru a face o lista derulanta?
A. &It;list>
B. &It;input type = “list”>
C. &It;select>
D. &It;input type = “dropown”>
Text-shadow: 1px 1px 3px;
A. Color
B. Id name
C. Text shadow height
D. Element
Function aaa(){
Return
{
Test:1
};
}
Alert(typeof aaa()); secv intoarce
A. Object
B. Number
C. Underfined
24
D. Function
Evaluează un şir de caractere şi, dacă şirul conţine o secvenţă de cod JavaScript, execută
eval()
secvenţa
3. Care este sintaxa JavaScript corecta pentru a modifica continutul elementului HTML
p? <p id = "demo"> Acesta este un demo </p>
Select one:
a) # demo.innerHTML = "Hello";
b) document.getElement ("p"). insideHTML = "Hello";
c) document.getElementByName ("p"). insideHTML = "Hello";
d) document.getElementById ("demo"). insideHTML = "Hello";
4. Number("1") - 1 ==.....
Select one:
a) 0;
b) Fals
c) Adevarat
25
d) NaN
6. Ce eveniment are loc atunci când utilizatorul face clic pe un element HTML?
Select one:
a) onChange
b) onclick
c) onMouseOver
d) onmouseclick
7. Care dintre urmatoarele este proprietatea ascunsa a unui obiect fereastra in Java
Script?
Select one:
a) Protocol
b) Host
c) Defaultstatus
d) Pathname
13. Ce functie jQuery este utilizată pentru a preveni rularea codului, înainte ca documentul
sa se termine de încarcare?
Select one:
a) $(body).onload()
b) $(document).ready() ?
c) $(document).load()
17. Care atribut HTML specifica un text alternativ pentru o imagine, daca imaginea nu
poate fi afisata?
Select one:
a) Src
b) Alt ?
c) Title
d) Longdesc
27
18. Secventa: [] + [] + 'foo'.split(''); va intoarce:
Select one:
a) "f, o, o"
b) [][]["f", "o", "o"]
c) TypeError
d) ["f", "o", "o"]
29
31. Cum declarati o variabila JavaScript?
Select one:
a) variable Name;
b) var Name=value;
c) var Name;
d) v Name;
32. Care este HTML-ul corect pentru referirea la o foaie de stil extern?
Select one:
a) <style src="mystyle.css">
b) <link rel="stylesheet" type="text/css" href="mystyle.css">
c) <stylesheet>mysty
34. Cum rotunjiti numarul 4.55, la cel mai apropiat numar întreg?
Select one:
a) ceil(x, y)
b) Math.max(x, y)
c) Math.ceil(x, y)
d) Math round(x,y)
30
38. Caption in HTML ....?
Select one:
a) Ambele
b) Este utilizat pentru a afișa titlul tabelului (în partea de sus)
c) Nici una
d) Este utilizat pentru a afișa titlul tabelului (în partea de jos) <break>
39. Care este sintaxa corecta pentru apel la un script extern numit „xxx.js”?
Select one:
a) <script "text/html">
b) <script src = "xxx.js">
c) <script href = "xxx.js">
d) <script = "xxx.js">
40. Care dintre următoarele metode permite evaluarea unui string Java Script code in
context unui object specificat?
Select one:
a) ParseObject
b) Eval
c) ParseDouble
d) Float
41. Atributele constau dintr-un nume și o valoare separată de semn _
Select one:
a) ” ”
b) ;
c) ,
d) =
31