Home / Jatin Dubey / Programming MCQs Solution

Jatin Dubey updated solution of these Programming language mcqs.

Q. Which of the following is a tab in Ribbon in MS Word?

Q. How many tabs are there in Ribbon in MS Word?

Q. Ribbon is located ______Quick Access Toolbar and Title Bar in MS Word.

Q. Microsoft Office 2007 introduced the Ribbon as a ____________ element.

Q. Title Bar is present at the _________ of the Quick Access Toolbar.

Q. Which of the following command is NOT present in Quick Access Toolbar?

Q. Which commands are present in Quick Access Toolbar?

Q. Quick Access Toolbar is present at ______ of Office Button in MS Word.

Q. Which of the following option is NOT present in Office Button?

Q. Where is Office Button located in MS Word?

Q. Which of the following option is provided by Office Button?

Q. Office Button is symbolized with which feature on MS Word?

Q. What was the initial name of Microsoft Word when it was released?

Q. Microsoft Word is a ____

Q. Which of the following is MS Office Suite's software program?

Q. Suppose you are asked to display all the names which have 'a' as their second character then which query pattern you will use?

Q. What will the following statement return?

Q. Suppose you have 1000 records and you only want 100 records which of the following clause you will use?

Q. From all the clauses in MYSQL what task is performed by the DISTINT clause?

Q. Which of the following is the correct syntax for using the TRUNCATE statement?

Q. If you are asked to delete the entire data of a table without disturbing the table definition then in such case which statement you will use?

Q. What is the function of DESCRIBE statement?

Q. Suppose you have two columns named student_name and student_department inside table student_details and you are asked to update the value of these two columns where ID=4 then what statement you will write?

Q. Is it important to provide where condition with update statement in MYSQL?

Q. What does the show tables command do?

Q. Can you change the column name using alter command?

Q. Which of the following is the correct syntax to add a field using alter command?

Q. ALTER command is a type of which SQL command?

Q. Which of the following command is used to delete a database?

Q. In the following statement, what do you mean by the 'student'?

Q. To see all the databases which command is used?

Q. In MYSQL, can you write multiple statements in a single line?

Q. In MYSQL, can we write keywords in any letter case?

Q. To know your MYSQL version and current date which of the following command you should use?

Q. Is a semicolon necessary after every query?

Q. To see the list of options provided by MYSQL which of the following command is used?

Q. Determine output

Q. What is the result of compiling and running the following code?

Q. What is the result of compiling and running the following code?

Q. Choose all the lines which if inserted independently instead of "//insert code here" will allow the following code to compile:

Q. What will be the output for the below code ?

Q. What is the output for the below code ?

Q. What is the output for the below code ?

Q. What is the output for the below code?

Q. The encrypted password of a user is stored in ____

Q. A user can change the default shell connection using ______?

Q. Which of the following identifiers associated with a process that determines its privilege level?

Q. User ID which equals 0 is ______ ?

Q. The shell connection is _____?

Q. Which of the following commands can be used to change the user’s password?

Q. What does the following command do?

Q. By default, a Linux user belongs to which group?

Q. The output of ls -l for /etc/passwd and /usr/bin/passwd is as follows? If a user not belonging to the “root” group and executes the passwd command to try to change his password, which of the following is true?

Q. Which daemon manages physical memory by moving the process that is in ‘physical memory’ to the ‘swap space’ when more physical memory is needed?

Q. When the kernel has finished booting, what process is started?

Q. The process identifier of “init” is ____ ?

Q. Which file is read by “init” to get the default execution level?

Q. What is the only partition mounted in single-user mode ?

Q. The shell used in single-user mode is _____ ?

Q. Which of the following is not a valid execution level?

Q. Boot straping is also known as ____ ?

Q. The process of starting a computer is known as ________ ?

Q. Which is loaded into memory at system startup?

Q. Which input type reset defines a reset button that will reset all form values to their default values?

Q. Which tag is used to display a clickable button?

Q. Which tag is used to display a submit button?

Q. Which tag is used to display a checkbox?

Q. Which tag is used to display a radio button?

Q. Which tag is used to display a single-line text input field?

Q. Which tag is used to create an HTML form for user input?

Q. What is the correct syntax for <iframe> tag?

Q. Which tag specifies an inline frame?

Q. Which attribute is used to specify a unique id for an HTML element?

Q. Which attribute is often used to point to a class name in a style sheet?

Q. Which tag is a block-level element?

Q. Which tag is used to define description lists?