Questions · Page 3 of 9

MCQ

MCQ 1011 Mark
What is specified by the options on submit and value given in “attribute” option of Advanced Property Editor?
  • When submit button is clicked, statements of validateForm0 function will be implemented.
  • B
    ValidateForm0button will be created.
  • C
    a and b both
  • D
    None of these
Answer
Correct option: A.
When submit button is clicked, statements of validateForm0 function will be implemented.
When submit button is clicked, statements of validateForm0 function will be implemented.
View full question & answer
MCQ 1021 Mark
When an event of “attribute” option occurs, the function which is to be implemented is written using one of the following options.
  • Value
  • B
    Name
  • C
    Function
  • D
    Form
Answer
Correct option: A.
Value
Value
View full question & answer
MCQ 1031 Mark
Which of the following options is selected to implement a particular function when user clicks on Submit button form Attribute of JavaScript Events tab of Advanced Property Editor dialogue box?
  • On submit
  • B
    Submit
  • C
    On click
  • D
    Click
Answer
Correct option: A.
On submit
On submit
View full question & answer
MCQ 1041 Mark
Which of the following options are shown in JavaScript Events tab of Advanced Property Editor dialogue box?
  • A
    Attribute
  • B
    Value
  • a and b both
  • D
    Events
Answer
Correct option: C.
a and b both
a and b both
View full question & answer
MCQ 1051 Mark
Which tab is selected from Advanced Property Editor to write JavaScript?
  • JavaScript Events
  • B
    Jscript
  • C
    Script
  • D
    JavaScript
Answer
Correct option: A.
JavaScript Events
JavaScript Events
View full question & answer
MCQ 1061 Mark
Which dialogue box contains Advanced Edit button?
  • A
    Advanced Editor
  • B
    Form
  • Form Properties
  • D
    Properties
Answer
Correct option: C.
Form Properties
Form Properties
View full question & answer
MCQ 1071 Mark
Which dialogue box will appear by clicking Advanced Edit button of Form Properties dialogue box?
  • Advanced Property Editor
  • B
    Advanced Edit
  • C
    Property Editor
  • D
    Advanced Editor
Answer
Correct option: A.
Advanced Property Editor
Advanced Property Editor
View full question & answer
MCQ 1081 Mark
Which dialogue box will appear by clicking Insert —, Form — Define Form?
  • A
    Define Form
  • B
    Form
  • Form Properties
  • D
    Properties
Answer
Correct option: C.
Form Properties
Form Properties
View full question & answer
MCQ 1091 Mark
Why should be the names given to the form, input field or any other field kept easy?
  • As they will be referenced in the script frequently
  • B
    Our work becomes easy.
  • C
    a and b both
  • D
    None of these
Answer
Correct option: A.
As they will be referenced in the script frequently
As they will be referenced in the script frequently
View full question & answer
MCQ 1101 Mark
Whose name should be kept simple and easy to remember while creating a form in JavaScript?
  • A
    Form
  • B
    Input field
  • C
    Any other field
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 1111 Mark
Which of the following is an option to create a new form?
  • A
    Insert $\rightarrow$ Form $\rightarrow$ New Form
  • Insert $\rightarrow$ Form $\rightarrow$ Define Form
  • C
    Insert $\rightarrow$ Form $\rightarrow$ Form Design
  • D
    Insert $\rightarrow$ Define Form
Answer
Correct option: B.
Insert $\rightarrow$ Form $\rightarrow$ Define Form
Insert $\rightarrow$ Form $\rightarrow$ Define Form
View full question & answer
MCQ 1121 Mark
What starts and ends with the curly brackets ({ }) in JavaScript?
  • Block
  • B
    Variable
  • C
    Statement
  • D
    All of these
Answer
Correct option: A.
Block
Block
View full question & answer
MCQ 1131 Mark
How the JavaScript statements can be grouped together as?
  • A
    Image
  • B
    Symbol
  • Block
  • D
    None of these
Answer
Correct option: C.
Block
Block
View full question & answer
MCQ 1141 Mark
In JavaScript, the semicolon is used in lieu of following rather than termination?
  • A
    Group
  • B
    Code break
  • separation
  • D
    Page break
Answer
Correct option: C.
separation
separation
View full question & answer
MCQ 1151 Mark
To put which of the following symbols is a good programming practice?
  • ;
  • B
    :
  • C
    .
  • D
    ,
