👁 Preview — flashcards and revision are unlocked. Tracking which cards you've reviewed needs a subscription. Unlock all · ₹4,999
← Back to Computer Fundamentals and OS
Revise mode

Control Panel and System Settings

Subtopic mindmap

Quick recall · 633 cards

Short MCQ-style retrieval prompts. Tap a card to reveal the answer.
PYQ Tap to reveal →
What was the name of the first computer designed by Charles Babbage?
A · Analytical Engine
PYQ Tap to reveal →
Which was the first electronics digital programmable computing device?
C · Colossus
PYQ Tap to reveal →
What technology was used in the first generation of computers?
C · Vacuum Tubes
PYQ Tap to reveal →
Which generation of computers introduced integrated circuits?
C · Third
PYQ Tap to reveal →
UNIVAC stands for __________.
D · Universal Automatic Computer
PYQ Tap to reveal →
What major technological development characterized the second generation of computers?
B · Transistors
PYQ Tap to reveal →
Which computers used vacuum tubes?
A · First generation
PYQ Tap to reveal →
Joe needs to add a new hard drive to his desktop computer. What component does he need to check has a free connector and enough power supply?
A · A. PSU
PYQ Tap to reveal →
A user named Monika wants to upgrade the memory in her laptop. What type of memory will she need?
B · B. SODIMM
PYQ Tap to reveal →
You want to upgrade your computer to give it a faster boot time and more space for your files. Which component should you upgrade?
C · C. SSD
PYQ Tap to reveal →
What is the name of the component that controls communication between the processor and memory?
B · B. Chipset
PYQ Tap to reveal →
What hardware defines a computer?
B · B. CPU and memory
PYQ Tap to reveal →
Which central processing unit (CPU) component makes logical decisions?
D · D. Arithmetic logic unit (ALU)
PYQ Tap to reveal →
Which of the following is designed to control the operations of a computer? A) Application Software B) System Software C) Utility Software D) User
B · System Software
PYQ Tap to reveal →
Which of the following is not an example of system software? A) Operating System B) Compiler C) Word Processor D) Assembler
C · Word Processor
PYQ Tap to reveal →
___________________ is designed to solve a specific problem or to do a specific task. A) System Software B) Application Software C) Utility Software D) Device Driver
B · Application Software
PYQ Tap to reveal →
A version of Windows that utilized a different GUI scheme from the versions previous to it was:
B · Windows 8
PYQ · 2020 Tap to reveal →
In a GUI-based operating system, the graphical user interface is based on:
B · Windows, Icons, Menus
PYQ Tap to reveal →
Which type of interface does the Windows operating system have?
A · GUI
PYQ Tap to reveal →
What program runs first after a computer is booted and loading GUI?
C · Windows Explorer
PYQ Tap to reveal →
What is the difference between a file and a folder?
B · A folder is where the documents are stored and a file is a document
PYQ Tap to reveal →
When we delete a file, it moves to:
A · (a) Recycle Bin
PYQ Tap to reveal →
How can you create a subfolder within an existing folder in a computer system?
C · By right-clicking on the existing folder, selecting 'New', and then choosing 'Folder'
PYQ Tap to reveal →
What is a folder inside another folder called?
C · Subfolder
A folder nested inside another folder is termed a subfolder or subdirectory. This hierarchical structure allows for systematic organization of files. Option C is accurate.[5]
PYQ Tap to reveal →
What are some best practices for organizing documents within folders for easy access and retrieval?
C · Using clear and descriptive folder names, creating subfolders, and using a consistent naming convention for files
Best practices include using descriptive names, subfolders, and consistent naming to enable quick location and retrieval of files. Option C lists these key practices.[2]
PYQ Tap to reveal →
Write True or False: To arrange the files systematically we required more than one folder.
A · True
Multiple folders, including subfolders, are necessary for systematic arrangement of files by category, date, or type. The statement is true as confirmed in the source.[1]
PYQ Tap to reveal →
In MS Word, the shortcut CTRL + Y is used for _______.
B · B) Redo the last action
PYQ Tap to reveal →
Which shortcut key is used to undo the last action?
A · A) Ctrl + Z
PYQ Tap to reveal →
To redo an action, which shortcut is used?
B · B) Ctrl + Y
PYQ Tap to reveal →
Which shortcut key is used to cut selected text or items?
C · C) Ctrl + X
PYQ Tap to reveal →
Which shortcut key is used to select all items in Windows Explorer?
B · B) Ctrl + A
PYQ Tap to reveal →
Which is the shortcut key to make a text bold?
D · D) Ctrl + B
PYQ Tap to reveal →
What is the shortcut key to lock your desktop?
C · C) Windows key + L
PYQ Tap to reveal →
What is the shortcut key to delete one character to the left?
C · C) Press Backspace
PYQ Tap to reveal →
What is the shortcut key used to move the cursor one word to the right side?
C · C) Ctrl + Right arrow key
PYQ Tap to reveal →
What is the shortcut key used to open a new document?
D · D) Ctrl + N
PYQ Tap to reveal →
Which keyboard shortcut opens the clipboard history in Windows 10 and later?
A · A) Windows + V
PYQ Tap to reveal →
What is the function of the F5 key?
C · C) To refresh or reload the current page
PYQ Tap to reveal →
What is the function of the F2 key?
B · B) To rename a selected file or folder
PYQ Tap to reveal →
What is the function of the F7 key?
B · B) To spell-check and grammar check
PYQ Tap to reveal →
What is the function of the F11 key?
B · B) To enter and exit full screen in web browsers
PYQ Tap to reveal →
Which shortcut key is used to paste copied text or items?
A · A) Ctrl + V
PYQ Tap to reveal →
Which shortcut key is used to close a document?
B · B) Ctrl + W
PYQ Tap to reveal →
Which setting allows you to adjust how quickly or slowly the mouse pointer moves?
A · Pointer Options
PYQ Tap to reveal →
In the Control Panel, where can you find the settings for the screen saver?
C · Appearance and Personalization
PYQ Tap to reveal →
Is it possible to remove a program from your computer?
A · True
PYQ Tap to reveal →
What is the decimal value of binary 1010?
B · 10
PYQ Tap to reveal →
Convert binary 1111 to decimal.
C · 15
To convert binary 1111 to decimal: (1 × 2³) + (1 × 2²) + (1 × 2¹) + (1 × 2⁰) = (1 × 8) + (1 × 4) + (1 × 2) + (1 × 1) = 8 + 4 + 2 + 1 = 15 in decimal. Therefore, the correct answer is C (15).
PYQ Tap to reveal →
Binary 100101 is equal to what decimal number?
C · 37
PYQ Tap to reveal →
What is the hexadecimal equivalent of decimal 255?
B · FF
PYQ Tap to reveal →
Which of the following is the correct binary representation of decimal 18?
A · 10010
PYQ Tap to reveal →
What is the octal equivalent of decimal 64?
A · 100
PYQ Tap to reveal →
How many values can be represented by a single byte?
D · D) 256
PYQ Tap to reveal →
If the patterns 101 and 1 represent values in binary notation, what is the binary representation of their sum?
C · C) 111
PYQ Tap to reveal →
Which of the following best describes the NOR operation? The result of applying NOR to two bits is 1 when:
B · B) At least one bit is 0
PYQ Tap to reveal →
Identify the result of a logical shift left by 2 when applied to 00011011.
C · C) 00101100
Question bank Tap to reveal →
Who is known as the 'Father of the Computer' for designing the Analytical Engine?
A · Charles Babbage
Charles Babbage designed the Analytical Engine, which is considered the first concept of a general-purpose computer.
Question bank Tap to reveal →
Which device is considered the first mechanical calculator invented in the 17th century?
A · Pascaline
The Pascaline, invented by Blaise Pascal, was the first mechanical calculator capable of addition and subtraction.
Question bank Tap to reveal →
During which period was the first electronic digital computer, ENIAC, developed?
B · 1940s
ENIAC was developed in the 1940s and was the first general-purpose electronic digital computer.
Question bank Tap to reveal →
Which invention marked the beginning of the third generation of computers?
C · Integrated Circuits
The third generation of computers started with the use of integrated circuits, which allowed more compact and efficient machines.
Question bank Tap to reveal →
Which generation of computers primarily used vacuum tubes as their main technology?
A · First Generation
First generation computers used vacuum tubes for circuitry and magnetic drums for memory.
Question bank Tap to reveal →
Which of the following is NOT a characteristic of second generation computers?
C · Used integrated circuits
Integrated circuits were introduced in the third generation, not the second generation.
Question bank Tap to reveal →
Which generation of computers introduced the use of microprocessors?
C · Fourth Generation
The fourth generation of computers introduced microprocessors, which integrated the CPU on a single chip.
Question bank Tap to reveal →
Which of the following is a limitation of first generation computers?
B · Large size and high power consumption
First generation computers were large, consumed a lot of power, and generated much heat due to vacuum tubes.
Question bank Tap to reveal →
Which type of computer is designed primarily for scientific calculations and complex simulations?
C · Supercomputer
Supercomputers are designed for high-speed scientific calculations and simulations.
Question bank Tap to reveal →
Which type of computer is typically used by large organizations for bulk data processing?
B · Mainframe
Mainframe computers are used by large organizations for bulk data processing and transaction management.
Question bank Tap to reveal →
Which of the following is NOT a type of computer classified by size and purpose?
C · Quantum Computer
Quantum computers are a different classification based on technology, not size and purpose as per traditional classification.
Question bank Tap to reveal →
Which inventor is credited with developing the first programmable digital computer called Z3?
B · Konrad Zuse
Konrad Zuse developed the Z3, the first programmable digital computer, in 1941.
Question bank Tap to reveal →
Who proposed the concept of a universal computing machine, now known as the Turing Machine?
B · Alan Turing
Alan Turing proposed the concept of a universal computing machine in 1936.
Question bank Tap to reveal →
Which milestone is associated with the invention of the transistor?
B · Start of second generation computers
The invention of the transistor marked the beginning of the second generation of computers.
Question bank Tap to reveal →
Which technology was introduced during the third generation of computers?
C · Integrated Circuits
Integrated Circuits were introduced in the third generation, replacing transistors.
Question bank Tap to reveal →
Which technology is primarily used in the fourth generation of computers?
D · Microprocessors
Microprocessors integrated the CPU on a single chip and are the hallmark of fourth generation computers.
Question bank Tap to reveal →
Which of the following technologies was NOT used in any generation of computers?
C · Quantum dots
Quantum dots are a nanotechnology concept and have not been used as a primary technology in traditional computer generations.
Question bank Tap to reveal →
Which of the following is a key limitation of third generation computers?
C · High cost of integrated circuits
Though integrated circuits improved performance, their initial cost was high, limiting widespread use.
Question bank Tap to reveal →
Which generation of computers is characterized by the use of Artificial Intelligence and parallel processing?
C · Fifth Generation
Fifth generation computers focus on AI, natural language processing, and parallel processing.
Question bank Tap to reveal →
Which classification of computers is known for being portable and used by individuals?
C · Microcomputer
Microcomputers, including desktops and laptops, are designed for individual use and portability.
Question bank Tap to reveal →
Which type of computer is generally used for real-time processing in industries and embedded systems?
B · Embedded Computer
Embedded computers are designed for specific control functions within larger systems, often in real-time.
Question bank Tap to reveal →
Which operating system evolution corresponds to the introduction of batch processing in early computers?
B · Batch processing OS
Batch processing operating systems were used in early computers to process jobs in batches without user interaction.
Question bank Tap to reveal →
Which type of operating system allows multiple users to access the computer resources simultaneously?
B · Time-sharing OS
Time-sharing operating systems enable multiple users to share system resources concurrently.
Question bank Tap to reveal →
Which operating system evolution is closely linked with the development of fourth generation computers?
C · Graphical User Interface (GUI) OS
Fourth generation computers saw the rise of GUI-based operating systems, improving user interaction.
Question bank Tap to reveal →
Which of the following is NOT a characteristic of supercomputers?
C · Designed for individual personal use
Supercomputers are not designed for personal use; they are used for specialized scientific and engineering tasks.
Question bank Tap to reveal →
Which of the following is a key milestone associated with John von Neumann?
B · Concept of stored-program computer
John von Neumann proposed the stored-program concept, fundamental to modern computer architecture.
Question bank Tap to reveal →
Who is credited with inventing the Analytical Engine, considered the first concept of a general-purpose computer?
A · Charles Babbage
Charles Babbage designed the Analytical Engine in the 1830s, which is regarded as the first concept of a programmable general-purpose computer.
Question bank Tap to reveal →
Which device is considered the first electronic digital programmable computer?
A · ENIAC
ENIAC (Electronic Numerical Integrator and Computer) was the first general-purpose electronic digital programmable computer, completed in 1945.
Question bank Tap to reveal →
During which period did the third generation of computers primarily develop?
C · 1960s to 1970s
The third generation of computers developed mainly during the 1960s to 1970s, characterized by the use of integrated circuits.
Question bank Tap to reveal →
Which of the following was NOT a significant factor in the evolution of early computers before the first generation?
B · Vacuum tubes
Vacuum tubes were a key technology in first-generation computers, not before them. Earlier devices used mechanical parts, punch cards, and electromechanical relays.
Question bank Tap to reveal →
Which technology was predominantly used in the second generation of computers?
B · Transistors
Second-generation computers used transistors, which were smaller, faster, and more reliable than vacuum tubes.
Question bank Tap to reveal →
Which generation of computers introduced the use of integrated circuits?
C · Third generation
The third generation of computers used integrated circuits, which allowed for greater miniaturization and efficiency.
Question bank Tap to reveal →
Which of the following is a characteristic feature of fourth-generation computers?
B · Use of microprocessors
Fourth-generation computers are characterized by the use of microprocessors, which integrate the CPU on a single chip.
Question bank Tap to reveal →
Which generation of computers is known for the introduction of artificial intelligence and parallel processing?
C · Fifth generation
Fifth-generation computers focus on AI, natural language processing, and parallel processing technologies.
Question bank Tap to reveal →
Which of the following is NOT a type of computer based on size and power?
D · Quantum computer
Quantum computers are a separate category based on technology, not size or power classification like supercomputers or mainframes.
Question bank Tap to reveal →
Which type of computer is typically used for large-scale scientific calculations and weather forecasting?
B · Supercomputer
Supercomputers are designed for complex scientific computations and simulations such as weather forecasting.
Question bank Tap to reveal →
Which computer type is best suited for small businesses requiring moderate computing power?
C · Minicomputer
Minicomputers serve medium-sized businesses with moderate processing needs, bridging the gap between mainframes and personal computers.
Question bank Tap to reveal →
Which key technology was introduced in the first generation of computers?
A · Vacuum tubes
Vacuum tubes were the primary technology used in first-generation computers for circuitry and switching.
Question bank Tap to reveal →
What was the main advantage of using transistors over vacuum tubes in computers?
B · Smaller size and lower power consumption
Transistors were smaller, consumed less power, generated less heat, and were more reliable than vacuum tubes.
Question bank Tap to reveal →
Which technology enabled the miniaturization of computers during the third generation?
C · Integrated circuits
Integrated circuits combined multiple transistors on a single chip, enabling smaller and more efficient computers.
Question bank Tap to reveal →
Which technology is the foundation of modern fourth-generation computers?
D · Microprocessors
Microprocessors integrate the CPU on a single chip, forming the basis of fourth-generation computers.
Question bank Tap to reveal →
Who developed the first programmable digital computer called Z3 in 1941?
B · Konrad Zuse
Konrad Zuse developed the Z3, the first programmable digital computer, in 1941 in Germany.
Question bank Tap to reveal →
Which computer was the first commercially available electronic digital computer?
B · UNIVAC I
UNIVAC I was the first commercially produced electronic digital computer, delivered in 1951.
Question bank Tap to reveal →
John von Neumann is best known for which fundamental computer concept?
A · Stored program architecture
John von Neumann proposed the stored program concept, where instructions and data are stored in memory.
Question bank Tap to reveal →
Which computer type is characterized by high speed, large storage, and used mainly by large organizations for bulk data processing?
B · Mainframe computer
Mainframe computers are large, powerful systems used by large organizations for bulk processing tasks.
Question bank Tap to reveal →
Which type of computer is commonly used for personal tasks such as word processing and internet browsing?
D · Personal computer
Personal computers are designed for individual use and are suitable for everyday tasks.
Question bank Tap to reveal →
Which characteristic is typical of supercomputers?
C · Used for complex scientific calculations
Supercomputers have extremely high processing speeds and are used for complex scientific and engineering calculations.
Question bank Tap to reveal →
Which of the following best explains why the first generation computers were limited to batch processing and did not support interactive operating systems?
A · Hardware limitations like slow input/output devices and lack of memory management prevented interactive OS.
Question bank Tap to reveal →
What is the primary purpose of system software?
B · To manage hardware and provide a platform for application software
System software manages hardware resources and provides a platform for running application software.
Question bank Tap to reveal →
Which of the following best defines system software?
B · Software that controls and operates computer hardware
System software controls and operates computer hardware and provides a platform for application software.
Question bank Tap to reveal →
Which of the following is NOT a function of system software?
C · Editing videos and images
Editing videos and images is typically done by application software, not system software.
Question bank Tap to reveal →
Which of the following is a type of system software?
A · Operating System
Operating System is a type of system software that manages hardware and software resources.
Question bank Tap to reveal →
Which of the following is NOT a type of system software?
D · Antivirus Application
Antivirus applications are application software, not system software.
Question bank Tap to reveal →
Which system software is responsible for translating high-level programming code into machine code?
C · Language Translator
Language Translators such as compilers and interpreters convert high-level code into machine code.
Question bank Tap to reveal →
Which of the following is a utility program?
A · Disk Defragmenter
Disk Defragmenter is a utility program used to optimize disk performance.
Question bank Tap to reveal →
Which of the following device drivers is essential for printing documents?
A · Printer Driver
Printer drivers allow the operating system to communicate with the printer hardware.
Question bank Tap to reveal →
Which of the following is NOT a primary function of an operating system?
D · Creating multimedia content
Creating multimedia content is done by application software, not the operating system.
Question bank Tap to reveal →
Which of the following is NOT a type of operating system?
C · Utility Operating System
Utility Operating System is not a recognized type; utility programs are separate from OS types.
Question bank Tap to reveal →
Which operating system type is designed to process data as it comes in, typically used in critical systems?
B · Real-Time Operating System
Real-Time Operating Systems process data immediately and are used in critical applications like medical systems.
Question bank Tap to reveal →
Which function of the operating system manages the execution of multiple programs simultaneously?
C · Process Management
Process management handles the execution and scheduling of multiple programs.
Question bank Tap to reveal →
Which of the following is an example of a distributed operating system?
C · Amoeba
Amoeba is an example of a distributed operating system that manages a group of independent computers.
Question bank Tap to reveal →
What is the main purpose of application software?
C · To help users perform specific tasks
Application software helps users perform specific tasks like word processing or browsing the internet.
Question bank Tap to reveal →
Which of the following best describes application software?
B · Software designed for specific user tasks
Application software is designed to help users perform specific tasks.
Question bank Tap to reveal →
Which of the following is NOT a purpose of application software?
B · Managing hardware devices
Managing hardware devices is the role of system software, not application software.
Question bank Tap to reveal →
Which of the following is an example of general-purpose application software?
A · Microsoft Word
Microsoft Word is a general-purpose application used for word processing.
Question bank Tap to reveal →
Which type of application software is developed for a specific industry or task?
B · Specialized Software
Specialized software is designed for specific industries or tasks.
Question bank Tap to reveal →
Custom software is best described as:
B · Software designed for a specific user or organization
Custom software is developed specifically to meet the needs of a particular user or organization.
Question bank Tap to reveal →
Which of the following is an example of specialized application software?
A · Adobe Photoshop
Adobe Photoshop is specialized software used for image editing.
Question bank Tap to reveal →
Which of the following is a key difference between system software and application software?
B · System software manages hardware and provides platform; application software performs user tasks
System software manages hardware and provides a platform, while application software performs specific user tasks.
Question bank Tap to reveal →
Which of the following statements is true regarding system software and application software?
B · System software is necessary for application software to function
System software is essential as it manages hardware and provides services for application software.
Question bank Tap to reveal →
Which of the following is an analytical difference between system and application software?
B · System software operates in the background; application software interacts directly with users
System software generally operates in the background, while application software interacts directly with users.
Question bank Tap to reveal →
Which of the following is an example of popular system software?
A · Windows 11
Windows 11 is a widely used operating system, which is system software.
Question bank Tap to reveal →
Which of the following is an example of popular application software?
B · Microsoft Excel
Microsoft Excel is a popular application software used for spreadsheets.
Question bank Tap to reveal →
Which of the following software pairs correctly matches system software with application software?
A · Ubuntu and VLC Media Player
Ubuntu is system software (OS), and VLC Media Player is application software.
Question bank Tap to reveal →
Which of the following is the first step in software installation?
B · Downloading the software package
Downloading the software package is the initial step before running the installer.
Question bank Tap to reveal →
Which of the following is NOT a typical reason to update software?
C · Increasing hardware requirements
Increasing hardware requirements is not a reason for software updates; updates aim to improve compatibility and performance.
Question bank Tap to reveal →
Which of the following is the best practice before installing new software?
B · Checking system requirements
Checking system requirements ensures the software will run properly on the computer.
Question bank Tap to reveal →
Which of the following is a common method to update software?
A · Manual download and installation
Manual download and installation of updates is a common method to keep software current.
Question bank Tap to reveal →
If an application software is not responding, what is the first basic troubleshooting step?
A · Restart the computer
Restarting the computer often resolves temporary software issues.
Question bank Tap to reveal →
Which of the following tools can help diagnose software problems on a computer?
A · Task Manager
Task Manager helps monitor and manage running applications and processes, useful for troubleshooting.
Question bank Tap to reveal →
If a software update causes issues, which of the following is a recommended troubleshooting step?
A · Roll back to the previous version
Rolling back to a previous stable version can resolve issues caused by problematic updates.
Question bank Tap to reveal →
Which of the following is the most appropriate action if an application crashes frequently?
A · Check for software updates
Checking for and installing software updates can fix bugs causing crashes.
Question bank Tap to reveal →
Which of the following best describes system software?
B · Software that manages hardware and provides a platform for applications
System software manages hardware resources and provides a platform for running application software.
Question bank Tap to reveal →
What is the primary purpose of system software?
B · To control and coordinate hardware components
System software controls and coordinates hardware components to enable the computer to function.
Question bank Tap to reveal →
Which of the following is NOT a function of system software?
C · Performing word processing
Performing word processing is a function of application software, not system software.
Question bank Tap to reveal →
Which of the following is an example of utility software?
A · Disk defragmenter
Disk defragmenter is a utility software used to optimize disk performance.
Question bank Tap to reveal →
Which system software translates high-level programming code into machine code?
C · Language translator
Language translators such as compilers and interpreters convert high-level code into machine code.
Question bank Tap to reveal →
Which of the following is NOT a type of system software?
C · Database management system
Database management system is application software, not system software.
Question bank Tap to reveal →
Which system software component acts as an interface between hardware and user applications?
B · Operating system
The operating system provides an interface between hardware and user applications.
Question bank Tap to reveal →
Which system software is responsible for managing input and output devices?
A · Device driver
Device drivers control and manage communication between the OS and hardware devices.
Question bank Tap to reveal →
Which of the following is NOT a core function of an operating system?
C · Word processing
Word processing is an application software function, not an OS function.
Question bank Tap to reveal →
Which component of the operating system is responsible for managing the CPU's time among processes?
B · Process scheduler
The process scheduler allocates CPU time to different processes.
Question bank Tap to reveal →
Which operating system component handles the storage and retrieval of files?
B · File manager
File manager manages file storage, organization, and access.
Question bank Tap to reveal →
Which of the following is a security-related function of the operating system?
B · User authentication
User authentication ensures only authorized users can access the system.
Question bank Tap to reveal →
Which type of operating system processes jobs in groups without user interaction?
A · Batch operating system
Batch OS processes jobs in batches without user interaction.
Question bank Tap to reveal →
Which operating system type allows multiple users to share system resources simultaneously?
B · Time-sharing OS
Time-sharing OS allows multiple users to share resources concurrently.
Question bank Tap to reveal →
Which operating system type is designed for systems that require immediate processing and response?
B · Real-time OS
Real-time OS provides immediate processing for time-critical tasks.
Question bank Tap to reveal →
Which operating system type manages a collection of independent computers to appear as a single system?
B · Distributed OS
Distributed OS manages multiple independent computers as one system.
Question bank Tap to reveal →
Which of the following is an example of an embedded operating system?
B · RTOS in a microwave oven
Embedded OS is used in devices like microwave ovens for dedicated functions.
Question bank Tap to reveal →
Application software is primarily designed to:
B · Perform specific user-oriented tasks
Application software helps users perform specific tasks like word processing or data management.
Question bank Tap to reveal →
What is the main purpose of application software?
C · To help users complete specific tasks
Application software is designed to help users complete specific tasks.
Question bank Tap to reveal →
Which of the following is an example of general-purpose application software?
A · Spreadsheet software
Spreadsheet software is a general-purpose application used by many users for various tasks.
Question bank Tap to reveal →
Which type of application software is developed to meet the needs of a particular organization?
C · Custom-built software
Custom-built software is tailored to meet the specific requirements of an organization.
Question bank Tap to reveal →
Which of the following is NOT a type of application software?
C · Operating system
Operating system is system software, not application software.
Question bank Tap to reveal →
Which of the following is a key difference between system software and application software?
B · System software manages hardware; application software performs user tasks
System software manages hardware and system resources, while application software helps users perform tasks.
Question bank Tap to reveal →
Which statement correctly differentiates system software from application software?
C · System software provides a platform for application software to run
System software provides the environment in which application software operates.
Question bank Tap to reveal →
Which of the following is a HARD level question on differences between system and application software?
C · System software is essential for running hardware; application software depends on system software
System software is essential for hardware operation; application software depends on system software to function.
Question bank Tap to reveal →
Which of the following is an example of system software?
B · Linux kernel
Linux kernel is the core of the operating system, which is system software.
Question bank Tap to reveal →
Which of the following is an example of specialized application software?
A · AutoCAD for designing
AutoCAD is specialized software used for computer-aided design.
Question bank Tap to reveal →
Which software would you use to update the firmware of a printer?
A · Device driver
Device drivers facilitate communication and updates between hardware and the operating system.
Question bank Tap to reveal →
Which application software would be most suitable for managing a company’s payroll?
B · Custom-built payroll software
Custom-built payroll software is designed specifically to manage payroll tasks.
Question bank Tap to reveal →
What does GUI stand for in the context of operating systems?
A · Graphical User Interface
GUI stands for Graphical User Interface, which allows users to interact with electronic devices through graphical icons and visual indicators.
Question bank Tap to reveal →
Which of the following is NOT a feature of a GUI operating system?
B · Command-line interface only
A GUI operating system provides graphical elements like icons and windows; command-line interface only is characteristic of non-GUI or text-based OS.
Question bank Tap to reveal →
Which of the following best describes a key advantage of GUI over command-line interfaces?
B · Easier for beginners to use
GUIs are designed to be user-friendly and easier for beginners by providing visual elements instead of requiring memorization of commands.
Question bank Tap to reveal →
Which year was the first version of Microsoft Windows released?
A · 1985
Microsoft released the first version of Windows, Windows 1.0, in 1985.
Question bank Tap to reveal →
Which Windows version introduced the Start Menu for the first time?
A · Windows 95
The Start Menu was introduced in Windows 95 as a new way to access programs and settings.
Question bank Tap to reveal →
Which of the following best describes the evolution of Windows OS?
A · From text-based to graphical interface
Windows OS evolved from early text-based interfaces to fully graphical user interfaces with windows, icons, and menus.
Question bank Tap to reveal →
Which Windows edition is primarily designed for business and enterprise environments?
B · Windows Professional
Windows Professional editions include features tailored for business and enterprise use, such as domain join and group policy management.
Question bank Tap to reveal →
Which Windows version introduced the Cortana digital assistant?
C · Windows 10
Cortana was introduced as a digital assistant in Windows 10 to help users with voice commands and search.
Question bank Tap to reveal →
Which of the following Windows editions supports the longest-term servicing channel (LTSC) for stability and minimal updates?
B · Windows Enterprise LTSC
Windows Enterprise LTSC editions are designed for environments requiring long-term stability without frequent feature updates.
Question bank Tap to reveal →
Which component of the Windows desktop is used to launch applications and access system features quickly?
C · Start Menu
The Start Menu provides quick access to applications, settings, and system features.
Question bank Tap to reveal →
What is the primary function of the Windows Taskbar?
A · Display open applications and provide quick access
The Taskbar shows running applications and allows users to switch between them easily.
Question bank Tap to reveal →
Which Windows desktop component is used to represent files, folders, or applications visually?
A · Icons
Icons are graphical representations of files, folders, or applications on the desktop or in windows.
Question bank Tap to reveal →
Which feature allows you to pin frequently used applications to the Windows Taskbar for quick access?
A · Right-click and select 'Pin to Taskbar'
Right-clicking an application and selecting 'Pin to Taskbar' adds it to the Taskbar for quick launching.
Question bank Tap to reveal →
Which Windows desktop component is used to display notifications and system status icons?
A · System Tray
The System Tray (notification area) on the Taskbar shows notifications and system status icons like network, volume, and battery.
Question bank Tap to reveal →
Which Windows utility is used to browse and manage files and folders?
A · File Explorer
File Explorer is the Windows utility used to navigate, organize, and manage files and folders.
Question bank Tap to reveal →
What does the file extension '.exe' signify in Windows?
A · Executable program file
The '.exe' extension indicates an executable file that can run a program or application.
Question bank Tap to reveal →
Which option in File Explorer allows you to change the view of files (e.g., details, icons, list)?
A · View tab
The View tab in File Explorer provides options to change how files and folders are displayed.
Question bank Tap to reveal →
Which of the following file extensions is associated with a Microsoft Word document?
A · .docx
The '.docx' extension is used for Microsoft Word documents.
Question bank Tap to reveal →
Which feature in Windows Control Panel allows you to adjust system settings such as display, network, and sound?
D · All Control Panel items
The Control Panel provides access to all system settings, including display, network, and sound adjustments.
Question bank Tap to reveal →
Which Control Panel applet is used to uninstall or change installed programs?
A · Programs and Features
Programs and Features allows users to uninstall or modify installed software.
Question bank Tap to reveal →
Which Windows setting allows you to manage power options and sleep settings?
A · Power Options in Control Panel
Power Options in Control Panel lets you configure power plans and sleep settings for your PC.
Question bank Tap to reveal →
Which Control Panel feature allows you to add, remove, or manage user accounts on a Windows PC?
A · User Accounts
User Accounts in Control Panel is used to manage user profiles and permissions.
Question bank Tap to reveal →
Which type of user account in Windows has full administrative privileges?
A · Administrator
Administrator accounts have full control over system settings and software installations.
Question bank Tap to reveal →
Which Windows feature allows multiple users to have separate profiles on the same computer?
A · User Accounts
User Accounts enable multiple users to have individual settings and files on a shared PC.
Question bank Tap to reveal →
Which Windows account type has limited permissions and is intended for temporary or restricted use?
A · Guest
Guest accounts have limited access and are used for temporary users without the ability to change system settings.
Question bank Tap to reveal →
Which Windows accessory is a simple text editor primarily used for creating and editing plain text files?
A · Notepad
Notepad is a basic text editor used for editing plain text files without formatting.
Question bank Tap to reveal →
Which Windows accessory is used for basic arithmetic calculations?
A · Calculator
Calculator is a utility that performs arithmetic and scientific calculations.
Question bank Tap to reveal →
Which Windows accessory allows users to create and edit simple graphics and drawings?
A · Paint
Paint is a basic graphics editor included with Windows for creating and editing images.
Question bank Tap to reveal →
Which Windows utility can be used to diagnose and fix common system problems automatically?
A · Troubleshooter
The Troubleshooter utility helps detect and fix common issues with hardware, network, and system settings.
Question bank Tap to reveal →
Which Windows tool is used to free up disk space by removing unnecessary files?
A · Disk Cleanup
Disk Cleanup removes temporary files and system cache to free up storage space.
Question bank Tap to reveal →
Which Windows utility allows you to view and manage running processes and system performance?
A · Task Manager
Task Manager shows running applications, processes, and system resource usage.
Question bank Tap to reveal →
Which Windows feature allows you to restore your system to a previous state in case of problems?
A · System Restore
System Restore helps revert system files and settings to an earlier point to fix issues.
Question bank Tap to reveal →
Which keyboard shortcut is used to minimize all open windows and show the desktop in Windows?
A · Windows Key + D
Pressing Windows Key + D minimizes all windows and shows the desktop.
Question bank Tap to reveal →
What does the 'Snap' feature in Windows allow you to do?
A · Arrange windows side-by-side by dragging to screen edges
Snap lets users quickly arrange windows by dragging them to the edges or corners of the screen.
Question bank Tap to reveal →
Which keyboard shortcut closes the currently active window in Windows?
A · Alt + F4
Alt + F4 closes the active window or application.
Question bank Tap to reveal →
Which Windows feature allows you to switch between open applications using the keyboard?
A · Alt + Tab
Alt + Tab lets users cycle through open applications quickly.
Question bank Tap to reveal →
Which Windows security feature helps block unauthorized network access to your computer?
A · Windows Firewall
Windows Firewall monitors and controls incoming and outgoing network traffic to protect the system.
Question bank Tap to reveal →
Which Windows utility provides real-time protection against viruses and malware?
A · Windows Defender Antivirus
Windows Defender Antivirus offers real-time protection against malware and viruses.
Question bank Tap to reveal →
Why is it important to regularly install Windows Updates?
A · To patch security vulnerabilities and improve system stability
Windows Updates provide security patches and improvements to keep the system safe and stable.
Question bank Tap to reveal →
Which Windows security feature helps prevent unauthorized changes by requiring administrator approval?
A · User Account Control (UAC)
User Account Control prompts for permission before allowing changes that require administrator rights.
Question bank Tap to reveal →
Which keyboard shortcut opens the Windows Settings app quickly?
A · Windows Key + I
Windows Key + I opens the Settings app for system configuration.
Question bank Tap to reveal →
Which keyboard shortcut is used to copy selected items in Windows?
A · Ctrl + C
Ctrl + C copies the selected item to the clipboard.
Question bank Tap to reveal →
Which Windows accessibility feature provides spoken feedback to help users with visual impairments?
A · Narrator
Narrator reads text on the screen aloud to assist visually impaired users.
Question bank Tap to reveal →
Which of the following best defines a GUI operating system?
B · An OS that provides a graphical interface with icons and windows
A GUI operating system allows users to interact with the computer through graphical elements like icons, windows, and menus instead of text commands.
Question bank Tap to reveal →
Which feature is NOT typically associated with GUI operating systems?
B · Text-based command input
Text-based command input is characteristic of command-line interfaces, not GUI operating systems which rely on graphical elements.
Question bank Tap to reveal →
Which of the following is a key advantage of GUI operating systems over command-line interfaces?
B · Easier for beginners to use
GUI operating systems provide a visual environment that is easier for beginners to learn and use compared to command-line interfaces.
Question bank Tap to reveal →
Which year was the first version of Microsoft Windows released?
B · 1985
Microsoft Windows 1.0 was released in 1985 as the first version of the Windows operating system.
Question bank Tap to reveal →
Which Windows version introduced the Start Menu for the first time?
C · Windows 95
The Start Menu was introduced in Windows 95, revolutionizing user navigation in Windows OS.
Question bank Tap to reveal →
Which of the following Windows versions was the first to support 64-bit architecture?
A · Windows XP
Windows XP Professional x64 Edition was the first Windows version to support 64-bit processors.
Question bank Tap to reveal →
Which Windows OS version was codenamed 'Longhorn' during its development?
A · Windows Vista
Windows Vista was codenamed 'Longhorn' during its development phase.
Question bank Tap to reveal →
Which of the following is NOT a valid edition of Windows 10?
D · Ultimate
Windows 10 does not have an 'Ultimate' edition; this edition existed in Windows 7 but not in Windows 10.
Question bank Tap to reveal →
Which Windows edition is primarily designed for large organizations with advanced security and management needs?
C · Enterprise
Windows Enterprise edition is tailored for large organizations, offering advanced security and management features.
Question bank Tap to reveal →
Which Windows edition includes features specifically for academic institutions?
B · Education
Windows Education edition is designed with features and licensing suited for academic institutions.
Question bank Tap to reveal →
Which of the following is NOT a component of the Windows desktop environment?
D · Command Prompt
Command Prompt is a utility accessed through the desktop but is not considered a desktop environment component like icons or taskbar.
Question bank Tap to reveal →
Which desktop component allows quick access to frequently used applications and system notifications?
B · Taskbar
The Taskbar provides quick access to running applications, pinned programs, and system notifications.
Question bank Tap to reveal →
Which of the following is a feature of the Windows desktop environment that allows users to organize open windows?
A · Snap Assist
Snap Assist allows users to arrange open windows side by side for better multitasking.
Question bank Tap to reveal →
Which Windows desktop component provides a customizable menu to access programs, settings, and files?
B · Start Menu
The Start Menu is a central hub for accessing installed programs, settings, and files.
Question bank Tap to reveal →
Which of the following is NOT a file management task in Windows?
C · Installing software
Installing software is not a file management task; it is an application management task.
Question bank Tap to reveal →
Which keyboard shortcut is used to copy selected files in Windows?
C · Ctrl + C
Ctrl + C copies the selected files or items to the clipboard.
Question bank Tap to reveal →
Which of the following is the default file system used by Windows for internal drives?
B · NTFS
NTFS (New Technology File System) is the default file system for Windows internal drives, supporting security and large files.
Question bank Tap to reveal →
Which Windows feature allows users to restore deleted files from the desktop?
A · Recycle Bin
The Recycle Bin temporarily stores deleted files, allowing users to restore them if needed.
Question bank Tap to reveal →
Which Windows Control Panel applet is used to manage installed hardware devices?
A · Device Manager
Device Manager allows users to view and manage hardware devices installed on the computer.
Question bank Tap to reveal →
Which Control Panel category allows you to change the system date and time?
B · Clock and Region
The 'Clock and Region' category contains settings to adjust date, time, and time zone.
Question bank Tap to reveal →
Which setting in Windows Control Panel allows you to uninstall or change installed programs?
A · Programs and Features
Programs and Features allows users to uninstall, change, or repair installed software.
Question bank Tap to reveal →
Which Windows Control Panel tool helps to configure firewall and security settings?
A · Windows Defender Firewall
Windows Defender Firewall is used to configure firewall rules and security settings.
Question bank Tap to reveal →
Which of the following is NOT a type of user account in Windows?
D · Super User
'Super User' is not a standard Windows account type; the main types are Administrator, Standard User, and Guest.
Question bank Tap to reveal →
Which Windows security feature helps protect the system by requiring a password after sleep or screen saver?
C · Lock Screen
The Lock Screen feature can be configured to require a password after sleep or screen saver to secure the system.
Question bank Tap to reveal →
What is the purpose of User Account Control (UAC) in Windows?
B · To prevent unauthorized changes to the system
UAC prompts the user for permission or administrator credentials before allowing changes that could affect the system.
Question bank Tap to reveal →
Which Windows feature allows users to encrypt files and folders to protect sensitive data?
C · Encrypting File System (EFS)
Encrypting File System (EFS) allows users to encrypt individual files and folders on NTFS drives.
Question bank Tap to reveal →
Which Windows security feature encrypts entire drives to protect data from unauthorized access?
A · BitLocker
BitLocker encrypts entire drives to protect data even if the physical drive is removed.
Question bank Tap to reveal →
Which component of the Windows Taskbar shows currently running applications and allows switching between them?
C · Taskbar Buttons
Taskbar Buttons represent running applications and allow users to switch between them.
Question bank Tap to reveal →
Which Windows feature provides access to programs, files, and system settings from the Taskbar?
A · Start Menu
The Start Menu provides a centralized access point for programs, files, and settings.
Question bank Tap to reveal →
Which part of the Taskbar displays the current time, network status, and volume control?
B · Notification Area
The Notification Area (system tray) displays system icons like time, network, and volume.
Question bank Tap to reveal →
Which keyboard shortcut opens the Start Menu in Windows?
C · Windows Key
Pressing the Windows key opens the Start Menu directly.
Question bank Tap to reveal →
Which Windows File Explorer feature helps users quickly access frequently used folders?
A · Quick Access
Quick Access shows frequently used folders and recently accessed files for easy navigation.
Question bank Tap to reveal →
Which pane in Windows File Explorer displays the folder hierarchy for easy navigation?
B · Navigation Pane
The Navigation Pane shows the folder tree structure to help users browse directories.
Question bank Tap to reveal →
Which File Explorer view option displays files and folders as a list with small icons?
B · List
The List view shows files and folders as a simple list with small icons.
Question bank Tap to reveal →
Which keyboard shortcut opens File Explorer in Windows?
A · Windows Key + E
Windows Key + E opens File Explorer directly.
Question bank Tap to reveal →
Which Windows utility is used to check and repair disk errors?
B · Check Disk (chkdsk)
Check Disk (chkdsk) scans the disk for errors and attempts to repair them.
Question bank Tap to reveal →
Which Windows utility allows users to view and manage running processes and system performance?
A · Task Manager
Task Manager shows running applications, processes, and system performance metrics.
Question bank Tap to reveal →
Which Windows utility helps to free up disk space by removing temporary files?
A · Disk Cleanup
Disk Cleanup removes unnecessary files to free up disk space.
Question bank Tap to reveal →
Which Windows utility allows users to revert the system to a previous state in case of problems?
A · System Restore
System Restore lets users roll back system files and settings to a previous restore point.
Question bank Tap to reveal →
Which Windows utility displays logs of system events and errors for troubleshooting?
A · Event Viewer
Event Viewer shows detailed logs of system, security, and application events useful for troubleshooting.
Question bank Tap to reveal →
Which of the following best defines a file in computer systems?
A · A collection of related data stored on a storage device
A file is a collection of related data or information stored on a storage device such as a hard disk or SSD.
Question bank Tap to reveal →
Which of the following is NOT a common type of file?
C · Folder file
A folder is a directory, not a type of file. Executable, text, and image files are common file types.
Question bank Tap to reveal →
Which file type is primarily used to store formatted text and images, often for printing or sharing documents?
A · PDF
PDF (Portable Document Format) files preserve formatting and are widely used for documents intended for printing or sharing.
Question bank Tap to reveal →
Which of the following file types is considered a binary file rather than a text file?
B · DOCX
DOCX files are binary files containing formatted text and other data, unlike TXT, HTML, and CSV which are text-based.
Question bank Tap to reveal →
Which of the following best describes a hidden file in an operating system?
B · A file that is not visible by default in file explorers
Hidden files are not displayed by default in file explorers to prevent accidental modification or deletion.
Question bank Tap to reveal →
What is the primary purpose of a folder (directory) in a file system?
A · To store files and organize them hierarchically
Folders are used to store and organize files and other folders in a hierarchical structure.
Question bank Tap to reveal →
Which of the following statements about root directories is TRUE?
A · Root directory is the topmost directory in a file system hierarchy
The root directory is the highest-level directory in a file system hierarchy and can contain files and subdirectories.
Question bank Tap to reveal →
Which of the following best represents the hierarchical structure of folders?
B · Tree structure with parent and child folders
Folder structures are organized as trees with parent folders containing child folders and files.
Question bank Tap to reveal →
In a file system, which of the following is NOT a valid characteristic of a directory?
C · Can be executed as a program
Directories cannot be executed as programs; they are containers for files and other directories.
Question bank Tap to reveal →
Which of the following is an invalid character in most file naming conventions?
B · Colon (:)
Colon (:) is generally not allowed in file names in many operating systems like Windows.
Question bank Tap to reveal →
What does the file extension ".exe" indicate?
B · An executable program
The ".exe" extension indicates an executable file, which can run programs on Windows systems.
Question bank Tap to reveal →
Which of the following file names follows correct naming conventions in Windows?
B · summary_final.doc
File names cannot contain characters like :, |, or ? in Windows. "summary_final.doc" is valid.
Question bank Tap to reveal →
Which file extension is commonly used for compressed archive files?
A · .zip
The ".zip" extension is used for compressed archive files that can contain multiple files compressed together.
Question bank Tap to reveal →
Which of the following is the correct way to rename a file in most operating systems?
A · Right-click the file and select 'Rename'
Renaming a file is typically done by right-clicking and selecting 'Rename' without affecting the file content.
Question bank Tap to reveal →
Which file operation permanently removes a file from the storage device without sending it to the recycle bin?
A · Delete using Shift + Delete
Using Shift + Delete bypasses the recycle bin and permanently deletes the file.
Question bank Tap to reveal →
Which of the following is NOT a valid file operation?
C · Compile
Compile is a programming operation, not a file management operation.
Question bank Tap to reveal →
Which file operation would you use to make a duplicate of a file in a different folder?
B · Copy
Copying creates a duplicate of the file in the destination folder while keeping the original intact.
Question bank Tap to reveal →
Which of the following sequences correctly describes the steps to move a file from one folder to another?
A · Copy the file, then delete the original
Moving a file can be done by copying it to the new location and deleting the original.
Question bank Tap to reveal →
Which file operation is irreversible without backup once performed?
B · Delete permanently (Shift + Delete)
Permanent deletion bypasses recycle bin and cannot be undone without backup.
Question bank Tap to reveal →
Which of the following is NOT a valid folder operation?
C · Compile
Compile is related to programming and not a folder operation.
Question bank Tap to reveal →
What happens when you delete a folder that contains files and subfolders?
B · The folder and all its contents are deleted
Deleting a folder deletes the folder and all files and subfolders within it.
Question bank Tap to reveal →
Which of the following is the correct method to rename a folder?
A · Right-click the folder and select 'Rename'
Renaming a folder is done by right-clicking and choosing 'Rename'.
Question bank Tap to reveal →
Which of the following best describes moving a folder?
A · Copying the folder and deleting the original
Moving a folder involves copying it to a new location and deleting the original.
Question bank Tap to reveal →
Which of the following path types specifies the location of a file starting from the root directory?
A · Absolute path
An absolute path specifies the full path from the root directory to the file.
Question bank Tap to reveal →
If you are currently in folder \( C:\Users\Documents \) and access a file using the path "..\Pictures\image.jpg", what type of path is this?
A · Relative path
The "..\Pictures\image.jpg" is a relative path referring to a location relative to the current directory.
Question bank Tap to reveal →
Which of the following is a correct absolute path in Windows?
A · C:\Program Files\App\app.exe
An absolute path starts from the drive letter and root directory, e.g., C:\Program Files\App\app.exe.
Question bank Tap to reveal →
Which of the following path types is preferred for portability of files across different systems?
A · Relative path
Relative paths are preferred for portability because they do not depend on the root directory or drive letter.
Question bank Tap to reveal →
Which file attribute indicates that a file cannot be modified or deleted?
A · Read-only
The read-only attribute prevents modification or deletion of a file.
Question bank Tap to reveal →
Which file property shows the date and time a file was last modified?
A · Date modified
Date modified indicates the last time the file content was changed.
Question bank Tap to reveal →
Which of the following file attributes is typically used by backup software to identify files that have changed since the last backup?
A · Archive
The archive attribute marks files that have been modified and need to be backed up.
Question bank Tap to reveal →
Which file attribute is used to prevent a file from being displayed in normal directory listings?
A · Hidden
Hidden files are not shown by default in directory listings.
Question bank Tap to reveal →
Which of the following is a common file compression format?
A · .zip
.zip is a widely used file compression format that reduces file size.
Question bank Tap to reveal →
Which of the following is NOT a benefit of file compression?
C · Improves file security by encryption
Compression reduces file size but does not inherently provide encryption or security.
Question bank Tap to reveal →
Which of the following tools is commonly used for archiving and compressing files?
A · WinRAR
WinRAR is a popular tool for compressing and archiving files.
Question bank Tap to reveal →
Which compression method is lossless, preserving original data exactly after decompression?
A · ZIP compression
ZIP compression is lossless, unlike MP3, JPEG, and MPEG which are lossy formats.
Question bank Tap to reveal →
Which of the following permissions allows a user to modify the contents of a file?
A · Write
Write permission allows modification of a file's contents.
Question bank Tap to reveal →
In a typical UNIX file permission set, what does the permission string "rwxr-xr--" indicate for the group users?
A · Read and execute permissions
The group permissions are the middle three characters "r-x", meaning read and execute allowed, write denied.
Question bank Tap to reveal →
Which of the following is NOT a standard file permission in most operating systems?
D · Compress
Compress is a file operation, not a permission.
Question bank Tap to reveal →
Which permission setting would prevent all users except the owner from accessing a file?
A · Owner: rwx, Group: ---, Others: ---
Only the owner has read, write, execute permissions; group and others have none.
Question bank Tap to reveal →
Which of the following is the best method to quickly find a file stored on your computer?
A · Using the search function in the file explorer
Using the search function is the fastest way to locate files by name or content.
Question bank Tap to reveal →
Which of the following file organization methods groups files based on file type or purpose?
A · Folder-based organization
Folders allow grouping files logically by type or purpose for easier management.
Question bank Tap to reveal →
Which of the following search criteria can be used to locate files in most operating systems?
A · File name, file type, date modified
Most OS search tools allow filtering files by name, type, date modified, size, etc.
Question bank Tap to reveal →
Which of the following is an effective way to organize files for easy retrieval?
A · Using descriptive file names and folders
Descriptive names and logical folders improve file organization and retrieval.
Question bank Tap to reveal →
What happens to files when you delete them normally in Windows OS?
A · They are moved to the Recycle Bin
Normally deleted files are moved to the Recycle Bin for possible recovery.
Question bank Tap to reveal →
Which of the following is TRUE about recovering files from the Recycle Bin?
A · Files can be restored to their original location
Files in the Recycle Bin can be restored to their original location until the bin is emptied.
Question bank Tap to reveal →
Which of the following file systems is commonly used by Windows operating systems?
A · NTFS
NTFS is the standard file system for modern Windows OS.
Question bank Tap to reveal →
Which file system is commonly used by Linux operating systems?
A · ext4
ext4 is a widely used Linux file system supporting large volumes and journaling.
Question bank Tap to reveal →
Which of the following file systems is FAT32 most suitable for?
A · Removable drives and older systems
FAT32 is compatible with many devices and older systems but has size limitations.
Question bank Tap to reveal →
Which of the following is NOT a characteristic of the NTFS file system?
C · Is case-sensitive by default
NTFS is not case-sensitive by default, unlike some other file systems such as ext4 on Linux.
Question bank Tap to reveal →
Which file system is commonly used in USB flash drives to ensure compatibility across different operating systems?
B · FAT32
FAT32 is widely supported by Windows, macOS, and Linux, making it the preferred choice for USB drives.
Question bank Tap to reveal →
Which of the following file systems uses journaling to improve reliability after a system crash?
B · ext3
ext3 uses journaling to keep track of changes, which helps in quick recovery after crashes.
Question bank Tap to reveal →
In which scenario would the exFAT file system be preferred over NTFS?
C · When using large external storage devices across multiple OS
exFAT is designed for large external drives and is compatible across Windows and macOS without NTFS limitations.
Question bank Tap to reveal →
Which file system is primarily used by macOS for its internal drives as of recent versions?
B · APFS
Apple File System (APFS) is optimized for SSDs and is the default for recent macOS versions.
Question bank Tap to reveal →
Which attribute of a file indicates whether it can be modified or not?
B · Read-only
The read-only attribute prevents a file from being modified or deleted.
Question bank Tap to reveal →
Which file property stores the date and time when the file was last accessed?
C · Access date
The access date records the last time the file was opened or read.
Question bank Tap to reveal →
What does the 'Archive' attribute of a file signify in Windows OS?
B · File has been modified since last backup
The archive attribute indicates that the file has been changed and needs to be backed up.
Question bank Tap to reveal →
Which of the following is NOT a standard file attribute in most operating systems?
B · Executable
Executable is a file type property, not a standard attribute like hidden or compressed.
Question bank Tap to reveal →
In a hierarchical folder structure, what is the term for the topmost folder?
A · Root directory
The root directory is the highest-level folder in a file system hierarchy.
Question bank Tap to reveal →
Which of the following best describes a 'subfolder' in a directory structure?
A · A folder inside another folder
A subfolder is a folder contained within another folder, forming a hierarchy.
Question bank Tap to reveal →
Which of the following is TRUE about absolute file paths?
B · They specify the full path from the root directory
Absolute paths provide the complete location starting from the root directory.
Question bank Tap to reveal →
In a directory tree, what is the relationship between a folder and its immediate subfolders?
A · Parent and child
Folders containing other folders are called parents, and those contained are children.
Question bank Tap to reveal →
Which file operation would you use to change the name of a document without altering its content?
B · Rename
Renaming changes the file's name but keeps its content intact.
Question bank Tap to reveal →
Which file operation would you perform to create a duplicate of a file in a different folder?
B · Copy
Copying creates a duplicate file, leaving the original intact.
Question bank Tap to reveal →
What happens to a file when you perform the 'Delete' operation in most operating systems?
B · It is moved to a temporary storage like Recycle Bin
Files are usually moved to Recycle Bin or Trash, allowing recovery before permanent deletion.
Question bank Tap to reveal →
Which file operation would you use to change a file's location without creating a duplicate?
B · Move
Moving transfers the file to a new location without duplicating it.
Question bank Tap to reveal →
Which of the following is NOT a typical folder operation?
D · Executing a folder
Folders cannot be executed; they are containers for files and other folders.
Question bank Tap to reveal →
Which folder operation allows combining multiple folders into a single compressed file?
B · Archiving
Archiving compresses folders/files into one file for easier storage or transfer.
Question bank Tap to reveal →
What is the default extension for a Windows folder?
D · Folders do not have extensions
Folders are containers and do not have file extensions.
Question bank Tap to reveal →
Which file extension is commonly associated with Microsoft Word documents?
A · .docx
.docx is the default extension for Word documents in recent versions.
Question bank Tap to reveal →
Which program is typically associated with files having the extension '.pdf'?
A · Adobe Acrobat Reader
PDF files are opened with Adobe Acrobat Reader or compatible PDF viewers.
Question bank Tap to reveal →
Which file extension is used for executable files in Windows?
A · .exe
.exe files are executable programs in Windows OS.
Question bank Tap to reveal →
Which of the following file extensions is associated with compressed archive files?
A · .zip
.zip files are compressed archives containing one or more files.
Question bank Tap to reveal →
Which of the following is a valid absolute file path in Windows?
A · C:\Users\Documents\file.txt
Absolute paths start with a drive letter and specify the full location.
Question bank Tap to reveal →
Which character is NOT allowed in Windows file names?
A · *
Characters like * ? | are not allowed in Windows file names.
Question bank Tap to reveal →
Which of the following is a correct relative path to access a file in the parent directory?
A · ..\file.txt
..\ refers to the parent directory in relative paths.
Question bank Tap to reveal →
Which of the following is the maximum length of a full path in Windows (including file name)?
A · 260 characters
Windows traditionally limits full path length to 260 characters.
Question bank Tap to reveal →
Which storage device typically uses flash memory for file storage?
B · Solid State Drive (SSD)
SSDs use flash memory, which is faster and more durable than HDDs.
Question bank Tap to reveal →
Which storage device is most suitable for long-term archival storage due to its durability and cost-effectiveness?
A · Magnetic Tape
Magnetic tape is used for archival due to low cost and longevity despite slow access.
Question bank Tap to reveal →
Which of the following storage devices has the fastest data access speed?
B · SSD
SSDs offer much faster read/write speeds than HDDs and other media.
Question bank Tap to reveal →
Which permission allows a user to modify the contents of a file?
B · Write
Write permission enables modifying or editing a file.
Question bank Tap to reveal →
In Unix/Linux, what does the permission 'rwxr-xr--' mean for the file owner?
A · Owner has read, write, and execute permissions
'rwx' means read, write, and execute permissions for the owner.
Question bank Tap to reveal →
Which Windows security feature restricts access to files based on user roles?
B · Access Control Lists (ACLs)
ACLs define permissions for users and groups on files and folders.
Question bank Tap to reveal →
Which of the following is a strong method to protect files from unauthorized access?
B · Encrypting files
Encryption secures files by making them unreadable without proper keys.
Question bank Tap to reveal →
Which disk management process involves dividing a physical disk into separate sections to organize data?
B · Partitioning
Partitioning splits a disk into logical sections for better management.
Question bank Tap to reveal →
What is the primary purpose of formatting a storage device?
A · To erase all data and prepare the device for use
Formatting prepares a disk by erasing data and setting up a file system.
Question bank Tap to reveal →
Which partition type contains the operating system boot files in Windows systems?
A · Primary partition
Primary partitions can be marked active and contain boot files.
Question bank Tap to reveal →
Which of the following is a disadvantage of frequent disk formatting?
B · Causes permanent data loss
Formatting erases all data, so frequent formatting leads to data loss.
Question bank Tap to reveal →
Which of the following file formats is commonly used for compressed archives?
A · .rar
.rar is a popular compressed archive format.
Question bank Tap to reveal →
What is the main advantage of compressing files before storage or transfer?
B · Reduces file size
Compression reduces the size of files, saving storage space and transfer time.
Question bank Tap to reveal →
Which compression method allows files to be restored exactly as original without data loss?
B · Lossless compression
Lossless compression preserves all original data for exact restoration.
Question bank Tap to reveal →
Which of the following is NOT a common file search technique in operating systems?
D · Search by file color
File color is not a standard search criterion.
Question bank Tap to reveal →
Which of the following is an effective way to organize files for easy retrieval?
A · Using meaningful file names and folders
Meaningful names and structured folders improve file organization and searchability.
Question bank Tap to reveal →
Which search operator would you use to find files modified within the last 7 days in Windows search?
B · modified:this week
"modified:this week" filters files changed within the current week.
Question bank Tap to reveal →
Which of the following file organization methods stores files sequentially for faster access?
B · Sequential organization
Sequential organization stores files one after another, useful for batch processing.
Question bank Tap to reveal →
Which keyboard shortcut is used to copy selected text or items in most operating systems?
A · Ctrl + C
Ctrl + C is the standard shortcut to copy selected text or items to the clipboard.
Question bank Tap to reveal →
What does the keyboard shortcut Ctrl + Z do in most applications?
B · Undo the last action
Ctrl + Z is used to undo the last action performed in most applications.
Question bank Tap to reveal →
Which shortcut key combination is commonly used to select all content in a document or window?
A · Ctrl + A
Ctrl + A selects all content in the active window or document.
Question bank Tap to reveal →
If you want to quickly save a file in most software applications, which shortcut should you use?
B · Ctrl + S
Ctrl + S is used to save the current document or file quickly.
Question bank Tap to reveal →
Which of the following keyboard shortcuts is used to open the Task Manager directly in Windows OS?
A · Ctrl + Shift + Esc
Ctrl + Shift + Esc opens the Task Manager directly without going through other screens.
Question bank Tap to reveal →
Which shortcut is used to lock the computer screen quickly in Windows operating system?
A · Windows + L
Windows + L locks the screen immediately, requiring user authentication to unlock.
Question bank Tap to reveal →
What is the function of the shortcut Ctrl + Alt + Delete in Windows OS?
B · Open security options screen
Ctrl + Alt + Delete opens the security options screen where you can lock, switch user, log off, or open Task Manager.
Question bank Tap to reveal →
Which keyboard shortcut combination is used to restart the Windows Explorer process without rebooting the system?
A · Ctrl + Shift + Esc, then End Task on explorer.exe and Restart
Using Ctrl + Shift + Esc opens Task Manager, where you can end the explorer.exe process and restart it to refresh the desktop environment.
Question bank Tap to reveal →
In Linux terminal, which shortcut is used to terminate the currently running process?
A · Ctrl + C
Ctrl + C sends an interrupt signal to terminate the running process in the terminal.
Question bank Tap to reveal →
Which shortcut key combination is used to cut selected text or items in most text editors and file managers?
A · Ctrl + X
Ctrl + X cuts the selected text or items, removing them and copying to clipboard.
Question bank Tap to reveal →
What does the shortcut Ctrl + Y do in most text editing software?
B · Redo the last undone action
Ctrl + Y redoes the last undone action, opposite of undo.
Question bank Tap to reveal →
Which shortcut allows you to quickly find a specific word or phrase in a document or webpage?
A · Ctrl + F
Ctrl + F opens the find dialog to search for text in documents or webpages.
Question bank Tap to reveal →
Which shortcut key combination is used to select an entire line of text in many text editors?
A · Shift + Home
Shift + Home selects text from the cursor position to the beginning of the line.
Question bank Tap to reveal →
In a text editor, which shortcut combination deletes the entire word to the left of the cursor?
A · Ctrl + Backspace
Ctrl + Backspace deletes the word immediately to the left of the cursor.
Question bank Tap to reveal →
Which shortcut is used to switch between open windows in Windows OS?
A · Alt + Tab
Alt + Tab cycles through open windows allowing quick switching.
Question bank Tap to reveal →
What does the shortcut Windows + D do in Windows OS?
A · Minimizes all windows and shows desktop
Windows + D minimizes all open windows and shows the desktop.
Question bank Tap to reveal →
Which shortcut is used to create a new virtual desktop in Windows 10 and later versions?
A · Windows + Ctrl + D
Windows + Ctrl + D creates a new virtual desktop.
Question bank Tap to reveal →
Which shortcut closes the currently active window or application in Windows OS?
A · Alt + F4
Alt + F4 closes the active window or application.
Question bank Tap to reveal →
Which shortcut key combination is used to snap a window to the left or right half of the screen in Windows OS?
A · Windows + Left/Right Arrow
Windows + Left or Right Arrow snaps the active window to the respective half of the screen.
Question bank Tap to reveal →
Which shortcut reloads the current webpage in most web browsers?
A · Ctrl + R
Ctrl + R refreshes or reloads the current webpage.
Question bank Tap to reveal →
Which shortcut opens a new tab in most web browsers?
A · Ctrl + T
Ctrl + T opens a new tab in browsers.
Question bank Tap to reveal →
In most browsers, which shortcut reopens the last closed tab?
A · Ctrl + Shift + T
Ctrl + Shift + T reopens the last closed tab.
Question bank Tap to reveal →
Which shortcut is used to zoom in on a webpage or document in most applications?
A · Ctrl + Plus (+)
Ctrl + Plus (+) zooms in, enlarging the view.
Question bank Tap to reveal →
Which shortcut key combination is used to open the browser's Developer Tools in most modern browsers?
A · Ctrl + Shift + I
Ctrl + Shift + I opens Developer Tools for inspecting webpage elements.
Question bank Tap to reveal →
Which shortcut is commonly used to enable or disable the screen reader accessibility feature in Windows?
A · Windows + Ctrl + Enter
Windows + Ctrl + Enter toggles the Narrator screen reader on or off.
Question bank Tap to reveal →
Which shortcut combination is used to magnify the screen in Windows OS for accessibility purposes?
A · Windows + Plus (+)
Windows + Plus (+) activates the Magnifier tool to zoom in on the screen.
Question bank Tap to reveal →
Which shortcut toggles high contrast mode in Windows for better visibility?
A · Left Alt + Left Shift + Print Screen
Pressing Left Alt + Left Shift + Print Screen toggles high contrast mode on or off.
Question bank Tap to reveal →
Which shortcut is used to open the On-Screen Keyboard in Windows OS?
A · Windows + Ctrl + O
Windows + Ctrl + O opens the On-Screen Keyboard accessibility tool.
Question bank Tap to reveal →
Which of the following is a common method to customize keyboard shortcuts in most applications?
A · Through the application's settings or preferences menu
Most applications allow users to customize shortcuts via their settings or preferences interface.
Question bank Tap to reveal →
Why might a keyboard shortcut work in one application but not in another?
A · Because shortcuts are application-specific and depend on context
Shortcuts are often defined by the application and may differ or be disabled depending on context.
Question bank Tap to reveal →
Which of the following is NOT a recommended practice when customizing keyboard shortcuts?
A · Assigning shortcuts that conflict with system-wide shortcuts
Assigning shortcuts that conflict with system-wide shortcuts can cause unexpected behavior and should be avoided.
Question bank Tap to reveal →
If a user wants to assign a new shortcut to a frequently used command, which factor should they consider most critically?
A · Avoiding conflicts with existing shortcuts
Avoiding conflicts with existing shortcuts ensures smooth operation and prevents overriding important commands.
Question bank Tap to reveal →
Which keyboard shortcut is commonly used to copy selected text or items in most operating systems?
A · Ctrl + C
Ctrl + C is the standard shortcut for copying selected content to the clipboard.
Question bank Tap to reveal →
What does the keyboard shortcut Ctrl + S typically do in most software applications?
A · Save the current document
Ctrl + S is used to save the current document or file in many applications.
Question bank Tap to reveal →
Which shortcut key combination is used to select all content in a document or window?
A · Ctrl + A
Ctrl + A selects all content in the active window or document.
Question bank Tap to reveal →
Which keyboard shortcut combination is used to open the Task Manager directly in Windows operating systems?
A · Ctrl + Shift + Esc
Ctrl + Shift + Esc opens Task Manager directly, whereas Ctrl + Alt + Del opens a security options screen.
Question bank Tap to reveal →
Which shortcut is used to lock the computer screen quickly in Windows OS?
A · Windows + L
Windows + L locks the computer screen immediately in Windows OS.
Question bank Tap to reveal →
What is the function of the shortcut Ctrl + Alt + Del in Windows operating systems?
A · Open security options such as Task Manager and lock screen
Ctrl + Alt + Del opens the security options screen, allowing access to Task Manager, lock screen, sign out, and other options.
Question bank Tap to reveal →
Which shortcut combination is used to restart the Windows Explorer process without rebooting the system?
A · Ctrl + Shift + Esc, then End Task on explorer.exe and restart it
Using Ctrl + Shift + Esc opens Task Manager, where you can end the explorer.exe process and restart it to refresh the desktop environment without rebooting.
Question bank Tap to reveal →
Which keyboard shortcut combination is used to switch between open applications in Windows OS?
A · Alt + Tab
Alt + Tab allows users to cycle through open applications quickly.
Question bank Tap to reveal →
Which shortcut is used to undo the last action in most text editing software?
A · Ctrl + Z
Ctrl + Z reverses the last action performed, commonly used in text editors.
Question bank Tap to reveal →
Which shortcut key combination is used to redo an action that was undone in text editors?
A · Ctrl + Y
Ctrl + Y redoes the last undone action in many text editing applications.
Question bank Tap to reveal →
What does the shortcut Ctrl + F do in most text editing and browser applications?
A · Open the Find dialog to search for text
Ctrl + F opens the search or find dialog to locate specific text within a document or webpage.
Question bank Tap to reveal →
Which shortcut key combination deletes the entire word to the left of the cursor in many text editors?
A · Ctrl + Backspace
Ctrl + Backspace deletes the whole word to the left of the cursor, speeding up text editing.
Question bank Tap to reveal →
Which shortcut minimizes the current active window in Windows OS?
A · Windows + Down Arrow
Windows + Down Arrow minimizes the active window; pressing again may minimize it to the taskbar.
Question bank Tap to reveal →
What does the shortcut Alt + F4 do in Windows operating systems?
A · Closes the current active window or application
Alt + F4 closes the currently active window or application.
Question bank Tap to reveal →
Which shortcut opens the Task View interface to see all open windows and virtual desktops in Windows 10 and later?
A · Windows + Tab
Windows + Tab opens Task View, showing all open windows and virtual desktops.
Question bank Tap to reveal →
Which shortcut key combination closes the current browser tab in most web browsers?
A · Ctrl + W
Ctrl + W closes the current tab in browsers like Chrome, Firefox, and Edge.
Question bank Tap to reveal →
What does the shortcut Ctrl + T do in web browsers?
A · Open a new browser tab
Ctrl + T opens a new tab in most modern web browsers.
Question bank Tap to reveal →
Which shortcut refreshes the current webpage ignoring cached content in most browsers?
A · Ctrl + Shift + R
Ctrl + Shift + R forces a hard refresh, reloading the page without using cached data.
Question bank Tap to reveal →
Which keyboard shortcut activates the Windows Magnifier accessibility tool in Windows OS?
A · Windows + Plus (+)
Windows + Plus (+) opens and zooms in the Magnifier tool for screen magnification.
Question bank Tap to reveal →
Which shortcut key combination toggles the high contrast mode in Windows for better accessibility?
A · Left Alt + Left Shift + Print Screen
Pressing Left Alt + Left Shift + Print Screen toggles high contrast mode on and off for accessibility.
Question bank Tap to reveal →
What is the primary purpose of the Control Panel in Windows operating systems?
A · To manage system settings and configurations
The Control Panel is used to access and modify system settings and configurations in Windows.
Question bank Tap to reveal →
Which of the following is NOT a way to open the Control Panel in Windows?
C · Right-clicking the desktop and selecting 'Control Panel'
Right-clicking the desktop does not provide a direct option to open the Control Panel.
Question bank Tap to reveal →
Which view mode in Control Panel groups applets into categories for easier navigation?
A · Category view
Category view organizes Control Panel applets into logical groups for easier access.
Question bank Tap to reveal →
Which of the following is NOT a standard applet found in the Control Panel?
C · Microsoft Word
Microsoft Word is an application, not a Control Panel applet.
Question bank Tap to reveal →
In which Control Panel category would you find settings to add or remove hardware devices?
A · Hardware and Sound
Hardware and Sound category contains options to manage devices and printers.
Question bank Tap to reveal →
Which Control Panel applet allows you to configure firewall and antivirus settings?
A · Security and Maintenance
Security and Maintenance applet provides access to firewall and antivirus configurations.
Question bank Tap to reveal →
Which system setting can be accessed directly from the Control Panel to view basic information about your computer?
A · System
The System applet displays basic information about the computer and system properties.
Question bank Tap to reveal →
Which Control Panel applet allows you to change power plans and configure sleep settings?
A · Power Options
Power Options lets users manage power plans and sleep settings.
Question bank Tap to reveal →
Which of the following settings is NOT typically accessible through the Control Panel's System applet?
C · Installing Windows updates
Installing Windows updates is managed through Windows Update, not the System applet.
Question bank Tap to reveal →
Which of the following is a valid reason to use User Account Control (UAC) settings in Control Panel?
A · To control when Windows prompts for administrator permissions
UAC settings manage prompts for administrative permissions to enhance security.
Question bank Tap to reveal →
Which Control Panel applet allows you to create, delete, or modify user accounts?
A · User Accounts
User Accounts applet is used for managing user profiles and permissions.
Question bank Tap to reveal →
Which of the following user account types has the highest level of privileges in Windows?
A · Administrator
Administrator accounts have full control over system settings and software installations.
Question bank Tap to reveal →
Which of the following is a security risk if enabled for a user account in Windows Control Panel?
A · Allowing automatic login without a password
Automatic login without a password can allow unauthorized access to the system.
Question bank Tap to reveal →
Which Control Panel applet would you use to update device drivers or troubleshoot hardware issues?
A · Device Manager
Device Manager allows management of hardware devices and driver updates.
Question bank Tap to reveal →
Which of the following is NOT a function of the Sound applet in Control Panel?
C · Managing printer settings
Printer settings are managed under Devices and Printers, not Sound.
Question bank Tap to reveal →
In the Hardware and Sound category, which applet allows you to add a new printer to your system?
A · Devices and Printers
Devices and Printers applet is used to add and manage printers and other devices.
Question bank Tap to reveal →
Which of the following hardware-related settings can be adjusted via the Power Options applet in Control Panel?
A · Sleep and display turn-off timers
Power Options controls power consumption settings like sleep and display timers.
Question bank Tap to reveal →
Which Control Panel applet is used to configure IP addresses and network adapters?
A · Network and Sharing Center
Network and Sharing Center allows configuration of network adapters and IP settings.
Question bank Tap to reveal →
Which of the following is NOT a feature of the Network and Sharing Center in Control Panel?
C · Managing user accounts
User account management is handled in User Accounts, not Network and Sharing Center.
Question bank Tap to reveal →
Which protocol is commonly configured in Network and Sharing Center for internet connectivity?
A · TCP/IP
TCP/IP is the fundamental protocol suite for network and internet communication.
Question bank Tap to reveal →
Which advanced feature can be configured in Network and Sharing Center to control network traffic and security?
A · Windows Firewall settings
Windows Firewall settings help control network security and traffic filtering.
Question bank Tap to reveal →
Which Control Panel category allows you to change desktop backgrounds, themes, and screen savers?
A · Appearance and Personalization
Appearance and Personalization contains settings for desktop themes and backgrounds.
Question bank Tap to reveal →
Which of the following is NOT a feature of the Display applet in Appearance and Personalization?
C · Configuring network adapters
Network adapter configuration is not part of Display settings.
Question bank Tap to reveal →
Which of the following personalization options can be changed without administrator privileges?
A · Changing desktop background
Users can change their desktop background without admin rights, but installing fonts or system themes often requires admin privileges.
Question bank Tap to reveal →
Which Control Panel applet provides access to Windows Defender and security alerts?
A · Security and Maintenance
Security and Maintenance applet manages security alerts including Windows Defender status.
Question bank Tap to reveal →
Which of the following is a maintenance task accessible via the Security and Maintenance applet?
A · Checking for Windows updates
Security and Maintenance includes options to check for and install Windows updates.
Question bank Tap to reveal →
Which of the following is NOT monitored by the Security and Maintenance applet in Control Panel?
A · Disk space usage
Disk space usage is not monitored by Security and Maintenance; it focuses on security and system health.
Question bank Tap to reveal →
Which Control Panel applet allows you to set the system date and time?
A · Date and Time
Date and Time applet is used to configure the system clock and time zone.
Question bank Tap to reveal →
Which of the following can be configured in the Date and Time settings of Control Panel?
A · Changing time zone
Date and Time settings allow changing the time zone and synchronizing the clock.
Question bank Tap to reveal →
Which of the following is a feature of the Date and Time applet in Control Panel?
A · Synchronizing the system clock with an internet time server
Date and Time applet can synchronize the system clock with internet time servers.
Question bank Tap to reveal →
Which Control Panel feature helps users with visual or hearing impairments to use the computer more easily?
A · Ease of Access Center
Ease of Access Center provides accessibility options for users with disabilities.
Question bank Tap to reveal →
Which of the following is NOT an accessibility feature available in the Ease of Access Center?
C · Network adapter configuration
Network adapter configuration is unrelated to accessibility features.
Question bank Tap to reveal →
Which accessibility option helps users who have difficulty using a physical keyboard?
A · On-Screen Keyboard
On-Screen Keyboard allows users to input text using a mouse or other pointing device.
Question bank Tap to reveal →
Which Control Panel applet is used to configure Windows Update settings and backup options?
A · Windows Update
Windows Update applet manages system updates and backup configurations.
Question bank Tap to reveal →
Which of the following backup types is available in Windows Backup settings accessible via Control Panel?
A · File History
File History is a backup feature that saves copies of files for recovery.
Question bank Tap to reveal →
Which of the following is a recommended practice when configuring Windows Update settings?
A · Enable automatic updates to keep the system secure
Automatic updates help keep the system protected against vulnerabilities.
Question bank Tap to reveal →
Which method allows quick access to Control Panel customization options such as changing the view mode or pinning applets?
A · Using the navigation pane and view options dropdown
The navigation pane and view options in Control Panel allow customization of the interface.
Question bank Tap to reveal →
Which of the following is NOT a way to customize the Control Panel interface?
C · Installing third-party themes from Control Panel
Installing third-party themes is not done through Control Panel but through other system settings.
Question bank Tap to reveal →
Which command can be used in the Run dialog to open Control Panel directly with a specific applet, for example, 'System'?
B · sysdm.cpl
The command 'sysdm.cpl' opens the System Properties applet directly.
Question bank Tap to reveal →
Which of the following is a key difference between the Control Panel and the Settings app in Windows 10 and later?
A · Settings app has a modern interface and is optimized for touch devices
The Settings app provides a modern UI optimized for touch, while Control Panel uses a traditional interface.
Question bank Tap to reveal →
Which of the following settings is typically found only in the Control Panel and NOT in the Settings app?
A · Device Manager
Device Manager is accessible through Control Panel but not directly through the Settings app.
Question bank Tap to reveal →
Which of the following statements correctly describes the relationship between Control Panel and Settings app in Windows 10/11?
A · Settings app is gradually replacing Control Panel for most user settings
Microsoft is moving many settings to the Settings app, but Control Panel remains for advanced options.
Question bank Tap to reveal →
Which of the following best describes the primary purpose of the Control Panel in Windows OS?
A · To manage system settings and configurations
The Control Panel is a centralized interface in Windows OS used to manage system settings and configurations such as hardware, software, user accounts, and network settings.
Question bank Tap to reveal →
Which of the following is NOT a function typically accessed through the Control Panel?
C · Installing antivirus software
Installing antivirus software is usually done through dedicated software installers or app stores, not directly through the Control Panel.
Question bank Tap to reveal →
If a user wants to change the default printer or add a new printer, which Control Panel category should they access?
A · Hardware and Sound
Printer settings and management are found under the 'Hardware and Sound' category in the Control Panel.
Question bank Tap to reveal →
Which of the following applets would you find under the 'Network and Internet' category in Control Panel?
A · Internet Options
'Internet Options' is an applet under the 'Network and Internet' category used to configure browser and network settings.
Question bank Tap to reveal →
Which Control Panel applet allows you to uninstall or change installed programs?
A · Programs and Features
'Programs and Features' applet is used to uninstall, change, or repair installed software on the system.
Question bank Tap to reveal →
Which category in Control Panel would you use to change the screen resolution and desktop background?
A · Appearance and Personalization
Appearance and Personalization contains settings for display resolution, themes, and desktop backgrounds.
Question bank Tap to reveal →
Which Control Panel applet would you use to configure firewall settings and check for security updates?
A · System and Security
The 'System and Security' category includes firewall settings and Windows Update for security maintenance.
Question bank Tap to reveal →
A user wants to modify environment variables for application development. Which Control Panel section should they access?
A · Advanced System Settings
Environment variables are modified via the Advanced System Settings under System Properties.
Question bank Tap to reveal →
Which system setting can be accessed directly from the Control Panel to view detailed information about the computer’s hardware and operating system?
A · System
The 'System' applet provides detailed information about hardware, OS version, and system properties.
Question bank Tap to reveal →
If a user wants to change the startup and recovery options such as system failure behavior, which Control Panel setting should they modify?
A · Advanced System Settings
Startup and recovery options are found under Advanced System Settings in System Properties.
Question bank Tap to reveal →
Which of the following is a valid reason to access System Settings via Control Panel?
C · To configure system restore points
System restore points are managed through System Settings, helping recover the system to a previous state.
Question bank Tap to reveal →
Which Control Panel applet allows you to create, delete, or modify user accounts and their permissions?
A · User Accounts
User Accounts applet manages user profiles, passwords, and access control settings.
Question bank Tap to reveal →
Which of the following is a security feature managed through User Accounts in Control Panel?
A · User Account Control (UAC) settings
User Account Control (UAC) settings help prevent unauthorized changes by prompting for permission or administrator credentials.
Question bank Tap to reveal →
A user wants to restrict access to certain programs for a standard user account. Which Control Panel feature should be used?
A · Parental Controls or Family Safety
Parental Controls or Family Safety features allow administrators to restrict program access and set usage limits.
Question bank Tap to reveal →
Which of the following is a potential risk if User Account Control (UAC) is disabled in Windows?
A · Malicious software can make system changes without prompt
Disabling UAC removes prompts that prevent unauthorized system changes, increasing vulnerability to malware.
Question bank Tap to reveal →
Which Control Panel category allows you to configure sound devices and manage audio settings?
A · Hardware and Sound
Hardware and Sound contains settings for audio devices, sound schemes, and volume control.
Question bank Tap to reveal →
If a user wants to update or roll back a device driver, which Control Panel applet should they use?
A · Device Manager
Device Manager allows users to update, disable, or roll back device drivers for hardware components.
Question bank Tap to reveal →
Which of the following actions can be performed in the 'Power Options' found under Hardware and Sound in Control Panel?
A · Adjusting sleep and display timeout settings
Power Options allow users to configure settings related to power consumption such as sleep mode and display turn-off time.
Question bank Tap to reveal →
Which Control Panel category would you use to configure Wi-Fi settings and view active network connections?
A · Network and Internet
Network and Internet category includes settings for Wi-Fi, Ethernet, and network sharing.
Question bank Tap to reveal →
Which of these options is NOT typically found under Network and Sharing Center in Control Panel?
C · Adjusting screen brightness
Screen brightness is adjusted under Power Options or Display settings, not Network and Sharing Center.
Question bank Tap to reveal →
A user wants to configure a proxy server for their internet connection. Which Control Panel applet should they use?
A · Internet Options
Proxy server settings are configured in Internet Options under the Connections tab.
Question bank Tap to reveal →
Which Control Panel category allows users to change themes, screen savers, and font sizes?
A · Appearance and Personalization
Appearance and Personalization controls visual aspects such as themes, screen savers, and font settings.
Question bank Tap to reveal →
Which of the following is an example of a personalization option available in Control Panel?
A · Changing desktop background
Changing the desktop background is a personalization option found under Appearance and Personalization.
Question bank Tap to reveal →
A user wants to create a high contrast theme for better visibility. Which Control Panel category should they use?
A · Ease of Access
Ease of Access provides accessibility options including high contrast themes for visually impaired users.
Question bank Tap to reveal →
Which Control Panel category provides tools to assist users with disabilities, such as screen readers and magnifiers?
A · Ease of Access
Ease of Access Center offers accessibility tools like Narrator, Magnifier, and On-Screen Keyboard.
Question bank Tap to reveal →
Which feature in Ease of Access helps users control the mouse pointer with the numeric keypad?
A · Mouse Keys
Mouse Keys allows users to move the mouse pointer using the numeric keypad on the keyboard.
Question bank Tap to reveal →
Which of the following is NOT an accessibility option found in the Ease of Access Center?
C · Disk Cleanup
Disk Cleanup is a maintenance tool found under System and Security, not an accessibility option.
Question bank Tap to reveal →
Which Control Panel category includes options to configure Windows Defender Firewall and backup settings?
A · System and Security
System and Security contains firewall configuration, backup and restore, and security maintenance options.
Question bank Tap to reveal →
Which of the following tasks can be performed from the System and Security section of Control Panel?
A · Scheduling automatic backups
Automatic backups and restore points are managed under System and Security.
Question bank Tap to reveal →
Which of the following is a security feature that can be configured under System and Security to protect the system from unauthorized changes?
A · Windows Defender Firewall
Windows Defender Firewall protects the system by controlling network traffic and blocking unauthorized access.
Question bank Tap to reveal →
Which advanced feature in System and Security allows you to restore your computer to a previous working state in case of system failure?
A · System Restore
System Restore allows users to revert system files and settings to a previous point without affecting personal files.
Question bank Tap to reveal →
Where in Control Panel can you change the system date, time, and time zone settings?
A · Date and Time
Date and Time applet allows users to set and adjust system date, time, and time zone.
Question bank Tap to reveal →
If a user notices their system clock is consistently losing time, which setting should they check in Control Panel?
A · Synchronize with an internet time server
Synchronizing with an internet time server helps keep the system clock accurate.
Question bank Tap to reveal →
Which Control Panel applet is used to add or remove software applications from the system?
A · Programs and Features
Programs and Features allows users to uninstall or change installed software.
Question bank Tap to reveal →
Which of the following is a recommended practice before uninstalling software via Control Panel?
A · Create a system restore point
Creating a system restore point helps revert the system if uninstallation causes issues.
Question bank Tap to reveal →
A user tries to uninstall a program but receives an error stating the program is in use. What is the best troubleshooting step?
D · All of the above
Closing the program, restarting, or using Safe Mode are common troubleshooting steps for uninstall errors.
Question bank Tap to reveal →
Which Control Panel option allows users to create backups and restore files in case of data loss?
A · Backup and Restore
Backup and Restore provides tools to back up data and restore it when needed.
Question bank Tap to reveal →
Which of the following is NOT a backup type available in Windows Backup and Restore?
D · Cloud backup via Control Panel
Cloud backup is typically managed by separate applications or services, not directly through Control Panel Backup and Restore.
Question bank Tap to reveal →
If a system restore point is corrupted, which Control Panel feature can help recover system files?
A · Backup and Restore
Backup and Restore can recover files and settings if system restore points fail.
Question bank Tap to reveal →
Which Control Panel setting allows you to configure the system's behavior when running on battery power or plugged in?
A · Power Options
Power Options manage power plans and battery settings to optimize performance or energy saving.
Question bank Tap to reveal →
Which power plan setting would extend battery life on a laptop by reducing screen brightness and sleep time?
A · Power saver
The Power saver plan reduces power consumption by dimming the display and shortening sleep intervals.
Question bank Tap to reveal →
A laptop battery is draining quickly despite being on the 'Balanced' power plan. Which advanced setting can be adjusted to improve battery life?
A · Processor power management minimum and maximum states
Adjusting processor power management settings can reduce CPU power usage and extend battery life.
Question bank Tap to reveal →
Which Control Panel feature is used to download and install the latest security patches and system updates?
A · Windows Update
Windows Update manages downloading and installing updates to keep the system secure and up to date.
Question bank Tap to reveal →
Which of the following is NOT a typical maintenance task performed via Windows Update?
C · Defragmenting the hard drive
Disk defragmentation is a separate maintenance task not handled by Windows Update.
Question bank Tap to reveal →
If a Windows update causes system instability, which Control Panel feature can help revert the changes?
A · System Restore
System Restore allows reverting the system to a previous state before the update was installed.
Question bank Tap to reveal →
Which advanced system setting allows you to adjust virtual memory (paging file) size in Windows?
A · Performance Options
Virtual memory settings are adjusted in Performance Options under Advanced System Settings.
Question bank Tap to reveal →
Which environment variable is commonly used to specify the location of temporary files in Windows?
A · TEMP
The TEMP environment variable points to the directory where temporary files are stored.
Question bank Tap to reveal →
A user wants to improve system performance by disabling visual effects like animations and shadows. Which Control Panel setting should they modify?
A · Performance Options
Performance Options under Advanced System Settings allows enabling or disabling visual effects to optimize performance.
Question bank Tap to reveal →
Which of the following environment variables is used to specify directories where executable programs are located?
A · PATH
The PATH environment variable lists directories that the system searches for executable files.
Question bank Tap to reveal →
Which of the following best defines a number system?
A · A set of symbols and rules to represent numbers
A number system is a set of symbols and rules used to represent numbers in a consistent way.
Question bank Tap to reveal →
Which number system is most commonly used by humans in daily life?
B · Decimal
The decimal number system (base 10) is used commonly by humans for counting and calculations.
Question bank Tap to reveal →
Which of the following is true about the base of a number system?
A · It determines the number of unique digits including zero
The base of a number system defines how many unique digits (including zero) are used to represent numbers.
Question bank Tap to reveal →
What is the decimal equivalent of the binary number \( 1011_2 \)?
A · 11
\( 1011_2 = 1\times2^3 + 0\times2^2 + 1\times2^1 + 1\times2^0 = 8 + 0 + 2 + 1 = 11 \).
Question bank Tap to reveal →
Which of the following is NOT a valid binary number?
B · 101102
Binary numbers only contain digits 0 and 1. The digit '2' is invalid in binary.
Question bank Tap to reveal →
What is the binary equivalent of decimal number 18?
A · 10010
Decimal 18 converted to binary is \( 10010_2 \).
Question bank Tap to reveal →
Refer to the diagram below showing a binary number line from 0 to 15.
What is the decimal value of the binary number at position marked '1010'?
A · 10
Binary 1010 equals decimal 10 (\(1\times2^3 + 0 + 1\times2^1 + 0 = 8 + 0 + 2 + 0 = 10\)).
Question bank Tap to reveal →
Which of the following is the base of the decimal number system?
C · 10
The decimal number system is base 10, using digits 0 to 9.
Question bank Tap to reveal →
What is the decimal number represented by the digit sequence '345' in decimal system?
A · Three hundred forty-five
'345' in decimal represents three hundred forty-five.
Question bank Tap to reveal →
Which of the following decimal numbers is equivalent to \( 2.5 \times 10^2 \)?
B · 250
\( 2.5 \times 10^2 = 2.5 \times 100 = 250 \).
Question bank Tap to reveal →
What is the base of the octal number system?
B · 8
Octal number system is base 8, using digits 0 to 7.
Question bank Tap to reveal →
Which of the following is a valid octal number?
B · 765
Octal numbers use digits 0 to 7 only. '765' is valid, others contain invalid digits.
Question bank Tap to reveal →
What is the decimal equivalent of octal number \( 27_8 \)?
A · 23
\( 27_8 = 2\times8^1 + 7\times8^0 = 16 + 7 = 23 \). (Correct answer is 23, so option A)
Question bank Tap to reveal →
What is the base of the hexadecimal number system?
D · 16
Hexadecimal number system is base 16, using digits 0-9 and letters A-F.
Question bank Tap to reveal →
Which of the following is the correct hexadecimal representation of decimal number 26?
A · 1A
Decimal 26 in hex is 1A (1\times16 + 10).
Question bank Tap to reveal →
Which hexadecimal digit corresponds to decimal 15?
B · F
Hexadecimal digit 'F' corresponds to decimal 15.
Question bank Tap to reveal →
Refer to the conversion flowchart below.
Which step correctly converts decimal 45 to binary?
A · Divide 45 by 2 repeatedly and record remainders
Decimal to binary conversion is done by repeatedly dividing by 2 and recording remainders.
Question bank Tap to reveal →
What is the binary equivalent of hexadecimal number \( 1F_{16} \)?
A · 00011111
Hex 1F = 0001 1111 in binary (1 = 0001, F = 1111).
Question bank Tap to reveal →
Convert the octal number \( 345_8 \) to its decimal equivalent.
A · 229
\( 345_8 = 3\times8^2 + 4\times8^1 + 5\times8^0 = 192 + 32 + 5 = 229 \).
Question bank Tap to reveal →
Refer to the conversion flowchart below.
Which step is missing in converting binary to hexadecimal?
A · Group binary digits into sets of four from right to left
Binary to hex conversion requires grouping binary digits into 4-bit groups from right to left.
Question bank Tap to reveal →
What is the decimal equivalent of hexadecimal number \( 3E8_{16} \)?
A · 1000
\( 3E8_{16} = 3\times16^2 + 14\times16^1 + 8\times16^0 = 768 + 224 + 8 = 1000 \).
Question bank Tap to reveal →
Perform the binary addition: \( 1011_2 + 1101_2 \). What is the result in binary?
A · 11000
Adding \( 1011_2 (11) + 1101_2 (13) = 24_{10} = 11000_2 \).
Question bank Tap to reveal →
What is the result of adding octal numbers \( 57_8 + 32_8 \) in octal?
A · 111_8
\( 57_8 = 47_{10}, 32_8 = 26_{10}, 47 + 26 = 73_{10} = 111_8 \).
Question bank Tap to reveal →
Refer to the bitwise AND operation illustration below.
What is the result of \( 1101_2 \) AND \( 1011_2 \)?
A · 1001
Bitwise AND of 1101 and 1011 is 1001 (1&1=1,1&0=0,0&1=0,1&1=1).
Question bank Tap to reveal →
What is the hexadecimal sum of \( A_{16} + 5_{16} \)?
A · F
Hex A (10 decimal) + 5 (5 decimal) = 15 decimal = F hex.
Question bank Tap to reveal →
Which of the following is an application of the hexadecimal number system in computing?
A · Representing memory addresses
Hexadecimal is widely used to represent memory addresses and color codes in computing.
Question bank Tap to reveal →
Which number system is primarily used by digital computers to represent data internally?
C · Binary
Digital computers use the binary number system internally because of its two-state (on/off) nature.
Question bank Tap to reveal →
Which of the following is a reason why octal and hexadecimal systems are used in computing?
A · They simplify binary representation by grouping bits
Octal and hex simplify binary by grouping bits into 3 or 4 bits respectively, making representation compact.
Question bank Tap to reveal →
Which of the following best defines a number system?
A · A method to represent numbers using digits and symbols
A number system is a method to represent numbers using a consistent set of digits and symbols according to specific rules.
Question bank Tap to reveal →
Which number system uses base 10?
B · Decimal
The decimal number system uses base 10, consisting of digits 0 through 9.
Question bank Tap to reveal →
Which of the following is NOT a positional number system?
B · Roman Numerals
Roman numerals are non-positional; the value depends on the symbol itself and its placement, unlike positional systems where position affects value.
Question bank Tap to reveal →
What is the binary equivalent of decimal number 13?
A · 1101
Decimal 13 is converted to binary as 1101 (8 + 4 + 0 + 1).
Question bank Tap to reveal →
How many bits are there in a byte?
B · 8
A byte consists of 8 bits.
Question bank Tap to reveal →
Which binary number represents the decimal value 21?
A · 10101
Binary 10101 equals decimal 21 (16 + 0 + 4 + 0 + 1).
Question bank Tap to reveal →
What is the decimal number system base?
C · 10
The decimal system is base 10, using digits from 0 to 9.
Question bank Tap to reveal →
Which of the following decimal numbers is correctly represented as 1010 in binary?
B · 10
Binary 1010 equals decimal 10 (8 + 0 + 2 + 0).
Question bank Tap to reveal →
What is the decimal equivalent of the binary number \( 1111_2 \)?
B · 15
Binary 1111 equals decimal 15 (8 + 4 + 2 + 1).
Question bank Tap to reveal →
Which digit is NOT valid in the octal number system?
B · 8
Octal digits range from 0 to 7; 8 is invalid.
Question bank Tap to reveal →
Convert octal number 57 to decimal.
A · 47
Octal 57 = (5 \times 8^1) + (7 \times 8^0) = 40 + 7 = 47 decimal.
Question bank Tap to reveal →
Refer to the diagram below showing octal place values. What decimal value does octal number 134 represent?

