Ispit-uit

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Fiip
F
Fiip
Community Contributor
Quizzes Created: 1 | Total Attempts: 2,546
Questions: 75 | Attempts: 2,546

SettingsSettingsSettings
Ispit-uit - Quiz


Questions and Answers
  • 1. 

    Dobro poznati portovi se nalaze u opsegu:

    • A.

      Nijedno od navedenog

    • B.

      Ne znam

    • C.

      0-1023

    • D.

      49152-65535

    Correct Answer
    C. 0-1023
    Explanation
    The correct answer is 0-1023. This range refers to the well-known ports, which are standardized ports commonly used for specific network services. These ports are reserved for the most commonly used protocols such as HTTP (port 80), FTP (port 21), and SSH (port 22).

    Rate this question:

  • 2. 

    Oznaciti selektor koji omogucava izbor elemenata na osnovu vrednosti atributa i to tako da mu odgovaraju samo oni elementi cija vrednost atributa sadrzi navedenu vrednost kao jednu rec(odvojeno razmaknicom)

    • A.

      [atribut^=val]

    • B.

      [atribut*=val]

    • C.

      [atribut~=val]

    • D.

      [atribut&=val]

    Correct Answer
    C. [atribut~=val]
    Explanation
    The correct answer is [atribut~=val]. This selector allows the selection of elements based on the value of an attribute, where the attribute value contains the specified value as one word (separated by spaces). This selector is used when you want to select elements whose attribute value is a specific word among multiple words.

    Rate this question:

  • 3. 

    Koje svojstvo se koristi za iskljucivanje svojstva float:

    Correct Answer
    clear
    Explanation
    The property "clear" is used to remove the floating property from an element. This property is commonly used when there are floated elements in a container and we want to prevent subsequent elements from wrapping around them. By applying the "clear" property, we can ensure that the following elements are displayed below the floated elements rather than beside them.

    Rate this question:

  • 4. 

    Kako se u JavaScriptu zapisuje dogadjaj koji je izazvan kada se mis nadje iznad elementa ili jednog od dece elemenata?

    Correct Answer
    onmouseover
    Explanation
    The correct answer is "onmouseover". In JavaScript, the "onmouseover" event is used to trigger a function when the mouse pointer moves over an element or one of its child elements. This event is commonly used to create interactive effects, such as changing the appearance of an element or displaying additional information when the mouse hovers over it.

    Rate this question:

  • 5. 

    Oznaciti ispravnu JavaScript sintaksu za menjanje sadrzaja datog html elementa:<p id="demo">This is demonstration.</p>

    • A.

      Document.getElement("p")innerhtml."Hello world";

    • B.

      Document.getElementByName("p")innerhtml."Hello world";

    • C.

      Document.getElementById("demo")innerhtml."Hello world";

    • D.

      #demo.innerhtml="Hello world";

    Correct Answer
    C. Document.getElementById("demo")innerhtml."Hello world";
    Explanation
    The correct answer is "document.getElementById("demo")innerhtml."Hello world";" because it uses the correct method, getElementById, to select the HTML element with the id "demo". It then uses the innerHTML property to change the content of the selected element to "Hello world".

    Rate this question:

  • 6. 

    Za ubacivane audio fajlova koristi se koji html5 tag:

    • A.

      Music

    • B.

      Voice

    • C.

      Audio

    • D.

      Sound

    Correct Answer
    C. Audio
    Explanation
    The correct answer is "audio." The HTML5 tag used for inserting audio files is the "audio" tag. This tag allows the user to embed audio content in a webpage, making it possible to play audio files directly on the website.

    Rate this question:

  • 7. 

    Koja JavaScript metoda omogucava preuzimanje kontrole nad odredjenim elemnetom html dokumenta, koje indetifikuje omocu atributa id?

    Correct Answer
    getElementById()
    Explanation
    The correct answer is getElementById(). This JavaScript method allows you to take control over a specific element in an HTML document by identifying it using the id attribute. With this method, you can access and manipulate the properties and content of the element.

    Rate this question:

  • 8. 

    Stavke u vertiklanom meniju se definisu kao block elementi:

    • A.

      Tacno

    • B.

      Netacno

    Correct Answer
    A. Tacno
    Explanation
    The statement is saying that the items in the vertical menu are defined as block elements. This means that each item in the menu will take up the full width available and start on a new line. This is in contrast to inline elements, which would appear next to each other on the same line. Therefore, the correct answer is "tacno" (true).

    Rate this question:

  • 9. 

    Koji tag koristimo da bi smo prikazali web stranicu unutar druge web stranice?

    Correct Answer
    iframe
    Explanation
    We use the "iframe" tag to display a webpage within another webpage. The iframe tag allows us to embed content from another source, such as a different website, into our own webpage. This is commonly used when we want to include a map, a video, or any other external content on our webpage without redirecting the user to another website. The iframe tag is widely supported by all major web browsers and provides a seamless way to integrate external content into our webpage.

    Rate this question:

  • 10. 

    Oznaciti atribute ol taga:

    • A.

      Start

    • B.

      Type

    • C.

      Reversed

    • D.

      Ne znam

    Correct Answer(s)
    A. Start
    B. Type
    C. Reversed
    Explanation
    The correct answer is start, type, reversed. These attributes are commonly used in the ol (ordered list) tag in HTML. The "start" attribute specifies the starting value of the list, the "type" attribute specifies the numbering type (such as decimal or roman numerals), and the "reversed" attribute reverses the numbering order.

    Rate this question:

  • 11. 

    Kako se naziva poruka koja se pojavljuje kao dopunsko objasnjenje kada se kursor misa nadje iznad kontrol?

    Correct Answer(s)
    tooltip
    Explanation
    A tooltip is a message that appears as a supplementary explanation when the mouse cursor is positioned over a control.

    Rate this question:

  • 12. 

    Oznaciti ispravan nacin da dodavanje opadajuce liste unutar stranice:

    • A.

      Input type="list"

    • B.

      Select

    • C.

      Input type="dropdown"

    • D.

      Nijedno od ponudjenog

    Correct Answer
    D. Nijedno od ponudjenog
    Explanation
    na pocetku i kraju dodati

    Rate this question:

  • 13. 

    Oznaciti tacan nacin za kriranje linkova u html-u:

    • A.

      A href="http://www.viser.edu.rs">viser /a

    • B.

      A src="http://www.viser.edu.rs">VISER /a

    • C.

      A name="http://www.viser.edu.rs">VISER /a

    • D.

      A "http://www.viser.edu.rs">VISER /a

    Correct Answer
    A. A href="http://www.viser.edu.rs">viser /a
    Explanation
    tag a ide izmedju

    Rate this question:

  • 14. 

    Mapiranje slike se izvodi pomocu kog atributa img taga:

    • A.

      Maping

    • B.

      Area

    • C.

      Map

    • D.

      Usemap

    Correct Answer
    D. Usemap
    Explanation
    The correct answer is "usemap". When mapping an image, the "usemap" attribute of the img tag is used. This attribute specifies an image map to be used with the image. An image map allows different areas of an image to be clickable, leading to different destinations or actions. By specifying the "usemap" attribute and providing the corresponding map element, the image can be mapped and interactive regions can be defined.

    Rate this question:

  • 15. 

    Tip JavaScript promenjljive x se moze prikazati primenom koje metode?

    Correct Answer
    typeof()
    Explanation
    The typeof() method is used to determine the type of a JavaScript variable. It returns a string indicating the type of the variable, such as "number", "string", "boolean", "object", etc. Therefore, the typeof() method can be used to display the type of the variable x.

    Rate this question:

  • 16. 

    Koja funkcija interpretita prosledjeni string kao JavaScript kod?

    Correct Answer
    eval
    Explanation
    The function "eval" in JavaScript is used to interpret or execute the code that is passed to it as a string. It takes the string as an argument and evaluates it as JavaScript code. This can be useful in situations where dynamic code execution is required, but it should be used with caution as it can also pose security risks if not handled properly.

    Rate this question:

  • 17. 

    Da bi se animacija zauvek ponavljala, koje vrednosti je potrebno dodeliti svosjtvu animation-duration-cound?

    Correct Answer
    infinite
    Explanation
    To make the animation repeat indefinitely, the value "infinite" needs to be assigned to the animation-duration-count property. This means that the animation will continue to play without stopping or reaching an end.

    Rate this question:

  • 18. 

    Oznaciti ispravan nacin za dodavanje tekstualnog polja unutar stranice:

    • A.

      Input type="textfild"

    • B.

      Input type="text"

    • C.

      Textinput type="text"

    Correct Answer
    B. Input type="text"
    Explanation
    The correct answer is "input type="text". This is the correct way to add a text field within a webpage. The "input" tag is used to create an input field, and the "type" attribute specifies the type of input field, in this case "text" indicating a text field.

    Rate this question:

  • 19. 

    Napisati JavaSvript tip za brojeve?

    Correct Answer
    number
    Explanation
    The correct answer is "number" because in JavaScript, "number" is a data type that represents numeric values. It can be used to store and manipulate numerical data such as integers and floating-point numbers.

    Rate this question:

  • 20. 

    Koji input atribut oznacava da web citac moze poslati podatke samo ako su oznacena polja korektno popunjena?

    Correct Answer
    required
    Explanation
    The "required" input attribute in HTML indicates that the web browser can only submit data if the designated fields are correctly filled in. This attribute ensures that the user provides the necessary information before submitting the form.

    Rate this question:

  • 21. 

    Po tehnologiji prenosa racunarske mreze se dele na:

    • A.

      MAN

    • B.

      LAN

    • C.

      WAN

    • D.

      Mreze od tacke do tacke

    • E.

      Difuzijske mreze

    Correct Answer(s)
    D. Mreze od tacke do tacke
    E. Difuzijske mreze
    Explanation
    The correct answer is "mreze od tacke do tacke, difuzijske mreze." This answer is correct because it correctly identifies two types of computer network transmissions - "mreze od tacke do tacke" (point-to-point networks) and "difuzijske mreze" (broadcast networks). Point-to-point networks involve a direct connection between two devices, allowing for efficient and secure communication. Broadcast networks, on the other hand, involve the transmission of data to multiple devices simultaneously, allowing for widespread dissemination of information.

    Rate this question:

  • 22. 

    Prilikom sracenog definisanja fonta, upotreba svojstva font, minimalni sadrzaj mora imati:

    • A.

      Font-style

    • B.

      Font-variant

    • C.

      Font-size

    • D.

      Font-family

    Correct Answer(s)
    C. Font-size
    D. Font-family
    Explanation
    When defining a font in a concise manner, the minimum content must include the font-size and font-family properties. These properties determine the size and type of font to be used. The font-style and font-variant properties are not necessary for the minimum content, as they respectively define the style (e.g. italic) and variant (e.g. small caps) of the font.

    Rate this question:

  • 23. 

    CSS stil se moze primeniti i na body element, npr:<style>           body{font-size: 100% ;}</style>

    • A.

      Tacno

    • B.

      Netacno

    Correct Answer
    A. Tacno
    Explanation
    The given code snippet demonstrates the application of CSS to the body element. The style tag contains a CSS rule that sets the font size of the body element to 100%. Therefore, the statement "tacno" is correct as CSS can indeed be applied to the body element.

    Rate this question:

  • 24. 

    Koje svojstvo treba napisati umesto ??? da bi dimenzije prikaza sike u prilagodljivom dizajnu nikada ne budu vece od njihovih originalnih dimenzija tj. da ne bi doslo do narusavanja kvalitetea slike?img{        ??? : 100%;         hight: auto;}

    Correct Answer
    width
    Explanation
    To ensure that the dimensions of the image display in the adaptive design are never larger than their original dimensions and to prevent any degradation in image quality, the "width" property should be used with a value of "100%". This will make the image adjust its width according to the available space while maintaining its aspect ratio.

    Rate this question:

  • 25. 

    Koji atribut definise tekst koji ce biti prikazan umesto slike u koliko ona ne moze biti prikazana:

    • A.

      Alt

    • B.

      Target

    • C.

      No img

    • D.

      Description

    Correct Answer
    A. Alt
    Explanation
    The correct answer is "alt". This attribute defines the alternative text that will be displayed instead of an image if it cannot be shown.

    Rate this question:

  • 26. 

    Atributi taga frame su:

    • A.

      Src

    • B.

      Marginheigh

    • C.

      Cols

    • D.

      Marginwidth

    • E.

      Rows

    Correct Answer(s)
    A. Src
    B. Marginheigh
    D. Marginwidth
    Explanation
    The given attributes are src, marginheigh, and marginwidth. These attributes are commonly used in the frame tag to specify the source URL of the content to be displayed within the frame, the height of the frame's margin, and the width of the frame's margin respectively.

    Rate this question:

  • 27. 

    Koje svojsvo fontova se koristi za podesavanje podebljanosto slova?

    Correct Answer(s)
    font-weight
    Explanation
    The correct answer is "font-weight." Font-weight is a CSS property that is used to adjust the thickness or boldness of the text. It allows the user to specify different levels of boldness, ranging from normal to bold. By using the font-weight property, one can easily adjust the weight of the font and make the text appear bolder or lighter as desired.

    Rate this question:

  • 28. 

    Vrednost elementa za unos podataka priikom JavaScript validacije podataka, dobija se preko kog svojstva?

    Correct Answer(s)
    value
    Explanation
    The value property is used to retrieve the value of an input element during JavaScript data validation. It allows access to the data entered by the user in the input field.

    Rate this question:

  • 29. 

    Provera tipa neke JavaScript promenljive se izvodi primenom koje metode?

    Correct Answer(s)
    instaceof
    Explanation
    The correct answer is "instanceof". This method is used to determine whether an object belongs to a certain class or has a specific prototype in JavaScript. It returns true if the object is an instance of the specified class or prototype, and false otherwise.

    Rate this question:

  • 30. 

    Podrazumevana vrednost background-attachment?

    Correct Answer(s)
    scroll
    Explanation
    The default value for the background-attachment property is "scroll". This means that the background image will scroll along with the content when the user scrolls the webpage.

    Rate this question:

  • 31. 

    Koja vrednost vraca sledeci JavaScript boolean ("false")?

    Correct Answer(s)
    true
    Explanation
    The given JavaScript statement is evaluating the boolean value of the string "false". In JavaScript, any non-empty string is considered truthy, so the boolean value of "false" is true.

    Rate this question:

  • 32. 

    U kom tagu se definisu informacije o dokumentu koje ga bolje opisuju:

    • A.

      Information

    • B.

      Description

    • C.

      Meta

    • D.

      Document

    Correct Answer
    C. Meta
    Explanation
    The tag that defines information about a document and provides a better description of it is the "meta" tag. This tag is used to provide metadata about the HTML document, such as author, keywords, and description. It helps search engines and other tools understand the content and purpose of the document.

    Rate this question:

  • 33. 

    XML je skacenica od:

    • A.

      Extensible Markup Language

    • B.

      Example Markup Language

    • C.

      X-Markup Language

    • D.

      Option 4

    Correct Answer
    A. Extensible Markup Language
    Explanation
    XML stands for Extensible Markup Language. It is a markup language that is designed to store and transport data. XML allows users to define their own customized tags, making it flexible and adaptable to different types of data. It is widely used in web development, data storage, and data exchange between different systems.

    Rate this question:

  • 34. 

    Koji od navedenih svojstva moze imati sledece vrednosti: flex-start, flex-end, center, space-between, space-round?

    • A.

      Flax-wrap

    • B.

      Justify-content

    • C.

      Flax-direction

    • D.

      Aline-items

    Correct Answer
    B. Justify-content
    Explanation
    The correct answer is "justify-content". This property determines how the flex items are positioned along the main axis of the flex container. The values "flex-start", "flex-end", "center", "space-between", and "space-round" are all possible values for the justify-content property.

    Rate this question:

  • 35. 

    Koja svojstva fontova se koristi ukoliko zelimo da slova budu ukosena (italic?)

    Correct Answer
    font-style
    Explanation
    The property "font-style" is used to make the letters italic.

    Rate this question:

  • 36. 

    U  head elementu se navodi: 

    • A.

      Naslov dokumenta

    • B.

      Kljucne reci

    • C.

      Sadzaj dokumenta

    • D.

      Ne znam

    Correct Answer(s)
    A. Naslov dokumenta
    B. Kljucne reci
    Explanation
    The correct answer is "naslov dokumenta, ključne reči" because the heading/title of a document and the keywords are typically mentioned in the head element of a webpage. The head element contains meta-information about the document, such as the title, keywords, character encoding, and other related information.

    Rate this question:

  • 37. 

    Port je ceo broj koji se sastoji od koliko bitova:

    • A.

      8

    • B.

      16

    • C.

      4

    • D.

      2

    Correct Answer
    B. 16
    Explanation
    A port is a number that is used to identify a specific process or application on a computer network. It is a 16-bit number, which means it consists of 16 bits. These bits are used to specify the source and destination ports for data communication. By using a 16-bit number, a port can have a maximum value of 65535, allowing for a large number of possible ports to be used for different purposes.

    Rate this question:

  • 38. 

    Koje svojstvo definise kada ce animacija startovati?

    Correct Answer
    animation-delay
    Explanation
    The property "animation-delay" defines when the animation will start. It specifies the amount of time to wait before the animation begins, allowing for delayed animation effects.

    Rate this question:

  • 39. 

    <target> t  e k s t </target> Koji tag treba koristiti da bi smo dobili prikaz t  e k s t, tj. da bi tekst bio prikazan na ekranu bez izmena u pogledu praznina:

    • A.

      Blank

    • B.

      Pre

    • C.

      Space

    Correct Answer
    B. Pre
    Explanation
    The "pre" tag should be used to display the text "t e k s t" without any changes in terms of spaces. The "pre" tag preserves the formatting of the text, including spaces and line breaks, and displays it exactly as it appears in the HTML code.

    Rate this question:

  • 40. 

    Ko je uvek pojam responsive web design?:

    • A.

      Ethan Marccote

    • B.

      Ethan Davis

    • C.

      David Cooper

    Correct Answer
    A. Ethan Marccote
    Explanation
    The correct answer is Ethan Marccote because he is always associated with the concept of responsive web design.

    Rate this question:

  • 41. 

    Imena tagova u XML nisu case-sensitive

    • A.

      Tacno

    • B.

      Netacno

    Correct Answer
    B. Netacno
    Explanation
    The given statement is incorrect. In XML, the tags are case-sensitive, meaning that the opening and closing tags must have the same case in order for the XML document to be valid. For example, and would be considered as two different tags in XML. Therefore, the correct answer is "netacno" (incorrect).

    Rate this question:

  • 42. 

    Oznaciti selektor koji omogucava izbor elemenata na osnovu vrednosti atributa i to tako da atribut ima navedenu vrednost ili pocinje sa tom vrednoscu

    • A.

      [atribut ~=val ]

    • B.

      [atribut *=val ]

    • C.

      [atribut |=val ]

    • D.

      [atribut ^=val ]

    Correct Answer
    D. [atribut ^=val ]
    Explanation
    The correct answer is [atribut ^=val]. This selector allows the selection of elements based on the value of an attribute, specifically when the attribute starts with the given value.

    Rate this question:

  • 43. 

    Selektor korisit ID elementa,npr id="podnaslov",na sledeci nacin:

    • A.

      #podnaslov

    • B.

      Podnaslov

    • C.

      .podnaslov

    • D.

      $podnaslov

    Correct Answer
    A. #podnaslov
    Explanation
    The given answer, #podnaslov, is the correct CSS selector for selecting an element with the ID "podnaslov". In CSS, the "#" symbol is used to select elements by their ID attribute. So, by using #podnaslov, the CSS will target and apply styles to the element with the ID "podnaslov".

    Rate this question:

  • 44. 

    Kod XML dokumenta, prostor imena vazi samo za element u kome je deklarisan?

    • A.

      Tacno

    • B.

      Netacno

    Correct Answer
    B. Netacno
    Explanation
    The given correct answer is "netacno" which means "false" in English. This suggests that the statement "kod XML dokumenta, prostor imena vazi samo za element u kome je deklarisan" is not true. In XML, namespaces can be declared at various levels including the document level, element level, or even at the attribute level. Therefore, the scope of a namespace declaration is not limited to just the element in which it is declared.

    Rate this question:

  • 45. 

    Podrazumevana vrednost svojstva position je absolute?

    • A.

      Tacno

    • B.

      Netacno

    Correct Answer
    B. Netacno
    Explanation
    The correct answer is "netacno" (incorrect). The default value for the "position" property is "static," not "absolute." The "position" property in CSS determines how an element is positioned on a web page. By default, elements are positioned statically, meaning they follow the normal flow of the document. However, when the "position" property is set to "absolute," the element is positioned relative to its nearest positioned ancestor, if any, or to the initial containing block otherwise. So, the statement that the default value for the "position" property is "absolute" is incorrect.

    Rate this question:

  • 46. 

    Oznaciti relativnu jedinicu mere

    • A.

      Pc

    • B.

      Cm

    • C.

      Em

    • D.

      Pt

    Correct Answer
    C. Em
    Explanation
    The correct answer is "em". "em" is a relative unit of measurement commonly used in typography. It is equal to the current font size, making it a flexible unit that adjusts automatically with the font size. This allows for consistent spacing and proportions within a document or webpage.

    Rate this question:

  • 47. 

    Oznaciti ispravan nacin za definisanje JavaScript niza:

    • A.

      Var colors =1=("red"),2=("green"),3=("blue")

    • B.

      Var colors= ["red", "green", "blue"]

    • C.

      Var colors= ("red", "green", "blue")

    • D.

      Var colors= "red", "green", "blue"

    Correct Answer
    B. Var colors= ["red", "green", "blue"]
    Explanation
    The correct answer is var colors= ["red", "green", "blue"]. This is the correct way to define a JavaScript array. The array is enclosed in square brackets and each element is separated by a comma. The elements themselves are strings, denoted by double quotation marks.

    Rate this question:

  • 48. 

    Koji ekstenziju imaju zasebni dokumenti,fajlovi,koji sadrze JavaScript

    Correct Answer
    .js
    Explanation
    The correct answer is ".js" because this file extension is commonly used for JavaScript files. JavaScript is a programming language that is primarily used for adding interactivity and dynamic features to websites. By using the ".js" file extension, it becomes easier to identify and differentiate JavaScript files from other types of files.

    Rate this question:

  • 49. 

    Ukoliko je velicina nekog elementa previse mala da bi prihvatila sadrzaj,moguce je specifirati kako ce se sadrzaj prilagoditi(da li ce biti skrolovan,vidljiv i van obuhvatajuceg elementa itd.) uz pomoc svojstva?

    Correct Answer
    overflow
    Explanation
    The correct answer is "overflow". The question is asking about how to specify the behavior of content when the size of an element is too small to accommodate it. The "overflow" property allows us to control how the content will be displayed, whether it will be scrolled, visible outside the containing element, or hidden, among other options.

    Rate this question:

  • 50. 

    Koja vrednost ce biti prikazana?  function() {                    if(true){                     var a = 5;                    }alert(a);} 

    • A.

      Null

    • B.

      5

    • C.

      0

    • D.

      Undefined

    Correct Answer
    B. 5
    Explanation
    The value that will be displayed is 5. This is because the variable "a" is declared inside the if statement, but it is still accessible outside of the if statement due to function scope. Therefore, when the alert function is called, it will display the value of "a", which is 5.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 21, 2017
    Quiz Created by
    Fiip
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.