All Subjects
FIA55 Questions

Computer — Computer Fundamentals (Hardware & Software) MCQs

Practice Computer — Computer Fundamentals (Hardware & Software) multiple-choice questions for FIA competitive exams. Each question includes the correct answer and a short explanation, and past-paper questions are marked so you can revise both repeated and fresh material in one place.

Animation Pane
Slide Show Timing
Custom Slide Show
Transition Effects
ExplanationA Custom Slide Show allows the user to select a specific, non-linear sequence of slides to be displayed automatically or manually, controlling the flow of the presentation.
COUNT()
COUNTA()
COUNTBLANK()
COUNTIF()
ExplanationThe COUNT function specifically counts cells that hold numbers (numerical data). COUNTA counts non-empty cells.
SSH
POP3
SSL/TLS
ICMP
ExplanationSSL/TLS encrypts data transmitted over HTTPS, providing secure communication channels and authentication.
DNS (Domain Name System)
FTP (File Transfer Protocol)
SMTP (Simple Mail Transfer Protocol)
HTTP (Hypertext Transfer Protocol)
ExplanationDNS acts as the internet's phonebook, mapping domain names to IP addresses necessary for network communication.
COUNTBLANK
COUNTIFS
COUNTIF
COUNTA
ExplanationCOUNTIF specifically counts cells that satisfy a single condition, making it ideal for criterion-based counting.
To insert custom animations and transitions between slides.
To embed multiple media types like videos and audio files.
To ensure visual consistency (fonts, layout, themes) across all slides.
To protect the presentation from unauthorized editing.
ExplanationThe Slide Master controls the overall design template, ensuring consistent branding and formatting across the entire presentation.
COUNTALL
COUNTIF
SUMIF
COUNTA
ExplanationCOUNTIF counts cells based on a single specified criterion (e.g., counting 'Pass' values).
Animation Pane
Design Theme
Slide Master
Notes Pane
ExplanationSlide Master allows users to modify the core layout and formatting of the entire presentation template.
The confidentiality of the email content through encryption.
That the sending server is authorized by the domain owner.
The path taken by the email across different servers.
The recipient's eligibility to receive messages.
ExplanationSPF records prevent spoofing by confirming that the IP addresses used to send the email are approved by the sender's domain.
COUNTA
COUNTBLANK
COUNTIF
SUMIF
ExplanationCOUNTIF specifically counts cells that meet a defined single criterion, making it ideal for range checking.
Index Generation
Track Changes
Cross-Referencing
Mail Merge
ExplanationMail Merge automates the process of merging a standardized document template with variable data fields.
DHCP Leasing
Authentication
MAC Spoofing
NAT Gatewaying
ExplanationDHCP (Dynamic Host Configuration Protocol) assigns temporary IP addresses (leases) to devices joining a network.
Style Gallery for basic text formatting
Watermark feature for branding the document
Find and Replace function for consistent spelling
Table of Contents (TOC) generated with Heading Styles
ExplanationUsing Heading Styles (Heading 1, Heading 2, etc.) allows Word to automatically build a dynamically updated Table of Contents.
LEN function
TRIM function
CLEAN function
VALUE function
ExplanationThe TRIM function removes excess spaces from text strings, ensuring data purity in the specified cells.
SMTP
DHCP
HTTP
FTP
ExplanationDHCP (Dynamic Host Configuration Protocol) manages and allocates IP addresses automatically, simplifying network setup.
Rehearse Timings
Speaker Notes
Custom Animation
Slide Master
ExplanationRehearse Timings records the time spent on each slide, synchronizing the presentation for practice or delivery.
Router
Repeater
Switch
Hub
ExplanationRouters examine the destination IP address and determine the best path across interconnected networks (WANs).
SUMIF
COUNTIF
COUNTIFS
AVERAGEIF
ExplanationCOUNTIF counts cells based on a single condition, making it suitable for simple criterion checks.
Applying the same character spacing to all paragraphs
Manually applying font size and bold formatting throughout
Using Heading Styles and Table of Contents feature
Inserting section breaks between every chapter
ExplanationHeading Styles automatically structure the document, enabling dynamic and consistent table generation.
To encrypt the entire body and headers of the email message.
To block all unauthorized external recipients from receiving mail.
To prevent spam by verifying the sending IP address's authorized sender list.
To guarantee end-to-end decryption for the recipient only.
ExplanationSPF records are DNS entries that specify which IP addresses are authorized to send email on behalf of a domain, mitigating email spoofing.
SMTP (Simple Mail Transfer Protocol)
FTP (File Transfer Protocol)
IMAP (Internet Message Access Protocol)
POP3 (Post Office Protocol v3)
ExplanationIMAP allows users to view and manage emails directly on the server, syncing changes across multiple devices, unlike POP3 which usually downloads and deletes messages.
Repeater
Router
Hub
Switch
ExplanationA router uses IP addressing to forward packets between different subnetworks, unlike a switch which operates within one segment.
POP3
HTTP
FTP
SMTP
ExplanationHTTP (Hypertext Transfer Protocol) is the foundational protocol for communication on the World Wide Web, enabling the transfer of web content.
POP3 (Post Office Protocol 3)
HTTP (Hypertext Transfer Protocol)
SMTP (Simple Mail Transfer Protocol)
IMAP (Internet Message Access Protocol)
ExplanationIMAP allows users to manage emails remotely across multiple devices by syncing changes with the server, making it superior to POP3 for modern use.
SUMIF
COUNTA
COUNTALL
COUNTIF
ExplanationCOUNTIF counts cells based on one specified condition, making it ideal for criterion-based counting.
Switch
Router
Hub
Repeater
ExplanationA Switch uses MAC addresses to filter and forward data frames only to the intended recipient within a LAN, unlike a Hub.
Ctrl + U
Ctrl + Shift + P
Ctrl + Z
Ctrl + Space
ExplanationCtrl + Space is the dedicated shortcut to remove manual formatting (like explicit font sizing or paragraph spacing) and reset it to the style definition.
Automatic physical connection establishment
Confidentiality and integrity of data during transit
Management of domain name system records
Increased network speed and bandwidth
ExplanationSSL/TLS encrypts the connection between a client and a server, ensuring that data remains confidential and tamper-proof.
=AVERAGE.IF(A1:A10, "<>N/A")
=AVERAGEIFS(A1:A10, "N/A")
=AVERAGEIF(A1:A10, "<>N/A")
=AVERAGE(A1:A10)
ExplanationThe AVERAGEIF function allows specifying a criterion (in this case, 'not equal to N/A') to calculate the average only for valid numeric cells.
FTP
IMAP
SMTP
POP3
ExplanationIMAP (Internet Message Access Protocol) allows users to access and manage emails on the server, which is useful for multiple devices.
Application Layer
Data Link Layer
Transport Layer
Network Layer
ExplanationThe Transport Layer (TCP/UDP) handles segmentation, reassembly, and flow control using connection identifiers like port numbers.
Dynamic Host Configuration Protocol (DHCP)
Internet Control Message Protocol (ICMP)
Address Resolution Protocol (ARP)
Transmission Control Protocol (TCP)
ExplanationARP facilitates local network communication by resolving the physical hardware address (MAC) corresponding to a known IP address.
COUNTBL(),
NUMCOUNT()
COUNTA(),
COUNT(),
ExplanationThe COUNT function specifically counts cells that contain numbers. COUNTA counts all non-empty cells.
Bibliography
Mail Merge
Templates
Track Changes
ExplanationMail Merge automates the creation of multiple personalized documents using a main document and a data source.
Bar Chart
Scatter Chart
Line Graph
Pie Chart
ExplanationScatter charts plot individual data points, making them ideal for visualizing the relationship and trend (correlation) between two numerical variables.
Header/Footer
Table of Contents
Watermark
Style Sets
ExplanationStyle Sets allow users to define and apply consistent formatting rules (e.g., Heading 1, Body Text) across the entire document, maintaining professional uniformity.
SUMA
COUNT
COUNTA
COUNTIF
ExplanationCOUNTA counts cells with any type of data (numbers, text, errors), while COUNT only counts numbers.
Slide Master
Triggers
Hyperlinking
Animations
ExplanationTriggers allow specific animations or actions to be executed only when a corresponding object or click occurs.
COUNT
COUNTA
NUMCOUNT
NONBLANK
ExplanationCOUNTA counts all non-empty cells (text, numbers, errors), while COUNT only counts cells with numeric values.
Ctrl + U
Ctrl + Shift + X
Ctrl + Shift + Minus
Ctrl + D
ExplanationWhile standard shortcuts vary, Ctrl + Shift + X (or the dedicated format menu) is the most direct method to toggle the strikethrough formatting in recent versions of Word.
COUNTIF
SUMIF
COUNTIFS
AVERAGEIF
ExplanationCOUNTIFS allows counting based on multiple criteria applied to different ranges of cells.
Styles and Templates
Track Changes
Header/Footer
Watermark
ExplanationStyles and Templates are used to define and maintain the structural consistency (formatting, fonts, headings) throughout a document.
To add animations to individual text boxes on every slide.
To apply global formatting (fonts, colors, layout) consistently across all slides.
To convert the entire presentation into a searchable PDF document.
To embed videos and audio files that cannot be edited.
ExplanationThe Master Slide view allows you to change the fundamental design elements, such as backgrounds, fonts, and placeholders, ensuring uniform branding across the entire presentation.
POP3
SMTP
IMAP
FTP
ExplanationIMAP (Internet Message Access Protocol) is the standard protocol for synchronizing emails across multiple devices, keeping the messages available on the server. POP3 typically downloads and removes emails from the server.
SUM()
AVERAGE()
COUNT()
MEAN()
ExplanationThe AVERAGE() function is specifically designed to calculate the arithmetic mean (average) of the given numbers in a range.
DAY()
DATEVALUE()
TEXT()
MONTH()
ExplanationThe MONTH() function is specifically used to retrieve the month (as a number 1-12) from a valid date value.
SMTP
HTTP
IMAP
POP3
ExplanationSMTP (Simple Mail Transfer Protocol) is the standard protocol used for sending and routing emails across network boundaries.
Ctrl + X
Ctrl + Z
Ctrl + A
Ctrl + Y
ExplanationCtrl + Z is the universally accepted shortcut command for undoing the most recently executed action.
Slide Master
Animation Pane
Notes Master
Slide Layout View
ExplanationThe Slide Master view allows users to apply consistent changes to the design, formatting, and background elements (like logos and slide numbers) of all slides in the presentation at once.
HTTP
FTP
SFTP
HTTPS
ExplanationSFTP (SSH File Transfer Protocol) is specifically designed to provide secure, encrypted file transfer over insecure networks.
Hub
Switch
Repeater
Router
ExplanationA router operates at Layer 3 (Network Layer) and uses IP addresses to determine the best path for forwarding data packets between separate networks.
HTTPS
HTTP
SMTP
FTP
ExplanationHTTPS (Hypertext Transfer Protocol Secure) uses SSL/TLS encryption, ensuring that data transmitted over the web is confidential and secure.
TLS (Transport Layer Security)
PGP (Pretty Good Privacy)
SPF (Sender Policy Framework)
DMARC (Domain-based Message Authentication, Reporting, and Conformance)
ExplanationPGP is an end-to-end encryption standard used to encrypt the message content itself, ensuring confidentiality.
Dividing the total sum by the average value of the range.
Calculating the sum of the range divided by the sum of the range.
Calculating the sum of the range and subtracting the average.
Finding the ratio between the sum and the average value.
ExplanationThe formula calculates the sum of cells A1 through A5, and then divides that total sum by the average value of the same cells.
Broadcast Copy; it is used for sending mass emails to all contacts simultaneously.
Bulk Contact Center; it is a directory service used only by corporate email systems.
Blind Carbon Copy; it sends copies of the email without visible recipients.
Best Copy; it ensures the recipient receives the highest quality version of the attachment.
ExplanationBCC sends copies discreetly, preventing recipients listed in the 'To' or 'CC' fields from knowing their addresses.

Frequently Asked Questions

Are these Computer — Computer Fundamentals (Hardware & Software) MCQs free?

Yes. Every Computer — Computer Fundamentals (Hardware & Software) MCQ on this page is free to practice, including the correct answer and explanation.

Do these include past-paper questions?

Yes — questions sourced from past papers are clearly marked with a "Past Paper" badge, alongside fresh practice questions.

Which exams do these Computer — Computer Fundamentals (Hardware & Software) MCQs help with?

They are aimed at FIA and related Pakistani competitive exams that test Computer — Computer Fundamentals (Hardware & Software).

How should I practice subject-wise MCQs?

Attempt each question first, then reveal the answer and read the explanation. Short, focused sessions on one subject work better than long unstructured reading.

We use cookies

We use essential cookies to keep the platform running and analytics cookies to understand usage. You can accept or reject analytics and advertising cookies.