Safcode Institute by Sir Safder
+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress Development
Amazon Virtual Assistant
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Softwares
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. Which of the following does not make a DTD?
Attribute declarations
Entity declarations
Element declarations
Root Element declarations
View Answer
2. Which JSON feature ensures communication between two applications designed in different programming languages?
Interoperability
Reusability
Scalability
Extensibility
View Answer
3. A series of zero or other Unicode characters within double quotes and backslash escapes is termed as ________.
Array
Number
Object
String
View Answer
4. Choose the Correct Option
a) XSLT
b)XPath
3)XSL-FO
1) Language for navigation XML
2) Language for transforming XML
3) Language for formatting XML
a-2, b-1, c-3
a-3, b-2, c-1
a-3, b-1, c-2
a-2, b-3, c-1
View Answer
5. Which of the following function converts a JavaScript value into a JSON string?
JSON.string()
JSON.stringify()
JSON.convert()
JSON.tovalue()
View Answer
6. Identify the incorrect predefined attribute
xml:lang
xml:space
xml:data
all of them
View Answer
7. Strings are delimited with ________ and support a backslash escaping syntax.
Colon
Double-quotation
Comma
Single-quotation
View Answer
8. Which of the following aspects describes Gson?
Is a Java library
Similar to JSON and XML
Does not serialize objects
None of them
View Answer
9. Which of the following objects is used to read a JSON file and display its contents in the browser?
XMLJSONRequest
XMLHttpRequest
JSONXMLHTTPRequest
JSONHttpRequest
View Answer
10. Identify the Errors in the following code
{
"peripherals" [{
"Mouse": [{
"brand" : "Logitech",
"price" : 300,
}]
}] }
All of Them
P of Peripherals in Small Case
Remove comma after the last member of Mouse
Colon missing after Peripheral
View Answer