M C Q s D r i v e

Computer Science Mcqs 1971 MCQs [All-Courses]

thumb

Get exam-focused Computer MCQs for PPSC, FPSC, NTS, OTS, PTS, AJKPSC, BPSC, KPPSC, PMS, CSS, and all competitive exams.Boost your IT knowledge with MCQs on Computer Basics, MS Office, Networking, Hardware, Software, and Cyber Security.Improve accuracy, strengthen concepts, and prepare smartly for any screening or written test.

In C++ the library function exit () cause:
A Exit from a loop
B Exit from a function
C Exit from a class
D Exit from the program
Correct Answer: Exit from the program
Explanation:

  • The purpose of the exit() function is to terminate the execution of a program.
  • The "return 0"(or EXIT_SUCCESS) implies that the code has executed successfully without any error.

Cyber security is a system designed to protect computer networks and/or defend against:
A Unauthorized Access
B Exploitation
C Modification
D All of these
Correct Answer: All of these
Explanation:

Cyber Security is defined as the practice of protecting systems, networks, and data from a broad spectrum of digital threats. It aims to ensure the confidentiality, integrity, and availability of information. 

Which tab is used to add bibliography and citation in MS Word?
A Insert
B Design
C References
D Home
Correct Answer: Design
Explanation:

Reference tab is used to add bibliography and citations in Microsoft Word. Within this tab, users can utilize the "Citations & Bibliography" group to select styles (such as APA or MLA), manage sources, insert new citations, and generate a bibliography at the end of a document.

To effectively move text, images, and objects in Microsoft PowerPoint using:
A Animation
B Template
C Transition
D Theme
Correct Answer: Animation
Explanation:

  • To effectively move text, images, and objects within a single slide in Microsoft PowerPoint, the best tool to use is Animation. 
  • Animation: This feature allows you to select specific objects (text, images, shapes) and apply motion effects, such as "Motion Paths" (lines, arcs, custom paths) to move them from one spot to another, or entrance/exit effects.
  • Transition: These are used for the effect that occurs when moving from one slide to the next, not for moving objects around inside a single slide.
  • Theme/Template: These define the overall visual style (colors, fonts, layout) of the presentation. 

In which option can you apply the same design to all slides in a PowerPoint presentation?
A Transition tab
B Design tab
C Insert tab
D Animation tab
Correct Answer: Design tab
Explanation:

Design Tab: Used for themes, backgrounds, and colors, which can be applied to all slides.

Transition Tab: Used for effects between slides, not the general design.

Insert Tab: Used for adding content like tables, images, and shapes.

Animation Tab: Used for animating elements within a single slide, not the overall presentation design. 

________option can be used for creating a new presentation using already available colors and graphics.
A Transition tab
B Template tab
C Theme tab
D Animation Tab
Correct Answer: Template tab
Explanation:

  • Template (or Design Template) option can be used for creating a new presentation using already available colors and graphics.
  • Templates provide pre-designed layouts, themes, and styles to ensure a consistent look and feel across all slides. 

Which one is a function key?
A F5, F6, F7
B Ctrl + Alt + Del
C Shift+F10
D Tab + 1
Correct Answer: F5, F6, F7
Explanation:

  • Function keys are the special keys on a computer keyboard labeled F1 through F12, typically located at the top.
  • F5 is used for refreshing pages or starting slideshows.
  • F6 is often used to highlight the address bar in browsers.
  • F7 is commonly used for spell checking in Microsoft programs.

The innermost directory in the given path C > Documents and files > Desktop > City > Market > Computer is:
A C
B Computer
C Document and files
D Market
Correct Answer: Computer
Explanation:

  • In a file path, the hierarchy moves from the root directory (the top-level) down to the specific file or folder. 
  • Root: C:
  • Subdirectories: Documents and files 
  • -> Desktop -> City -> Market
  • Innermost/Last Directory: Computer (this is the final folder in the path). 

The Master Document feature in MS Word allows:
A It can resize all documents
B Protect file with password
C Inserting charts into sections
D Manage and edit multiple subdocuments within a single master document
Correct Answer: Manage and edit multiple subdocuments within a single master document
Explanation:

  • The Master Document feature in MS Word serves as a central "container" that links several smaller files, known as subdocuments, into one cohesive project.

  • It is specifically designed to: 
  • Manage Large Projects
  • Centralize Editing
  • Maintain Consistency
  • Generate Global Elements

What happens when you convert a Word file into a PDF document?"
A It appears as a read-only document
B It shares to everyone automatically
C It reduces the size of the document
D It can be edited by anyone
Correct Answer: It appears as a read-only document
Explanation:

When you convert a Word file to PDF:

  • All fonts, images, tables, and formatting are locked in place.
  • The document cannot be modified easily (unless specialized software is used).
  • This is why it is called a read-only format — users can view, print, or comment, but cannot change the content easily.