Answer
Correct option: A.
;
;
View full question & answer
MCQ 1161 Mark
Which of the following symbols you need not put if you place each statement on a new line?
  • ;
  • B
    :
  • C
    .
  • D
    ,
Answer
Correct option: A.
;
;
View full question & answer
MCQ 1171 Mark
Which of the following symbols is used as a mark of separation rather than termination?
  • ;
  • B
    :
  • C
    .
  • D
    ,
Answer
Correct option: A.
;
;
View full question & answer
MCQ 1181 Mark
Which kind of symbol the semicolon (;) is, when given at the end of the statement in JavaScript?
  • Optional
  • B
    Compulsory
  • C
    At least once it is necessary.
  • D
    None of the
Answer
Correct option: A.
Optional
Optional
View full question & answer
MCQ 1191 Mark
To which of the following methods the be displayed is passed as variable?
  • A
    document. show0
  • document. vare0
  • C
    document. write0
  • D
    write. document0
Answer
Correct option: B.
document. vare0
document. vare0
View full question & answer
MCQ 1201 Mark
In JavaScript, what is passed as variable document. Write (’ ‘Hello”) statement?
  • Hello
  • B
    write
  • C
    document
  • D
    ,
Answer
Correct option: A.
Hello
Hello
View full question & answer
MCQ 1211 Mark
In JavaScript, what is write in document. Write (“Hello”) statement ?
  • Method
  • B
    Variable
  • C
    Constant
  • D
    Argument
Answer
Correct option: A.
Method
Method
View full question & answer
MCQ 1221 Mark
In JavaScript, what is write in document. Write (“Hello”) statement-?
  • A
    A part of a document object
  • B
    Method
  • a or b
  • D
    Argument
Answer
Correct option: C.
a or b
a or b
View full question & answer
MCQ 1231 Mark
In which of the following sections of an HTML page can JavaScript be placed?
  • A
    < head >
  • B
    < body>
  • a Or $b$
  • D
    < html >
Answer
Correct option: C.
a Or $b$
a Or b
View full question & answer
MCQ 1241 Mark
Which kind of language is JavaScript?
  • Containing only text
  • B
    Containing only symbols
  • C
    Containing only numbers
  • D
    Case-sensitive
Answer
Correct option: A.
Containing only text
Containing only text
View full question & answer
MCQ 1251 Mark
What do sort of code the lines between the
  • A
    CSS
  • JavaScript
  • C
    HTML
  • D
    All of these
Answer
Correct option: B.
JavaScript
JavaScript
View full question & answer
MCQ 1261 Mark
The form is generally checked for which of the following things using JavaScript?
  • A
    Check whether contents of two fields are same or not?
  • B
    Has the user entered text in the numeric data field?
  • C
    Has the user entered text instead of numeric data?
  • All of these.
Answer
Correct option: D.
All of these.
All of these.
View full question & answer
MCQ 1271 Mark
The form is generally checked for which of the following things using JavaScript?
  • A
    Has the user left any required field empty?
  • B
    Has the user entered a valid E-mail address?
  • C
    Has the user entered a valid date?
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 1281 Mark
On which of the following sides is JavaScript used to validate the data entered in the HTML forms before sending it to the server?
  • Client
  • B
    Server
  • C
    Network
  • D
    All of these
Answer
Correct option: A.
Client
Client
View full question & answer
MCQ 1291 Mark
Which is the most common form of JavaScript application today?
  • Client side script
  • B
    Server side script
  • C
    Site side script
  • D
    None of these
Answer
Correct option: A.
Client side script
Client side script
View full question & answer
MCQ 1301 Mark
What should happen when user enters wrong data or leaves a field empty?
  • A
    An error message should be generated.
  • B
    The form should not be submitted
  • a and b both
  • D
    None of these
Answer
Correct option: C.
a and b both
a and b both
View full question & answer
MCQ 1311 Mark
Which of the following will restrict users from making mistakes?
  • Validation
  • B
    Interactivity
  • C
    Communication
  • D
    Non- interactivity
Answer
Correct option: A.
Validation
Validation
View full question & answer
MCQ 1321 Mark
Why it is necessary to provide validation in form?
  • A
    User may not leave some of the important fields empty.
  • B
    User may not enter the data in a wrong format inside the field.
  • a and b both
  • D
    None of these
