Deck 9: HTML and Javascript Basics: Tags, Functions, and Syntax
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/25
Play
Full screen (f)
Deck 9: HTML and Javascript Basics: Tags, Functions, and Syntax
1
-----tag is used to for indicating the head section of the html document.
A)<body>
B)<title>
C)<head>
D)<center>
A)<body>
B)<title>
C)<head>
D)<center>
<head>
2
------tag is used to define the document body.
A)<body>
B)<title>
C)<head>
D)<center>
A)<body>
B)<title>
C)<head>
D)<center>
<body>
3
-----tag is used to center align text.
A)<body>
B)<title>
C)<head>
D)<center>
A)<body>
B)<title>
C)<head>
D)<center>
<center>
4
-----tag is used to give the space in between to word or character .
A)<&nbps>
B)<title>
C)<head>
D)<center>
A)<&nbps>
B)<title>
C)<head>
D)<center>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
5
-----is a high-level scripting language that is synchronous with client-sidescripting
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
6
----- a versatile language of the front-end that is mainly used to make webpages interactive and dynamic
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
7
-------was originally developed to perform client-side functions
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
8
--- a versatile programming language which is specially designed to buildinteractive web interfaces to make websites look really good.
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
9
----one of the most powerful programming languages used to createinteractive effects within web browsers without interacting with the server side
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
10
-----is specifically designed to build interactive web interfaces and createnetwork-specific applications without interacting with the server side
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
11
------is the scripting language designed primarily for adding interactively to webpages and creating web applications
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
12
A -----scripting is a light weight programming language
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
13
------is very fast because it can be run immediately within the client-side browser
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
14
------is relatively simple to learn and implement.
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
15
Client side------does not allow the reading and writing of files.
A)java script
B)php
C)oracle
D)none of these
A)java script
B)php
C)oracle
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
16
In HTML, JavaScript code is inserted betweent-----and </script> tags
A)script
B)VER
C)TITLE
D)none of these
A)script
B)VER
C)TITLE
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
17
To access an HTML element, JavaScript can use the------method.
A)document.getElementById(id
B)CONSOLE
C)COUT
D)none of these
A)document.getElementById(id
B)CONSOLE
C)COUT
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
18
--------Is used to show the out put or give message
A)document.write():
B)printf
C)COUT
D)none of these
A)document.write():
B)printf
C)COUT
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
19
For debugging purposes, you can call the ----method in the browser to displaydata.
A)document.write():
B)CONSOLE.LOG()
C)COUT()
D)none of these
A)document.write():
B)CONSOLE.LOG()
C)COUT()
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
20
----this key word is used to declared the variable in java script.
A)document.write():
B)CONSOLE.LOG
C)var
D)none of these
A)document.write():
B)CONSOLE.LOG
C)var
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
21
-----this key word is used to declared the constant in java script.
A)document.write():
B)CONST
C)var
D)none of these
A)document.write():
B)CONST
C)var
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
22
-------it is assignment operator is used to assign value from right hand side to lefthand side .
A)document.write():
B)CONST
C)=
D)none of these
A)document.write():
B)CONST
C)=
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
23
------it is assignment operator is used to not equal value.
A)document.write():
B)CONST
C)=
D)!==
A)document.write():
B)CONST
C)=
D)!==
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
24
in java script------are written with quotes. You can use single or double quotes.
A)document.write():
B)STRING
C)=
D)!==
A)document.write():
B)STRING
C)=
D)!==
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
25
in java script------items are separated by commas.
A)document.write():
B)STRING
C)array
D)!==
A)document.write():
B)STRING
C)array
D)!==
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck