Programming MCQs Feed

📊 PHP
Q. what is the output of below program?
Code:
<?php
function func($a = 50) {

    echo "a is : $a";
}

func();
?>
  • (A) a is :
  • (B) a is: 50
  • (C) a is : 0
  • (D) Error: Argument missing
💬 Discuss
✅ Correct Answer: (B) a is: 50
📊 SQL Server
Q. Which of these backups are taken in full recovery models only or in bulk?
  • (A) Active
  • (B) Log
  • (C) Replica
  • (D) Passive
💬 Discuss
✅ Correct Answer: (B) Log
📊 Microsoft Word
Q. Which of the following is not on Home ribbon?
  • (A) Font
  • (B) Change Style
  • (C) Font color
  • (D) Columns
💬 Discuss
✅ Correct Answer: (D) Columns
📊 Microsoft Word
Q. Ctrl + B
  • (A) Open the specified file
  • (B) Bold the selected text
  • (C) Paste the selected text
  • (D) Search the selected text
💬 Discuss
✅ Correct Answer: (B) Bold the selected text
📊 Microsoft Power Point
Q. This is the menu command used to apply a design template in PowerPoint.
  • (A) Insert -> Slide Design
  • (B) Insert -> Slide Design
  • (C) Format -> Slide Design
  • (D) Tools -> Slide Design
💬 Discuss
✅ Correct Answer: (C) Format -> Slide Design
📊 Microsoft Access
Q. What does an inner join display?
  • (A) Records from the first recordset only
  • (B) Records that have the same value in the common field
  • (C) Records from the first recordset and only records from the second recordset where the common fields are equal
  • (D) Records from the second recordset and only records from the first recordset where the common fields are equal
💬 Discuss
✅ Correct Answer: (B) Records that have the same value in the common field
📊 Microsoft Access
Q. In a module, the VB Name used to display a warning query icon is _______
  • (A) vbCritical
  • (B) vbInformation
  • (C) vbExclamation
  • (D) vbQuestion
💬 Discuss
✅ Correct Answer: (D) vbQuestion
📊 Microsoft Power Point
Q. Which PowerPoint option allows you to create a package of your presentation to display on another computer?
  • (A) File -> Save as
  • (B) File -> Save
  • (C) File -> Export -> Package presentation for CD
  • (D) File -> Presentation package
💬 Discuss
✅ Correct Answer: (C) File -> Export -> Package presentation for CD
📊 MS Dos
Q. What does MSCDEX.EXE do?
  • (A) Configures hard drives
  • (B) it's a SCSI driver
  • (C) BIOS setup
  • (D) it's a CD-ROM DOS driver
💬 Discuss
✅ Correct Answer: (D) it's a CD-ROM DOS driver
📊 Linux
Q. Which option of the “ls” command is used to display the inode number of a file?
  • (A) –l
  • (B) -o
  • (C) -a
  • (D) -i
💬 Discuss
✅ Correct Answer: (D) -i