Get the most accurate TN Board Solutions for Class 11 Computer Science Chapter 05 Working with Typical Operating System here. Updated for the 2026-27 academic session, these solutions are based on the latest TN Board textbooks for Class 11 Computer Science. Our expert-created answers for Class 11 Computer Science are available for free download in PDF format.
Detailed Chapter 05 Working with Typical Operating System TN Board Solutions for Class 11 Computer Science
For Class 11 students, solving TN Board textbook questions is the most effective way to build a strong conceptual foundation. Our Class 11 Computer Science solutions follow a detailed, step-by-step approach to ensure you understand the logic behind every answer. Practicing these Chapter 05 Working with Typical Operating System solutions will improve your exam performance.
Class 11 Computer Science Chapter 05 Working with Typical Operating System TN Board Solutions PDF
Part I
Choose the correct answer.
Question 1. From the options given below, choose the operations managed by the operating system.
(a) Memory
(b) Processor
(c) I/O devices
(d) All of the options
Answer: (d) All of the options
In simple words: An operating system (OS) handles everything a computer does, from remembering information in memory to managing its brain (processor) and helping it talk to other devices. It's like the main control center for the computer.
π― Exam Tip: Remember that an OS is crucial for coordinating all hardware and software functions, making the computer usable.
Question 2. Which is the default folder for many Windows Applications to save your file?
(a) My Document
(b) My Pictures
(c) Documents and Settings
(d) My Computer
Answer: (a) My Document
In simple words: When you save a new file in many Windows programs, the computer often suggests saving it in the "My Document" folder first. This helps you find your files easily later.
π― Exam Tip: Knowing default save locations can save time when searching for recently created files.
Question 3. Under which of the following OS, the option Shift + Delete β permanently delete a file or folder?
(a) Windows 7
(b) Windows 8
(c) Windows 10
(d) None of the OS
Answer: (a) Windows 7
In simple words: In Windows 7, pressing Shift and Delete together means the file will be removed forever and won't go into the Recycle Bin. This action cannot be undone.
π― Exam Tip: Always be careful when using Shift + Delete, as it bypasses the Recycle Bin, making recovery difficult.
Question 4. What is the meaning of βHibernateβ in Windows XP/Windows 7?
(a) Restart the Computer in safe mode
(b) Restart the Computer in hibernate mode
(c) Shutdown the Computer terminating all the running applications
(d) Shutdown the Computer without closing the running applications
Answer: (d) Shutdown the Computer without closing the running applications
In simple words: Hibernate means the computer saves everything you are doing to the hard drive and then turns off completely. When you turn it back on, everything is exactly where you left it. It's great for saving battery on laptops.
π― Exam Tip: Hibernate mode is useful for long breaks, as it uses no power and restores your work quickly.
Question 5. Which of the following OS is not based on Linux?
(a) Ubuntu
(b) Redhat
(c) CentOS
(d) BSD
Answer: (d) BSD
In simple words: BSD (Berkeley Software Distribution) is a type of operating system, but it's not made from Linux. Ubuntu, Redhat, and CentOS all use the Linux core. BSD is a different family of systems.
π― Exam Tip: Recognize that while many operating systems share similarities, they can originate from different core technologies like Linux or BSD.
Question 6. Which of the following in Ubuntu OS is used to view the options for the devices installed?
(a) Settings
(b) Files
(c) Dash
(d) VBox_GAs_5.2.2
Answer: (b) Files
In simple words: In Ubuntu, you can often check which devices are connected or installed by looking in the 'Files' application. This shows you all the connected storage like hard drives or USB sticks.
π― Exam Tip: For basic device management in Ubuntu, the 'Files' application is a good starting point for viewing connected storage devices.
Question 7. Identify the default email client in Ubuntu.
(a) Thunderbird
(b) Firefox
(c) Internet Explorer
(d) Chrome
Answer: (a) Thunderbird
In simple words: Thunderbird is the program that Ubuntu comes with for managing emails. It's like Gmail or Outlook, but it's installed on your computer. It helps you send and receive messages.
π― Exam Tip: Know the default applications in different operating systems, as they are often pre-installed for common tasks.
Question 8. Which is the default application for spreadsheets in Ubuntu? This is available in the software launcher.
(a) LibreOffice Writer
(b) LibreOffice Calc
(c) LibreOffice Impress
(d) LibreOffice Spreadsheet
Answer: (b) LibreOffice Calc
In simple words: LibreOffice Calc is the program Ubuntu uses for spreadsheets, just like Microsoft Excel. You can find it easily in the software launcher to make tables and do calculations.
π― Exam Tip: Be familiar with the LibreOffice suite, which is the standard office software for many Linux distributions like Ubuntu.
Question 9. Which is the default browser for Ubuntu?
(a) Firefox
(b) Internet Explorer
(c) Chrome
(d) Thunderbird
Answer: (a) Firefox
In simple words: Firefox is the internet browser that comes pre-installed with Ubuntu. It's what you use to go online and visit websites.
π― Exam Tip: Default web browsers are important as they are the primary gateway to the internet for users of an OS.
Question 10. Where will you select the option to log out, suspend, restart, or shut down from the desktop of Ubuntu OS?
(a) Session Indicator
(b) Launcher
(c) Files
(d) Search
Answer: (a) Session Indicator
In simple words: In Ubuntu, a special button called the Session Indicator is found at the top right of your screen. This is where you go to log out, pause your computer, restart it, or turn it off completely.
π― Exam Tip: Understanding the location of session controls is essential for managing your computer's power state effectively.
Part β II
Short Answers
Question 1. Differentiate cut and copy options.
Answer:
| COPY | CUT |
|---|---|
| Copying text keeps the original text in its place and creates an exact duplicate in the new location. | Moving text removes the original text from its source location and transfers it to the new destination. |
| After copying, the text is available in both the original (source) and the new (destination) locations. | After moving, the text is only available in the new destination location; it is no longer in the source. |
In simple words: Copy makes a duplicate of something, so you have it in two places. Cut removes it from its original spot and moves it to a new place.
π― Exam Tip: Clearly state that 'copy' duplicates while 'cut' transfers, and mention the presence of content in source/destination locations for both actions.
Question 2. What is the use of a file extension?
Answer: A file extension is the part of a file name that comes after the dot, like ".exe" or ".html". It helps the computer understand what type of file it is, so it knows which program to open it with. These extensions are usually 3 to 4 characters long. For example, a file named `report.docx` has the extension `docx`, telling the computer it's a Word document. Using file extensions helps categorize and manage files efficiently.
In simple words: A file extension tells the computer what kind of file it is, like if it's a picture (.jpg) or a document (.doc). This helps the computer know which program to use to open it.
π― Exam Tip: When explaining file extensions, always mention the dot prefix and provide common examples like .txt, .pdf, or .jpg.
Question 3. Differentiate Files and Folders.
Answer:
| Files | Folders |
|---|---|
| Files are used to store all kinds of data, such as documents, pictures, or videos. | Folders are containers used to store other files and even other sub-folders. |
| All information saved on a computer is stored in the form of files. | Folders are also known as directories and are used to keep files organized on your computer. |
In simple words: Files hold actual information, like your homework or photos. Folders are like cabinets that help you neatly put away and organize your files and other folders.
π― Exam Tip: Emphasize that files contain actual data, while folders are organizational tools for grouping files and other folders.
Question 4. Differentiate Save and Save As option.
Answer:
| Save | Save As |
|---|---|
| The 'Save' command automatically updates the file using its existing name, format, and location. It only asks for a file name the very first time you save a new document. | The 'Save As' command always opens a special window, allowing you to change the file's name, format, or where it is saved every time you use it. |
In simple words: 'Save' updates an existing file with changes. 'Save As' lets you choose a new name, location, or file type, creating a new file or saving an existing one differently.
π― Exam Tip: Highlight that 'Save' maintains the original file identity, while 'Save As' enables creating new versions or changing file properties.
Question 5. What is open source?
Answer: Open source refers to software where the original programming code is made available to everyone online for free. This means people can use it, change it, and share it without paying. It encourages collaboration and continuous improvement from a wide community of programmers. For example, the Android operating system is open source.
In simple words: Open source means a computer program's secret code is free for anyone to see, use, and change. It doesn't cost money, and many people work together to make it better.
π― Exam Tip: Emphasize that "open source" implies free access to the source code for modification and distribution, fostering community development.
Question 6. What are the advantages of open source?
Answer: The reasons why individuals or organizations choose open source software include:
1. Lower cost: It is often free to use, saving money on software licenses.
2. Security: Many people can look at the code, making it easier to find and fix security problems quickly. This makes it generally more secure.
3. No vendor βlock-inβ: Users are not tied to a single company, allowing more flexibility and control over their software.
4. Better quality: The collaborative nature means many experts contribute, often leading to higher quality and more innovative solutions.
In simple words: Open source software is good because it costs less, is safer (many eyes check it), lets you avoid being stuck with one company, and is usually better quality because many people work on it.
π― Exam Tip: Focus on the economic, security, flexibility, and quality benefits when listing advantages of open source software.
Question 7. Mention the different server distributions in Linux OS.
Answer: The server distributions in Linux OS are versions of Linux specially made for servers. Some popular ones include:
1. Ubuntu Linux (known for its ease of use and strong community support)
2. Linux Mint (a user-friendly distribution based on Ubuntu and Debian)
3. Arch Linux (a lightweight and flexible distribution, often preferred by advanced users)
4. Deepin (known for its elegant user interface and user-friendly design)
5. Fedora (a community-driven distribution that focuses on innovation and provides the latest software)
6. Debian (a very stable and widely used distribution, forming the base for many other Linux systems)
7. CentOS (a free, community-supported version that is very similar to Red Hat Enterprise Linux, known for stability).
In simple words: Linux has many versions for computers that act as servers. Some common ones are Ubuntu, Linux Mint, Arch Linux, Deepin, Fedora, Debian, and CentOS. Each one has different features but they all help run computers for many users.
π― Exam Tip: When listing Linux distributions, mention a brief characteristic of each to demonstrate understanding beyond just names.
Question 8. How will you log off from Ubuntu OS?
Answer: When you have finished working on your computer, you can choose to Log Out through the Session Indicator. This indicator is usually found on the far right side of the top panel of your Ubuntu desktop. Clicking "Log Out" will close all your open programs and take you back to the login screen, allowing another user to sign in. This ensures your work is saved before closing the session.
In simple words: To log off in Ubuntu, click the Session Indicator at the top right of the screen, then choose "Log Out." This closes your programs and lets someone else log in.
π― Exam Tip: Specify the exact location (Session Indicator, top right) for logging off in Ubuntu for a complete answer.
Part β III
Explain in brief
Question 1. Analyse: Why the drives are segregated?
Answer: Drives are often separated, or segregated, for several important reasons:
1. It saves space and increases system performance by preventing the operating system from being bogged down by large user files.
2. Sharing and protection are improved, as different users or types of data can be given separate access permissions. This helps keep data safe.
3. Data can be segmented and segregated to defend it from cyber-attacks, as a breach in one partition might not affect others. This makes it harder for viruses to spread.
In simple words: Drives are separated to save space, make the computer run faster, keep different kinds of data safe from others, and protect against cyber-attacks by limiting damage to one part.
π― Exam Tip: When discussing drive segregation, focus on the benefits related to performance, security, and data organization.
Question 2. If you are working on multiple files at a time, sometimes the system may hang. What is the reason behind it. How can you reduce it?
Answer: When a system hangs while working on many files, several issues could be the cause, and there are ways to reduce this problem:
Too Many Applications Running: Each open application uses the computer's internal and hardware resources, like memory. When too many programs run at once, the PC can run low on these resources, leading to slow performance or freezing.
Device Driver Issues: Old or broken device drivers can often cause a computer to freeze. For example, if video drivers are not updated, the system might hang when trying to play videos or games. Keeping drivers updated is crucial for smooth operation.
Operating System Issues: To keep your computer running smoothly, ensure all operating system updates are installed. Using a legal copy of the OS is important because it allows for regular updates and patches that fix bugs and improve stability.
Excess Heating Up: If the computer's processor gets too hot, it can cause the system to freeze. Good airflow and keeping the computer clean from dust can help. Processors generate heat under heavy load, so proper cooling is vital.
Hardware Misconfiguration: A main reason for computer freezes can be incorrect hardware setup. This might happen if a new hardware part was not installed correctly or if it's not compatible with your computer. Always check hardware compatibility and install new components carefully.
In simple words: Your computer might freeze when many programs are open because it runs out of memory, has old drivers, needs system updates, gets too hot, or has wrong hardware settings. To fix it, close unused programs, update drivers, keep your OS updated, ensure good cooling, and check new hardware.
π― Exam Tip: For system hang issues, categorize reasons into resource, software, and hardware problems, and provide actionable solutions for each.
Question 3. Are drives such as hard drive and floppy drives represented with drive letters? If so why, if not why?
Answer: Yes, hard drives and floppy drives are represented with drive letters in Windows operating systems. This is a traditional method for organizing storage devices. Each drive is assigned a unique letter for easy identification and access.
Historically:
A: drive is used for a floppy disk of 3.5 inches with a storage capacity of 1.44 MB.
B: drive is for a floppy disk of 5.25 inches with a storage capacity of 1.2 MB.
So, we can say that A and B are reserved for floppy drives.
C: D: E: β¦β¦β¦β¦β¦.. Z: are typically used for Hard Disk Drives, CD/DVD drives, and other storage devices. Each letter helps the operating system distinguish between different storage units. This naming convention is a legacy from early personal computing and remains consistent in Windows for user familiarity.
In simple words: Yes, drives like hard drives and floppy drives get letters (like C: or D:). This helps the computer and you know which storage is which, making it easy to find and use files. Letters A and B were traditionally for floppy disks.
π― Exam Tip: Explain that drive letters are a standard organizational method in Windows, and remember the historical assignment of A and B to floppy drives.
Question 4. Write the specific use of Cortana.
Answer: Cortana is a personal digital assistant found in Windows 10. Its main purpose is to help users manage tasks and access information on their device. Cortana can help you find almost anything on your computer, track your packages and flights, provide weather and traffic information, manage your calendar, and create reminders. It can even tell jokes for entertainment. This digital assistant uses voice commands and typed input to interact with the user, making daily computing tasks easier and more efficient.
In simple words: Cortana is like a smart helper in Windows 10. It finds things on your computer, tracks deliveries, gives weather updates, manages your calendar, sets reminders, and even tells jokes.
π― Exam Tip: List a range of functions that Cortana performs, highlighting its role as a versatile personal assistant in Windows 10.
Question 5. List out the major differences between Windows and Ubuntu OS.
Answer:
| Windows | Ubuntu |
|---|---|
| Windows NT is the kernel used in Windows. | Linux is the kernel used in Ubuntu. |
| Users need to pay to use Windows. | Ubuntu is completely free and available as open-source. |
| It supports executable files (.exe), which means there is a higher risk of virus threats. | It does not support executable files (.exe), so it is mostly a virus-free OS. |
| The desktop version of Windows OS does not support server functions. | Ubuntu OS can also work as a server. |
| It does not support multiple desktop environments by default. | It supports multiple desktop environments, offering more customization. |
| Installation is generally very simple and user-friendly. | Installation is quite a complex process, often requiring more technical knowledge. |
| Users need to install MS Office separately in Windows. | Ubuntu OS comes with many useful software applications, like LibreOffice, included by default. |
| It does not have its own software manager; applications are usually installed directly. | It has its own software manager (e.g., Ubuntu Software Center) for easy application installation. |
| Software installation is often done through simple installation packages and on-screen instructions. | It normally installs software and tools using the terminal (command-line interface). |
| Windows is considered very user-friendly for most new computer users. | Ubuntu is generally not as user-friendly for beginners compared to Windows. |
In simple words: Windows costs money, uses the NT kernel, and can get viruses from .exe files. Ubuntu is free, uses the Linux kernel, is generally virus-free, and can be a server. Windows is easier to install, while Ubuntu offers more desktop options and comes with free office software.
π― Exam Tip: When comparing OS, focus on key aspects like cost, kernel, security, ease of use, and default applications to highlight the major differences.
Question 6. Are there any difficulties you face while using Ubuntu? If so, mention it with reasons.
Answer: Yes, users can face some difficulties when using Ubuntu, especially if they are new to Linux-based systems:
1. Ubuntu has less hardware support for commercial, industrial, medical, or logistical systems. Because of this, it's not chosen as much for big server setups where specific hardware is needed.
2. Ubuntu doesn't support middleware like CPanel or Cloud Linux, and it lacks many other tools for infrastructure or monitoring. This makes it harder for certain professional uses.
3. It can be hard to install graphics drivers, especially for older hardware. This can lead to poor graphics quality, making it impossible to play modern games smoothly.
4. Users switching from Windows might not like the Ubuntu user experience and find it difficult to operate the OS. The interface and workflow are different, requiring a learning curve.
5. Ubuntu is not able to play MP3 files by default due to licensing restrictions. Users often need to install extra codecs to enable MP3 playback. This can be inconvenient for casual media consumption.
In simple words: Using Ubuntu can be tricky because it has less support for special hardware, fewer specific tools, and it's hard to install graphics drivers on older computers. People moving from Windows might find it unfamiliar, and it can't play MP3s right away.
π― Exam Tip: When explaining difficulties with an OS, list specific problems and provide a brief, clear reason for each to show a comprehensive understanding.
Question 7. Differentiate Thunderbird and Firefox in Ubuntu OS.
Answer: Here's how Thunderbird and Firefox differ in Ubuntu OS:
- Firefox is a web browser used to access the internet. It allows users to visit websites, search for information, and stream content.
- Thunderbird is an email client, which means it's a software program used to send, receive, and manage emails. We can install it on our computer and view our emails without needing to go to a web browser.
- Both Firefox and Thunderbird are products developed by Mozilla, a global non-profit organization dedicated to open-source software. This means they share a common developer but serve different purposes.
In simple words: Firefox is a program to browse the internet, like Chrome. Thunderbird is a program to manage emails, like Outlook. Both are made by Mozilla.
π― Exam Tip: Clearly define the primary function of each application (web browser vs. email client) and mention their common developer if relevant.
Question 8. Differentiate Save, Save As, and Save a Copy in Ubuntu OS.
Answer: Here's how 'Save', 'Save As', and 'Save a Copy' differ in Ubuntu OS:
Save: This option will save the document without asking for a new name or location. If the document has been saved before, it will simply overwrite the original file with the latest changes. This is typically used for continuous saving of changes to an existing file.
Save As: This option will prompt you to save the document using a dialog box. You will have the ability to change the file name, its format, and/or its location. This is used to save a new file for the first time or to save an existing file under a new name or in a new location, creating a duplicate.
Save A Copy: This option is similar to 'Save As' as it will prompt you to save a 'copy' using a dialog box. You will have the ability to change the file name and/or location for the copy. If you choose the same file name and location, it will overwrite the original copy. The key difference is that after saving a copy, you will continue working on the *original* document, not the newly saved copy. If you make additional changes and then hit 'Save', the *original* document will be overwritten with the new changes, but the copy you saved earlier will remain in its 'Save A Copy' state.
In simple words: 'Save' updates the current file. 'Save As' creates a new file or saves the current one with a different name or place. 'Save A Copy' makes a new copy, but you keep working on the original file.
π― Exam Tip: Explain that 'Save' is for updates, 'Save As' is for new versions/locations, and 'Save A Copy' creates a duplicate while keeping focus on the original.
Part IV
Explain in detail
Question 1. Explain the versions of the Windows Operating System.
Answer: The Windows Operating System has evolved through many versions, each introducing new features and improvements. Here is an overview of some key versions:
| Versions | Logo | Year |
|---|---|---|
| Windows 1.x | 1985 | |
Specific features:
| ||
| Windows 3.x | 1992 | |
Specific features:
| ||
| Windows 95 | 1995 | |
Specific features:
| ||
| Windows 98 | 1998 | |
Specific features:
| ||
| Windows NT | ||
Specific features:
| ||
| Windows Me | 2000 | |
Specific features:
| ||
| Windows 2000 | 2000 | |
Specific features:
| ||
| Windows XP | 2001 | |
Specific features:
| ||
| Windows Vista | 2006 | |
Specific features:
| ||
| Windows 7 | 2009 | |
Specific features:
| ||
| Windows 8 | 2012 | |
Specific features:
| ||
| Windows 10 | 2015 | |
Specific features:
| ||
In simple words: Windows has changed many times over the years. Early versions brought the mouse and colors. Later ones added the Start button, made the internet easier to use, and improved how it works with new computers. Modern versions like Windows 10 are faster, work on many devices, and have smart helpers like Cortana.
π― Exam Tip: When detailing OS versions, provide specific features or significant changes introduced in each version, along with its approximate release year, to show a clear progression.
Question 1. Explain the versions of the Windows Operating System.
Answer: The Windows Operating System has evolved through many versions, each introducing new features and improvements. Below is a detailed look at some of these key versions, including their logos, release years, and unique specific features. Understanding the evolution of operating systems helps in appreciating current technologies.
| Versions | Logo | Year |
|---|---|---|
| Windows 1.x | Windows 1.x Logo | 1985 |
Specific features:
| ||
| Windows 2.x | Windows 2.x Logo | 1987 |
Specific features:
| ||
| Windows 3.x | Windows 3.x Logo | 1992 |
Specific features:
| ||
| Windows 95 | Windows 95 Logo | 1995 |
Specific features:
| ||
| Windows 98 | Windows 98 Logo | 1998 |
Specific features:
| ||
| Windows NT | Windows NT Logo | Not specified |
Specific features:
| ||
| Windows Me | Windows Me Logo | 2000 |
Specific features:
| ||
| Windows 2000 | Windows 2000 Logo | 2000 |
Specific features:
| ||
| Windows XP | Windows XP Logo | 2001 |
Specific features:
| ||
| Windows Vista | Windows Vista Logo | 2006 |
Specific features:
| ||
| Windows 7 | Windows 7 Logo | 2009 |
Specific features:
| ||
| Windows 8 | Windows 8 Logo | 2012 |
Specific features:
| ||
| Windows 10 | Windows 10 Logo | 2015 |
Specific features:
| ||
π― Exam Tip: When explaining OS versions, focus on a few key differentiating features for each version rather than listing every detail. Mentioning the year of introduction and one or two major innovations is usually sufficient for full marks.
Question 2. Draw and compare the scan equivalence in Windows and Ubuntu.
Answer: (Note: The comparison for scan equivalence in Windows and Ubuntu typically involves a visual representation of their file system structures or desktop environments. While a drawing is requested, for this digital output, we will describe the general differences in how files are accessed and presented.) In Windows, file browsing is often done through File Explorer, showing drives like C:, D: and user folders. Ubuntu, being a Linux-based system, uses a different file hierarchy, typically starting from the root '/' directory, with common user files found in the 'Home' folder. Both systems aim to make file access easy for users, but their underlying organization differs significantly.
In simple words: The way Windows and Ubuntu show files and folders on the screen looks different because they organize things in different ways. Windows uses letters for drives (like C:), while Ubuntu uses a folder system that starts from a main "/" folder.
π― Exam Tip: For "draw and compare" questions involving user interfaces, be prepared to either draw simplified diagrams or clearly describe the visual and functional differences. Focus on key elements like drive representation, main file access tools, and desktop layout.
Question 3. Complete the following matrix.
Answer: Here is the completed matrix, outlining different navigational methods, their locations, and what they are ideally suited for in an operating system. This helps users quickly understand how to access various functions and tools.
| Navigational method | Located on | Ideally suited for |
|---|---|---|
| Start button | Taskbar | To open the applications |
| My Computer | Desktop | Exploring your disk drives and using system tools |
| Windows Explorer | Start Button | Seeing hierarchy of all computer contents and resources in one window. |
| Quick Launch | Taskbar | To quickly launch programs that we place in it |
π― Exam Tip: When completing tables, ensure all cells are accurately filled based on the context. Pay attention to terms like "Navigational method," "Located on," and "Ideally suited for" to provide precise information.
Question 4. Observe the figure and mark all the window elements. Identify the version of the Windows OS.
Answer: The figure (which visually represents a typical window in an operating system) highlights several key elements that enable user interaction and functionality. Understanding these parts is fundamental to navigating any graphical user interface effectively.
The elements of a window include:
- Title Bar
- Menu Bar
- Tools Bar
- Scroll Bars
- Corners and Borders
- Application Work Area
- Window Control Buttons (Minimize, Maximize/Restore Down, Close)
- (i) Windows Me
- (ii) Windows 2000 Professional
- (iii) Windows XP
- (iv) Windows Vista
- (v) Windows 7
- (vi) Windows 8
- (vii) Windows 10
π― Exam Tip: When asked to identify window elements, list them clearly. For OS identification based on visual cues, mention specific UI features (e.g., Start button presence, taskbar style, window borders) that help distinguish between different versions.
Question 5. Write the procedure to create, rename, delete and save a file in Ubuntu OS. Compare it with Windows OS.
Answer: Managing files and folders, including creating, renaming, deleting, and saving them, is a fundamental task in any operating system. While the core actions are similar, the specific steps and interface elements can vary between Ubuntu (a Linux-based OS) and Windows. Below are the procedures for these operations in both systems.
Procedure in Ubuntu OS:
Creating Files:
- Files can be created by clicking the Files icon.
- A new file can also be created by right-clicking on the Desktop and selecting "New Document" or "New Folder".
- Alternatively, use the File menu within an application to create a new file.
- A file can be moved to the Trash by right-clicking on it and selecting "Move to Trash" or by dragging it to the Trash icon.
- Files can also be deleted using the "Edit" menu within an application or file manager.
- Select the file.
- Right-click on the selected file and select "Rename".
- Type the new filename and then press Enter.
- Within an application, select the "Save" option from the "File" menu or press Ctrl + S.
- This will save the file without asking for a new name or location if it has been saved before. If it is a new file, it will prompt you for a name and location.
Procedure in Windows OS:
To create a file:
- Open the desired application (e.g., Wordpad, Notepad) using the Start button, an icon, or the Run command.
- Enter the content into the document.
- Save the file using Ctrl + S.
- Select the File you wish to Rename.
- Click File β Rename.
- Type in the new name.
- To finalize the renaming operation, press Enter.
- Select the file or folder you wish to delete.
- Right-click the file or folder, select the "Delete" option from the pop-up menu, or Click File β Delete or press the Delete key from the keyboard.
- The file will be deleted and moved to the Recycle bin.
- Select the "Save" option from File Menu OR press Ctrl + S and then enter the file name and press OK. This works similarly to Ubuntu.
π― Exam Tip: When comparing procedures, highlight commonalities and key differences (e.g., specific menu names, keyboard shortcuts, or how deleted items are handled). Use clear, numbered steps or bullet points for procedures.
Part I
Choose the Correct Answer
Question 1. β¦β¦β¦β¦β¦β¦. is an Open source Operating System for desktop and server.
(a) Windows series
(b) Android
(c) iOS
(d) Linux
Answer: (d) Linux
In simple words: Linux is a type of computer software that lets your computer run, and its special code is open for anyone to see and change. It is used on many desktops and servers.
π― Exam Tip: Remember that open source operating systems like Linux allow users to view, modify, and distribute their source code freely, distinguishing them from proprietary systems like Windows.
Question 2. __________enables the hardware to communicate and operate with other software.
(a) Loader
(b) Compiler
(c) Interpreter
(d) Operating System
Answer: (d) Operating System
In simple words: The operating system is like the brain of the computer that makes sure all the parts, like the keyboard and screen, can talk to each other and work with other programs.
π― Exam Tip: The operating system acts as an intermediary, managing all hardware and software resources, which is its primary function.
Question 3. If you want to select multiple files or folders, use β¦β¦β¦β¦β¦β¦.
(a) Ctrl + shift
(b) Ctrl + click
(c) shift + click
(d) Ctrl + shift + click
Answer: (b) Ctrl + click
In simple words: To pick several files or folders that are not next to each other, hold down the 'Ctrl' key and click on each one you want to select.
π― Exam Tip: Distinguish between selecting consecutive (Shift + Click) and non-consecutive (Ctrl + Click) items in file management, as this is a common task.
Question 4. __________controls the overall execution of the computer.
(a) Loader
(b) Compiler
(c) Interpreter
(d) Operating System
Answer: (d) Operating System
In simple words: The operating system is the master program that manages everything happening inside your computer, making sure all tasks run smoothly.
π― Exam Tip: Understand that the operating system is the core software responsible for managing all hardware and software, making it the central controller of the computer's operations.
Question 5. β¦β¦β¦β¦β¦β¦. is one of the popular Open Source versions of the UNIX Operating System.
(a) Windows 7
(b) Windows 8
(c) Linux
(d) Android
Answer: (c) Linux
In simple words: Linux is a well-known open-source operating system that grew out of the older UNIX system, allowing people to freely use and change its software.
π― Exam Tip: Associate Linux with UNIX as a key open-source derivative, important for understanding its development and underlying principles.
Question 6. The most popular Operating System for desktop and laptop computers.
(a) Windows Series
(b) Android
(c) iOS
(d) Linux
Answer: (a) Windows Series
In simple words: The Windows family of operating systems is the most commonly used choice for personal desktop and laptop computers around the world.
π― Exam Tip: Recognize Windows as the dominant operating system for personal computers due to its widespread adoption and broad software compatibility.
Question 7. β¦β¦β¦β¦β¦β¦. icon is the equivalent of Recycle bin of windows OS. All the deleted Files and Folders are moved here.
(a) Trash
(b) Files
(c) Online shopping
(d) Libre Office Impress
Answer: (a) Trash
In simple words: In operating systems like Ubuntu, the 'Trash' icon works just like the 'Recycle Bin' in Windows, holding files and folders you delete until you permanently remove them.
π― Exam Tip: Understand the equivalent terms used in different operating systems for common functionalities, such as "Trash" in Linux-based systems matching "Recycle Bin" in Windows.
Question 8. The most popular Operating System for Apple phones, iPad, and iPods.
(a) Windows Series
(b) Android
(c) iOS
(d) Linux
Answer: (c) iOS
In simple words: iOS is the main software that powers Apple's mobile devices like iPhones, iPads, and iPods.
π― Exam Tip: Accurately connect operating systems with their primary device ecosystems, recognizing iOS as exclusive to Apple mobile products.
Question 9. β¦β¦β¦β¦β¦β¦. manages network connections, allowing you to connect to a wired or wireless network.
(a) Toolbar
(b) Title bar
(c) Session indicator
(d) Network indicator
Answer: (d) Network indicator
In simple words: The network indicator is a small symbol, usually in the corner of your screen, that helps you see and manage your internet or network connections, whether they are wired or wireless.
π― Exam Tip: Identify the specific UI elements responsible for managing system functionalities, like the Network indicator for network connections.
Question 10. Multiple applications can execute simultaneously in Windows, and this is known as Multitasking.
(a) Multitasking
(b) Multiuser
(c) Parallel processing
(d) None of the options
Answer: (a) Multitasking
In simple words: When your computer runs many programs at the same time, like having a web browser and a music player open together, this ability is called multitasking.
π― Exam Tip: Differentiate between multitasking (running multiple applications concurrently) and concepts like multi-user (multiple users on one system) or parallel processing (multiple operations at the exact same instant, often at a lower level).
Question 11. Clock is available in β¦β¦β¦β¦β¦β¦.
(a) system tray
(b) Files
(c) start
(d) My documents
Answer: (a) system tray
In simple words: The clock is always found in the system tray, which is a part of the taskbar. This area shows important system information quickly.
π― Exam Tip: Remember the system tray is usually located at the far right of the taskbar and displays small icons for running programs and system functions like the clock and network status.
Question 12. Windows Operating System uses __________as input device.
a) Keyboard
b) Mouse
c) Both A and B
d) None of these
Answer: (c) Both A and B
In simple words: To use a Windows computer, you typically need both a keyboard for typing and a mouse for pointing and clicking. Both are essential for input.
π― Exam Tip: When answering questions about common computer components, consider all the primary devices used for interaction, not just one.
Question 13. The menu bar is present below the β¦β¦β¦β¦β¦β¦.
(a) Taskbar
(b) Scroll bar
(c) Title bar
(d) Function bar
Answer: (c) Title bar
In simple words: In most application windows, the menu bar, which holds options like File, Edit, and View, is located right under the title bar. The title bar is always at the very top.
π― Exam Tip: Visualizing the layout of a typical application window can help remember the order of elements like the title bar, menu bar, and toolbars.
Question 14. __________ is used to enter alphabets, numerals and special characters.
a) Keyboard
b) Mouse
c) Scanner
d) Optical Character Reader
Answer: (a) Keyboard
In simple words: The keyboard is the main tool you use to type letters, numbers, and special symbols into a computer. It's how you write words and commands.
π― Exam Tip: Focus on the primary function of each input device. The keyboard's main role is text and character input.
Question 15. β¦β¦β¦β¦β¦β¦. has the task for frequently used applications?
(a) Quick Launch Tool bar
(b) Settings
(c) My pc
(d) This pc
Answer: (a) Quick Launch Toolbar
In simple words: The Quick Launch Toolbar is a special area where you can put icons for programs you use very often. This makes it faster to open them with just one click.
π― Exam Tip: Understand the purpose of different toolbars. The "Quick Launch" name itself suggests its function for fast access.
Question 16. __________program is an application program.
a) Word processing
b) Games and Spreadsheets
c) Calculator
d) All the options
Answer: (d) All the options
In simple words: Word processing, games, and spreadsheets are all examples of application programs. They are software designed to do specific tasks for users.
π― Exam Tip: Application programs are software that helps users perform specific tasks, ranging from productivity (word processing, spreadsheets) to entertainment (games).
Question 17. SSD stands for β¦β¦β¦β¦β¦β¦.
(a) Solid State Devices
(b) Simple Stage Driver
(c) Single State Drivers
(d) Synchronized State Devices
Answer: (a) Solid State Devices
In simple words: SSD stands for Solid State Devices, which are a type of computer storage that is much faster than old hard drives. They store data using flash memory, like a big USB stick.
π― Exam Tip: For acronyms, focus on the full form that relates to the technology context. SSD is a modern storage technology.
Question 18. __________is a file management activity.
a) Creating and Modifying file
b) Saving a file
c) Deleting a file
d) All the options
Answer: (d) All the options
In simple words: File management means doing many things with files, like making new ones, changing existing ones, saving them, or getting rid of them. All these actions help you keep your computer files organized.
π― Exam Tip: File management includes all operations involved in organizing, accessing, and maintaining files and folders on a computer system.
Question 19. What is the name given to the document window to enter or type the text?
(a) Workspace
(b) Work Area
(c) Typing Area
(d) Space
Answer: (a) Workspace
In simple words: The part of a document window where you actually type or add content is called the workspace. It's like your digital paper.
π― Exam Tip: In many applications, the main area where you create and edit content is broadly referred to as the "workspace" or "work area."
Question 20. Windows 1.x introduced in the year __________
a) 1992
b) 1987
c) 1985
d) 1982
Answer: (c) 1985
In simple words: The very first version of Windows, called Windows 1.x, was first launched in 1985. This was the beginning of Windows operating systems.
π― Exam Tip: Knowing key historical dates for major software releases helps understand the timeline of technological advancements.
Question 21. The disk drives mounted in the system can be seen by clicking β¦β¦β¦β¦β¦β¦.
(a) Disk drive Icon
(b) Drive Icon
(c) Device Driver Icon
(d) My Computer Icon
Answer: (d) My Computer Icon
In simple words: To see all the storage drives connected to your computer, like your hard drive or USB sticks, you click on the "My Computer" icon. It shows you everything.
π― Exam Tip: The "My Computer" (or "This PC" in newer Windows versions) icon is the central place to view and manage all storage devices.
Question 22. Windows 3.x introduced in the year __________
a) 1992
b) 1987
c) 1985
d) 1982
Answer: (a) 1992
In simple words: Windows 3.x, which was an important version that improved a lot over earlier ones, came out in 1992. It made using a computer with a graphical interface more common.
π― Exam Tip: Keep track of the release years for significant Windows versions as they often mark major developments in operating system history.
Question 23. Windows 10 was developed in the year β¦β¦β¦β¦β¦β¦.
(a) 2009
(b) 2012
(c) 2015
(d) 2018
Answer: (c) 2015
In simple words: Windows 10, a popular and widely used operating system today, was first released in 2015. It brought many new features and a unified experience across devices.
π― Exam Tip: Knowing the release year of recent operating systems can be useful for understanding current technology trends.
Question 24. Windows 98 introduced in the year __________
a) 1992
b) 1988
c) 1998
d) 1995
Answer: (c) 1998
In simple words: Windows 98 was released in 1998. This version made using the internet easier and included better support for new devices at the time.
π― Exam Tip: Historical questions often test knowledge of major version releases and their corresponding years, especially for widely used software.
Question 25. The Rulers are used to set β¦β¦β¦β¦β¦β¦.
(a) Orientations
(b) Header
(c) Footer
(d) Margins
Answer: (d) Margins
In simple words: Rulers in a document are used to change how much empty space there is around the edges of your page, which are called margins. They help you control the layout of your text.
π― Exam Tip: Rulers in word processors or design software are primarily used for precise control over page layout elements like margins, indents, and tab stops.
Question 26. Windows-XP introduced in the year __________
a) 2002
b) 2000
c) 1990
d) 2001
Answer: (d) 2001
In simple words: Windows XP, one of the most popular and long-lasting Windows versions, was launched in 2001. It was known for its stability and user-friendly interface.
π― Exam Tip: Windows XP was a landmark release known for its stability and widespread adoption, making its release year important for historical context.
Question 27. Which functional key is used to bring the focus on, the first menu of the menu bar?
(a) F5
(b) F10
(c) F11
(d) F7
Answer: (b) F10
In simple words: To quickly get to the first option in the menu bar of an application, you can press the F10 key. This lets you use the keyboard to navigate menus.
π― Exam Tip: Shortcut keys are crucial for efficiency. F10 activates the menu bar in many Windows applications, allowing navigation with arrow keys.
Question 28. Windows-7 introduced in the year __________
a) 2002
b) 2007
c) 2009
d) 2010
Answer: (c) 2009
In simple words: Windows 7, a very popular and stable operating system, was released in 2009. It was known for its improved performance and user interface over its predecessor.
π― Exam Tip: Understanding the order and release years of different Windows versions helps to contextualize their features and improvements.
Question 29. Which one of the following is used to open the search results dialog box?
(a) search
(b) See more results
(c) search more results
(d) searching web
Answer: (b) See more results
In simple words: After you type something into a search box, if there are many results, you often click "See more results" to view a full list in a new window. This helps you find exactly what you are looking for.
π― Exam Tip: When dealing with search functions, look for options that expand the results beyond an initial quick view, often labeled as "See more" or similar phrases.
Question 30. Windows-10 introduced in the year __________
a) 2012
b) 2015
c) 2009
d) 2010
Answer: (b) 2015
In simple words: Windows 10, the most current widely used version of Windows, was first made available in 2015. It was a major update that brought back the Start menu and introduced new features.
π― Exam Tip: For software history questions, remembering the primary release year of major versions is often key.
Question 31. The keyboard shortcut to save a file is β¦β¦β¦β¦β¦β¦.
(a) alt + s
(b) Ctrl + s
(c) Ctrl + alt + s
(d) winkey + s
Answer: (b) Ctrl + s
In simple words: To save your work quickly in most programs, you press the "Ctrl" key and the "S" key together. This is a very common shortcut.
π― Exam Tip: Memorize universal keyboard shortcuts like Ctrl+S for saving, as they are standard across almost all applications and save a lot of time.
Question 32. In which version Start button window introduced.
a) Windows-XP
c) Windows 2.x
b) Windows 3.x
d) Windows 95
Answer: (d) Windows 95
In simple words: The famous Start button, which lets you access programs and settings, first appeared in Windows 95. This was a big change in how people used Windows.
π― Exam Tip: The introduction of the Start button in Windows 95 was a pivotal moment in Windows user interface design, making it a key fact for historical questions.
Question 33. Applications or files or folders are opened using related shortcut icons by β¦β¦β¦β¦β¦β¦.
(a) Click and drag
(b) double click
(c) click
(d) drag and drop
Answer: (b) double click
In simple words: To open an application, file, or folder using its shortcut icon, you quickly click on it twice. This action tells the computer to open that item.
π― Exam Tip: Differentiate between a single click (for selection) and a double-click (for opening/executing) when dealing with icons.
Question 34. In which Windows version plug and play was introduced.
a) Windows-XP
b) Windows 98
c) Windows-Vista
d) Windows 95
Answer: (b) Windows 98
In simple words: The "Plug and Play" feature, which made it easier to connect new devices without complex setup, was first widely supported in Windows 98. This meant you could plug in a device and it would usually just work.
π― Exam Tip: Plug and Play was a significant improvement in hardware compatibility, a key feature associated with Windows 98.
Question 35. Which option is used to save the file?
(a) Ctrl + s
(b) Save
(c) File + save
(d) All the options
Answer: (d) All the options
In simple words: You can save a file in several ways: by pressing "Ctrl + S" on your keyboard, by clicking the "Save" button, or by going to the "File" menu and choosing "Save". All these methods do the same thing.
π― Exam Tip: Be aware that many common tasks in operating systems and applications can be performed using multiple methods, including keyboard shortcuts, menu options, and toolbar buttons.
Question 36. Which Windows version was designed to act as servers in the network.
a) Windows-XP
b) Windows 98
c) Windows-Vista
d) Windows-NT
Answer: (d) Windows-NT
In simple words: Windows NT was specially made to work as a server in computer networks. It was built to be very strong and reliable for business use, unlike regular Windows for home users.
π― Exam Tip: Windows NT (New Technology) was a family of operating systems built for business and server environments, known for its robustness and security features.
Question 37. ubuntu supports an office suite called β¦β¦β¦β¦β¦β¦.
(a) Open Office
(b) Star Office
(c) Libre Office
(d) MS β Office
Answer: (c) Libre Office
In simple words: Ubuntu comes with its own set of office programs called LibreOffice. This suite includes tools for writing documents, making spreadsheets, and creating presentations, similar to Microsoft Office.
π― Exam Tip: Many Linux distributions, including Ubuntu, bundle open-source alternatives to proprietary software, with LibreOffice being a prominent example for office productivity.
Question 38. __________versions of Windows 2000 were released.
a) 6
b) 5
c) 4
d) 3
Answer: (c) 4
In simple words: There were four different types or versions of Windows 2000 released. Each version was made for different uses, like for homes, businesses, or network servers.
π― Exam Tip: Windows 2000 was available in several editions: Professional, Server, Advanced Server, and Datacenter Server, each targeting specific user needs.
Question 39. Which one of the following is a server distribution of Linux?
(a) Deepin
(b) Firefox
(c) MS.word
(d) Files
Answer: (a) Deepin
In simple words: Deepin is an example of a Linux distribution that can be used for servers. Linux has many different versions, and some are built for specific tasks like running servers.
π― Exam Tip: Linux has numerous distributions, each often optimized for different purposes (e.g., desktop, server, embedded systems). Deepin is known for its elegant desktop but can be adapted for server use.
Question 40. Which version of Windows 2000 released for both a Web server and an office server.
a) Professional
b) Data Centre Server
c) Advanced Server
d) Server
Answer: (d) Server
In simple words: The "Server" version of Windows 2000 was made to work both as a web server, which hosts websites, and an office server, which manages resources for people in an office. It served a dual purpose for businesses.
π― Exam Tip: Recognize that Windows 2000 had specialized editions. The "Server" edition was specifically designed for general-purpose server roles, including web and office applications.
Question 41. Which option is used to delete all files in the Recycle bin?
(a) Remove the Recycle bin
(b) Empty the Recycle bin
(c) Clear the Recycle bin
(d) Clean the Recycle bin
Answer: (b) Empty the Recycle bin
In simple words: To get rid of all files that you have moved to the Recycle Bin, you need to choose the "Empty the Recycle bin" option. This permanently deletes them from your computer.
π― Exam Tip: The exact phrasing for permanently deleting items from the Recycle Bin is usually "Empty Recycle Bin" or "Empty the Recycle Bin."
Question 42. Which version of Windows 2000 released for high-traffic computer networks.
a) Professional
b) Data Centre Server
c) Advanced Server
d) Server
Answer: (b) Data Centre Server
In simple words: For very busy computer networks that handle a lot of information, the "Data Centre Server" version of Windows 2000 was created. It was built to manage heavy workloads and many users at once.
π― Exam Tip: The "Datacenter Server" edition of Windows 2000 was specifically designed for large-scale, high-traffic server environments, providing maximum scalability and reliability.
Question 56. The icons which are available on the desktop by default while installing Windows OS are called __________icons.
(a) quick launch
(b) standard
(c) default
(d) desktop
Answer: (b) standard
In simple words: The icons that automatically appear on your desktop when Windows is first installed are known as standard icons. These icons help you quickly access common computer functions.
π― Exam Tip: Remember that standard icons provide quick access to essential system functions like My Computer and Recycle Bin, making navigation easier.
Question 57. Which menu has the rename option?
(a) File
(b) Edit
(c) View
(d) Window
Answer: (a) File
In simple words: To change the name of a file or folder, you typically find the "Rename" option under the "File" menu in most operating systems. This helps you organize your documents better.
π― Exam Tip: Always look for file management actions like rename, copy, and delete within the 'File' menu or by right-clicking the item.
Question 58. _________icons can be created for any application or file or folder.
a) Standard
b) Default
c) Shortcut
d) None of these
Answer: (c) Shortcut
In simple words: Shortcut icons are special small pictures you can make for any program or document, allowing you to open it quickly from a convenient place like your desktop. They save time by giving direct access.
π― Exam Tip: Shortcuts are identified by a small arrow icon, indicating they are links to the original file, not the file itself.
Question 59. By double-clicking the _________icon, the related application or file or folder will open.
a) Standard
b) Default
c) Shortcut
d) None of these
Answer: (c) Shortcut
In simple words: When you double-click a shortcut icon, it quickly opens the program or file it points to, making it easy to start tasks. This is a common way to launch applications on a computer.
π― Exam Tip: Remember that a shortcut acts as a quick link; deleting it only removes the link, not the original program or file.
Question 60. The disk drive icons graphically represent _________disk drive options.
a) six
b) five
c) three
d) four
Answer: (b) five
In simple words: Disk drive icons on your computer show different types of storage, like hard drives, CD/DVD drives, USB drives, and network drives. There are generally five common categories represented visually.
π― Exam Tip: Knowing the visual representation of disk drive options helps users quickly identify and access various storage devices connected to their system.
Question 61. Which option reboot the computer?
(a) Restart
(b) Boot
(c) Reboot
(d) Reselect
Answer: (a) Restart
In simple words: The "Restart" option is used to turn your computer off and then back on again automatically. This is often done to apply updates or fix minor software issues.
π― Exam Tip: Restarting your computer can often resolve temporary glitches or speed up performance by clearing memory.
Question 62. The disk drive icons available for __________
a) Removable storage
b) Network drive
c) Pen drive
d) All of the options
Answer: (d) All of the options
In simple words: You can see icons for many types of disk drives on your computer, including ones you can remove like USB sticks, network drives shared with other computers, and pen drives. These icons help you manage all your storage.
π― Exam Tip: Understanding different drive icons helps you identify where your files are stored and how to access them, whether locally or across a network.
Question 63. __________is a typical rectangular area in an application or a document.
a) Cell pointer
b) Window
c) Table cell
d) None of these
Answer: (b) Window
In simple words: A window is a common rectangular box on a computer screen where you see a program running or a document open. It provides a defined space for different tasks.
π― Exam Tip: Windows are fundamental to graphical user interfaces (GUIs), allowing multiple applications to be open and managed simultaneously.
Question 64. _________ is an area on the screen that displays information for a specific program.
a) Cell pointer
b) Window
c) Table cell
d) None of these
Answer: (b) Window
In simple words: A window is a special part of your computer screen shaped like a rectangle where you can see and work with one program at a time. It keeps different applications separate and organized.
π― Exam Tip: Windows help users multi-task by isolating different programs or documents, preventing clutter on the main desktop area.
Question 65. Who developed Ubuntu OS?
(a) Mark Shuttleworth
(b) Ricki Mascitti
(c) Dan Bricklin
(d) Bob Frankston
Answer: (a) Mark Shuttleworth
In simple words: Ubuntu, a popular free computer operating system, was started by a person named Mark Shuttleworth. He is known for his work in making open-source software widely available.
π― Exam Tip: Remember that Mark Shuttleworth is the founder of Canonical Ltd., the company behind the development of Ubuntu.
Question 66. Application window can be __________
a) resized
b) maximized or minimized
c) placed side by side or overlap
d) All of the options
Answer: (d) All of the options
In simple words: You can change the size of an application window, make it fill the whole screen (maximize), hide it (minimize), or arrange it next to other windows. These actions help you manage your screen space.
π― Exam Tip: Mastering window management techniques like resizing and maximizing improves productivity and screen organization.
Question 67. When two or more windows are open, only one of them is active and the rest are__________
a) inactive
b) hidden
c) minimized
d) maximized
Answer: (a) inactive
In simple words: If you have many windows open on your computer, only the one you are currently using is "active." All the other windows that are open but not in use are called "inactive."
π― Exam Tip: An active window is usually distinguished by a highlighted title bar or border, indicating it's ready for user input.
Question 68. A __________is a section of the screen used to display the contents of a document.
a) System Window
b) Application Box
c) Application Window
d) Document Window
Answer: (d) Document Window
In simple words: A document window is a specific area inside a program where you see and work on your files, like writing text or drawing pictures. It's the workspace for your content.
π― Exam Tip: Document windows are crucial for word processors and similar applications, providing a dedicated space for editing and viewing content.
Question 69. How many sets of scroll bars are there?
(a) 2
(b) 3
(c) 4
(d) 5
Answer: (a) 2
In simple words: You typically see two scroll bars on a computer window: one for moving up and down (vertical) and one for moving left and right (horizontal). These help you see all parts of a large document.
π― Exam Tip: Scroll bars appear when the content within a window or frame is larger than the visible area, allowing navigation through the hidden portions.
Question 70. __________ window is used for typing, editing, drawing, and formatting the text and graphics.
a) System Window
b) Application Box
c) Application Window
d) Document Window
Answer: (d) Document Window
In simple words: The document window is where you do all your actual work, such as writing, drawing, or changing how text and images look. It is the main area for creating and editing content.
π― Exam Tip: Understand that the document window is the primary workspace for content creation, while the application window encompasses the entire program interface.
Question 71. __________window helps the user to communicate with the Application program.
a) System Window
b) Application Box
c) Application Window
d) Document Window
Answer: (c) Application Window
In simple words: An application window is the main screen for any program you open, allowing you to use all its features and interact with it. It serves as the interface between you and the software.
π― Exam Tip: The application window includes all menus, toolbars, and controls, while the document window is specific to the content being worked on.
Question 72. The title bar of a window will contain __________button.
a) minimize
b) maximize
c) close
d) All of the options
Answer: (d) All of the options
In simple words: The title bar at the very top of a window has buttons to shrink it (minimize), make it big (maximize), or shut it down (close). These buttons help you control how the window appears on your screen.
π― Exam Tip: The minimize, maximize/restore, and close buttons are standard window controls found on the right side of the title bar in most operating systems.
Question 73. What is the name given to the larger window?
(a) Work window
(b) Document window
(c) Application window
(d) Desktop
Answer: (c) Application window
In simple words: The biggest window that holds a program and all its parts, like menus and toolbars, is called the application window. It's the main container for the software you are using.
π― Exam Tip: The application window encompasses the entire software interface, while a document window is a smaller area within it used for specific files.
Question 74. __________in the menu bar can be accessed by pressing the Alt key and the letter that appears underlined in the menu title.
a) Menu
b) Title
c) Tool
d) None of these
Answer: (a) Menu
In simple words: To open a menu using the keyboard, you press the "Alt" key along with the underlined letter in the menu's name. This is a quick way to navigate options without a mouse.
π― Exam Tip: Keyboard shortcuts using the Alt key and underlined letters are part of accessibility features, speeding up navigation for experienced users.
Question 75. In Windows 7, in the absence of the menu bar, click __________and from the drop-down menu, click the Layout option and select the desired item from that list.
a) System Properties
b) Install
c) Uninstall
d) Organize
Answer: (d) Organize
In simple words: If you don't see the menu bar in Windows 7, you can click on "Organize" to find a "Layout" option. From there, you can choose what items you want to see.
π― Exam Tip: The "Organize" button provides quick access to folder and layout options, especially when traditional menu bars are hidden.
Question 76. The __________is the area in the document window to enter or type the text of your document.
a) application space
b) text space
c) content space
d) workspace
Answer: (d) workspace
In simple words: The workspace is the main blank area inside your document window where you actually write, draw, or create your content. It's like your digital canvas.
π― Exam Tip: The workspace is where all active input and editing occur, making it the central focus for user interaction within a document.
Question 77. The scroll bars are used to scroll the workspace __________
a) horizontally
b) vertically
c) either A or B
d) None of these
Answer: (c) either A or B
In simple words: Scroll bars help you move around your workspace. You can use them to go side to side (horizontally) or up and down (vertically) if your document is too big to fit on the screen.
π― Exam Tip: Scroll bars are essential for viewing content that extends beyond the visible boundaries of a window, ensuring full access to all information.
Question 78. Which option is used as a part of installing new software or windows update?
(a) Lock
(b) Restart
(c) Sleep
(d) Hibernate
Answer: (b) Restart
In simple words: After installing new programs or Windows updates, you often need to "Restart" your computer. This helps the new software or changes to work correctly by refreshing the system.
π― Exam Tip: Restarting ensures that all system changes from software installations or updates are fully applied, preventing potential conflicts or errors.
Question 79. Using the __________menu, we can start any application.
a) Start
b) File
c) Format
d) Tools
Answer: (a) Start
In simple words: The "Start" menu is where you can find and open almost any program installed on your computer. It's the main launchpad for applications.
π― Exam Tip: The Start menu is a central access point for programs, system settings, and documents, making it a critical navigation element in Windows.
Question 80. At the bottom of the screen is a horizontal bar called the __________
a) scrollbar
b) taskbar
c) quick launch toolbar
d) system tray
Answer: (b) taskbar
In simple words: The taskbar is the long bar usually found at the bottom of your computer screen. It shows running programs and gives you quick access to other features.
π― Exam Tip: The taskbar helps you switch between open applications and provides notifications and system information.
Question 81. Task bar contains __________
a) Start button
b) shortcuts to various programs
c) minimized programs
d) All of the options
Answer: (d) All of the options
In simple words: The taskbar includes the Start button, quick links to your favorite programs, and icons for programs you've shrunk down (minimized). It's a busy bar with many useful parts.
π― Exam Tip: A well-organized taskbar can significantly improve your efficiency by providing quick access to frequently used applications and active tasks.
Question 82. In the taskbar, the extreme right corner we can see the __________.
a) Start button
b) shortcuts to various programs
c) minimized programs
d) system tray
Answer: (d) system tray
In simple words: The far-right part of the taskbar is called the system tray. It holds small icons for things like your clock, volume control, and background programs.
π― Exam Tip: The system tray (also known as the notification area) provides quick access to background applications and system functions that run continuously.
Question 83. System trays contains __________
a) volume control
b) network
c) date and time
d) All of the options
Answer: (d) All of the options
In simple words: The system tray displays useful information such as the volume controls for sound, network connection status, and the current date and time. It gathers these small but important indicators.
π― Exam Tip: The system tray is a convenient place to check system status and adjust quick settings without opening full control panels.
Question 84. In the taskbar, __________contains task for frequently used applications.
a) scroll bar
b) start button
c) quick launch toolbar
d) system tray
Answer: (c) quick launch toolbar
In simple words: The quick launch toolbar on the taskbar has small icons for programs you use very often, so you can open them with just one click. It's designed for speed.
π― Exam Tip: Customizing the quick launch toolbar with your most-used applications can significantly boost your workflow efficiency.
Question 85. By clicking the __________icon, the user can see the disk drivers mounted in the system in windows-XP and Windows Vista.
a) This PC
b) My Document
c) Computer
d) My Computer
Answer: (c) Computer
In simple words: In older Windows versions like XP and Vista, clicking the "Computer" icon lets you see all the hard drives and other storage devices connected to your system. It's your central hub for file access.
π― Exam Tip: The "Computer" or "My Computer" icon (now "This PC" in newer versions) is your gateway to managing all local storage devices.
Question 86. By clicking the __________icon, the user can see the disk drivers mounted in the system in Windows-8.
a) This PC
b) My Document
c) Computer
d) My Computer
Answer: (d) My Computer
In simple words: In Windows 8, you would click the "My Computer" icon to view all the different storage drives, such as your hard drive or any connected USB drives. This helps you access your stored files.
π― Exam Tip: Be aware that the name for accessing disk drives has changed across Windows versions (e.g., My Computer, Computer, This PC), but the function remains the same.
Question 87. The functionality of computer icon _________in all versions of Windows.
a) differs
b) remains the same
c) slightly change
d) None of these
Answer: (b) remains the same
In simple words: Even though the "Computer" icon might be called something slightly different in newer Windows versions, its main job to show you all your drives and storage stays the same across all versions. It provides consistent access to your computer's storage.
π― Exam Tip: While visual appearances and names may evolve, the core functions of essential system icons typically remain consistent to ensure user familiarity.
Question 88. By clicking the _________ icon, the user can see the disk drivers mounted in the system in Windows-7.
a) This PC
b) My Document
c) Computer
d) My Computer
Answer: (c) Computer
In simple words: In Windows 7, you use the "Computer" icon to see all the storage parts of your system, like hard drives and DVD players. It's your central spot to look at your computer's storage devices.
π― Exam Tip: The "Computer" icon (or similar) is a fundamental tool for accessing and managing your local storage, regardless of the Windows version.
Question 89. We can also open an application by clicking __________on the Start menu, and the name of the application.
a) Run
b) All Programs
c) Accessories
d) None of these
Answer: (a) Run
In simple words: Besides clicking icons, you can open a program by typing its name into the "Run" command found in the Start menu. This is a quick way to launch applications directly.
π― Exam Tip: The "Run" command is particularly useful for launching programs when you know their executable name or specific command-line arguments.
Question 90. To quit an application, click the __________ button in the upper right corner of the application window.
a) Minimize
b) Maximize
c) Resize
d) Close
Answer: (d) Close
In simple words: To shut down an application, you click the "Close" button, usually found as an 'X' in the top right corner of its window. This stops the program from running.
π― Exam Tip: Always save your work before clicking the close button to avoid losing unsaved changes in an application.
Question 91. We can also quit an application by clicking on the option in Windows 7.
a) File β Exit
b) File β Close
c) Both A and B
d) None of these
Answer: (c) Both A and B
In simple words: You can close a program in Windows 7 by selecting "Exit" or "Close" from the "File" menu. Both options will shut down the application you are using.
π― Exam Tip: While the "X" button is common, using "File > Exit" or "File > Close" is a more formal and often safer way to shut down applications, especially when they prompt for saving changes.
Question 92. In Windows-7, we can organize your documents and programs in the form of_________
a) files
b) folder
c) Both A and B
d) None of these
Answer: (c) Both A and B
In simple words: In Windows 7, you arrange your documents and programs by putting them into files (individual items) or folders (collections of files and other folders). This helps keep everything tidy and easy to find.
π― Exam Tip: Good file and folder organization is key to efficient computer use, making it easier to locate, manage, and back up your data.
Question 93. We can_________ the files and folders.
a) move and copy
b) rename and delete
c) search
d) All of the options
Answer: (d) All of the options
In simple words: You can do many things with files and folders: move them to a new spot, make copies, change their names, throw them away (delete), or look for them (search). These are all common file management tasks.
π― Exam Tip: Understanding these basic file operations is fundamental for managing digital content effectively on any computer system.
Question 94. To better organise our files, we can store them in __________
a) shortcut
b) folder
c) recycle bin
d) None of these
Answer: (b) folder
In simple words: To keep your computer files neat and easy to find, you should put them into folders. Folders act like digital containers for related documents.
π― Exam Tip: Creating a clear folder structure with meaningful names is a best practice for maintaining an organized and accessible digital workspace.
Question 95. There are __________ways in to create a new folder.
a) 5
b) 4
c) 3
d) 2
Answer: (d) 2
In simple words: There are two main ways to make a new folder: either through the computer's menu options or by right-clicking on your desktop. Both methods achieve the same result.
π― Exam Tip: Familiarize yourself with both GUI-based (menu) and context-menu (right-click) methods for creating folders to efficiently manage files.
Question 96. __________is a command to create a new folder.
a) File β New β Directory
b) File β New β Folder
c) File β Open β Folder
d) File β New β New Folder
Answer: (b) File β New β Folder
In simple words: To make a new folder, you usually go to the "File" menu, then choose "New," and finally click "Folder." This sequence tells the computer to create a new storage space.
π― Exam Tip: This command sequence is a universal method in many operating systems for initiating the creation of a new folder.
Question 97. The default name of the new folder is__________
a) New folder
b) Untitled
c) Noname
d) None of these
Answer: (a) New folder
In simple words: When you create a new folder, your computer automatically gives it the name "New folder" at first. You should then change this to a more descriptive name.
π― Exam Tip: Always rename new folders immediately to something descriptive to maintain an organized file system.
Question 98. To create a folder in the desktop __________command is used.
a) left-click β New β Folder
b) right-click β New β Directory
c) double click β New β Folder
d) right-click β New β Folder
Answer: (d) right-click β New β Folder
In simple words: To make a new folder directly on your desktop, you right-click on an empty space, then choose "New," and finally click "Folder." This is a quick and common method.
π― Exam Tip: The right-click context menu provides quick access to common actions, including creating new items like folders, directly on the desktop.
Question 99. _________ is an in-built word processor application in Windows OS.
a) Word
b) Wordstar
c) Wordpad
d) Notepad
Answer: (c) Wordpad
In simple words: Wordpad is a basic program that comes with Windows and lets you type and edit text. It's more advanced than Notepad but simpler than full programs like Microsoft Word.
π― Exam Tip: Wordpad is ideal for creating simple documents with basic formatting, serving as a step up from plain text editors like Notepad.
Question 100. In Windows OS to create and manipulate text documents __________is used by default.
a) Word
b) Wordstar
c) Wordpad
d) Notepad
Answer: (c) Wordpad
In simple words: Wordpad is the standard program in Windows that you can use right away to make and change text documents. It's included with the operating system for basic word processing needs.
π― Exam Tip: When a question asks for a default application, it usually refers to a program that is pre-installed and ready to use without extra setup.
Question 101. __________is used to open Wordpad.
a) Click Start β All Programs β Accessories β Wordpad.
b) Run β type Wordpad, click OK
c) Either A or B
d) None of these
Answer: (c) Either A or B
In simple words: You can open Wordpad in two ways: either by finding it in the Start menu under "All Programs" and "Accessories," or by using the "Run" command and typing "Wordpad." Both methods work.
π― Exam Tip: Knowing multiple ways to launch applications, like using the Start menu or the Run command, can save time and be useful in different scenarios.
Question 102. In Wordpad, save the file using __________
a) File β Save
b) Ctrl + S
c) Either A or B
d) None of these
Answer: (c) Either A or B
In simple words: To save your work in Wordpad, you can either click "Save" in the "File" menu or simply press the "Ctrl" and "S" keys together. Both actions will save your document.
π― Exam Tip: Using the keyboard shortcut Ctrl + S is a quick and efficient way to save your work frequently, preventing data loss in case of unexpected shutdowns.
Question 103. In the Save As dialog box, select the location where you want to save the file by using the _______drop down list box.
(a) filename
(b) look in
(c) file type
(d) None of these
Answer: (b) look in
In simple words: When saving a file with "Save As," you choose where to put it by picking an option from the "look in" drop-down menu. This helps you browse different places on your computer.
π― Exam Tip: Understanding the purpose of each field in a dialog box like "Save As" helps in navigating file management efficiently.
Question 104. We can use the _______ box on the Start menu to quickly search a particular folder or file in the computer or in a specific drive.
(a) Find
(b) Search
(c) Look in
(d) None of these
Answer: (b) Search
In simple words: To quickly find files or folders on your computer, you can type their names into the "Search" box on the Start menu. This box helps you locate things fast.
π― Exam Tip: The search box is a powerful tool; practicing with partial names can save a lot of time when you don't remember the full name of a file.
Question 105. The most common way of opening a file or a Folder is to _______on it.
(a) right-click
(b) double click
(c) click and drag
(d) move the mouse
Answer: (b) double click
In simple words: Usually, to open a file or a folder on your computer, you quickly click on its icon two times in a row. This action tells the computer to open that item.
π― Exam Tip: Double-clicking is a fundamental action in graphical user interfaces (GUIs) for opening items. Ensure a quick, distinct pair of clicks.
Question 106. How many methods are there to rename a file?
(a) 4
(b) 3
(c) 2
(d) only one
Answer: (b) 3
In simple words: There are three main ways you can change the name of a file on a computer. These usually include using the file menu, a right-click option, or pressing a special key.
π― Exam Tip: Knowing multiple methods to perform an action, like renaming, offers flexibility and helps you adapt to different contexts or preferences.
Question 107. _______is the command for cut operation.
(a) Edit β Cut
(b) File β Cut
(c) Format β Cut
(d) Window β Cut
Answer: (a) Edit β Cut
In simple words: The "cut" action, which moves text or files, is usually found under the "Edit" menu in most computer programs. It's a standard place to find options for changing content.
π― Exam Tip: The "Edit" menu typically contains commands that modify content, such as Cut, Copy, Paste, and Undo, making it a key menu to remember for text manipulation.
Question 108. _______is the shortcut for cut operation.
(a) Ctrl + C
(b) Ctrl + X
(c) Ctrl + P
(d) Ctrl + V
Answer: (b) Ctrl + X
In simple words: To quickly move something from one place to another, you can press the Control key and the 'X' key together on your keyboard. This is a common shortcut across many programs.
π― Exam Tip: Keyboard shortcuts like Ctrl + X (Cut), Ctrl + C (Copy), and Ctrl + V (Paste) are essential for efficient computer use, saving significant time compared to using menus.
Question 109. _______is the command for copy operation.
(a) Edit β Copy
(b) File β Copy
(c) Format β Copy
(d) Window β Copy
Answer: (a) Edit β Copy
In simple words: To make a duplicate of something without removing the original, you usually find the "copy" command under the "Edit" menu in most computer applications. This is where you prepare to create a duplicate.
π― Exam Tip: Just like "Cut," "Copy" is a fundamental editing command usually found in the "Edit" menu, indicating its role in content manipulation.
Question 110. _______is the shortcut for copy operation.
(a) Ctrl + C
(b) Ctrl + X
(c) Ctrl + P
(d) Ctrl + V
Answer: (a) Ctrl + C
In simple words: To quickly make a duplicate of something, you can press the Control key and the 'C' key together on your keyboard. This shortcut is widely used to copy text or files.
π― Exam Tip: Remember the "C" in Ctrl + C for "Copy" to easily recall this highly used shortcut in almost all software applications.
Question 111. _______is the command for paste operation.
(a) Edit β Paste
(b) File β Paste
(c) Format β Paste
(d) Window β Paste
Answer: (a) Edit β Paste
In simple words: After cutting or copying something, you use the "paste" command to put it in a new spot. This command is almost always found in the "Edit" menu of a program.
π― Exam Tip: The "Edit" menu is where you find commands that alter or arrange content, including the essential "Paste" function.
Question 112. _______is the shortcut for paste operation.
(a) Ctrl + C
(b) Ctrl + X
(c) Ctrl + P
(d) Ctrl + V
Answer: (d) Ctrl + V
In simple words: To quickly insert something you have cut or copied, you can press the Control key and the 'V' key together on your keyboard. This shortcut is universally recognized for pasting.
π― Exam Tip: The "V" in Ctrl + V is often thought of as an arrow pointing down, symbolizing "inserting" or "dropping" the copied content.
Question 113. _______is used for copy operation.
(a) Click Edit Copy
(b) Press Ctrl + C
(c) Right click β Copy from the pop-up menu
(d) All of the options
Answer: (d) All of the options
In simple words: You can copy things in several ways: by clicking "Copy" in the "Edit" menu, by pressing Ctrl + C on your keyboard, or by right-clicking and choosing "Copy." All these methods achieve the same result.
π― Exam Tip: Multiple ways to perform an action often exist in software for user convenience and different input preferences (mouse vs. keyboard).
Question 114. _______is used for cut operation.
(a) Click Edit β Cut
(b) Press Ctrl + X
(c) Right click Cut from the pop-up menu
(d) All of the options
Answer: (d) All of the options
In simple words: Just like copying, there are many ways to "cut" something: you can click "Cut" in the "Edit" menu, use the keyboard shortcut Ctrl + X, or right-click and pick "Cut" from the menu that appears. Each way performs the same action.
π― Exam Tip: For critical actions like cut, copy, and paste, software designers typically provide multiple access points (menu, shortcut, context menu) for accessibility and speed.
Question 115. _______is used for paste operation.
(a) Click Edit β Paste
(b) Press Ctrl + V
(c) Right click β Paste from the pop-up menu
(d) All of the options
Answer: (d) All of the options
In simple words: To paste content, you have several choices: clicking "Paste" in the "Edit" menu, using the Ctrl + V keyboard shortcut, or right-clicking and selecting "Paste." All of these options will place the copied or cut item.
π― Exam Tip: Mastering all methods for copy, cut, and paste ensures you can efficiently move and duplicate content in any software environment.
Question 116. There are _______methods of transferring files to or from a removable disk.
(a) 2
(b) 3
(c) only one
(d) None of these
Answer: (a) 2
In simple words: You can transfer files to or from a removable disk, like a USB drive, using two main methods. These typically involve copying and pasting or dragging and dropping the files.
π― Exam Tip: The two common methods are "Copy and Paste" and "Send To" (or drag-and-drop), providing users with options for file movement.
Question 117. _______is a method of transferring files to or from a removable disk.
(a) Copy and Paste
(b) Send To
(c) Both A and B
(d) None of these
Answer: (c) Both A and B
In simple words: Moving files to or from a removable disk can be done by using "Copy and Paste" or by using the "Send To" option. Both ways help you move your files easily.
π― Exam Tip: "Send To" is a context menu option that allows quick transfer of files to predefined locations, including removable drives, without needing to open the destination folder manually.
Question 118. If you want to select multiple files or folders, use _______
(a) Ctrl + Click
(b) Shift + Click
(c) Alt + Click
(d) All of the options
Answer: (a) Ctrl + Click
In simple words: To choose many files or folders that are not next to each other, you press and hold the Control key on your keyboard, then click on each item you want to select. This lets you pick items individually.
π― Exam Tip: Ctrl + Click is used for selecting non-contiguous (scattered) items, while Shift + Click is for selecting a contiguous block of items.
Question 119. If you want to select consecutive files or folders, click on the first file and then use_______at the last file.
(a) Ctrl + Click
(b) Shift + Click
(c) Alt + Click
(d) All of the options
Answer: (b) Shift + Click
In simple words: To select a group of files or folders that are listed one after another, you click on the first one, then hold down the Shift key and click on the last one. This will select everything in between.
π― Exam Tip: The Shift key is often used in combination with a click to extend a selection in a continuous manner, whether it's text or files.
Question 120. When we delete a file or folder, it will move into the _______
(a) My Document
(b) My Computer
(c) Recycle Bin
(d) None of these
Answer: (c) Recycle Bin
In simple words: When you remove a file or folder from its original location, it doesn't disappear immediately. Instead, it goes into a special place called the "Recycle Bin," from where you can still get it back if needed.
π― Exam Tip: The Recycle Bin (or Trash on other OS) acts as a temporary storage area, allowing users to recover accidentally deleted items before permanent removal.
Question 121. To permanently delete a file or folder (i.e. to avoid sending a file or folder to the Recycle Bin), hold down the _______key, and press deletes on the keyboard.
(a) ALT
(b) SHIFT
(c) CTRL
(d) None of these
Answer: (b) SHIFT
In simple words: If you want to delete a file forever, without it going into the Recycle Bin, you hold down the Shift key while pressing the Delete key. This action removes the file directly.
π― Exam Tip: Using Shift + Delete is a permanent action; always confirm that you genuinely intend to delete the file permanently, as it cannot be recovered from the Recycle Bin.
Question 122. _______is a special folder to keep the files or folders deleted by the user.
(a) My Document
(b) My Computer
(c) Recycle Bin
(d) None of these
Answer: (c) Recycle Bin
In simple words: The "Recycle Bin" is a special folder on your computer that holds files and folders you have deleted. It acts like a temporary trash can, giving you a chance to get back items you removed by mistake.
π― Exam Tip: The Recycle Bin is crucial for data recovery, but it doesn't protect against all data loss; regularly backing up important files is still recommended.
Question 123. The user cannot access the files or folders available in the Recycle bin without _______it.
(a) deleting
(b) copy
(c) restoring
(d) None of these
Answer: (c) restoring
In simple words: You cannot use files or folders that are in the Recycle Bin directly. To open or use them again, you must first "restore" them back to their original place on your computer.
π― Exam Tip: Restoring files moves them from the Recycle Bin back to their previous location, making them accessible again for use.
Question 124. To delete all files in the Recycle bin, select _______option.
(a) Empty the Recycle Bin
(b) Clear the Recycle bin
(c) Trash
(d) None of these
Answer: (a) Empty the Recycle Bin
In simple words: To completely remove everything inside your Recycle Bin, you choose the option called "Empty the Recycle Bin." This action deletes all the files inside it permanently.
π― Exam Tip: Emptying the Recycle Bin frees up disk space, but it also means the files are permanently deleted and cannot be recovered without specialized tools.
Question 125. _______option is used to switch to another user account on the computer without closing our open programs and Windows processes.
(a) log-off
(b) switch user
(c) sleep
(d) restart
Answer: (b) switch user
In simple words: The "Switch User" option lets a different person use the computer without closing any programs that the first user was working on. This way, everyone's work stays open.
π― Exam Tip: "Switch User" is handy in shared computer environments where multiple users need to access their accounts without interrupting others' work sessions.
Question 126. _________ option is used to switch to another user account on the computer after closing all your open programs and Windows processes.
(a) log-off
(b) switch user
(c) sleep
(d) restart
Answer: (a) log-off
In simple words: The "Log Off" option lets you switch to another user account, but it first closes all your programs and stops your ongoing computer tasks. This way, your session is fully ended before someone else begins theirs.
π― Exam Tip: Logging off ensures that your session is securely closed, protecting your data and freeing up system resources for the next user.
Question 127. _______ option is used to reboot the computer.
(a) log-off
(b) switch user
(c) sleep
(d) restart
Answer: (d) restart
In simple words: To turn your computer off and then back on again automatically, you use the "Restart" option. This is often done to fix small problems or to finish installing new software.
π― Exam Tip: Restarting helps clear temporary memory issues and apply system changes, making it a common troubleshooting step.
Question 128. _______option is often required as part of installing new software or Windows update.
(a) log-off
(b) switch user
(c) sleep
(d) restart
Answer: (d) restart
In simple words: After installing a new program or updating Windows, your computer often needs to "restart." This allows the changes to take full effect and helps the new software work correctly.
π― Exam Tip: A restart integrates new software components and configurations into the operating system, which is crucial for their proper functioning.
Question 129. _______option puts the computer into a low-power mode that retains all running programs and open Windows in computer memory for a super-quick restart.
(a) log-off
(b) switch user
(c) sleep
(d) restart
Answer: (c) sleep
In simple words: The "Sleep" option makes your computer use very little power while keeping all your open programs and files ready in its memory. When you wake it up, it starts almost instantly right where you left off.
π― Exam Tip: Sleep mode is energy-efficient and convenient for short breaks, as it allows for immediate resumption of work without a full shutdown and boot-up cycle.
Question 130. _______option found only on laptop computers.
(a) hibernate
(b) shutdown
(c) sleep
(d) restart
Answer: (a) hibernate
In simple words: "Hibernate" is a power-saving option mainly found on laptops. It saves everything you are working on to the hard drive and then turns off the computer completely. When you turn it back on, your work is restored exactly as you left it.
π― Exam Tip: Hibernate is useful for saving battery life over longer periods, as it consumes no power while retaining your session, unlike sleep mode which still uses a small amount of power.
Part II
Question 1. _______refers to a program or software in which the source code is available on the web to the general public free of cost.
(a) malware
(b) free source
(c) open-source
(d) None of these
Answer: (c) open-source
In simple words: "Open-source" software means that the instructions (source code) used to build the program are available for anyone to see and use for free. People can even change it if they want.
π― Exam Tip: Key characteristics of open-source software include free access to the source code, allowing for community collaboration, modification, and distribution.
Question 2. _______is typically created as a collaborative effort in which programmers continuously improve upon the source code on the web and share the changes within the community.
(a) malware
(b) free source code
(c) open-source code
(d) None of these
Answer: (c) open-source code
In simple words: Open-source code is often made better by many programmers working together online. They constantly improve it and share their changes with everyone, making the software stronger.
π― Exam Tip: The collaborative nature of open-source development often leads to more robust, secure, and innovative software due to diverse contributions and constant review.
Question 3. _______is one of the popular Open Source versions of the UNIX Operating System.
(a) Linux
(b) MSDOS
(c) Oracle
(d) None of these
Answer: (a) Linux
In simple words: Linux is a well-known operating system that is open-source and comes from the UNIX family. It is popular because its code is free for everyone to use and change.
π― Exam Tip: Linux is a prominent example of an open-source operating system that has gained widespread adoption in servers, desktops, and embedded systems due to its flexibility and community support.
Question 4. _______is open source as its source code is freely available.
(a) Linux
(b) MSDOS
(c) Oracle
(d) None of these
Answer: (a) Linux
In simple words: Linux is called open source because its basic programming code is given out for free. This means anyone can look at it, use it, and even change it.
π― Exam Tip: The availability of source code is the defining characteristic of open-source software, differentiating it from proprietary software.
Question 5. The most popular Linux server distributor is_______
(a) Ubuntu Linux
(b) Linux Mint
(c) Arch Linux
(d) All of the options
Answer: (d) All of the options
In simple words: Ubuntu Linux, Linux Mint, and Arch Linux are all popular versions of Linux that are used for servers. Each one is a well-known choice for different kinds of computer systems.
π― Exam Tip: Linux distributions cater to various needs; while all listed options are Linux, their popularity for server use can vary depending on the specific application or user preference.
Question 6. The most popular Linux server distributor is_______
(a) Deepin and Fedora
(b) Debian
(c) CentOS
(d) All of the options
Answer: (d) All of the options
In simple words: Deepin, Fedora, Debian, and CentOS are all well-known kinds of Linux that are often used for running computer servers. They are popular choices for various server tasks.
π― Exam Tip: Many Linux distributions are optimized for server environments, offering stability, security, and specific features tailored for enterprise use.
Question 7. _______ is a Linux-based operating system.
(a) Ubuntu
(b) MSDOS
(c) Oracle
(d) None of these
Answer: (a) Ubuntu
In simple words: Ubuntu is a type of computer operating system that is built using Linux technology. It is a very popular choice for many users because it's free and easy to use.
π― Exam Tip: Ubuntu is famous for its user-friendly interface and strong community support, making it a common recommendation for new Linux users.
Question 8. _______ is designed for computers, smartphones, and network servers.
(a) Ubuntu
(b) MSDOS
(c) Oracle
(d) None of these
Answer: (a) Ubuntu
In simple words: Ubuntu is an operating system that can be used on many different devices, like regular computers, mobile phones, and even big network servers. It is built to work across many platforms.
π― Exam Tip: The versatility of Ubuntu across various devices highlights its robust and adaptable design, which is a key advantage of Linux-based systems.
Question 9. The Ubuntu system is developed by a UK based company called ._______
(a) Microsoft
(b) Borland International
(c) Cambridge
(d) Canonical Ltd
Answer: (d) Canonical Ltd
In simple words: Ubuntu, the popular operating system, was created and is managed by a company from the UK called Canonical Ltd. They are the main group behind its development.
π― Exam Tip: Canonical Ltd. plays a significant role in the ongoing development and commercial support for the Ubuntu operating system, even though it's an open-source project.
Question 10. Ubuntu was conceived in the year _______
(a) 1994
(b) 2004
(c) 2014
(d) 2012
Answer: (b) 2004
In simple words: The idea for the Ubuntu operating system first came about in the year 2004. This marks when its development officially began.
π― Exam Tip: Knowing the inception year helps contextualize the evolution of Ubuntu and its impact on the open-source community.
Question 11. Ubuntu was conceived by_______
(a) Mark Shuttleworth
(b) Mark Zuckerberg
(c) Mark Shuttleberg
(d) None of these
Answer: (a) Mark Shuttleworth
In simple words: The concept of Ubuntu was first developed by Mark Shuttleworth. He is the person who started the project to create this widely used operating system.
π― Exam Tip: Mark Shuttleworth is recognized for founding Canonical Ltd. and initiating the Ubuntu project, a significant contribution to the open-source software world.
Question 12. The desktop version of Ubuntu supports _______ software.
(a) Firefox
(b) Chrome
(c) VLC
(d) All of the options
Answer: (d) All of the options
In simple words: The desktop version of Ubuntu can use many common software programs like Firefox for browsing, Chrome for internet, and VLC for playing videos. It supports a wide range of popular applications.
π― Exam Tip: Ubuntu's compatibility with popular software applications makes it a practical choice for everyday computing, bridging the gap with proprietary operating systems.
Question 13. Ubundu supports the office suite called_______
(a) MS-Office
(b) Star Office
(c) Libre Office
(d) None of these
Answer: (c) Libre Office
In simple words: Ubuntu comes with its own set of office programs, which is called LibreOffice. This suite helps you do tasks like writing documents, making spreadsheets, and creating presentations.
π― Exam Tip: LibreOffice is a free and open-source alternative to Microsoft Office, providing similar functionalities for common office tasks within the Ubuntu environment.
Question 14. Ubuntu has in-built email software called_______
(a) Firefox
(b) Thunderfox
(c) Firebird
(d) Thunderbird
Answer: (d) Thunderbird
In simple words: Ubuntu includes an email program right from the start, and it is called Thunderbird. This software helps you send and receive emails easily.
π― Exam Tip: Thunderbird is a popular, free email client that offers extensive features for managing multiple email accounts and integrating with various services.
Question 15. _______ gives the user access to email such as Exchange, Gmail, Hotmail, etc.
(a) Firefox
(b) Thunderfox
(c) Firebird
(d) Thunderbird
Answer: (d) Thunderbird
In simple words: Thunderbird is an email program that lets you connect to and manage emails from different services like Exchange, Gmail, and Hotmail. It brings all your emails into one place.
π― Exam Tip: An email client like Thunderbird consolidates various email accounts into a single interface, offering centralized management and advanced features beyond webmail.
Question 16. The best feature of Ubundu is _______
(a) It is a free operating system
(b) It is backed by a huge open source community
(c) Both A and B
(d) None of these
Answer: (c) Both A and B
In simple words: One of the best things about Ubuntu is that it's a free operating system, and it also has a large group of people (a community) who help develop and support it. These two points make it very powerful and popular.
π― Exam Tip: The combination of being free and having a strong community makes Ubuntu a highly accessible and constantly improving operating system for many users.
Question 17. _______ is based on the concept of a Graphical User Interface.
(a) Ubundu
(b) Microsoft Windows
(c) Apple
(d) All of the options
Answer: (d) All of the options
In simple words: Operating systems like Ubuntu, Microsoft Windows, and Apple's macOS all use a Graphical User Interface (GUI). This means you interact with them using pictures, icons, and menus instead of just typing commands.
π― Exam Tip: GUIs make operating systems user-friendly and intuitive, allowing users to interact with computers visually rather than through complex text commands.
Question 18. _______ is the icons in the Ubuntu OS.
(a) Search your Computer
(b) Files
(c) Firefox Web browser
(d) All of the options
Answer: (d) All of the options
In simple words: In Ubuntu, the icons you see can include "Search your Computer," "Files," and "Firefox Web browser." These are all common icons that help you use different parts of the operating system.
π― Exam Tip: Icons provide quick visual access to frequently used applications and system functions, simplifying navigation and improving user experience.
Question 19. _______ is a word processor software of Ubundu.
(a) LibreOffice Writer
(b) LibreOfficeCalc
(c) LibreOffice Impress
(d) None of the options
Answer: (a) LibreOffice Writer
In simple words: LibreOffice Writer is the program you use to type and create documents, similar to Microsoft Word but for Ubuntu. It helps you write and format text easily.
π― Exam Tip: Remember the specific names of applications within software suites for different tasks, as they are often tested.
Question 20. _______ is a spreadsheet software of Ubundu.
(a) LibreOffice Writer
(b) LibreOfficeCalc
(c) LibreOffice Impress
(d) None of the options
Answer: (b) LibreOfficeCalc
In simple words: LibreOffice Calc is the program for working with tables and numbers, just like Microsoft Excel on Windows. It is used for making calculations and organizing data.
π― Exam Tip: Differentiating between the components of the LibreOffice suite (Writer, Calc, Impress) is important; each serves a unique purpose.
Question 21. _______ is a Presentation software of Ubundu.
(a) LibreOffice Writer
(b) LibreOfficeCalc
(c) LibreOffice Impress
(d) None of the options
Answer: (c) LibreOffice Impress
In simple words: LibreOffice Impress is the application used to create slideshows and presentations, much like PowerPoint. It allows you to combine text, images, and charts for visual talks.
π― Exam Tip: Associating each LibreOffice component with its main function (writing, spreadsheets, presentations) helps in quickly recalling the correct answer.
Question 22. _______ is the online shopping icon of Ubundu.
(a) Amazon
(b) Firefox
(c) Bigshop
(d) Wallmart
Answer: (a) Amazon
In simple words: The Amazon icon is used in Ubuntu for online shopping, letting you buy various products from the internet store. It provides direct access to the Amazon website.
π― Exam Tip: Know the default applications and their corresponding icons for common tasks in Ubuntu, such as web browsing or shopping.
Question 23. _______ is a Recycle Bin Icon of Ubundu.
(a) Amazon
(b) Firefox
(c) Files
(d) Trash
Answer: (d) Trash
In simple words: In Ubuntu, the 'Trash' icon works like the Recycle Bin in Windows, where deleted files and folders are temporarily stored. You can recover items from it before they are permanently removed.
π― Exam Tip: Understand the equivalent names and functions of common desktop elements between different operating systems like Windows and Ubuntu.
Question 24. In Unundu, the frequently used icons in the menu bar are found on the _______
(a) left
(b) middle
(c) right
(d) Either A or B or C
Answer: (c) right
In simple words: The icons you use most often in Ubuntu's menu bar are typically shown on the right side. This placement makes them easy to find and click quickly.
π― Exam Tip: Familiarize yourself with the default layout of the Ubuntu desktop environment, including the placement of key elements.
Question 25. The most common indicators in the Menu bar are located in the _______ .
(a) Indicator
(b) Notification area
(c) Either A or B
(d) None of the options
Answer: (c) Either A or B
In simple words: The main notification symbols in the Ubuntu menu bar are found in an area called either the 'indicator' or 'notification area'. This section shows things like battery life or network status.
π― Exam Tip: Be aware of the common terminology used for different parts of the Ubuntu user interface, such as "indicator" and "notification area."
Question 26. _______ manages network connections, allowing you to connect to a wired or wireless network.
(a) Indicator
(b) Notification area
(c) Either A or B
(d) Network Indicator
Answer: (d) Network Indicator
In simple words: The Network Indicator is the part of the system that helps you manage your internet connection, whether it is wired or wireless. It shows your network status and lets you connect or disconnect.
π― Exam Tip: Identify the specific indicator responsible for managing network connections in Ubuntu, as it is a fundamental system function.
Question 27. _______ shows the current keyboard layout.
(a) Indicator
(b) Notification area
(c) Text Entry Settings
(d) Network Indicator
Answer: (c) Text Entry Settings
In simple words: The Text Entry Settings display which keyboard layout is currently active, like English or French. This helps you know what keys to press for different characters.
π― Exam Tip: Understand which system settings control specific aspects of the user interface, such as keyboard layout, to manage inputs effectively.
Question 28. The keyboard indicator menu contains the_______ menu items.
(a) Character Map
(b) Keyboard Layout Chart
(c) Text Entry Settings
(d) All of the options
Answer: (d) All of the options
In simple words: The keyboard menu includes options like a Character Map, a chart showing your keyboard layout, and Text Entry Settings. These tools help you understand and change how your keyboard works.
π― Exam Tip: Recall the full range of utilities available within the keyboard indicator menu for comprehensive keyboard management.
Question 29. _______ indicator incorporates your social applications.
(a) Messaging
(b) Sound
(c) Session
(d) Network
Answer: (a) Messaging
In simple words: The Messaging indicator in Ubuntu brings together all your social apps in one place. It helps you quickly access chat programs and other communication tools.
π― Exam Tip: Connect the specific indicator type with the kind of applications it manages, such as "Messaging" for social apps.
Question 30. From Messaging indicator, we can access _______
(a) instant messenger
(b) email clients
(c) Both A and B
(d) None of the options
Answer: (c) Both A and B
In simple words: Through the Messaging indicator, you can quickly get to both instant messaging apps and email programs. It's a central spot for all your digital conversations.
π― Exam Tip: Remember that "Messaging indicator" is a broad term that often encompasses various communication tools, including both chat and email.
Question 31. _______ indicator provides an easy way to adjust the volume as well as access your music player.
(a) Messaging
(b) Sound
(c) Session
(d) Network
Answer: (b) Sound
In simple words: The Sound indicator offers a simple way to change your computer's volume and open your music player. It gives you quick control over all audio settings.
π― Exam Tip: Understand the primary function of each indicator, especially how the "Sound indicator" manages all audio-related controls.
Question 32. _______ indicator is a link to the system settings, Ubuntu Help, and session options
(a) Messaging
(b) Sound
(c) Session
(d) Network
Answer: (c) Session
In simple words: The Session indicator acts as a quick link to important computer settings, help files for Ubuntu, and options for managing your user session. This includes logging out or shutting down the system.
π― Exam Tip: Recognize that the "Session indicator" is the gateway to system-wide settings and user session management functions.
Question 33. _______ displays the current time and provides a link to your calendar and time and date settings.
(a) Indicator
(b) Clock
(c) System Tray
(d) Notification Area
Answer: (b) Clock
In simple words: The Clock shows the current time and lets you quickly go to your calendar and settings for changing the date and time. It helps you keep track of time and manage schedules.
π― Exam Tip: Identify the specific element that displays time and offers access to date-related settings on the desktop.
Question 34. _______ is a session option.
(a) locking your computer and user/guest session
(b) logging out of a session
(c) restarting the computer or shutting down completely
(d) all of the options
Answer: (d) all of the options
In simple words: Session options include things like locking your computer, logging out, restarting, or completely shutting down your system. These are all ways to manage your computer's active state or end your work.
π― Exam Tip: Understand that session options encompass all actions related to managing your active user session and system power states.
Question 35. The _______ shows the name of the currently selected directory.
(a) Title bar
(b) System Tray
(c) Notification Area
(d) None of the options
Answer: (a) Title bar
In simple words: The Title bar shows the name of the folder or location you are currently viewing. It is usually at the top of the window and tells you where you are.
π― Exam Tip: The title bar is a fundamental window element; knowing its function helps in navigating applications and directories.
Question 36. The toolbar displays _______
(a) your directory browsing history
(b) your location in the file system
(c) a search button and options for your current directory view
(d) all of the options
Answer: (d) all of the options
In simple words: The toolbar shows your past browsing history, your current location in the file system, and also includes a search button with options for how you view your current folder. This makes it easy to navigate and find things.
π― Exam Tip: Remember that a toolbar often provides a comprehensive set of navigation and viewing tools, not just a single function.
Question 37. The default Ubuntu 16.04 theme known as_______
(a) Ambiance
(b) Aspirant
(c) Environment
(d) None of the options
Answer: (a) Ambiance
In simple words: The standard look and feel for Ubuntu version 16.04 is called 'Ambiance'. This theme gives it a specific visual style and color scheme.
π― Exam Tip: It is helpful to know the default themes or code names for specific operating system versions, especially for historical context.
Question 38. The Launcher is equivalent to _______
(a) System Tray
(b) Taskbar
(c) Desktop
(d) None of the options
Answer: (b) Taskbar
In simple words: The Launcher in Ubuntu is very similar to the Taskbar in Windows. It is a panel where you can find and open applications, typically located on the side of the screen.
π― Exam Tip: Understand the functional equivalents of desktop elements across different operating systems for clearer comparisons.
Question 39. The vertical bar of icons on the left side of the desktop is called _______
(a) System Tray
(b) Taskbar
(c) Launcher
(d) None of the options
Answer: (c) Launcher
In simple words: The vertical bar full of icons on the left side of your Ubuntu screen is called the Launcher. It helps you quickly start your favorite programs.
π― Exam Tip: Accurately identify key graphical user interface elements by their correct names and locations in Ubuntu.
Question 40. The Launcher provides easy access to _______
(a) applications
(b) mounted devices
(c) Trash
(d) All of the options
Answer: (d) All of the options
In simple words: The Launcher gives you quick ways to open applications, access connected devices like USB drives, and view your deleted files in the Trash. It serves as a central hub for many common tasks.
π― Exam Tip: Remember the broad utility of the Launcher in Ubuntu, as it integrates access to various system functions and applications.
Question 41. All current applications on your system will place an icon in the _______
(a) System Tray
(b) Taskbar
(c) Launcher
(d) None of the options
Answer: (c) Launcher
In simple words: When you open an application in Ubuntu, its icon will appear in the Launcher on the left side of the screen. This makes it easy to switch between active programs.
π― Exam Tip: Understand how active applications are represented in the Ubuntu desktop environment, specifically their icons appearing in the Launcher.
Question 42. _______ icon is equal to the search button in Windows OS.
(a) Search Your Computer
(b) Find
(c) Quick Search
(d) None of the options
Answer: (a) Search Your Computer
In simple words: The 'Search Your Computer' icon in Ubuntu works just like the search button in Windows. It helps you find files, folders, and applications on your system.
π― Exam Tip: Knowing the equivalent functions and names of search utilities across different operating systems is key for cross-platform understanding.
Question 43. _______ icon is equivalent to My Computer icon.
(a) Your Computer
(b) Files
(c) Quick Search
(d) None of the options
Answer: (b) Files
In simple words: The 'Files' icon in Ubuntu is like the 'My Computer' icon in Windows. It lets you explore your computer's folders and files, including your desktop and documents.
π― Exam Tip: Relate the icons in Ubuntu to their functional counterparts in Windows for easier comprehension.
Question 44. We can directly go to Desktop, Documents using_______ icon.
(a) Your Computer
(b) Files
(c) Quick Search
(d) None of the options
Answer: (b) Files
In simple words: By clicking the 'Files' icon, you can directly access important locations like your Desktop and Documents folders. This provides a quick way to manage your files.
π― Exam Tip: Understand the shortcuts and direct access points that icons provide for efficient navigation within the file system.
Question 45. By clicking the _______ icon, we can directly browse the internet.
(a) Amazon
(b) Firefox Web Browser
(c) Bishop
(d) Walmart
Answer: (b) Firefox Web Browser
In simple words: The Firefox Web Browser icon lets you go online and surf the internet directly. It is the default tool for browsing websites in Ubuntu.
π― Exam Tip: Identify the default web browser and its icon in Ubuntu for accessing the internet.
Question 46. _______ is equivalent to clicking the Web Browser in Taskbar in Windows.
(a) Amazon
(b) Firefox Web Browser
(c) Bigshop
(d) Walmart
Answer: (b) Firefox Web Browser
In simple words: Clicking the Firefox Web Browser icon in Ubuntu is like clicking the web browser icon on the Windows Taskbar. Both actions open the internet browser.
π― Exam Tip: Draw clear parallels between common application access methods in Windows and Ubuntu to solidify understanding.
Question 47. _______ icon will directly take you to document preparation applications like MS Word in Windows.
(a) LibreOffice Writer
(b) LibreOfficeCalc
(c) LibreOffice Impress
(d) None of the options
Answer: (a) LibreOffice Writer
In simple words: The LibreOffice Writer icon opens the program for creating documents, which is similar to Microsoft Word. It's designed for writing and editing text.
π― Exam Tip: Memorize the specific LibreOffice application that corresponds to word processing, as it is a common office suite function.
Question 48. _______ icon will open LibreOffice Calc application.
(a) LibreOffice Writer
(b) Libre Office Caic
(c) LibreOffice Impress
(d) None of the options
Answer: (b) Libre Office Caic
In simple words: The LibreOffice Calc icon starts the spreadsheet program, which is used for calculations and data management. It's very much like Excel for Ubuntu.
π― Exam Tip: Clearly distinguish between LibreOffice Writer and Calc based on their primary functions (word processing vs. spreadsheets).
Question 49. _______ is similar to MS Excel in Windows.
(a) LibreOffice Writer
(b) Libre Office Caic
(c) LibreOffice Impress
(d) None of the options
Answer: (b) Libre Office Caic
In simple words: LibreOffice Calc is the program in Ubuntu that works like Microsoft Excel. It's used for making tables, doing math with numbers, and organizing data.
π― Exam Tip: When comparing software across operating systems, focus on their equivalent functionality rather than just their names.
Question 50. _______ icon is used to prepare any presentations in Ubuntu like MS PowerPoint.
(a) LibreOffice Writer
(b) LibreOfficeCaic
(c) LibreOffice Impress
(d) None of the options
Answer: (c) LibreOffice Impress
In simple words: The LibreOffice Impress icon is for creating presentations with slides, similar to how you would use PowerPoint. It helps make visual aids for talks.
π― Exam Tip: Understand the purpose of each component within the LibreOffice suite and their Windows equivalents.
Question 51. _______ icon will let you add any additional applications you want.
(a) LibreOffice Writer
(b) LibreOfficeCalc
(c) LibreOffice Impress
(d) Ubundu Software
Answer: (d) Ubundu Software
In simple words: The Ubuntu Software icon allows you to find and install more programs on your computer. It is like an app store for Ubuntu.
π― Exam Tip: Know the specific application that serves as the central hub for installing and managing software in Ubuntu.
Question 52. Using _______ icon users can buy and sell any products online.
(a) Amazon
(b) Firefox Web Browser
(c) Online Shopping
(d) Wallnnart
Answer: (c) Online Shopping
In simple words: The 'Online Shopping' icon is where users can go to buy and sell things over the internet. It provides a way to access various online stores.
π― Exam Tip: Recognize the generalized icon or application name associated with e-commerce functions in operating systems.
Question 53. _______ icon is similar to the Control panel in the Windows Operating System.
(a) System Settings
(b) Your Computer
(c) Launcher
(d) None of the options
Answer: (a) System Settings
In simple words: The 'System Settings' icon in Ubuntu works like the Control Panel in Windows. It lets you change how your computer looks and behaves.
π― Exam Tip: Draw clear parallels between control and configuration tools across different operating systems to understand their equivalent functions.
Question 54. Match the following:
(a) Trash 1. Online Shopping App
(b) System Settings 2. Recycle Bin
(c) LibreOffice Impress 3. Control Panel
(d) Amazon 4. Presentation software
(a) 2, 1, 4, 3
(b) 4, 3, 1, 2
(c) 3, 1, 4, 2
(d) 2, 3, 4, 1
Answer: (d) 2, 3, 4, 1
In simple words: The correct matches are: Trash is like a Recycle Bin. System Settings are like the Control Panel. LibreOffice Impress is for presentations. Amazon is an online shopping app.
π― Exam Tip: For matching questions, identify the core function or equivalent of each item before selecting the option with the correct complete set of matches.
Question 55. Identify the correct statement from the following:
(a) In Ubundu, all the deleted Files and Folders are moved to Trash
(b) Similar to Windows OS, we can create, delete the files and folders with the same procedure by clicking the Files icon in Ubundu.
(c) A new File or new Folder can also be created by using File menu in Ubundu
(d) All of the options
Answer: (d) All of the options
In simple words: All the statements are true. In Ubuntu, deleted items go to Trash. You can create or delete files and folders using the Files icon, just like in Windows. Also, new files or folders can be made through the File menu.
π― Exam Tip: When faced with "All of the options" in a multiple-choice question, quickly verify a few options; if more than one is true, "All of the options" is likely the answer.
Question 56. Shutting down Ubuntu using Session _______ option.
(a) Log out
(b) Suspend
(c) Shutdown
(d) All of the options
Answer: (d) All of the options
In simple words: To turn off Ubuntu, you can choose options like Log Out, Suspend, or Shutdown from the Session menu. These options let you end your work or power down the computer in different ways.
π― Exam Tip: Be familiar with all the power management options available in Ubuntu, as they serve different purposes for ending a session or powering off.
Part β I
Short Answers
Question 1. Name some distributions of Linux.
Answer: Some popular types of Linux operating systems, called distributions, include Fedora, Ubuntu, BOSS, RedHat, and Linux Mint. Each distribution offers a slightly different user experience and set of tools.
In simple words: Some common Linux types are Fedora, Ubuntu, BOSS, RedHat, and Linux Mint.
π― Exam Tip: Be able to list at least 3-5 major Linux distributions, as this shows a basic understanding of the Linux ecosystem.
Question 2. What are the most popular operating systems suitable for desktop and laptop computers?
Answer: The most widely used operating systems for desktop and laptop computers are from the Windows Series, such as Windows Vista and Windows-7. These systems provide a user-friendly environment for everyday computing tasks. Macs also use macOS, which is popular.
In simple words: Windows systems like Vista and Windows-7 are most popular for desktops and laptops.
π― Exam Tip: When asked about popular operating systems, remember to mention the dominant ones in the market, primarily the Windows series.
Question 3. What is Open source Operating system?
Answer: An Open Source Operating System is software where the original programming code is freely available to everyone. This means people can use it, change it, and share their modified versions without paying for it. This fosters community development.
In simple words: Open source OS means its code is free for anyone to use, change, and share.
π― Exam Tip: Define "open source" by highlighting two key characteristics: source code availability and freedom for modification/distribution.
Question 4. Which operating system suitable for Apple phones, iPad, and iPods?
Answer: The operating system specifically designed for Apple devices like iPhones, iPads, and iPods is called iOS. It is known for its simple interface and strong security features.
In simple words: iOS is the operating system for Apple phones, iPads, and iPods.
π― Exam Tip: Correctly associate Apple's mobile devices with its proprietary operating system, iOS, to show knowledge of mobile OS platforms.
Question 5. What are the similarities between Ubuntu and other operating systems?
Answer: All modern operating systems, including Ubuntu, Windows, and macOS, share a fundamental similarity: they are based on the principles of a Graphical User Interface (GUI). This means they use visual elements like icons, windows, and menus for user interaction, making them intuitive to use.
In simple words: All operating systems, including Ubuntu, use a Graphical User Interface (GUI) with icons and windows.
π― Exam Tip: Focus on core architectural similarities like GUI when comparing different operating systems, as this is a fundamental concept.
Question 6. What is multitasking?
Answer: Multitasking is the ability of an operating system, like Windows, to run many applications at the same time. This means you can work on several tasks, such as writing a document, browsing the internet, and listening to music, all without closing any program.
In simple words: Multitasking means your computer can run many programs at the same time.
π― Exam Tip: Clearly define multitasking as the concurrent execution of multiple applications, which is a key feature of modern operating systems.
Question 7. What is a workspace of a window?
Answer: The workspace of a window is the main area inside a document window where you actually type or enter text for your document. It is the active part of the window where you do your work.
In simple words: The workspace is the main part of a window where you type or create your document.
π― Exam Tip: Distinguish between the general window and its specific "workspace" area where content is actively created or edited.
Question 8. What are the file management activities?
Answer: File management activities are the different actions you can perform to organize and handle your computer files and folders. These include creating new files, changing existing files (modifying), saving your work, and removing files or folders (deleting). These tasks help keep your data organized and accessible.
In simple words: File management means creating, changing, saving, and deleting files and folders.
π― Exam Tip: List the four fundamental file management operations (create, modify, save, delete) to provide a complete answer.
Question 9. What are the four versions of Windows 2000 and its application?
Answer: The four versions of Windows 2000 and their primary uses were:
1. **Windows 2000 Professional:** Designed for regular business desktop and laptop computers.
2. **Windows 2000 Server:** Used for both web servers and office servers, handling network resources.
3. **Windows 2000 Advanced Server:** Meant for bigger business applications that need more power.
4. **Windows 2000 Data Centre Server:** Created for very busy computer networks with lots of traffic. These versions met different needs for businesses at the time.
In simple words: Windows 2000 came in four main types: Professional (for desktops), Server (for web/office), Advanced Server (for big business apps), and Data Centre Server (for busy networks).
π― Exam Tip: For each Windows version, clearly state its name and its primary intended application or user base.
Question 10. What is Firefox?
Answer: Firefox is a popular internet browser, which means it is a software application used to access and view websites on the internet. It allows users to search for information, visit web pages, and interact with online content.
In simple words: Firefox is a web browser used to open websites and explore the internet.
π― Exam Tip: Define Firefox clearly as a web browser and state its primary function of accessing the internet.
Question 11. What is a desktop?
Answer: The desktop is the very first screen you see when your computer starts up. It serves as your main workspace, displaying icons, shortcuts, and background images. This is where you usually begin to open programs and manage files.
In simple words: The desktop is the main screen you see when your computer starts, where you find icons and start your work.
π― Exam Tip: Describe the desktop as the initial visual interface and primary workspace of an operating system.
Question 12. Write a note on Icons.
Answer: Icons are small graphic symbols or pictures that represent different things on your computer, such as files, folders, or programs. They make it easy to understand and interact with the window elements without using text commands. Icons are crucial in GUI-based applications because they provide a visual way for users to quickly identify and open items.
In simple words: Icons are small pictures that stand for files, folders, or programs. They help you use the computer easily by clicking them.
π― Exam Tip: Explain that icons are graphical representations and emphasize their importance in GUI-based systems for ease of use.
Question 13. What do you mean by standard icon? Give an example.
Answer: Standard icons are those that are available on the desktop by default when Windows OS is installed. Common examples include "My Computer", "Documents", and "Recycle Bin", which help users access basic system functions. These icons provide a consistent way to interact with the operating system.
In simple words: Standard icons are basic pictures on your computer screen that come with Windows, like "My Computer" or "Recycle Bin". They help you do common tasks.
π― Exam Tip: Remember to list specific examples of standard icons to show comprehensive understanding.
Question 14. How will you switch to desktop?
Answer: You can quickly go to the desktop at any time by pressing the Windows key + D shortcut. Another way is to use the Aero Peek feature, which lets you temporarily view the desktop while working in other applications. This helps to easily switch between your work and the desktop.
In simple words: You can quickly go to your computer's main screen (desktop) by pressing the Windows key and 'D' at the same time, or by using a special feature called Aero Peek.
π― Exam Tip: Knowing keyboard shortcuts like Win + D is a quick way to show proficiency and save time during tasks.
Question 15. Define Window.
Answer: A window is a rectangular area on a computer screen. It is used by an application or a document to display information. This area helps to keep different programs and files organized visually.
In simple words: A window is a box on your screen where a program or document shows information.
π― Exam Tip: Clearly state that a window is a rectangular display area and mention its purpose of showing information for programs or documents.
Question 16. Write note on document window.
Answer: A document window is a specific part of the screen within an application. It is where you can enter text or type content for your document. This area is the main working space for creating and editing documents.
In simple words: A document window is the space inside a program where you type and work on your document.
π― Exam Tip: Highlight that a document window is for content entry and is found within an application.
Question 17. Write a note on Recycle Bin.
Answer: The Recycle Bin is a special folder that temporarily stores files and folders that a user has deleted. This gives you a chance to recover items if you deleted them by mistake. However, you cannot use or open files directly from the Recycle Bin; you must first restore them to their original location.
In simple words: The Recycle Bin is like a trash can for your computer. When you delete files, they go there first, so you can get them back if you change your mind.
π― Exam Tip: Emphasize that the Recycle Bin holds deleted files temporarily and allows recovery, but files cannot be used directly from it.
Question 18. How will you restore file or folder from Recycle Bin?
Answer: To restore a file or folder from the Recycle Bin, follow these steps:
- First, open the Recycle Bin.
- Then, right-click on the file or folder you want to restore and choose the "Restore" option from the menu. If you need to restore multiple items, you can select "Restore all items".
- If you want to permanently delete all files, choose "Empty the Recycle Bin". Restoring files brings them back to their original location.
In simple words: To get a file back from the Recycle Bin, open it, right-click the file, and choose "Restore". If you want to empty the whole bin, choose "Empty the Recycle Bin".
π― Exam Tip: Clearly outline the steps: open, right-click, select restore, and distinguish single item restore from all items and emptying the bin.
Question 19. How will you create a desktop shortcut?
Answer: To create a shortcut on your desktop for frequently used files or folders, follow these steps:
- First, locate the file or folder you wish to create a shortcut for.
- Next, right-click on that file or folder.
- From the shortcut menu that appears, select "Send to", and then choose "Desktop (Create Shortcut)". This creates a quick access point for your important items.
- A new shortcut icon will then appear on your desktop, allowing you to open the file or folder easily, just like any other icon.
In simple words: To make a shortcut on your desktop, find the file or folder, right-click it, go to "Send to", and pick "Desktop (Create Shortcut)". A new icon will appear that opens your file quickly.
π― Exam Tip: Describe the "Send to" method for creating shortcuts, as it is the most common and efficient way.
Question 20. How will you log off/shut down the computer?
Answer: To log off or shut down your computer, you can:
- Click the "Start" button, then choose "Log off" (or click the arrow next to "Shut down" and select "Shut down").
- If you have any open programs, the system will prompt you to close them. If you do not save your work and force shut down, you may lose unsaved information. This warning ensures data integrity.
In simple words: To turn off or log out, click "Start" and choose "Log off" or "Shut down". Make sure to save your work first, or you might lose it.
π― Exam Tip: Always mention the importance of saving work before logging off or shutting down to prevent data loss.
Question 21. Compare switch user and log off options.
Answer:
- **Switch User:** This option allows another user to log in and use the computer without closing your currently open programs and Windows processes. Your work remains open in the background, making it easy to return to it later.
- **Log Off:** This option switches to another user account only after all your open programs and Windows processes are closed. Any unsaved work will be prompted to be saved before logging off. This ensures a fresh session for the next user.
In simple words: "Switch User" lets someone else use the computer while your programs stay open. "Log Off" closes all your programs first before letting another user sign in.
π― Exam Tip: Clearly differentiate whether open programs are closed or remain running for each option, as this is the key difference.
Question 22. When we use the Lock and Restart option?
Answer: We use the Lock and Restart options in different situations:
- **Lock:** This option is used to secure your computer when you step away from it. It keeps your applications running but requires a password to access them again, protecting your privacy.
- **Restart:** This option is used to reboot the computer. It is often necessary when installing new software or Windows updates, as many changes only take effect after a restart. Restarting clears temporary memory and refreshes the system.
In simple words: "Lock" keeps your computer safe when you leave it, needing a password to get back in. "Restart" turns the computer off and on again, often needed after installing new programs or updates.
π― Exam Tip: Explain the primary purpose of each option: "Lock" for security while away, and "Restart" for applying updates and refreshing the system.
Question 23. Write a note on the Sleep mode option.
Answer: Sleep mode is an energy-saving state for your computer. When activated, it puts the computer into a low-power mode but keeps all running programs and open windows in the computer's memory. This allows for a very quick restart, letting you resume your work almost instantly without waiting for the system to boot up fully.
In simple words: Sleep mode saves power on your computer by putting it to rest, but it remembers all your open work so you can start again very quickly.
π― Exam Tip: Focus on sleep mode's key benefits: low power consumption and quick resumption of work due to data remaining in RAM.
Question 24. Write a note on Hibernate mode option? Where it is available?
Answer: The Hibernate option is typically found only on laptop computers. It puts the computer into a low-power state, similar to sleep mode, but instead of keeping data in memory, it saves all running programs and open windows onto the machine's hard drive. This allows for a quick restart even if the battery runs out, making it ideal for portable devices.
In simple words: Hibernate mode is usually on laptops. It saves all your open work to the hard drive and then turns off the computer completely, so you can start very quickly from where you left off, even if the battery dies.
π― Exam Tip: Explain that Hibernate saves to the hard drive, making it a good choice for laptops, especially when concerned about battery life.
Part β II
Short Answers
Question 1. How will you rename the files or folders?
Answer: To rename files or folders using the File Menu, follow these steps:
- First, select the file or folder you want to rename.
- Next, click on "File" in the menu bar, then choose the "Rename" option.
- Type in the new name you want for the file or folder.
- Finally, press "Enter" to confirm and finish the renaming process.
In simple words: To change a file's name, select it, click "File," then "Rename." Type the new name and press "Enter."
π― Exam Tip: Remember to list the steps clearly, starting with selecting the file and ending with pressing Enter to finalize the change.
Question 2. What are the merits of open source code?
Answer: Open source code is developed through a joint effort where programmers continuously improve the code and share their changes with a wider community on the web. This collaborative approach leads to better quality software, increased security through community review, lower costs as it is often free, and avoids vendor lock-in, giving users more freedom. An enriching aspect is that its transparency fosters innovation and rapid bug fixes.
In simple words: Open source code is made by many people working together. This makes the software better, safer, cheaper, and gives users more control because everyone can see and change the code.
π― Exam Tip: Mention collaboration, continuous improvement, and the benefits of transparency (quality, security, cost, no vendor lock-in).
Question 3. List out the important functions of an OS?
Answer: Some important functions of an Operating System (OS) include:
- **Memory Management:** The OS handles how computer memory is used by different programs.
- **Process Management:** It manages running programs and tasks, making sure they run smoothly.
- **Device Management:** The OS controls all hardware devices connected to the computer.
- **File Management:** It organizes and keeps track of files and folders on storage devices.
- **Security Management:** The OS provides security features to protect the system and user data.
- **Control overall system performance:** It monitors and optimizes how well the computer runs.
- **Error detecting aids:** The OS helps identify and fix system errors.
- **Coordination between other software and users:** It allows different programs to work together and lets users interact with the computer.
In simple words: An OS helps manage memory, running programs, hardware, files, security, and makes sure the computer works well. It also helps other programs and users communicate.
π― Exam Tip: List at least five distinct functions of an OS, such as memory, process, device, file, and security management, to cover the essential roles.
Question 4. List the distributors of Linux.
Answer: Some of the most popular Linux server distributions are:
- Ubuntu Linux
- Linux Mint
- Arch Linux
- Deepin
- Fedora
- Debian
- CentOS
In simple words: Popular types of Linux include Ubuntu, Linux Mint, Arch Linux, Deepin, Fedora, Debian, and CentOS.
π― Exam Tip: List at least five well-known Linux distributions to demonstrate breadth of knowledge about the ecosystem.
Question 5. Write about Ubuntu.
Answer: Ubuntu is a popular Linux-based operating system designed for various devices, including computers, smartphones, and network servers. It was first thought of in 2004 by Mark Shuttleworth, a South African entrepreneur. The system is developed by Canonical Ltd., a UK-based company. Ubuntu is known for its user-friendliness and strong community support.
In simple words: Ubuntu is a computer system that uses Linux, made by a UK company. It was started in 2004 by Mark Shuttleworth and works on computers, phones, and servers.
π― Exam Tip: Include key facts: it's Linux-based, its founder (Mark Shuttleworth), and the developing company (Canonical Ltd.), along with its broad application.
Question 6. Write note on the Network indicator.
Answer: The Network indicator is a system feature that manages network connections. It allows users to connect to either a wired or wireless network easily. This indicator provides quick access to network settings and shows the current connection status, making it simple to stay connected.
In simple words: The Network indicator helps you connect to Wi-Fi or wired internet. It shows if you are connected and helps you change network settings.
π― Exam Tip: Clearly explain that the Network indicator's primary function is managing and displaying network connections (wired/wireless).
Question 7. What are the four versions of Windows 2000?
Answer: The four main versions of Windows 2000 and their typical uses were:
- **Professional:** Designed for business desktop and laptop systems.
- **Server:** Used as both a web server and an office server.
- **Advanced Server:** Built for business applications that needed more power.
- **Datacenter Server:** Intended for very high-traffic computer networks, offering robust performance.
In simple words: Windows 2000 came in four main types: Professional for regular office use, Server for websites and offices, Advanced Server for big business apps, and Datacenter Server for very busy computer networks.
π― Exam Tip: List all four versions of Windows 2000 and briefly state the intended purpose for each to show a complete understanding.
Question 8. Write note on the Sound indicator.
Answer: The Sound indicator is a convenient tool that provides an easy way to adjust the volume on your computer. It also gives you quick access to your music player applications. This means you can control your audio settings and media playback from one central location.
In simple words: The Sound indicator helps you change the volume and quickly get to your music player.
π― Exam Tip: Focus on the two main functions: volume adjustment and music player access.
Question 9. What is a Window?
Answer: A window is a rectangular area on a computer screen that either belongs to an application or displays a document. It is used to show information for a specific program or file. There are generally two types: the application window, which houses the program, and the document window, which shows the file's content within that program.
In simple words: A window is a box on your computer screen that shows information from a program or a file. There are two main kinds: one for the program itself and one for your document inside it.
π― Exam Tip: Define a window as a rectangular display area and mention its dual role for applications and documents, including the two types.
Question 10. Write about session indicators.
Answer: Session indicators provide a quick link to system settings, Ubuntu Help, and various session options. These options include locking your computer, managing user/guest sessions, logging out of a session, restarting the computer, or shutting down completely. They are crucial for managing user activity and system state efficiently.
In simple words: Session indicators let you quickly get to computer settings, help guides, and options like locking your screen, logging out, restarting, or shutting down the computer.
π― Exam Tip: Explain that session indicators link to system settings and essential session management actions like log out, restart, and lock.
Question 11. How will you start an application?
Answer: You can start an application in a few ways:
- One way is to click the "Start" button, then point to "All Programs". A list of programs will appear. Point to the group that has the application you want, and then click its name. This method helps you find programs organized into categories.
- Another method is to click "Run" on the "Start" menu. In the "Run" dialog box, type the name of the application and click "OK". This is useful if you know the exact name of the executable file.
In simple words: You can open a program by clicking "Start," then "All Programs" and finding it, or by typing its name into the "Run" box.
π― Exam Tip: Provide both common methods: navigating through "All Programs" and using the "Run" command, to show different approaches.
Question 12. Write about Toolbar of Ubuntu.
Answer: The Toolbar in Ubuntu displays useful information like your directory browsing history and your current location within the file system. It also includes a search button and options to view your current directory. This makes it easier to navigate files and folders efficiently. It provides quick access to common file management tasks.
In simple words: Ubuntu's toolbar shows where you are in your files, helps you search, and offers options for viewing your folders.
π― Exam Tip: Highlight that the Ubuntu toolbar is for navigation and file system information, including a search function.
Question 13. Write a note on Recycle bin.
Answer: The Recycle Bin is a specific folder used to temporarily hold files or folders that have been deleted by the user. This means that if you accidentally delete something, you still have the chance to get it back. Files can be restored from the Recycle Bin to their original locations, providing a safety net for accidental deletions.
In simple words: The Recycle Bin is a special folder where deleted files go. You can get them back from there if you need to.
π― Exam Tip: Explain that the Recycle Bin is a temporary storage for deleted items, allowing for recovery.
Part β I
Explain brief
Question 1. Discuss the following Icons.
Answer:
- **Shortcut Icons:** These icons provide quick access to applications, files, or folders. By double-clicking a shortcut icon, the associated program or file will open directly. Shortcuts save time and organize your desktop.
- **Disk drive icons:** These icons visually represent the different disk drive options available on your computer. They typically include representations for:
1. Hard disk (your computer's main storage).
2. CD-ROM/DVD Drive (for discs).
3. Pen drive (USB flash drives).
4. Other removable storage devices, such as mobile phones, smartphones, tablets, etc.
5. Network drives (if your computer is connected to other systems on a network).
These icons help users easily access various storage locations.
In simple words: Shortcut icons are quick buttons to open programs or files. Disk drive icons show you different places where you can save and open files, like your computer's main storage, USB sticks, or network drives.
π― Exam Tip: For each icon type, provide a clear definition and specific examples of what it represents to score well.
Question 2. What is a shortcut icon? Mention its types.
Answer: A shortcut icon is a graphical symbol that provides a quick way to open an application, file, or folder. When you double-click the icon, the related item opens. Shortcuts do not duplicate the actual file but rather point to its location. This makes navigating your system more efficient.
There are typically two main types of shortcuts:
- **Desktop shortcut:** An icon placed directly on your computer's main screen for easy access.
- **Keyboard shortcut:** A combination of keys pressed together (e.g., Ctrl+C for copy) to perform an action quickly.
In simple words: A shortcut icon is a quick way to open a program or file by clicking it. The two main types are icons on your desktop and special key presses on your keyboard.
π― Exam Tip: Define shortcut icons as pointers to files/applications and remember to list both desktop and keyboard shortcuts as types.
Question 3. Write notes on disk drive icons.
Answer: Disk drive icons are visual representations that show the different storage options available on a computer. They make it easy to see and access various drives. These icons typically represent five main types of storage:
- **Hard disk:** The computer's main internal storage.
- **CD-ROM/DVD Drive:** For reading or writing optical discs.
- **Pen drive:** External USB flash drives.
- **Other removable storage:** Devices like mobile phones, smartphones, or tablets connected for storage access.
- **Network drives:** Drives located on other computers in a network that your system can access.
In simple words: Disk drive icons are pictures that show different places where you can save or get files on your computer, like your hard drive, a CD/DVD drive, a USB stick, or even network storage.
π― Exam Tip: Clearly list and briefly describe the five common types of disk drive icons to provide a comprehensive answer.
Question 4. What is the application window? Explain with an example.
Answer: An application window is a specific area on a computer screen that has clear boundaries. Within this area, a particular program displays its information and allows user interaction. These windows can be adjusted in sizeβresized, maximized to fill the screen, minimized to the taskbar, or placed side-by-side. For example, when you open a program like Microsoft Word or Paint, the entire area where that program operates is its application window. If multiple application windows are open, only one can be actively used at a time, while the others remain in the background, inactive.
In simple words: An application window is the box on your screen where a program, like Word or Paint, runs and shows its content. You can make it bigger, smaller, or move it around. Only one application window can be used at a time.
π― Exam Tip: Define an application window as a bounded display area for a program, mention its resizable properties, and give a clear software example like Word or Paint.
Question 5. Explain various methods of creating Files and Folders.
Answer: To create files and folders, you can use several methods to organize your digital content. Folders help in storing files in different locations and devices.
**Creating Folders:**
**Method I:**
1. Open "Computer" icon (now often "This PC").
2. Navigate to the desired drive (e.g., select D: drive) where you want to create the new folder. This ensures the folder is placed in the correct hierarchy.
3. Click on the "File" menu, then hover over "New," and select "Folder."
4. A new folder will appear with the default name "New folder."
5. Type in the desired name for the folder and press "Enter."
**Method II (on the Desktop):**
1. On the Desktop, right-click an empty area. This brings up a context menu.
2. From the context menu, hover over "New" and then select "Folder."
3. A new folder will appear on the desktop, automatically highlighted with the default name "New folder."
4. Type the name you want for the folder and press "Enter" to change its name.
**Creating Files (Example in Wordpad):**
1. Open Wordpad: Click "Start" β "All Programs" β "Accessories" β "Wordpad," or type "Wordpad" in the "Run" dialog and click "OK." The Wordpad window will open.
2. Type your content in the workspace. To save, click "File" β "Save" or press "Ctrl + S."
3. The "Save As" dialog box will appear. Select your desired location using the "Look in" drop-down list. Choosing the right location is key for easy retrieval.
4. Type the file name in the "file name" text box.
5. Click the "Save" button to complete the process.
In simple words: To make a new folder, you can open "Computer," go to a drive, then click "File" -> "New" -> "Folder." Or, on the desktop, right-click, then "New" -> "Folder." For files, open a program like Wordpad, type, then click "File" -> "Save," choose a spot, and give it a name.
π― Exam Tip: Provide at least two distinct methods for creating folders (e.g., via "Computer" and desktop right-click) and illustrate file creation with a specific application's save steps.
Question 6. Write about Taskbar.
Answer: The taskbar is a horizontal bar usually located at the bottom of the computer screen. It contains several important elements. On the left side, there's the "Start" button, which opens the main menu. Next to it is the "Quick Launch Toolbar," providing shortcuts to frequently used applications. The central part often displays minimized programs and open application icons, allowing users to switch between tasks. On the far right, you'll find the "System Tray," which includes icons for volume control, network status, date, and time. The taskbar acts as a central hub for managing open windows and accessing system features.
In simple words: The taskbar is the bar at the bottom of your screen. It has the Start button, quick app shortcuts, shows open programs, and has the clock and other system icons on the right.
π― Exam Tip: Describe the taskbar's location and clearly identify its key components: Start button, Quick Launch Toolbar, minimized programs, and System Tray.
Question 7. Explain Computer Icon.
Answer: The "Computer" icon (often called "My Computer" in older Windows versions like XP and Vista, and "This PC" in Windows 8 and 10) is an important graphical symbol on the desktop. When a user clicks this icon, it allows them to view all the disk drives mounted in the system. These include internal hard drives, CD-ROM/DVD drives, and any connected removable storage devices. The basic function of this iconβwhich is to provide access to system drives and resourcesβremains consistent across different versions of Windows, even though its name and appearance might change slightly over time.
In simple words: The "Computer" icon (or "This PC") is a picture you click to see all the drives on your computer, like your hard drive or a USB stick. It helps you find your files, and its main job is the same in all Windows versions.
π― Exam Tip: Explain the icon's purpose (accessing drives) and mention its naming variations ("My Computer" vs. "This PC") across different Windows versions.
Question 8. How will you copy files and folders?
Answer: There are several ways to copy files and folders:
**Method I β Copy and Paste:**
1. First, select the file(s) or folder(s) you want to copy.
2. To copy, you can either click "Edit" β "Copy," press "Ctrl + C" on your keyboard, or right-click the selected item and choose "Copy" from the pop-up menu. Copying makes a duplicate of the original item.
3. Navigate to the new location where you want to place the copied file(s) or folder(s).
4. To paste, click "Edit" β "Paste," press "Ctrl + V," or right-click in the new location and select "Paste" from the pop-up menu.
**Method II β Drag and Drop:**
1. In the right pane of a file explorer window, select the file(s) or folder(s) you wish to copy.
2. Click and drag the selected item(s) to the target folder list in the left pane of the window. Holding "Ctrl" while dragging will ensure the items are copied instead of moved.
3. Release the mouse button over the target folder. The copied files/folders will now appear in the new area.
In simple words: To copy files, you can select them, then use "Copy" (Ctrl+C) and "Paste" (Ctrl+V) in the new spot. Or, you can drag the files to the new folder while holding the Ctrl key.
π― Exam Tip: Describe both the Copy-Paste method (including keyboard shortcuts) and the Drag-and-Drop method, clarifying how to ensure copying versus moving.
Question 9. How will you search files or folders using the Computer icon?
Answer: To search for files or folders using the "Computer" icon, follow these steps:
**Procedure:**
- Click on the "Computer" icon (or "This PC") from your desktop or the Start menu. This will open a window showing your disk drives.
- In the upper right corner of this screen, you will see a search box option.
- Type the name of the file or folder you want to find into the search box. You can even type just a part of the name. The system will then display a list of files or folders that match your input. Searching in specific drives helps narrow down results.
- Simply click on the file or folder from the displayed list to open it directly.
In simple words: To search files using the "Computer" icon, click it, then type the file name in the search box at the top right. Click the file in the list to open it.
π― Exam Tip: Emphasize opening "Computer" (or "This PC") and using the dedicated search box within that window.
Question 10. How will you delete a file or folder?
Answer: To delete a file or folder, follow these steps:
- First, select the file or folder that you want to delete.
- You can then right-click on the selected item and choose the "Delete" option from the pop-up menu. Alternatively, you can click "File" β "Delete" or simply press the "Delete" key on your keyboard. Deleting moves items to the Recycle Bin by default.
- The file or folder will then be deleted from its original location and moved to the Recycle Bin.
In simple words: To delete a file or folder, select it, then right-click and choose "Delete," or just press the "Delete" key. It will then go to the Recycle Bin.
π― Exam Tip: Provide multiple deletion methods (right-click menu, File menu, Delete key) and always mention that deleted items go to the Recycle Bin.
Question 11. Represent overview of an operating system using a diagram.
Answer: An operating system (OS) acts as a bridge between the user and the computer hardware. Hereβs a simplified overview of how an OS functions:
- **Users:** People interact with the computer (User 1, User 2, ..., User n).
- **Software Layer:** Users interact with **System Softwares** (like utilities) and **Application Softwares** (like Word processors or games).
- **Operating System:** The OS manages and coordinates all the software and hardware components. It allocates resources and ensures programs run smoothly. The OS is the core control program.
- **Hardware:** This is the physical part of the computer, which includes the **CPU** (Central Processing Unit), **RAM** (Random Access Memory), and **I/O** (Input/Output devices like keyboard, mouse, printer). The OS directly controls these hardware resources.
In simple words: An operating system connects users to the computer. Users use programs, the OS tells the computer parts (like the CPU and memory) what to do, and the computer does the work.
π― Exam Tip: Explain the hierarchical relationship between users, software, the operating system, and hardware, highlighting the OS's role as an intermediary.
Part II
Explain brief
Question 1. What are the features of Ubuntu?
Answer: Ubuntu, a popular Linux-based operating system, comes with several key features:
- **Software Compatibility:** The desktop version of Ubuntu supports common software applications similar to Windows, such as Firefox, Chrome, VLC media player, and others. This makes it familiar for new users.
- **Office Suite:** It includes the LibreOffice suite, which offers tools for word processing, spreadsheets, and presentations.
- **Email Client:** Ubuntu has a built-in email software called Thunderbird, providing users access to various email services like Exchange, Gmail, and Hotmail.
- **Multimedia Tools:** It provides free applications for users to view and edit photos, as well as manage and share videos easily. This makes it a complete multimedia platform.
- **Smart Searching:** Ubuntu offers a smart searching facility that makes it easy to find content within the operating system.
- **Open Source and Community Support:** Its best feature is that it is a free operating system, backed by a large and active open-source community that continuously contributes to its development and support.
In simple words: Ubuntu has many good features. It works with common software like web browsers and video players, includes a free office suite (LibreOffice) and email program (Thunderbird), and has tools for photos and videos. It also has smart search and is free to use with community support.
π― Exam Tip: List a variety of features covering software, communication, multimedia, search, and the open-source nature of Ubuntu.
Question 2. What are the names of the icons in the Ubuntu OS?
Answer: In the Ubuntu operating system, various icons help users navigate and access different functionalities. Some common icons include:
- **Search your Computer:** Used to search for files, applications, and other content on the system.
- **Files:** Similar to "My Computer" or "This PC" in Windows, it provides access to your documents, desktop, and other file locations.
- **Firefox Webbrowser:** The default web browser for accessing the internet.
- **LibreOffice Writer:** The word processing application within the LibreOffice suite.
- **LibreOffice Calc:** The spreadsheet application within the LibreOffice suite.
- **LibreOffice Impress:** The presentation software within the LibreOffice suite.
- **Ubuntu Software:** A store to find and install additional applications.
- **Amazon:** A pre-installed icon for online shopping.
- **System Settings:** Allows users to configure system-wide settings, similar to the Control Panel in Windows.
- **Trash:** The equivalent of the Recycle Bin, where deleted files and folders are moved.
In simple words: Ubuntu has icons for searching, files, the Firefox web browser, LibreOffice programs (Writer, Calc, Impress), its own software store, Amazon, system settings, and the trash bin.
π― Exam Tip: List a comprehensive set of common Ubuntu icons, categorizing them by their function (e.g., file management, web, office suite).
Question 3. Explain about Ubuntu menu bar.
Answer: The Ubuntu menu bar is located at the very top of the screen and is a central point for various system functions. It integrates common features used in Ubuntu. On the right side of the menu bar, you will find frequently used icons. The most important indicators, or notification area, are also located here. These indicators provide quick access to system settings, network connections, sound controls, and more, making overall system management accessible from one place.
In simple words: The Ubuntu menu bar is at the top of the screen. It has common tools and important icons on the right side that show things like network status, sound, and other notifications.
π― Exam Tip: Mention its top-screen location, its role in integrating common functions, and the presence of frequently used icons and indicators on the right.
Question 4. Write a note on Text entry settings.
Answer: Text entry settings in Ubuntu display the current keyboard layout being used, such as English (En), French (Fr), or Kannada (Ku). If more than one keyboard layout is installed on the system, these settings allow you to choose among the available options easily. The keyboard indicator menu, which is part of these settings, also contains additional menu items like "Character Map" (for special characters), "Keyboard Layout Chart" (to view different layouts), and "Text Entry Settings" itself. These options help users customize their typing experience to suit various languages and needs.
In simple words: Text entry settings show which keyboard layout you are using, like English or French. If you have many, you can pick one. It also has tools like a "Character Map" to find special letters.
π― Exam Tip: Explain that Text entry settings manage keyboard layouts, allow selection of multiple layouts, and include tools like the Character Map and Keyboard Layout Chart.
Question 5. Write about Ubundu desktop background.
Answer: The desktop background is the image that covers the entire screen, located below the menu bar at the top. This background is also called wallpaper. In Ubuntu 16.04, the default theme is known as Ambiance, which sets the look and feel.
In simple words: The picture on your computer screen is called the desktop background or wallpaper. Ubuntu 16.04 uses a default theme called Ambiance for its look.
π― Exam Tip: When describing desktop elements, clearly state its location and what it displays. Mentioning specific theme names like 'Ambiance' adds a good detail.
Question 6. Explain Ubuntu Shutting down method.
Answer: To shut down Ubuntu, first finish all your work on the computer. Then, you can choose the "Log Out", "Suspend", or "Shut down" options. These options are found in the Session Indicator, which is located on the far right side of the top panel. Using these options ensures that your system closes properly and saves energy.
In simple words: To turn off or pause your Ubuntu computer, go to the top right corner where you see the Session Indicator. There you can pick to log out, suspend, or shut down.
π― Exam Tip: Always specify the exact location where an option can be found (e.g., "Session Indicator on the far right side of the top panel") for full marks.
Part β I
Explain brief
Question 1. Explain the various mouse actions.
Answer: Here are the different ways you can use a mouse and what each action does:
| Action | Reaction |
|---|---|
| Point to an item | Move the mouse pointer over the item. |
| Click | Point to the item on the screen, then press and release the left mouse button. |
| Right-click | Point to the item on the screen, then press and release the right mouse button. This action usually shows a small menu with different choices. |
| Double-click | Point to the item on the screen, then quickly press the left mouse button twice. This often opens a file or program. |
| Drag and drop | Point to an item, hold down the left mouse button, move the pointer to a new spot, then let go of the mouse button. This moves or copies items. |
In simple words: Mouse actions like pointing, clicking, double-clicking, right-clicking, and dragging help you tell the computer what to do. Each action has a special job, like opening things or showing options.
π― Exam Tip: Remember to explain both 'what you do' (the action) and 'what happens' (the reaction) for each mouse action. Highlight that right-click opens a context menu and double-click usually opens items.
Question 2. Draw and explain the Elements of a window.
Answer: A window on a computer screen is a rectangular area that displays information for a specific program. It has several key parts that help you use it:
**Elements of a Window:**
- **Title Bar:** This is the very top line of the window. It shows the name of the application and the current document. On the right side, it has buttons to minimize, maximize, and close the window.
- **Menu Bar:** Located directly under the title bar, the menu bar contains different menus (like File, Edit, View) that give you options for tasks. You can access these menus by pressing the Alt key and the underlined letter in the menu title, or by pressing Alt or F10 to focus on the first menu.
- **Tools Bar:** This bar usually contains icons for quick access to common functions, like saving or printing. (Visible in the diagram below the menu bar).
- **Application Work Area:** This is the main central part of the window where you interact with the program, type text, view content, or work on your documents.
- **Scroll Bars:** These bars appear on the sides or bottom of the work area if the content is too large to fit in the window. They let you move the view horizontally or vertically to see all the content.
- **Corners and Borders:** These are the edges of the window. When you place your mouse pointer over a border or corner, it changes into a double-headed arrow, allowing you to drag and resize the window to your desired size.
For example, in a word processor window, the top might have "Untitled - LibreOffice Writer" on the Title Bar, followed by "File, Edit, View..." on the Menu Bar, and the large white space where you type is the Application Work Area.

In simple words: A window is like a framed picture on your screen for a program. It has a title bar at the top, a menu bar below it with options, a tools bar for quick actions, a main work area where you do your tasks, and scroll bars to move around if the content is too big. You can change its size by dragging its corners.
π― Exam Tip: When asked to explain window elements, draw a simple diagram and label each part clearly. Then, define each part's function concisely, emphasizing its purpose in user interaction.
Question 3. How will you create a folder? Explain its methods with an example.
Answer: You can create new folders to organize your files in various locations, such as your hard disk or other storage devices. There are two main ways to make a new folder:
**Method I: Using the Computer Icon**
1. First, open the "Computer" or "This PC" icon on your desktop. This helps you access different drives.
2. Next, go into any drive where you want to create the new folder. For example, you might select drive D.
3. Now, click on "File" in the menu bar, then choose "New", and finally click on "Folder".
4. A new folder will appear with the default name "New folder".
5. You can then type your desired name for the folder and press the Enter key to save it. This method is useful for creating folders deep within your file system.
**Method II: Creating a Folder on the Desktop**
1. Go to your computer's desktop. Right-click on an empty space on the desktop.
2. A small menu will pop up. From this menu, select "New", and then click "Folder".
3. A new folder will show up on your desktop, and its name "New folder" will be highlighted, ready for you to change it.
4. Type the name you want for the folder and press the Enter key.
5. The folder's name will then change to what you typed. This is the fastest way to create a folder for immediate use.
In simple words: To make a new folder, you can either open "My Computer", go to a drive, then click "File" then "New" then "Folder". Or, simply right-click on your desktop, choose "New", then "Folder". After that, just type a name for your new folder.
π― Exam Tip: When explaining methods, clearly list the steps in numerical order. Provide context for each method (e.g., when to use "Computer Icon" vs. "Desktop") and mention the default name for a new folder.
Question 4. How will you create a file in Wordpad?
Answer: To create and save a new file in WordPad, follow these steps:
1. First, open WordPad. You can do this by clicking the "Start" button, then going to "All Programs", then "Accessories", and finally selecting "WordPad". Another way is to click "Run" from the Start menu, type "Wordpad", and click "OK". The WordPad window will then open.
2. Once WordPad is open, type the text you want into the main workspace. After you've typed your content, save the file by either clicking "File" and then "Save", or by pressing Ctrl + S on your keyboard.
3. The "Save As" dialog box will appear. This box lets you choose where to save your file.
4. In this dialog box, pick the location where you want to store your file using the "Look in" drop-down list. For example, you might choose "Documents" or a specific folder.
5. Then, type the name you want for your file into the "File name" text box.
6. Finally, click the "Save" button to finish. Your document is now created and saved. Saving regularly prevents loss of work.
In simple words: To make a file in WordPad, first open the program. Then, type what you want. After typing, click "File" and "Save" (or press Ctrl + S). A box will pop up where you choose where to save it and type a name for your file, then click "Save".
π― Exam Tip: Always include both menu-based and keyboard shortcut options for common actions like saving. Clearly distinguish between "Save" and "Save As" if relevant, as "Save As" is the key for the initial save.
Question 5. Explain the method of finding Files and Folders.
Answer: You can easily find specific files or folders on your computer using the search box in the Start menu. This search function allows you to look for items in your entire computer or within a specific drive.
**Steps to Find a File or Folder:**
1. Start by clicking the "Start" button. This will open the Start menu, and you'll see a search box at the bottom.
2. In this search box, type the name of the file or folder you are looking for. You don't need to type the full name; even part of the name will work. The system will start showing a list of files or folders that match what you've typed.
3. The files or folders with names that match your search will appear in the results. If you click on one of these files, it will open directly.
4. There is often another option shown, called "See more results", which appears above the main search box results. Clicking this option can reveal additional search filters.
5. If you click "See more results", it will take you to a dedicated "Search Results" dialog box. From there, you can click and open the file or folder you need. This advanced search allows for more detailed filtering.
In simple words: To find a file or folder, click the "Start" button and type its name into the search box. The computer will show a list of matching items. You can click on the file to open it directly, or click "See more results" for more search options.
π― Exam Tip: When explaining search methods, highlight that partial names work and that there's usually an option for more detailed results. Emphasize that clicking a result opens the file directly.
Question 6. Explain the various methods to Rename a file.
Answer: You can change the name of a file or folder using different methods: through the File menu, or by using either the left or right mouse button.
**Method 1: Using the FILE Menu**
1. First, select the file or folder that you wish to rename.
2. Then, click on "File" in the menu bar and choose "Rename".
3. Type the new name you want for your file or folder.
4. To finish the renaming process, press the Enter key. This method is consistent across many applications.
**Method 2: Using the Right Mouse Button**
1. Select the file or folder you want to rename.
2. Right-click on the selected file or folder. A pop-up menu will appear.
3. From this menu, select the "Rename" option.
4. Type the new name.
5. Press the Enter key to finalize the change. This is a very common and quick method.
**Method 3: Using the Left Mouse Button (or F2 key)**
1. Select the file or folder you wish to rename.
2. Press the F2 key on your keyboard, or click slowly twice on the file or folder name (not a double-click). A rectangle will appear around the name, showing it is ready to be edited.
3. Type in the new name you want.
4. To complete the renaming, press the Enter key. This method is quick and direct once you are familiar with it.
In simple words: You can rename a file in three ways: Use the "File" menu and pick "Rename", right-click the file and pick "Rename" from the small menu, or click the file twice slowly (or press F2) and type the new name. Always press Enter to save the new name.
π― Exam Tip: Always provide distinct steps for each method. Mentioning the F2 key shortcut for renaming is a good detail for the third method.
Question 7. How will you move the files and folders? Explain various methods.
Answer: Moving files and folders means taking them from one location and placing them in another, removing them from the original spot. Here are different ways to do this:
**Method I: CUT and PASTE**
1. First, select the file or folder you want to move. Then, choose one of these cut options: Click "Edit" and then "Cut", or press Ctrl + X, or right-click the file/folder and choose "Cut" from the pop-up menu. This action prepares the item to be moved.
2. Next, go to the new location where you want to place the file(s) or folder(s). Once you are in the target location, paste the items by: Clicking "Edit" and then "Paste", or pressing Ctrl + V, or right-clicking in the empty space and choosing "Paste" from the pop-up menu.
3. The file or folder will then appear in the new spot and will no longer be in the original location. This method ensures data integrity.
**Method II: Drag and Drop**
This method works well in disk drive windows, which usually have two sections: a left pane showing a tree structure of folders and a right pane showing the contents of the selected folder.
1. In the right pane of the Disk drive window, select the file or folder you wish to move. Hold down the left mouse button.
2. While holding the mouse button, drag the selected file or folder from the right pane over to the folder list in the left pane. Keep dragging until the target folder in the left pane is highlighted.
3. Release the mouse button when the target folder is highlighted (this means it's active and ready to receive the item).
4. The file or folder will now appear in its new location. This visual method is intuitive for many users.
In simple words: To move a file, you can either "Cut" it from one place and "Paste" it into another (using Edit menu or Ctrl+X then Ctrl+V). Or, you can drag the file from its current spot and drop it into the new folder you want it to be in.
π― Exam Tip: Clearly differentiate between "Cut and Paste" and "Drag and Drop." For "Cut and Paste," include both menu and keyboard shortcuts. For "Drag and Drop," explain the visual interaction with the mouse.
Question 8. How will you copy the files and folders? Explain various methods.
Answer: Copying files and folders creates a duplicate of them in a new location while keeping the original items in their first place. Here are various methods to copy items:
**Method I: COPY and PASTE**
1. First, select the file or folder you wish to copy. Then, choose one of these copy options: Click "Edit" and then "Copy", or press Ctrl + C, or right-click the file/folder and choose "Copy" from the pop-up menu. This action places a copy of the item into a temporary memory area.
2. Next, go to the new location where you want to place the copied file(s) or folder(s). Once you are in the target location, paste the items by: Clicking "Edit" and then "Paste", or pressing Ctrl + V, or right-clicking in the empty space and choosing "Paste" from the pop-up menu.
3. The file or folder will then appear in both the original and the new location. This is a fundamental operation for duplicating content.
**Method II: Drag and Drop**
1. In the right pane of the Disk drive window (or any file explorer window), select the file or folder you want to copy. Hold down the Ctrl key on your keyboard. This is crucial for copying instead of moving.
2. While holding Ctrl, click and drag the selected file or folder from the right pane to the folder list in the left pane. Release the mouse button when the target folder in the left pane is highlighted.
3. After releasing the mouse button, release the Ctrl key. Your file(s) and folder(s) will now appear in the new area, while also remaining in the original place. This method is quick for visual users.
In simple words: To copy a file, you can "Copy" it from one place and then "Paste" it into another (using Edit menu or Ctrl+C then Ctrl+V). Another way is to hold the Ctrl key, then drag the file from its current location and drop it into the new folder. This creates a duplicate without moving the original.
π― Exam Tip: Emphasize the difference between "Cut" and "Copy" operations β Cut moves, Copy duplicates. For drag and drop, make sure to mention holding the Ctrl key for copying, as otherwise it might perform a move operation.
Question 9. How will you copy the files and folders to a removable disk? Explain various methods.
Answer: Transferring files to or from a removable disk (like a USB flash drive) is done using similar methods as copying files internally. Here are two main ways:
**Method I: Copy and Paste**
1. First, insert your USB flash drive into an available USB port on your computer.
2. If the USB flash drive folder doesn't open automatically, you'll need to open it manually. Click "Start", then "Computer" (or "This PC"), and then double-click on the "Removable Disk" icon that represents your USB drive.
3. Now, navigate to the folders on your computer that contain the files you want to transfer. This means finding the original files.
4. Right-click on the file you want to copy, and then select "Copy" from the menu.
5. Go back to the "Removable Disk" window (your USB drive window). Right-click inside this window and select "Paste". The file will then be copied to your USB drive. This is a universal method.
**Method II: Send To**
1. Start by plugging your USB flash drive into an available USB port.
2. Navigate to the folders on your computer containing the files you wish to transfer. This is where your original files are located.
3. Right-click on the specific file you want to transfer to your removable disk.
4. From the pop-up menu, click "Send To", and then select the "Removable Disk" that corresponds to your USB flash drive. The file will automatically be copied to the drive. This method is a quick shortcut.
In simple words: To copy files to a USB stick, first plug it in. You can either copy the file (Ctrl+C) and then paste it (Ctrl+V) into the USB's folder. Or, right-click the file, choose "Send To", and then select your removable disk.
π― Exam Tip: When discussing removable disks, always include the step of plugging in the device. For "Send To", specify that it's a right-click option. Ensure both methods clearly show how the file ends up on the removable disk.
Part β II
Explain detail
Question 1. Explain the elements of Ubuntu,
Answer: Ubuntu's desktop environment includes several key elements that help users interact with the operating system and its applications:
**1. Search your Computer Icon:** This icon works similarly to the search button found in Windows operating systems. You use it to type in the name of a file or folder you are looking for, and it will help you find them quickly on your system. It's a central point for finding anything.
**2. Files Icon:** This icon is like the "My Computer" or "This PC" icon in Windows. By clicking it, you can directly access various important locations on your computer, such as your Desktop, Documents, Downloads, and other personal folders. It serves as a file explorer.
**3. Firefox Web Browser:** This icon represents the Firefox application, which is a web browser. By clicking on it, you can directly browse the internet. This is similar to clicking the web browser icon found in the taskbar on a Windows system. It's your gateway to online content.
**4. Online Shopping Icon:** This icon provides a direct link for users to engage in online shopping activities. Clicking it typically opens a web browser to a pre-defined online marketplace, allowing users to buy and sell products online easily. It integrates e-commerce directly into the desktop.
**5. System Settings Icons:** This icon functions like the "Control Panel" or "Settings" app in Windows. However, in Ubuntu, when you make changes through these settings, you often need to enter your password to confirm and authenticate the changes. This is a security measure not always present in Windows for basic settings. This ensures only authorized users make system-wide modifications.
**6. Trash Icon:** This icon is the equivalent of the "Recycle Bin" in Windows operating systems. When you delete files or folders, they are not immediately removed from your computer but are instead moved to the Trash. This gives you an opportunity to recover accidentally deleted items before they are permanently gone.
In simple words: Ubuntu has icons like "Search your Computer" to find things, "Files" to look at your documents, "Firefox" to browse the internet, "Online Shopping" to buy things, "System Settings" to change how your computer works (you need a password for some changes), and "Trash" for deleted files, just like Recycle Bin.
π― Exam Tip: When explaining Ubuntu elements, draw clear parallels to Windows equivalents where possible (e.g., Search icon ~ Windows search, Files icon ~ My Computer). For "System Settings," highlight the security aspect of requiring authentication.
Question 2. Explain the method of creating, deleting files/folders in Ubuntu.
Answer: Creating and deleting files and folders in Ubuntu is straightforward and shares similarities with Windows operating systems. You can perform these actions by using the "Files" icon or by right-clicking on the desktop.
**Creating Files and Folders:**
Similar to Windows, you can create new files and folders in Ubuntu. One common method is to right-click on an empty space on your desktop. A context menu will appear, from which you can select options like "New Folder" or "New Document". When you choose "New Folder," a new folder will appear on your desktop, ready for you to type in a name. You can also create new files or folders through the "File" menu within any file browsing window.
Another way to create a new file or folder is by using the File menu, which is accessible within file manager windows. This provides a more structured approach when working within specific directories.
**Deleting Files and Folders:**
To delete a file or folder in Ubuntu, you can also use a couple of methods:
1. **Right-clicking:** Select the file or folder you want to delete. Right-click on it, and from the context menu that appears, select the "Move to Trash" option. This action sends the item to the Trash folder.
2. **Using the Menu:** Alternatively, you can select the file or folder, and then go to the "Edit" menu in the file manager. From there, select the "Move to Trash" option. Files moved to Trash can often be recovered if deleted by mistake.
After choosing "Move to Trash," the file or folder will be moved to the Trash icon. From the Trash, you can either restore it or permanently delete it by emptying the Trash. This two-step deletion process is a safety feature.
In simple words: To make a file or folder in Ubuntu, you can right-click on the desktop and choose "New Folder" or "New Document". To delete, right-click the item and select "Move to Trash", or find the "Move to Trash" option in the "Edit" menu of the file manager. Deleted items go to "Trash" first.
π― Exam Tip: For creating and deleting, always mention both the right-click method (for quick actions on the desktop) and the menu-based method (for structured navigation). Note that deleting sends items to "Trash" first, similar to the Recycle Bin.
Question 3. Explain LibreOffice Writer, LibreOffice Cacl and LibreOffice Impress.
Answer: LibreOffice is a powerful, free, and open-source office suite widely used in Ubuntu. It includes several applications, similar to Microsoft Office, for different types of tasks:
**1. LibreOffice Writer:**
LibreOffice Writer is a word processor, very much like Microsoft Word. This application is used for creating, editing, and formatting text documents. You can write letters, reports, books, and various other text-based content with it. It offers features such as spell check, grammar check, formatting tools, and the ability to insert images and tables. This icon provides a direct shortcut to start document preparation. 
**2. LibreOffice Calc:**
LibreOffice Calc is the spreadsheet application within the LibreOffice suite, similar to Microsoft Excel. It is used for organizing, analyzing, and storing data in tables. You can perform complex calculations, create charts, and manage large datasets. This icon will open the LibreOffice Calc application, which is perfect for financial planning, data analysis, and creating budgets. Spreadsheets are essential for numerical data management.
**3. LibreOffice Impress:**
LibreOffice Impress is the presentation software in the LibreOffice suite, comparable to Microsoft PowerPoint. It allows you to create engaging and dynamic presentations with slides, text, images, charts, and multimedia elements. You can add effects and transitions to make your presentations more lively. By clicking this icon, you can open LibreOffice Impress to prepare any presentations in Ubuntu for various purposes, from school projects to business meetings.
In simple words: LibreOffice is a free collection of programs. "Writer" is for typing documents like Word. "Calc" is for making spreadsheets and doing math like Excel. "Impress" is for making slide shows and presentations like PowerPoint. Each one helps you with a different kind of work.
π― Exam Tip: For each LibreOffice component, clearly state its function and its equivalent in Microsoft Office. Focus on the core purpose of each application (text, spreadsheets, presentations).
I have processed the content from pages 113 and 114. Based on the "CONTENT PROCESSING RULES", all content on these pages has been identified as SEO titles, website metadata, navigation links, or footer elements, and therefore must be skipped. No educational content (questions or answers) was found within the specified page range.Free study material for Computer Science
TN Board Solutions Class 11 Computer Science Chapter 05 Working with Typical Operating System
Students can now access the TN Board Solutions for Chapter 05 Working with Typical Operating System prepared by teachers on our website. These solutions cover all questions in exercise in your Class 11 Computer Science textbook. Each answer is updated based on the current academic session as per the latest TN Board syllabus.
Detailed Explanations for Chapter 05 Working with Typical Operating System
Our expert teachers have provided step-by-step explanations for all the difficult questions in the Class 11 Computer Science chapter. Along with the final answers, we have also explained the concept behind it to help you build stronger understanding of each topic. This will be really helpful for Class 11 students who want to understand both theoretical and practical questions. By studying these TN Board Questions and Answers your basic concepts will improve a lot.
Benefits of using Computer Science Class 11 Solved Papers
Using our Computer Science solutions regularly students will be able to improve their logical thinking and problem-solving speed. These Class 11 solutions are a guide for self-study and homework assistance. Along with the chapter-wise solutions, you should also refer to our Revision Notes and Sample Papers for Chapter 05 Working with Typical Operating System to get a complete preparation experience.
FAQs
The complete and updated Samacheer Kalvi Class 11 Computer Science Solutions Chapter 5 Working with Typical Operating System is available for free on StudiesToday.com. These solutions for Class 11 Computer Science are as per latest TN Board curriculum.
Yes, our experts have revised the Samacheer Kalvi Class 11 Computer Science Solutions Chapter 5 Working with Typical Operating System as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Computer Science concepts are applied in case-study and assertion-reasoning questions.
Toppers recommend using TN Board language because TN Board marking schemes are strictly based on textbook definitions. Our Samacheer Kalvi Class 11 Computer Science Solutions Chapter 5 Working with Typical Operating System will help students to get full marks in the theory paper.
Yes, we provide bilingual support for Class 11 Computer Science. You can access Samacheer Kalvi Class 11 Computer Science Solutions Chapter 5 Working with Typical Operating System in both English and Hindi medium.
Yes, you can download the entire Samacheer Kalvi Class 11 Computer Science Solutions Chapter 5 Working with Typical Operating System in printable PDF format for offline study on any device.