All Subjects
FIA43 Questions

Computer MCQs

Practice Computer 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.

Memory Allocator
File System Manager
Device Driver Manager
Process Scheduler
ExplanationThe Process Scheduler selects and assigns CPU time slices to processes to ensure fair resource sharing among running tasks.
Ctrl + Space
Ctrl + Shift + P
Ctrl + U
Ctrl + Z
ExplanationCtrl + Space is the dedicated shortcut to remove manual formatting (like explicit font sizing or paragraph spacing) and reset it to the style definition.
=AVERAGE(A1:A10)
=AVERAGE.IF(A1:A10, "<>N/A")
=AVERAGEIFS(A1:A10, "N/A")
=AVERAGEIF(A1:A10, "<>N/A")
ExplanationThe AVERAGEIF function allows specifying a criterion (in this case, 'not equal to N/A') to calculate the average only for valid numeric cells.
To monitor and manage running applications and system resources.
To change the computer's display resolution and monitor settings.
To manage user accounts and set global system policies.
To recover deleted files and restore previous system states.
ExplanationTask Manager allows users to view, manage, and terminate problematic programs and analyze resource usage (CPU, Memory, Network).
Transition Effects
Slide Show Timing
Animation Pane
Custom Slide Show
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.
ifconfig
top
ls -l
pwd -a
ExplanationThe 'top' command provides a dynamic, real-time view of system resources and running processes, essential for system monitoring.
COUNTIFS
COUNTA
COUNTBLANK
COUNTIF
ExplanationCOUNTIF specifically counts cells that satisfy a single condition, making it ideal for criterion-based counting.
To determine which process should receive CPU time next.
To manage the physical memory allocation between processes.
To handle the graphical user interface (GUI) rendering.
To permanently store all user files and system data.
ExplanationThe scheduler is responsible for allocating CPU time to competing processes efficiently, managing multi-tasking.
Linux does not require administrator passwords for basic user operations.
Linux uses a kernel architecture that is inherently modular and open-source, unlike Windows.
Windows offers superior hardware compatibility across all peripheral devices.
Windows exclusively supports GUI interfaces, limiting its console functionality.
ExplanationLinux's modular, open-source kernel structure allows for extensive customization and transparency, which is its core architectural advantage over Windows.
COUNTIF
COUNTA
COUNTBLANK
SUMIF
ExplanationCOUNTIF specifically counts cells that meet a defined single criterion, making it ideal for range checking.
CLEAN function
LEN function
VALUE function
TRIM function
ExplanationThe TRIM function removes excess spaces from text strings, ensuring data purity in the specified cells.
SUMIF
COUNTIF
COUNTALL
COUNTA
ExplanationCOUNTIF counts cells based on one specified condition, making it ideal for criterion-based counting.
lsof -i
ps aux
top
df -h
ExplanationThe 'top' command offers a dynamic, real-time view of system resource consumption, including CPU load and memory usage, making it the most comprehensive monitoring tool.
Design Theme
Animation Pane
Notes Pane
Slide Master
ExplanationSlide Master allows users to modify the core layout and formatting of the entire presentation template.
Watermark feature for branding the document
Style Gallery for basic text formatting
Table of Contents (TOC) generated with Heading Styles
Find and Replace function for consistent spelling
ExplanationUsing Heading Styles (Heading 1, Heading 2, etc.) allows Word to automatically build a dynamically updated Table of Contents.
SUMIF
COUNTA
COUNTALL
COUNTIF
ExplanationCOUNTIF counts cells based on a single specified criterion (e.g., counting 'Pass' values).
Cross-Referencing
Index Generation
Track Changes
Mail Merge
ExplanationMail Merge automates the process of merging a standardized document template with variable data fields.
Rehearse Timings
Speaker Notes
Slide Master
Custom Animation
ExplanationRehearse Timings records the time spent on each slide, synchronizing the presentation for practice or delivery.
Manually applying font size and bold formatting throughout
Using Heading Styles and Table of Contents feature
Inserting section breaks between every chapter
Applying the same character spacing to all paragraphs
ExplanationHeading Styles automatically structure the document, enabling dynamic and consistent table generation.
COUNTIF
AVERAGEIF
SUMIF
COUNTIFS
ExplanationCOUNTIF counts cells based on a single condition, making it suitable for simple criterion checks.
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.
To insert custom animations and transitions between slides.
ExplanationThe Slide Master controls the overall design template, ensuring consistent branding and formatting across the entire presentation.
ifconfig -a
netstat -l
ip a
ip addr show
ExplanationWhile 'ip a' and 'ifconfig -a' are used, 'ip addr show' is the modern and recommended utility in newer Linux distributions for detailed IP configuration viewing.
To serve as the Graphical User Interface (GUI) layer for user interaction.
To manage hardware resources and provide core services to applications.
To allow remote connectivity and network browsing only.
To store user-created data and configuration settings.
ExplanationThe kernel is the core component of an OS, mediating between the hardware and the application software.
df -h
chmod -v
fsck
mount
ExplanationThe fsck (file system check) utility is designed to examine and fix inconsistencies within the structure of the filesystem.
top -u
vmstat -s
df -h
free -h
ExplanationThe 'free -h' command provides a clear, human-readable summary of all available and used system memory.
Managing user passwords and creating new local accounts.
Viewing system resources and managing running applications/processes.
Changing the system's graphical user interface theme and wallpaper.
Restoring the operating system to a previous state after a failure.
ExplanationThe Task Manager monitors system performance and allows users to view, manage, and terminate processes and resource usage.
Kernel Scheduling
Multi-processing
Memory Virtualization
Time-sharing
ExplanationTime-sharing is the technique that rapidly switches CPU execution between different tasks, giving the illusion of simultaneous execution.
SUM(criteria1, criteria2)
AGGREGATE(function, [..., omitted], [..., omitted], data_array)
COUNTIFS(range1, criteria1, range2, criteria2)
SUMIFS(sum_range, criteria_range1, criteria1, criteria_range2, criteria2)
ExplanationThe SUMIFS function is specifically designed to sum values based on multiple criteria (e.g., Region = Punjab AND Sales > 50,000).
Mail Merge
Track Changes feature
Using Styles and Themes
Templates Gallery
ExplanationMail Merge is specifically designed to combine a main document (like a letter) with a data source (like an Excel sheet) to generate personalized bulk documents.
Kernel Module Loader
Memory Management Unit (MMU)
Process Scheduler
File System Driver
ExplanationThe MMU translates virtual addresses to physical addresses, which is the core mechanism that provides isolation and prevents memory conflicts between processes.
Ctrl + Z
Ctrl + X
Ctrl + A
Ctrl + Y
ExplanationCtrl + Z is the universally accepted shortcut command for undoing the most recently executed action.
Slideshow Show
Animation Pane
Slide Master
Presenter View
ExplanationThe feature described is 'Custom Show', which allows the user to select and display specific, non-sequential slides. None of the listed options (A, B, C, D) correctly identify this functionality.
chmod u+rw,g+rw,o- filename
chmod u=rw,g=rw,o= filename
chmod 660 filename
chmod 770 filename
ExplanationThe symbolic mode (u=rw, g=rw, o=) explicitly sets the desired permissions: owner (u) read/write, group (g) read/write, and others (o) no permissions.
SUMIF
COUNTIFS
COUNTIF
AVERAGEIF
ExplanationCOUNTIFS is the function used to count cells that satisfy multiple specified criteria across different ranges.
ls -l
chmod
chown
mv
ExplanationThe 'chmod' command changes file permissions (read, write, execute) for different users, while 'chown' changes the owner of the file.
Slide Master
Animations
Hyperlinking
Triggers
ExplanationTriggers allow specific animations or actions to be executed only when a corresponding object or click occurs.
Slide Layout View
Animation Pane
Notes Master
Slide Master
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.
Conditional Formatting
Data Validation
Named Range
VLOOKUP function
ExplanationNamed Range allows you to assign a descriptive name to a specific cell or range of cells. This name can then be used in formulas across different sheets, ensuring that if the source data changes, the calculation automatically updates consistently.
Mail Merge
Styles Pane
Header and Footer
Track Changes
ExplanationThe Styles Pane allows the user to define, apply, and modify predefined formatting (like Heading 1, Normal) consistently throughout the entire document.
Motion Path
Custom Slide Show
Transition Tab
Animation Pane
ExplanationTransitions control how one slide leaves the view and the next slide enters it, while Animations control the movement of specific objects *on* a single slide.
Copy and Paste Special (Keep Source Formatting)
Linking the Object
Pasting as Picture
Embedding the Sheet
ExplanationLinking the object creates a dynamic connection. Any change to the original Excel file will automatically update the linked visualization in PowerPoint.
It provides a comprehensive, classic interface for managing system hardware and software settings.
Its use is deprecated in modern Windows versions and should not be used.
It is an outdated interface that cannot access modern network settings.
It is restricted only to advanced system administrators.
ExplanationThe Control Panel offers a traditional, deep, and comprehensive set of tools for managing various aspects of the OS, while Settings aims for a more modern, streamlined user experience.
COUNTA
NUMCOUNT
COUNT
COUNTALL
ExplanationThe COUNT function specifically counts cells containing numerical values. COUNTA counts non-empty cells, and COUNTALL counts all non-empty cell types.

Frequently Asked Questions

Are these Computer MCQs free?

Yes. Every Computer 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 MCQs help with?

They are aimed at FIA and related Pakistani competitive exams that test Computer.

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.