Programming MCQs Feed

📊 Microsoft Word
Q. Which of the following are word processing software?
  • (A) WordPerfect
  • (B) Wordpad
  • (C) MS Word
  • (D) All of above
💬 Discuss
✅ Correct Answer: (D) All of above
📊 Microsoft Word
Q. If the number of columns is selected 1 and the line between check box is marked, where is the line drawn?
  • (A) In the left margin
  • (B) In the right margin
  • (C) Both in left and right margin
  • (D) None of Above
💬 Discuss
✅ Correct Answer: (D) None of Above
📊 Microsoft Word
Q. The minimum number of rows and columns in MS Word document is
  • (A) 1 and 1
  • (B) 2 and 1
  • (C) 2 and 2
  • (D) None of above
💬 Discuss
✅ Correct Answer: (A) 1 and 1
📊 Microsoft Power Point
Q. What is the use of Researching Timings?
  • (A) There is no such option in PowerPoint
  • (B) This option allows you to rehearsal of slide presentation
  • (C) This option allows you to set the time of animations
  • (D) This option allows you to rearrange slides
💬 Discuss
✅ Correct Answer: (C) This option allows you to set the time of animations
📊 Microsoft Access
Q. What is the purpose of the description column in table design view?
  • (A) To describe the data that should be entered in each field
  • (B) To enter lookup data that the field should refer to
  • (C) To define the data type applied to each field within the table
  • (D) None of the above
💬 Discuss
✅ Correct Answer: (A) To describe the data that should be entered in each field
📊 Microsoft Access
Q. The most open source DBMS.
  • (A) Microsoft SQL Server
  • (B) Microsoft Access
  • (C) MySQL
  • (D) Oracle
💬 Discuss
✅ Correct Answer: (C) MySQL
📊 Microsoft Power Point
Q. A file containing ready-made styles that can be used for a presentation is called _______
  • (A) AutoStyle
  • (B) Template
  • (C) Assistant
  • (D) Pre-formatting
💬 Discuss
✅ Correct Answer: (B) Template
📊 MS Dos
Q. When executed from a bootable hard drive, which command will make a formatted floppy disk bootable?
  • (A) COPY C:DOSCOMMAND.COM A:
  • (B) ATTRIB C:*.SYS A:
  • (C) XCOPY C:DOS*.* A:
  • (D) SYS C: A:
💬 Discuss
✅ Correct Answer: (D) SYS C: A:
📊 Microsoft Excel
Q. In MS Excel, keyboard shortcut keys to create a new workbook is
  • (A) Tab+N
  • (B) Fn+N
  • (C) Alt+N
  • (D) Ctrl+N
💬 Discuss
✅ Correct Answer: (D) Ctrl+N
📊 C Programming
Q. What is function?
  • (A) function is a block of statements that perform some specific task.
  • (B) function is the fundamental modular unit. a function is usually designed to perform a specific task.
  • (C) function is a block of code that performs a specific task. it has a name and it is reusable
  • (D) all the above
💬 Discuss
✅ Correct Answer: (D) all the above