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. 

________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). 

Choose Correct Email format?
A @gamil.com
B name@gmail.com
C @namegmal.com
D @gmial.com name
Correct Answer: name@gmail.com
Explanation:

The correct email format is name@gmail.com.
Breakdown of the Correct Format:
  • name (Username/Local Part)
  • @ (The separator)
  • gmail.com (Domain Name)

Which term avoided in E-mail?
A Re-Reading
B Subject line
C Smileys
D Wrong E-mail Address
Correct Answer: Wrong E-mail Address
Explanation:

In professional and general e-mail communication, using a Wrong E-mail Address must be avoided to ensure the message reaches the intended recipient and to prevent potential privacy breaches or miscommunication.

In email, what kind of files can be sent as attachments?
A A receipt sent by the recipient
B Documents, images and videos
C A list of CC or BCC recipients
D A malicious parasite that feeds off your messages and destroys the contents
Correct Answer: Documents, images and videos
Explanation:

  • In email, documents, images, and videos can be sent as attachments.
  • An email attachment is a file (such as a document, photo, or video) sent along with an email message.

Which method is used to combine user name and subject with document in email system?
A Mail merge
B Small Merge
C Large merge
D No Merge
Correct Answer: Mail merge
Explanation:

Mail merge is the standard feature in word processing and email systems used to combine a main document (the email template) with a data source (containing user names, email addresses, etc.).

To send an email which of the following is necessary?
A Receiver's Username
B Sender's username
C Receiver's Email Id
D None of these
Correct Answer: Receiver's Email Id
Explanation:

  • To send an email, the Receiver's Email Id (also known as the recipient's address) is the primary mandatory requirement. Just as a physical letter requires a delivery address, the email system uses the receiver's unique identifier to route the message to the correct mailbox.
  • While a sender's own address is also technically required by the system to identify the origin, the most critical piece of information the user must provide to initiate a send is the destination address.