Explore topic-wise MCQs in Technical Programming.

This section includes 411 Mcqs, each offering curated multiple-choice questions to sharpen your Technical Programming knowledge and support exam preparation. Choose a topic below to get started.

401.

How request is sent in XML-RPC?

A. Requests are encoded in XML and sent via HTTP POST.
B. Requests are encoded in XML and sent via HTTP GET.
C. Both of the above.
D. None of the above.
Answer» B. Requests are encoded in XML and sent via HTTP GET.
402.

Client and Web server have a connection of type

A. Continuous
B. Dependent
C. Permanent
D. Not Continuous
Answer» E.
403.

In HTML elements, CSS can be added in different

A. 2 Ways
B. 3 Ways
C. 4 Ways
D. 5 Ways
Answer» C. 4 Ways
404.

To index structure, search engines uses

A. Headings
B. Body
C. Tags
D. <!DOCTYPE>
Answer» B. Body
405.

Which of the following statements are true? 

A. HTTP runs over TCP
B. HTTP allows information to be stored in a URL
C. HTTP can be used to test the validity of a hypertext link
D. All of the above
Answer» E.
406.

In a Javascript Application what function can be used to send messages to users requesting for an text input? 

A. Display()
B. Alert()
C. GetOutput()
D. Prompt()
Answer» E.
407.

Which one of the following can be used to instantiate an object in PHP assuming class name to be Foo?

A. $obj = new $foo;
B. $obj = new foo;
C. $obj = new foo ();
D. obj = new foo ();
Answer» D. obj = new foo ();
408.

Which of the following role of web service architecture provides a central place where developers can publish new services or find existing ones?

A. Service Provider
B. Service Requestor
C. Service Registry
D. None of the above.
Answer» D. None of the above.
409.

Which of the following is true about Web services?

A. Web services are open standard (XML, SOAP, HTTP etc.) based Web applications.
B. Web services interact with other web applications for the purpose of exchanging data.
C. Web Services can convert your existing applications into Web-applications.
D. All of the above.
Answer» E.
410.

Several technologies that are used by JavaScript to create dynamic web pages, are known as

A. DOM
B. Ajax
C. MVC
D. MAVC
Answer» C. MVC
411.

Parsed HTML code of in-memory tree structure is defined by a standard, called

A. A. Dynamic Obtained Model
B. A. Document Obtained Model
C. A. Dynamic Object Model
D. A. Document Object Model
Answer» E.