Diagram: Positional value diagram with digits 1, 3, 4 and place values 64, 8, 1 respectively.
A · 92
Octal 134 = (1 \times 64) + (3 \times 8) + (4 \times 1) = 64 + 24 + 4 = 92 decimal.
Question bank Tap to reveal →
Which of the following octal numbers is equal to decimal 64?
A · 100
Octal 100 = 1 \times 8^2 = 64 decimal.
Question bank Tap to reveal →
Which digit is valid in the hexadecimal system but invalid in decimal?
B · A
Hexadecimal uses digits 0-9 and letters A-F, where A represents decimal 10.
Question bank Tap to reveal →
What is the decimal equivalent of hexadecimal \( 1F \)?
A · 31
Hexadecimal 1F = (1 \times 16) + (15) = 16 + 15 = 31 decimal.
Question bank Tap to reveal →
Refer to the diagram below showing hexadecimal place values. What decimal value does hexadecimal number 2A represent?

Diagram: Positional value diagram with digits 2 and A (10) and place values 16 and 1 respectively.
A · 42
Hex 2A = (2 \times 16) + (10) = 32 + 10 = 42 decimal.
Question bank Tap to reveal →
What is the hexadecimal representation of decimal 255?
A · FF
Decimal 255 equals hexadecimal FF (15 \times 16 + 15).
Question bank Tap to reveal →
Convert binary number \( 110101_2 \) to octal.
A · 65
Binary 110101 grouped as 110 101 equals octal 6 5.
Question bank Tap to reveal →
Which of the following is the correct decimal to binary conversion for decimal 45?
A · 101101
Decimal 45 equals binary 101101.
Question bank Tap to reveal →
Convert hexadecimal \( 3C \) to binary.
A · 111100
Hex 3C = 0011 1100 in binary = 111100.
Question bank Tap to reveal →
What is the binary sum of \( 1011_2 + 1101_2 \)?
D · 11110
Adding 1011 (11 decimal) and 1101 (13 decimal) gives 11110 (24 decimal).
Question bank Tap to reveal →
Perform the subtraction \( 10010_2 - 1011_2 \). What is the result in binary?
B · 1101
Binary subtraction: 10010 (18 decimal) - 1011 (11 decimal) = 1101 (7 decimal).
Question bank Tap to reveal →
Refer to the bitwise AND operation diagram below between \( 1101_2 \) and \( 1011_2 \). What is the result?

