Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 6

PROGRAMMING

QUESTIONS
In a Javascript Application what function can be used to send messages to users requesting text input?
Which of the following objects can be used in expression and scriplets in JSP without explicitly declaring them?
Which JavaScript is also called client-side JavaScript?
How does JavaScript store dates in a date object?

In PL/SQL SIGNTYPE lets you restrict an integer variable to the values -1, 0, and 1, which is useful in programming tri-
state logic
Which of the following advanced OOP features are not supported by PHP?
Which one of the following is the right way to clone an object?

Which feature allows us to call more than one method or function of the class in single instruction?
What will be the output of the following PHP code?

<?php
$one = 1;
print($one);
print $one;
?>

What will be the output of the following PHP code?

<?php
$cars = array("Volvo", "BMW", "Toyota");
print $cars[2];
?>

HTML stands for?

HTTP uses which port number?


Dell is an american company?
Silicon Valley is famous in the world for?

JSP stands for?


Operating system Windows 2000 server is famous for?

Cisco is famous for?

Linux operating system is freeware?


Mostly developers use which database with PHP?
Programming language COBOL works best if used for
Size of an array is declared by
Which one is not the GUI operating system?
Name given by a programmer to some data is classified as
Comments used to make program easier are also called as
MAC is an operating system of which company?
OPTION 1 OPTION 2 OPTION 3
Alert() GetOutput() Prompt()
Session and request only Response and session only Request and response only
Native Navigator None
The number of milliseconds The number of days since January None
since January 1st, 1970 1st, 1900
1 0 None

Namespaces Multiple Inheritance Method overloading


destinationObject = destinationObject = destinationObject = clone
clone(targetObject); _clone(targetObject); targetObject;
Method chaining Method adding Method Including

1 10 11

Volvo BMW Toyota

Hyper text markup language Highly text modern language Hyper text modern language

80 88 82
1 0 None
Software and Hardware
Toys making Fashion Designing
Manufacturing
Java server pages Job search pages Join source pages
Gaming Networking Data storage

Operating system designing Mobile manufacturing Networking Devices

1 0 None
SQL SAP MySql
beginners student applications commercial applications
software programmer program users
Windows MAC DOS
identifier identification exponent
narrative unmarked variable marked variables
Android Micorsoft Apple
ANSWER
Prompt()
Session and request only
Navigator
The number of milliseconds
since January 1st, 1970
1

Namespaces
destinationObject = clone
targetObject;
Method chaining

11

Toyota

Hyper text markup language

80
1
Software and Hardware
Manufacturing
Java server pages
Networking

Networking Devices

1
MySql
commercial applications
programmer
DOS
identifier
narrative
Apple

You might also like