Join WhatsApp ChannelDaily MCQs & Exam Updates

Computer Science MCQs

MCQs on Programming, Networking, Database and OS

76 Questions
Subject Preparation Guide

Prepare Computer Science with confidence

Strengthen your knowledge of computer fundamentals, hardware, software, programming, networks, databases and information technology.

Computer BasicsProgrammingNetworksDatabases
Recommended for academic classes, IT tests and computer portions of competitive examinations.
Computer Science preparation illustration
41
Easy nts

Which Excel function returns the highest value in a range?

  • A MIN()
  • B TOP()
  • C MAX()
  • D HIGH()
Permalink
Correct Answer: Option C — MAX()
Explanation: MAX returns the largest numeric value from a specified range of cells.
Submitted by: PaperMCQs
42
Easy nts

What is CSV short for?

  • A Computer Saved Values
  • B Comma Separated Values
  • C Column Stored Variables
  • D Common Spreadsheet View
Permalink
Correct Answer: Option B — Comma Separated Values
Explanation: CSV is a text-based format where values are separated by commas, commonly used for data exchange.
Submitted by: PaperMCQs
43
Easy nts

What does Ctrl+Home do in Excel?

  • A Go to first worksheet
  • B Go to cell A1
  • C Open Home tab
  • D Save workbook
Permalink
Correct Answer: Option B — Go to cell A1
Explanation: Ctrl+Home moves the cursor directly to cell A1, the beginning of the worksheet.
Submitted by: PaperMCQs
44
Medium fpsc nts

Which Access key uniquely identifies each record?

  • A Foreign Key
  • B Primary Key
  • C Composite Key
  • D Candidate Key
Permalink
Correct Answer: Option B — Primary Key
Explanation: A primary key uniquely identifies each record and prevents duplicate entries in a table.
Submitted by: PaperMCQs
45
Easy nts

Which PowerPoint view is best for rearranging slides?

  • A Reading View
  • B Slide Sorter
  • C Notes View
  • D Outline View
Permalink
Correct Answer: Option B — Slide Sorter
Explanation: Slide Sorter view displays all slides as thumbnails and makes rearranging presentations easier.
Submitted by: PaperMCQs
46
Easy nts

Which Excel function counts numeric cells?

  • A COUNT()
  • B COUNTA()
  • C SUM()
  • D AVERAGE()
Permalink
Correct Answer: Option A — COUNT()
Explanation: COUNT returns the number of cells containing numeric values within a specified range.
Submitted by: PaperMCQs
47
Easy nts

Which database object stores data in MS Access?

  • A Form
  • B Report
  • C Table
  • D Macro
Permalink
Correct Answer: Option C — Table
Explanation: Tables are the primary storage objects in Access and contain records organized into rows and columns.
Submitted by: PaperMCQs
48
Easy nts

Which key combination opens the Find dialog box in MS Word?

  • A Ctrl+H
  • B Ctrl+F
  • C Ctrl+N
  • D Ctrl+L
Permalink
Correct Answer: Option B — Ctrl+F
Explanation: Ctrl+F opens the Find feature, allowing users to search for words, phrases, or formatting within a document.
Submitted by: PaperMCQs
49
Easy nts

Which Excel symbol is used to begin a formula?

  • A #
  • B @
  • C =
  • D $
Permalink
Correct Answer: Option C — =
Explanation: Every formula in Excel begins with an equal sign, indicating that the expression should be calculated.
Submitted by: PaperMCQs
50
Easy ppsc nts

What is a workbook in Microsoft Excel?

  • A A single cell
  • B A chart
  • C A collection of worksheets
  • D A formula
Permalink
Correct Answer: Option C — A collection of worksheets
Explanation: A workbook is an Excel file that can contain one or more worksheets and serves as a container for spreadsheet data.
Submitted by: PaperMCQs
51
Easy nts

Which Excel function is used to calculate the average of a range of numbers?

  • A SUM()
  • B COUNT()
  • C AVERAGE()
  • D MAX()
Permalink
Correct Answer: Option C — AVERAGE()
Explanation: The AVERAGE function calculates the arithmetic mean of selected values and is widely used in spreadsheet analysis.
Submitted by: PaperMCQs
52
Easy ppsc nts

What is the intersection of a row and a column in Excel called?

  • A Workbook
  • B Worksheet
  • C Cell
  • D Range
Permalink
Correct Answer: Option C — Cell
Explanation: A cell is formed where a row and a column intersect in Excel. Each cell has a unique reference such as A1 or B5.
Submitted by: PaperMCQs
53
Easy nts

Which shortcut key saves the current document in MS Word?

  • A Ctrl + P
  • B Ctrl + C
  • C Ctrl + S
  • D Ctrl + D
Permalink
Correct Answer: Option C — Ctrl + S
Explanation: Ctrl + S is the standard keyboard shortcut used to save a document in Microsoft Word and many other applications.
Submitted by: PaperMCQs
54
Easy ppsc nts

Which MS Word feature is used to create personalized letters for multiple recipients?

  • A Track Changes
  • B Mail Merge
  • C WordArt
  • D AutoCorrect
Permalink
Correct Answer: Option B — Mail Merge
Explanation: Mail Merge allows users to create personalized documents for multiple recipients by combining a main document with a data source. It is commonly used for letters, certificates, labels, and mass mailing operations.
Submitted by: PaperMCQs
55
Easy ppsc nts

What is the default file extension of a Microsoft Word document in modern versions?

  • A .doc
  • B .txt
  • C .docx
  • D .rtf
Permalink
Correct Answer: Option C — .docx
Explanation: Microsoft Word uses the .docx format by default since Office 2007. It is based on Office Open XML standards and supports text, images, formatting, tables, and other document elements while providing better compression and compatibility.
Submitted by: PaperMCQs
56
Easy fpsc nts

What is the role of DNS in networking?

  • A Assign IP addresses
  • B Translate domain names to IP addresses
  • C Transfer files
  • D Encrypt network traffic
Permalink
Correct Answer: Option B — Translate domain names to IP addresses
Explanation: DNS converts domain names into IP addresses, allowing systems to locate internet resources.
Submitted by: PaperMCQs
57
Easy nts

Which protocol retrieves email messages from a mail server?

  • A POP3
  • B SMTP
  • C FTP
  • D HTTP
Permalink
Correct Answer: Option A — POP3
Explanation: POP3 retrieves emails from a mail server and downloads them to a client device.
Submitted by: PaperMCQs
58
Easy ppsc nts

Which search algorithm checks each element sequentially?

  • A Binary Search
  • B Linear Search
  • C Interpolation Search
  • D Hash Search
Permalink
Correct Answer: Option B — Linear Search
Explanation: Linear Search examines items one by one until the target is found or the list ends.
Submitted by: PaperMCQs
59
Easy nts

Which protocol is used for file transfer over a network?

  • A FTP
  • B HTTP
  • C SMTP
  • D POP3
Permalink
Correct Answer: Option A — FTP
Explanation: FTP is specifically designed for transferring files between systems over a network.
Submitted by: PaperMCQs
60
Medium fpsc nts

Which SQL clause is used to filter rows before grouping?

  • A HAVING
  • B GROUP BY
  • C WHERE
  • D ORDER BY
Permalink
Correct Answer: Option C — WHERE
Explanation: The WHERE clause filters rows before grouping and aggregation are applied.
Submitted by: PaperMCQs