Diagram: Bitwise AND operation showing bits aligned and result bits highlighted.
A · 1001
Bitwise AND of 1101 and 1011 is 1001.
Question bank Tap to reveal →
Multiply octal numbers \( 7_8 \) and \( 5_8 \). What is the product in octal?
B · 43
Decimal multiplication: 7 (7 decimal) \times 5 (5 decimal) = 35 decimal = 43 octal.
Question bank Tap to reveal →
Which of the following is a key application of the hexadecimal number system in computing?
B · Memory addressing and color coding
Hexadecimal is widely used in memory addressing and color coding due to its compact representation.
Question bank Tap to reveal →
Why is the binary number system preferred in digital computers?
C · Because it represents two states suitable for electronic circuits
Binary uses two states (0 and 1), matching the on/off states of electronic components, making it ideal for digital circuits.
Question bank Tap to reveal →
Which number system is commonly used in digital displays and debugging due to its compactness and ease of conversion to binary?
C · Hexadecimal
Hexadecimal is compact and easy to convert to/from binary, making it useful in digital displays and debugging.
Question bank Tap to reveal →
Refer to the number line diagram below representing decimal numbers from 0 to 15. Which number corresponds to hexadecimal \( B \)?

Diagram: Number line labeled from 0 to 15 with hexadecimal labels below 0 to F.
B · 11
Hexadecimal B corresponds to decimal 11 on the number line.
Question bank Tap to reveal →
Assertion (A): The hexadecimal number 0x1F4B is equal to the octal number 76453. Reason (R): Both numbers represent the same decimal value. Choose the correct option:
D · A is false, R is true
Question bank Tap to reveal →
If the decimal number 3456 is converted to binary, then the bits are rotated left by 4 positions, and the resulting binary number is converted to hexadecimal, what is the final hexadecimal value?
A · 0x56C0
Question bank Tap to reveal →
Which of the following hexadecimal numbers, when converted to binary and then grouped into 4-bit nibbles, results in an octal number with alternating digits 5 and 3, starting with 5?
C · 0x1D5B3
Question bank Tap to reveal →
If the octal number 72543 is converted to binary, then the binary number is reversed bitwise, and the reversed binary is converted back to decimal, what is the resulting decimal number?
B · 17435
Question bank Tap to reveal →
Which of the following decimal numbers, when converted to hexadecimal, results in a palindrome hexadecimal number, and when the hexadecimal is converted to binary, the binary number has an equal number of 1s and 0s?
B · 4664
Question bank Tap to reveal →
Given a 10-bit binary number, if its decimal equivalent is multiplied by 7 and then converted to hexadecimal, which of the following hexadecimal numbers could NOT be the result?
D · 0x4D9C
Question bank Tap to reveal →
Which of the following hexadecimal numbers, when converted to decimal, yields a number whose binary representation has exactly three '1's, and the decimal number is a multiple of 9?
D · 0x18
Question bank Tap to reveal →
If a decimal number is represented in binary as a 14-bit number and its hexadecimal equivalent is a palindrome, which of the following could be the decimal number?
C · 4369
Question bank Tap to reveal →
Which of the following octal numbers, when converted to decimal, results in a number whose binary representation is a palindrome?
A · 12321
Question bank Tap to reveal →
Which of the following hexadecimal numbers, when converted to binary, has exactly twice as many '1's as '0's?
B · 0x7E
Question bank Tap to reveal →
If the decimal number 999 is converted to binary, then each bit is complemented (0 to 1 and 1 to 0), and the complemented binary is converted back to decimal, what is the result?
A · 24
Question bank Tap to reveal →
Which of the following decimal numbers, when converted to octal, results in an octal number whose digits sum to 15?
B · 5678
Question bank Tap to reveal →
What is the smallest unit of data in a computer?
B · Bit
A bit (binary digit) is the smallest unit of data, representing either 0 or 1.
Question bank Tap to reveal →
How many bits are there in one byte?
B · 8
One byte consists of 8 bits.
Question bank Tap to reveal →
Which of the following best describes a nibble?
A · 4 bits
A nibble is a group of 4 bits.
Question bank Tap to reveal →
What is the decimal equivalent of the binary number \(1101_2\)?
C · 13
\(1101_2 = 1\times2^3 + 1\times2^2 + 0\times2^1 + 1\times2^0 = 8 + 4 + 0 + 1 = 13\).
Question bank Tap to reveal →
Which of the following binary numbers is equivalent to decimal 10?
A · 1010
Binary 1010 equals decimal 10.
Question bank Tap to reveal →
What is the binary equivalent of decimal 19?
A · 10011
Decimal 19 converts to binary as 10011.
Question bank Tap to reveal →
Which of the following is NOT a valid binary number?
B · 11012
Binary numbers contain only 0s and 1s; '2' is invalid.
Question bank Tap to reveal →
Refer to the diagram below showing a binary tree representing the binary number 1011. What decimal number does this binary number represent?
C · 11
Binary 1011 equals decimal 11.
Question bank Tap to reveal →
Which of the following correctly represents 1 Gigabyte (GB) in bytes?
D · 1,073,741,824 bytes
1 GB = 2^{30} bytes = 1,073,741,824 bytes in binary prefix system.
Question bank Tap to reveal →
Which prefix corresponds to \(10^6\) bytes?
B · Megabyte (MB)
Megabyte corresponds to \(10^6\) bytes in decimal prefix system.
Question bank Tap to reveal →
If a file size is 2048 KB, what is its size in MB?
B · 2 MB
2048 KB = 2048 / 1024 = 2 MB.
Question bank Tap to reveal →
Which of the following is a valid hexadecimal number?
A · 1A3F
Hexadecimal digits include 0-9 and A-F; 'G', 'Z', 'H' are invalid.
Question bank Tap to reveal →
What is the octal equivalent of binary number \(101101_2\)?
B · 53
Grouping binary digits in 3s from right: 101 101 = 5 3 in octal.
Question bank Tap to reveal →
Refer to the diagram below showing bit patterns for hexadecimal digits. What is the binary equivalent of hexadecimal digit 'E'?
A · 1110
Hexadecimal 'E' corresponds to binary 1110.
Question bank Tap to reveal →
Convert hexadecimal number \(2F_{16}\) to decimal.
A · 47
\(2F_{16} = 2 \times 16^1 + 15 \times 16^0 = 32 + 15 = 47\).
Question bank Tap to reveal →
Convert decimal number 156 to binary.
A · 10011100
156 in binary is 10011100.
Question bank Tap to reveal →
Convert octal number \(345_8\) to decimal.
A · 229
\(345_8 = 3 \times 8^2 + 4 \times 8^1 + 5 \times 8^0 = 192 + 32 + 5 = 229\).
Question bank Tap to reveal →
Refer to the conversion flowchart below. Which step correctly converts binary \(1010_2\) to decimal?
A · Multiply each bit by \(2^n\) and sum
Binary to decimal conversion involves multiplying each bit by \(2^n\) and summing.
Question bank Tap to reveal →
What is the ASCII code for the uppercase letter 'A'?
A · 65
ASCII code for uppercase 'A' is 65.
Question bank Tap to reveal →
Which character encoding standard supports multiple languages and symbols beyond ASCII?
B · Unicode
Unicode supports multiple languages and a wide range of symbols.
Question bank Tap to reveal →
What is the binary representation of ASCII code 66?
A · 1000010
ASCII 66 in binary is 1000010.
Question bank Tap to reveal →
Refer to the memory addressing layout diagram below. What is the address of the 5th byte if the base address is 1000 and each address increments by 1 byte?
A · 1004
The 1st byte is at 1000, so 5th byte is at 1000 + 4 = 1004.
Question bank Tap to reveal →
Which of the following is NOT a valid memory address increment if each address points to a 4-byte word?
D · 1003
Memory addresses increment by word size (4 bytes), so 1003 is invalid.
Question bank Tap to reveal →
If a memory address is 16 bits long, what is the maximum number of unique addresses possible?
C · 65536
Maximum addresses = \(2^{16} = 65536\).
Question bank Tap to reveal →
Refer to the diagram below illustrating the addition of two 4-bit binary numbers \(1011_2\) and \(0110_2\). What is the correct sum?
A · 10001
\(1011_2 + 0110_2 = 10001_2\) (decimal 11 + 6 = 17).
Question bank Tap to reveal →
What is the result of binary subtraction \(1101_2 - 1010_2\)?
A · 0011
\(1101_2 - 1010_2 = 0011_2\) (13 - 10 = 3).
Question bank Tap to reveal →
Which binary arithmetic operation is used to multiply a binary number by 2?
B · Left shift by 1
Left shift by 1 bit multiplies a binary number by 2.
Question bank Tap to reveal →
Refer to the diagram below showing binary addition with carry bits. What is the sum of \(1111_2 + 0001_2\)?
A · 10000
\(1111_2 + 0001_2 = 10000_2\) (15 + 1 = 16).
Question bank Tap to reveal →
Which of the following is a correct way to represent -5 in 8-bit signed binary using two's complement?
A · 11111011
Two's complement of 5 (00000101) is 11111011 for -5.
Question bank Tap to reveal →
What is the range of unsigned 8-bit numbers?
B · 0 to 255
Unsigned 8-bit numbers range from 0 to \(2^8 - 1 = 255\).
Question bank Tap to reveal →
What is the decimal value of the signed 8-bit number 11111100 in two's complement?
A · -4
11111100 two's complement is -4 in decimal.
Question bank Tap to reveal →
Refer to the diagram below showing signed binary number ranges. What is the maximum positive number in 4-bit signed representation?
A · 7
4-bit signed numbers range from -8 to +7.
Question bank Tap to reveal →
What is the parity bit value for the 7-bit data 1011001 to make it even parity?
A · 0
Number of 1s is 4 (even), so parity bit is 0 to keep even parity.
Question bank Tap to reveal →
Which parity bit value would make the 7-bit data 1101011 have odd parity?
B · 1
Number of 1s is 5 (odd), parity bit 1 makes total 6 (even), so for odd parity parity bit must be 1 to keep odd count.
Question bank Tap to reveal →
Refer to the bit pattern illustration below. What type of error detection is demonstrated if the parity bit is set to 1 for data 1010100?
B · Odd parity
Setting parity bit to 1 to make total number of 1s odd indicates odd parity error detection.
Question bank Tap to reveal →
Which of the following best defines a bit in computer data representation?
A · A unit of data that can be either 0 or 1
A bit is the smallest unit of data in computing and can have a value of either 0 or 1.
Question bank Tap to reveal →
How many bits are there in 4 bytes of data?
A · 32 bits
1 byte = 8 bits, so 4 bytes = 4 × 8 = 32 bits.
Question bank Tap to reveal →
Which of the following statements about bits and bytes is correct?
A · A byte consists of 8 bits and can represent 256 different values
A byte is made up of 8 bits and can represent 2^8 = 256 different values.
Question bank Tap to reveal →
What is the binary equivalent of the decimal number 13?
A · 1101
Decimal 13 is represented as 1101 in binary (8+4+0+1).
Question bank Tap to reveal →
Which of the following is NOT a valid binary number?
B · 11002
Binary numbers can only contain digits 0 and 1; '2' is invalid.
Question bank Tap to reveal →
What is the decimal value of the binary number \(101101_2\)?
A · 45
Question bank Tap to reveal →
Which of the following binary numbers represents the decimal number 27?
A · 11011
Binary 11011 = 16 + 8 + 0 + 2 + 1 = 27 decimal.
Question bank Tap to reveal →
What is the binary representation of the decimal number 255?
A · 11111111
255 decimal is \(2^8 - 1\), which is 11111111 in binary.
Question bank Tap to reveal →
Which of the following correctly represents 1 gigabyte (GB) in bytes using the binary prefix system?
A · 1,073,741,824 bytes
1 GB = 1024^3 = 1,073,741,824 bytes in binary prefix system.
Question bank Tap to reveal →
How many kilobytes (KB) are there in 5 megabytes (MB)?
A · 5120 KB
1 MB = 1024 KB, so 5 MB = 5 × 1024 = 5120 KB.
Question bank Tap to reveal →
If a file size is 3.5 GB, approximately how many bytes does it contain?
A · 3,758,096,384 bytes
3.5 GB = 3.5 × 1024^3 = 3.5 × 1,073,741,824 = 3,758,096,384 bytes.
Question bank Tap to reveal →
Which of the following is the correct order of data units from smallest to largest?
A · Byte, Kilobyte, Megabyte, Gigabyte
The correct order is Byte < Kilobyte < Megabyte < Gigabyte.
Question bank Tap to reveal →
Refer to the diagram below showing number system conversion tables. What is the hexadecimal equivalent of binary 11011110?
A · DE
Binary 1101 1110 corresponds to hex D (13) and E (14), so DE.
Question bank Tap to reveal →
What is the octal representation of the binary number 101101?
A · 55
Binary 101101 grouped as 010 1101 (pad left with 0) = 2 5 in octal, so 55 is incorrect. Actually, 101101 binary grouped as 101 101 = 5 5 octal. So correct answer is 55 (Option A).
Question bank Tap to reveal →
Which number system uses digits from 0 to 7?
A · Octal
Octal number system uses digits 0 through 7.
Question bank Tap to reveal →
Refer to the diagram below showing number system conversion tables. What is the binary equivalent of hexadecimal 3F?
A · 00111111
Hex 3 = 0011, F = 1111, combined 00111111 in binary.
Question bank Tap to reveal →
Convert the decimal number 45 to its binary equivalent.
A · 101101
45 decimal = 32 + 8 + 4 + 1 = 101101 binary.
Question bank Tap to reveal →
What is the hexadecimal equivalent of decimal 254?
A · FE
254 decimal = FE in hexadecimal (F=15, E=14).
Question bank Tap to reveal →
Convert the octal number 157 to its decimal equivalent.
A · 111
1×8^2 + 5×8^1 + 7×8^0 = 64 + 40 + 7 = 111 decimal. Correction: Actually 64+40+7=111, so correct answer is 111 (Option A).
Question bank Tap to reveal →
Refer to the diagram below showing number system conversion tables. Convert binary 11110010 to hexadecimal.
A · F2
1111 = F and 0010 = 2, so binary 11110010 = F2 hex.
Question bank Tap to reveal →
What is the decimal equivalent of the 2's complement binary number 11111011?
A · -5
2's complement 11111011 represents -5 in decimal.
Question bank Tap to reveal →
Which ASCII code corresponds to the uppercase letter 'A'?
A · 65
ASCII code for uppercase 'A' is 65.
Question bank Tap to reveal →
Which character encoding standard supports a wider range of characters including multiple languages?
A · Unicode
Unicode supports many languages and symbols beyond ASCII's 128 characters.
Question bank Tap to reveal →
What is the hexadecimal ASCII code for the character 'Z'?
A · 5A
ASCII for 'Z' is decimal 90, which is 5A in hexadecimal.
Question bank Tap to reveal →
Which Unicode encoding form uses 8-bit code units and is backward compatible with ASCII?
A · UTF-8
UTF-8 uses 8-bit code units and is backward compatible with ASCII.
Question bank Tap to reveal →
Refer to the diagram below showing a memory addressing layout. If the base address is 1000 and each memory cell stores 1 byte, what is the address of the 5th byte?
A · 1004
Address of 5th byte = base + (5 - 1) = 1000 + 4 = 1004.
Question bank Tap to reveal →
Which of the following is true about memory addressing in computers?
A · Each memory address points to a byte of data
Memory addresses specify locations that store bytes of data.
Question bank Tap to reveal →
Refer to the diagram below showing a memory addressing layout. If each memory cell stores 4 bytes, what is the address of the 3rd memory cell starting at address 2000?
A · 2008
Address = 2000 + (3 - 1) × 4 = 2000 + 8 = 2008.
Question bank Tap to reveal →
Which binary addition is correct?
A · 1011 + 1101 = 11000
1011 (11) + 1101 (13) = 11000 (24) in binary.
Question bank Tap to reveal →
What is the result of binary subtraction \(11010_2 - 1011_2\)?
A · 10011
26 - 11 = 15 decimal, which is 10011 binary.
Question bank Tap to reveal →
Refer to the diagram below illustrating bitwise AND operation. What is the result of \(1011_2 \& 1101_2\)?
A · 1001
Bitwise AND of 1011 and 1101 is 1001.
Question bank Tap to reveal →
What is the 2's complement representation of decimal -7 in 8-bit binary?
A · 11111001
2's complement of 7 (00000111) is 11111001 for -7.
Question bank Tap to reveal →
Which of the following correctly distinguishes signed and unsigned numbers?
A · Signed numbers can represent negative values; unsigned cannot
Signed numbers include negative and positive values; unsigned only positive.
Question bank Tap to reveal →
What is the range of an 8-bit unsigned binary number?
A · 0 to 255
8-bit unsigned numbers range from 0 to 2^8 - 1 = 255.
Question bank Tap to reveal →
Refer to the diagram below illustrating sign representation. What is the decimal value of the signed 8-bit binary number 10010110 using 2's complement?
A · -106
2's complement 10010110 = -106 decimal.
Question bank Tap to reveal →
Which parity bit scheme can detect single-bit errors in data transmission?
A · Even parity
Even parity adds a bit to make total number of 1s even, detecting single-bit errors.
Question bank Tap to reveal →
In an odd parity system, what should be the parity bit for the data bits 1011001?
B · 1
Data bits have 4 ones (even), so parity bit must be 1 to make total ones odd.
Question bank Tap to reveal →
Refer to the diagram below illustrating parity bit calculation. If the data bits are 1101010, what is the even parity bit?
B · 0
Question bank Tap to reveal →
Which error detection method uses a single parity bit added to data bits to check for errors?
A · Parity check
Parity check uses a single parity bit to detect errors in data bits.
Question bank Tap to reveal →
If a signed 10-bit integer uses sign-magnitude representation, what is the decimal value of the binary number 1100001101? Additionally, what is the range of values representable in this system?
A · -197; Range: -511 to +511
Question bank Tap to reveal →
If a signed 8-bit integer is incremented by 1 repeatedly starting from 120, how many increments are required to reach the value -120? Assume two's complement representation.
A · 136
Question bank Tap to reveal →
A 14-bit signed integer is stored using one's complement. If the binary number is 10000000000001, what is its decimal value? Also, what is the decimal value of its two's complement equivalent binary number?
A · -8190; -8191
Question bank Tap to reveal →
A 15-bit signed integer in two's complement is represented as 011111111111111. What is the decimal value? If this number is incremented by 1, what is the resulting decimal value and binary representation?
A · 16383; -16384; 100000000000000

Try Practice next.

Marking revisions saves to your dashboard — paywalled in preview.

Test myself in practice →
Ask a doubt
Control Panel and System Settings · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.