JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Javascript interview questions part 13
Javascript interview questions part 13
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. The language is commonly used to
A. Specify the user’s language
B. Specify the language going to be scripted
C. No longer in use
D. Specify the programmer’s favourable language
Show Correct Answer
Correct Answer is :
No longer in use
2. What is the purpose of the method plot()?
A. Displays symbols
B. Displays charts
C. Displays symbols and charts
D. Display characters
Show Correct Answer
Correct Answer is :
Displays charts
3. How many parameters does the method plot() accept?
A. 6
B. 7
C. 8
D. 9
Show Correct Answer
Correct Answer is :
9
4. What is the need for bubble charts?
A. Represent 2D data
B. Represent 3D data
C. Represent 2D and 3D data
D. Represents meta data
Show Correct Answer
Correct Answer is :
Represent 3D data
5. Which of the following is the initial function used to create a bubble chart natively in R?
A. init()
B. chart(bubble)
C. symbols()
D. bchart()
Show Correct Answer
Correct Answer is :
symbols()
6. What is the purpose of the method symbols in R?
A. Draw symbols
B. Draw other shapes
C. Draw symbols and other shapes
D. Plotting symbols
Show Correct Answer
Correct Answer is :
Draw other shapes
7. How to save chart as a Window metafile?
A. metafile()
B. win.metafile()
C. file()
D. metawin()
Show Correct Answer
Correct Answer is :
win.metafile()
8. Which is the method used to save chart as a ps file?
A. ps()
B. postscript()
C. script()
D. post(script)
Show Correct Answer
Correct Answer is :
postscript()
9. Which of the following are methods used to save charts?
A. pdf()
B. jpeg()
C. bmp()
D. all of the mentioned
Show Correct Answer
Correct Answer is :
all of the mentioned
10. Which is the method used to draw a bar plot?
A. bar_plot()
B. plot(bar)
C. barplot()
D. plotbar()
Show Correct Answer
Correct Answer is :
barplot()
11. What is the purpose of the method par()?
A. Makes the text vertical
B. Makes the text horizontal
C. Makes the text diagonal
D. Makes the text small
Show Correct Answer
Correct Answer is :
Makes the text horizontal
12. What is the code snippet to go back to a history twice?
A. history(2);
B. history(-2);
C. history.go(-2);
D. history.go(2);
Show Correct Answer
Correct Answer is :
history.go(-2);
13. If the window has child windows, how will the browsing histories be affected?
A. Numerically interleaved
B. Chronologically interleaved
C. Both Numerically and Chronologically interleaved
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Chronologically interleaved
14. The length property belongs to which of the following objects?
A. Window
B. Element
C. History
D. Document
Show Correct Answer
Correct Answer is :
History
15. What is the datatype of the go() method’s parameter?
A. String
B. Integer
C. Double
D. Float
Show Correct Answer
Correct Answer is :
Integer
16. What is the special feature of the modern web applications?
A. Can alter contents without loading document
B. Must load the document to manipulate
C. Remains static
D. Can’t be altered at all
Show Correct Answer
Correct Answer is :
Can alter contents without loading document
17. The navigator property belongs to which of the following object?
A. Document
B. Window
C. Navigator
D. Location
Show Correct Answer
Correct Answer is :
Navigator
18. What is the vendor-neutral synonym for navigator?
A. staticData
B. purposeInformation
C. dataInformation
D. clientInformation
Show Correct Answer
Correct Answer is :
clientInformation
19. Which is the preferred testing nowadays for scripting?
A. Software testing
B. Feature testing
C. Blackbox testing
D. Whitebox testing
Show Correct Answer
Correct Answer is :
Feature testing
20. Which of the below properties can be used for browser sniffing?
A. platform
B. appVersion
C. both platform and appVersion
D. appName
Show Correct Answer
Correct Answer is :
both platform and appVersion
Similar Interview Questions
Search for latest jobs
Find Jobs