Home / Ram Sharma / Programming Language MCQs
Total questions: 6258
Q. In which part of memory does the system stores the parameter and local variables of funtion call?
Q. What is a gallery of text styles that you can add to your documents to create decorative effects?
Q. A(n) _________ is an image control that displays in the background of a page on a form or report.
Q. In Microsoft PowerPoint the entry effect as one slide replaces another in a show is called a (an)
Q. In the form wizard dialog box, the fields from the selected table are displayed in this list box.
Q. Which of the following field properties enforces the use of parentheses when keying an area code?
Q. To place something in the same position on every slide of presentation automatically, insert into
Q. A feature of MS Word that saves the document automatically after certain interval is available on
Q. Is it mandatory to put all three conditions in for loop? find the output of below Javascript code
Q. If var A={B:3, C:5}, how to use the delete operator to delete one of the properties of an object.
Q. What among the following is an appropriate event handler for input text among the below options ?
Q. Which of the following is the correct syntax for referring to an external script called "xxx.js"?
Q. The server listens for a connection request from a client using which of the following statement?
Q. The lilo.conf entry _________ is used to enable booting from disks with more than 1024 cylinders.
Q. With a umask value of 112, what is the default permission assigned to newly created regular file?
Q. What is the implicit pointer that is passed as the first argument for nonstatic member functions?
Q. What happens if the base and derived class contains definition of a function with same prototype?
Q. A HTML code is given below Fill in the blanks with appropriate option to get the output as below:
Q. The ___ process does not allow any unauthorized person to access any of our directories or files.
Q. The operands and the operators are grouped in a specific logical way of evaluation is called ____
Q. In Java, local variables are stored in __ memory and instance variables are stored in ___ memory.
Q. The False Part Expression of a Java conditional operator or Ternary operator ____ return a value.
Q. Among Postfix Decrement and Prefix Increment operators in Java, which operator has less priority?
Q. ____________ is a subinterface of java.rmi.Remote that defines the methods for the server object.
Q. Which of these exceptions will occur if we try to access the index of an array beyond its length?