Home / Praveen Singh / Programming Language MCQs
Total questions: 111
Q. Which of the following is a type of Page Orientation?
Q. Portrait and Landscape are present under which command in Page Layout group?
Q. What is the default paper size in MS Word?
Q. Documents have a ________ to separate their text from their borders.
Q. Word documents contain ________________, which appear at the top and bottom of the document, respectively.
Q. Which of the following is the command present in Deign tab to modify the table?
Q. __________ is a picture or a graphic that can be added to a document.
Q. Which of the following is a type of checkbox available in MS Word?
Q. Which of the following is an advantage to convert a word file into PDF file?
Q. Using which many methods can the horizontal line be inserted in MS Word?
Q. Which of the following type of Border can be added in MS Word?
Q. Which of the following is a type of page break present in MS Word?
Q. What is the default margin set in MS Word?
Q. A document's margins are adjusted using the ______ in Microsoft Word.
Q. Which of the following is a type of Indent in MS Word?
Q. Which of the following is an advantage of Pie Chart?
Q. As the measurement unit, _______is/are used in Ruler.
Q. Which option is correct to save the document in MS Word?
Q. ________option appears in the menu to Copy the text and _______option appears in the menu to Paste the text.
Q. Which of the following keyboard shortcut is used to select the text in the direction of the arrow key?
Q. What is the keyboard shortcut to Select All?
Q. Which of the following is the correct order to select the entire document?
Q. A _____________ within the paragraph will select the entire paragraph.
Q. In order to select a single word
Q. Which of the following comes under the methodology to delete the text?
Q. Which of the following doesn't come under Text Basics?
Q. With the help of Ruler, one can change the ___________ of the document.
Q. Ruler is present ________the Ribbon.
Q. Which of the following is a command in View tab?
Q. How many groups of commands is there in View tab?
Q. Which of the following is a layout tool?
Q. Using View tab, we can switch between –
Q. Which of the following command is not present in Review tab?
Q. What can be done using Mailings tab?
Q. Which of the following is the least-often used tab in Ribbon?
Q. Which of the following is a group of related command in References tab?
Q. How many commands are present in References tab?
Q. Which of the following tab is used to add the document citation?
Q. Which of the following can be changed using Page layout tab?
Q. Which of the following is NOT a command in Insert tab?
Q. Which of the following can be added using Insert tab?
Q. Which of the following is the 2nd tab in the Ribbon?
Q. Which of the following document settings can be changed from Home tab?
Q. Which of the following is NOT present as a command in Home tab?
Q. How many groups of related commands are there in Home tab?
Q. Which of the following tab is the default in MS Word?
Q. WAVE PCM is not supported by
Q. Flac is supported by ___________.
Q. Which of the following is not a Boolean attribute for <audio> element?
Q. What can not be done by controls attribute?
Q. Which browser supports mozCurrentSampleOffset?
Q. which extension flash file is to be saved?
Q. For exporting movie into SWF format which element is used?
Q. Which plugin is used to view Flash?
Q. Which one of the following does not support flash?
Q. Which one of the following is used for adding Flash in the web page?
Q. Which one of the following is not used inside the <script> tag in Flash videos?
Q. Which one of the following is not the online video format available?
Q. For playing Flash Video you need to convert video into the ___________ format
Q. Which one of the following site will provide FLV player?
Q. WebM format is not supported by
Q. Which of the following is the use of id() function in python?
Q. What is output of print(math.pow(3, 2))?
Q. What will be the output of the following Python code?
Q. Which of the following is a feature of Python DocString?
Q. What will be the output of the following Python expression?
Q. What will be the output of the following Python code snippet?
Q. Which of the following is a Python tuple?
Q. What will be the output of the following Python program?
Q. What are the two main types of functions in Python?
Q. What is the maximum possible length of an identifier in Python?
Q. Which of the following Python statements will result in the output: 6?
Q. Which one of the following is the use of function in python?
Q. To add a new element to a list we use which Python command?
Q. Which of the following element is used for canvas graphics?
Q. Which of the following statement is not true?
Q. To draw on the canvas, authors must first obtain a reference to a context using the ______________ method of the canvas interface element.
Q. The ___________ method must add the scaling transformation described by the arguments to the transformation matrix.
Q. Which method must clear the pixels in the specified rectangle that also intersects the current clipping region to a fully transparent black, erasing any previous image?
Q. When the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation
Q. The ____________ method must create a new clipping region by calculating the intersection of the current clipping region and the area described by the current path, using the non-zero winding number rule.
Q. The ____________ method must fill all the subpaths of the current path, using fillStyle, and using the non-zero winding number rule.
Q. Which of the following methods must empty the list of subpaths so that the context once again has zero subpaths?
Q. An API is an application programming interface consisting of methods and properties which allow the author to get or set data or execute commands to the user agent.
Q. Which of the following property sets the size of the font?
Q. Which of the following Property controls the display of small caps?
Q. Which of the following font-weight property make the text lighter in relation to its parent?
Q. Which of the following property converts text to initial capitals, all uppercase, or all lowercase?
Q. Which of the following font-variant property render text using the same letter case as in the underlying code?
Q. Which of the following property sets the alignment of the last line of a text block?
Q. Which of the following property controls how spaces and word wrapping are handled?
Q. Which of the following property specifies what line decorations, if any, are added to the text?
Q. Which of the following property applies one or more shadows to text?
Q. Which of the following property allows long text, such as a URL, to be broken if it would otherwise over?
Q. Select the output of the following CSS.
Q. Which one of the given options can be considered as the correct output of the following code?
Q. In the following code, what value should the variable "a" contain?
Q. Which one of the given options can be considered as a code equivalent to the following code?
Q. What output will come if we run the following part of the JavaScript code?
Q. What will happen if we execute the following code of JavaScript?
Q. What will be the correct output of the following JavaScript code?
Q. Which of the following values will be returned by the last statement in the given code?
Q. Which one of the following codes is correct for concatenating the strings passed into the function?
Q. In JavaScript, do the functions always return a value?
Q. Which one of the following keywords is used for defining the function in the JavaScript?