Answer
Correct option: C.
a and b both
a and b both
View full question & answer
MCQ 1331 Mark
Which kind of code can be included in Webpage after using JavaScript?
  • A
    Tat allows interactivity with the user.
  • B
    To control the browser.
  • C
    For dynamically created HTML content.
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 1341 Mark
Which kind of webpage does it not remains after using JavaScript?
  • Static
  • B
    Dynamic
  • C
    a and b both
  • D
    None of these
Answer
Correct option: A.
Static
Static
View full question & answer
MCQ 1351 Mark
Today, which of the following web browsers support JavaScript?
  • A
    Mozilla Firefox
  • B
    Internet Explorer
  • C
    Chrome, Safari
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 1361 Mark
In which of the following ways JavaScript is inserted in HTML cod?
  • A
    None of these
  • Directly
  • C
    No way
  • D
    Indirectly
Answer
Correct option: B.
Directly
Directly
View full question & answer
MCQ 1371 Mark
Which of the following adds interactivity in HTML pages?
  • A
    CSS
  • JavaScript
  • C
    List
  • D
    Table
Answer
Correct option: B.
JavaScript
JavaScript
View full question & answer
MCQ 1381 Mark
Why is JavaScript used in Web page?
  • A
    To improve the design
  • B
    To validate the form
  • C
    To add interactivity
  • All of these
Answer
Correct option: D.
All of these
All of these
View full question & answer
MCQ 1391 Mark
A scripting language does not contain advanced programming functionalities of the following language?
  • A
    C
  • B
    java
  • a and b both
  • D
    None of these
Answer
Correct option: C.
a and b both
a and b both
View full question & answer
MCQ 1401 Mark
State which kind of programming language scripting language is.
  • A
    Simple
  • a and b both
  • C
    Lightweight
  • D
    None of these
Answer
Correct option: B.
a and b both
a and b both
View full question & answer
MCQ 1411 Mark
In which of the following, JavaScript allows to add programming aspects?
  • Web page
  • B
    Table
  • C
    List
  • D
    Image
Answer
Correct option: A.
Web page
Web page
View full question & answer
MCQ 1421 Mark
Which of the following aspects is allowed by scripting language JavaScript to Web page?
  • A
    Animated Drawing
  • B
    Multi media
  • Programming
  • D
    Recording
Answer
Correct option: C.
Programming
Programming
View full question & answer
MCQ 1431 Mark
Why did Netscape develop JavaScript?
  • As HTML can provide only static web pages.
  • B
    The demand of more interactivity created the need for a new web programming language.
  • C
    a and b both
  • D
    None of these
Answer
Correct option: A.
As HTML can provide only static web pages.
As HTML can provide only static web pages.
View full question & answer
MCQ 1441 Mark
What is developed by Netscape?
  • A
    HTML
  • B
    CSS
  • C
    Browser
  • JavaScript
Answer
Correct option: D.
JavaScript
JavaScript
View full question & answer
MCQ 1451 Mark
Which kind of web pages can be provided only by HTML?
  • static
  • B
    Dynamic
  • C
    Animated
  • D
    All of these
Answer
Correct option: A.
static
static
View full question & answer
MCQ 1461 Mark
With which of the following growth, people demand the websites to have greater interactivity and better visual design?
  • A
    Open Source
  • Internet
  • C
    Browser
  • D
    CSS
Answer
Correct option: B.
Internet
Internet
View full question & answer
MCQ 1471 Mark
“The web pages designed using HTML are static and cannot be changed after the browser rendered them.” Specify this statement.
  • A
    This statement is false.
  • This statement is true.
  • C
    It depends on browser.
  • D
    It depends on OS.
Answer
Correct option: B.
This statement is true.
This statement is true.
View full question & answer
MCQ 1481 Mark
Which type of web pages are static and cannot be changed after the browser rendered them?
  • A
    Dynamic
  • static
  • C
    image
  • D
    Portable
Answer
Correct option: B.
static
static
View full question & answer
MCQ 1491 Mark
Which kind of the web pages will be designed using HTML?
  • A
    Portable
  • B
    image
  • static
  • D
    Dynamic
Answer
Correct option: C.
static
static
View full question & answer
MCQ 1501 Mark
What was originally used to control the appearance of web pages?
  • A
    JavaScript
  • B
    java
  • HTML
  • D
    C
Answer
Correct option: C.
HTML
HTML
View full question & answer