Class- 4 Computer L-4 Working with Windows 10

Total Page:16

File Type:pdf, Size:1020Kb

Class- 4 Computer L-4 Working with Windows 10 CLASS- 4 COMPUTER L-4 WORKING WITH WINDOWS 10 BOOK EXERCISE A. Tick () the correct options. 1. Windows is the product of Microsoft. a. Infosys ( ) b. Intel ( ) c. Microsoft () 2. Which of the following is the latest version of Windows? a. Windows 7 ( ) b. Windows 8 ( ) c. Windows 10 () 3. What does GUI stand for? a. Graphic Unique Interface ( ) b. Graphical Unique Interface () c. General User Interface ( ) B. Fill in the blanks. Unpin from Start icon task view search box thumbnails 1. The task view also allows you to add multiple desktops on your computer. 2. The search box allows you to search within your documents and files or on the Web for anything you write. 3. The task view shows you thumbnails of different applications. 4. To remove a tile from the Start screen, right-click and select Unpin from Start option. 5. An icon represent a file, folder or an application on the desktop. C. State ‘True’ or ‘False’. 1. An operating system is a system software. True 2. An operating system loads first , when a computer starts. True 3. The desktop is the main screen of the computer. True 4. The Start button allows to access the start menu. True 5. Linux is an application program. False CLASS- 4 COMPUTER L-4 WORKING WITH WINDOWS 10 CLASS NOTES D. Short answer questions. 1. What is an operating system? Ans. An operating system is an important system software which is the first to get loaded in the main memory when a computer starts. 2. Define booting. Ans. The process of loading operating system in the computer’s memory is called booting. 3. What are icons? Ans. Icons are small pictures on the desktop that represents a file, folder or a program. 4. How do you add an application tile to the Start menu? Ans. To add an application tile to the Start menu, right-click on the application and select ‘Pin to Start’ option. 5. What you do to adjust the system volume? Ans. To adjust the system volume, click the Speakers symbol. A slider appears. Move the slider left or right to raise or lower the volume. E. Long answer questions. 1. Describe any two components of the Windows 10 desktop. Ans. The two component of the Windows 10 desktop are: a. DESKTOP BACKGROUND- We can set pictures or solid colours for the desktop background. The background image on the desktop is called wallpaper. b. TASKBAR- The horizontal bar located at the bottom of the desktop is called the taskbar. It contains the start button, search box, task view button, shortcuts to applications, and notification area. CLASS- 4 COMPUTER L-4 WORKING WITH WINDOWS 10 2. Distinguish between wallpaper and screensaver. Ans. WALLPAPER SCREEN SAVER a. Wallpaper is the picture or background A screen saver runs when your computer we see when we start our computer. Is idle. b. These pictures remain on your desktop The length of time of the screensaver is constantly until you set the other. Determined by the user. c. Wallpaper is a single image. Screensaver contains lots of images. d. Wallpaper is not animated. Screensaver is animated. 3. What is taskbar? Write steps to hide it. Ans. The horizontal bar located at the bottom of the desktop is called the taskbar. It contains the start button, search box, task view button, shortcuts to applications, and notification area. When you open program or files, their icons appear on the taskbar from where you can easily switch among different programs by selecting them. The steps to hide the taskbar are:- a. Right-click on the empty area of the taskbar. b. Click taskbar setting. c. Toggle automatically hides the taskbar option in desktop mode to on. .
Recommended publications
  • Google Toolbar for Enterprise Admin Guide
    Google Toolbar for Enterprise Admin Guide ● Introduction ● Technical Overview ● Downloading the Software ● Configuring the Group Policies ❍ Preferences ❍ Enterprise Integration ❍ Custom Buttons ❍ Popup Whitelist ● Defining Custom Buttons ● Pushing Out the Policy to User Registries ● Installing Google Toolbar on User Machines Introduction back to top This document contains information about setting up Google Toolbar for Enterprise. Google Toolbar is an end-user application that adds a search bar and other useful web tools to the Internet Explorer browser window. Google Toolbar for Enterprise makes it easy to provide enterprise users with the Google Toolbar and to create standards for its use. The document was written for Windows domain administrators. As an administrator, you can install and configure Google Toolbar for all users. By defining enterprise-wide policies for Google Toolbar, you can decide which buttons and features users can access. For example, you could remove the feature that saves search history, whitelist certain pages to exempt them from the popup blocker, or prevent users from sending votes to Google about their favorite web pages . You can configure policies before installing Google Toolbar for the users, or at any subsequent time. Google Toolbar also provides the ability to create custom buttons that display specified pages, direct searches to predefined systems, or display information from an RSS feed. Using Google Toolbar for Enterprise, you can define buttons for all users, using data from your own network or from the Internet. For example, you could create a custom button that directs a user's search to your Google Search Appliance or Google Mini to display a corporate web page or show important phone numbers from your intranet.
    [Show full text]
  • Computers for Beginners 3 Use the Web Handout
    Computers for Beginners 3: Use the Web JAN 2020 CF Learning Objectives: In this class you will: 1. Understand web site addresses 2. Practice using web site addresses to visit web sites 3. Learn about different areas of a web site 4. Practice using a web site home page to explore the site 5. Learn how search engines work and when to use them 6. Conduct a simple search with the search engine Google 2 Review Quiz Let’s take a short quiz to remind ourselves of what we’ve already learned. 1. What can you use to move up and down on a web page? a. The Tab key. b. The Scroll Wheel on your mouse. c. The Arrow Keys on your keyboard. d. B and C, but not A. 2. What does it mean when your cursor looks like a pointing hand? a. You can click on a link. b. You should stretch your hands. c. You can start typing on the page. 3. What should you do if your mouse gets close to the edge of your desk, and your cursor still isn’t in the right place? a. Panic. b. “Hop” your mouse away from the edge by lifting it up and setting it back down close to your keyboard. c. Slide your mouse back to where you started and try again. 3 Quiz Answers: 1d. You can move up and down a web page using either the scroll wheel on your mouse, or the arrow keys on your keyboard. You can also use your mouse to drag the Scroll Bar on the right side of your screen up and down.
    [Show full text]
  • Overview Getting the Necessary Code and Files
    Softpress KnowledgeBase Using jQuery Code with Freeway Here we will run through the steps used to implement a jQuery horizontal scrollbar similar to the one which can be found at http://jquerytools.org/documentation/rangeinput/ so it can be used to make content within an item on a page scroll horizontally - but please note that we cannot give specific support or instructions for other JavaScript functionality you may find on the web. This is because the way the code is used and edited (sometimes by doing your own hand-coding) varies greatly from one to the next - and many of the sites which offer the code give very limited details of how it needs to be used, sometimes to the point that only those with excellent coding skills will be able to use it. As you will see, this is a long and complex procedure - and this will be the same with any other web design application unless a Freeway Action (or a similar method in other applications) is available to use to simplify the process. It is very important to note that mixing and matching JavaScript libraries on the same page will often cause conflicts. This means that using jQuery functionality on a page will break the Scriptaculous functionality used by many Freeway Actions. This will be discussed later in this article with a specific example. Sometimes this can be fixed by specifying some "NoConflict" code - however, this cannot be fixed with this particular jQuery function without a major rewrite of the supplied jQuery code. Overview We are often asked by customers how a particular website has used some special functionality, and they ask if this can be done in Freeway.
    [Show full text]
  • Public Access Search Instructions
    PUBLIC SEARCH SITE How to perform a search Address Search Use this search option to locate properties using a street number, name or direction. Address example with partial street name: 1. For best results leave off the street suffix. 2. Use the * as a wild card to match any string of characters (when unsure of spelling or to return all results on a particular street). A wild card is assumed at the end on any string of characters. Type Results Woodland All addresses on a street with the name Woodland in it: # Woodland Dr # Woodland Hills Way Ba* All addresses on a street beginning # Bay Ct # Babbitz Ave # Baldwin *wood All addresses on a street ending with # Birchwood # Southwood # Underwood PUBLIC SEARCH SITE How to perform a search Owner Search Use this search option to locate properties with a known Ownership example with partial name: owner name. 1. Type in the full name or part of the full name into the search box (LastName FirstName without commas). 2. Use the * as a wild card to match any string of characters. A wild card is assumed at the end on any string of characters. Type Results Smith John Smith John B*ow Brown, Barlow, Below, etc. B*o*ski Bojarski, Bronowski, Bukowski, etc. Grant Grant, Grantham, Grants, etc. PUBLIC SEARCH SITE How to perform a search Parcel Number Search identification number. Parcel ID example: 1. Type the parcel id into the search box. Enter all or part of the number. 2. Use the * as a wild card to find a group of parcels.
    [Show full text]
  • Navigate Windows and Folders
    Windows® 7 Step by Step by Joan Preppernau and Joyce Cox To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/MSPress/books/ 9780735626676 ©2009 Joan Preppernau and Joyce Cox Early Content—Subject to Change Windows 7 Step by Step Advance Content–Subject to Change Windows 7 Step by Step Draft Table of Contents Overview Front Matter ............................................................................................................................................. 3 Contents ................................................................................................................................................ 3 About the Authors ................................................................................................................................ 3 Features and Conventions of This Book ................................................................................................ 3 Using the Companion CD ...................................................................................................................... 3 Getting Help .......................................................................................................................................... 3 Introducing Windows 7 ......................................................................................................................... 3 Part I: Getting Started with Windows 7 .................................................................................................... 4 1 Explore Windows 7 ...........................................................................................................................
    [Show full text]
  • Copy and Paste Journal Article Permalink Urls
    Copy and Paste Journal Article Permalink URLs Example: Find materials on the topic “underground railroad” using a search of the relevant resources in the WCC Single Search discovery service: 1. Access the Erwin Library homepage at http://www.waynecc.edu/library/ Click the WCC Single Search tab if the webpage hasn’t already defaulted to this search area Into the WCC Single Search box enter the topic search you wish to conduct with no punctuation, leaving the search on Keyword: in this example, “underground railroad” and click the Search button 2. Click the WCC Single Search tab if the webpage has not already defaulted to this search area 3. Into the WCC Single Search box under the WCC Single Search tab enter the search word, or string of words, for the topic search you wish to conduct, using no punctuation or extra words, and leaving the search set to Keyword: in this example “underground railroad” 4. Click the Search button beside the WCC Single Search box Copy and Paste Journal Article Permalink URLs Enter all the numbers on an Erwin Library patron barcode sticker with no spaces 5. After clicking on the WCC Single Search button, if you are using the Erwin Library databases outside of the Erwin Library, login using all fourteen digits on your Erwin Library barcode sticker and click the Login button In the Limit To option list click inside the Full Text checkbox to eliminate all abstract‐only entries from your Results list, and then click inside the Scholarly/Peer Reviewed checkbox if required for your research Rev.
    [Show full text]
  • Spot-Tracking Lens: a Zoomable User Interface for Animated Bubble Charts
    Spot-Tracking Lens: A Zoomable User Interface for Animated Bubble Charts Yueqi Hu, Tom Polk, Jing Yang ∗ Ye Zhao y Shixia Liu z University of North Carolina at Charlotte Kent State University Tshinghua University Figure 1: A screenshot of the spot-tracking lens. The lens is following Belarus in the year 1995. Egypt, Syria, and Tunisia are automatically labeled since they move faster than Belarus. Ukraine and Russia are tracked. They are visible even when they go out of the spotlight. The color coding of countries is the same as in Gapminder[1], in which countries from the same geographic region share the same color. The world map on the top right corner provides a legend of the colors. ABSTRACT thus see more details. Zooming brings many benefits to visualiza- Zoomable user interfaces are widely used in static visualizations tion: it allows users to examine the context of an interesting object and have many benefits. However, they are not well supported in by zooming in the area where the object resides; labels overcrowded animated visualizations due to problems such as change blindness in the original view can be displayed without overlaps after zoom- and information overload. We propose the spot-tracking lens, a new ing in; it allows users to focus on a local area and thus reduce their zoomable user interface for animated bubble charts, to tackle these cognitive load. problems. It couples zooming with automatic panning and provides In spite of these benefits, zooming is not as well supported in an- a rich set of auxiliary techniques to enhance its effectiveness.
    [Show full text]
  • Quick Start for New Users
    Act! Quick Start for New Users Act! helps organize all your prospect and customer details in one place so you can prioritize your day and market your products and services more effectively. This Quick Start for New Users Guide explains some of the basics of getting started with Act!. If you are viewing the Quick Start guide online, click the link to go to the page. Get to Know the Workspace 1 All About Databases 2 Import Contacts 3 Add Contacts to the Database 4 Set Preferences for Email 5 Track Your Schedule and Manage Appointments 6 Communicate with Your Contacts 7 Organize Your Contacts into Groups 8 Keep More Details about Your Contacts 9 Search for Contacts 10 Share Information with Others 11 TIP: The Quick Reference Card also provides shortcuts and quick tips. Go to Help>Online Manuals. Get to Know the Workspace Most of the tasks that you want to do in Act! require you to: l Open a View. l Click commands on the Menu bar. l Click buttons (tools) on the Global toolbar. l Click items on the Navigation bar (Navbar). l Click tools on a view toolbar. The following section describes these items. View. Appears in the main window of the application. The views are: Act! Insight, Act! Connect, Contacts, Groups, Companies, Calendar, Task List, History List, Opportunities, Emarketing, Reports, Dashboard, Search, and Welcome Page. The Contacts, Groups, Companies, and Opportunities views have a Detail view and List view that you can toggle between. Menu bar. Located at the top of all views. It contains the default menus and commands for the current view.
    [Show full text]
  • Horizontal Testimonial Slider Plugin Wordpress
    Horizontal Testimonial Slider Plugin Wordpress Jefferson often dallying aliunde when Acheulean Randal romanticized plum and intensified her egocentrism. When Inigo frizzed his strophanthus break-in not momentously enough, is Sylvan vicious? Smartish and drowsy Lawrence carpetbagging his manumission pull-off euhemerized deprecatorily. Both vertical image will have already provides a wordpress plugin or affiliated with god Horizontal Testimonials Slider WordPress Themes from. Explore 27 different WordPress slider plugins that god help you. Divi expand the hover Ingrossocaramelleit. Add testimonials as slides and embed on came in a slider form. WordPress Slider Plugins Best Interactive Plugins for 2020. Vertical Align Center Testimonials Height Show PreviousNext Buttons Hide Featured Image Hide Microdata hReview Testimonial Rotator. Are Logos Copyrighted or Trademarked by Stephanie Asmus. How will Write a Testimonial With Examples Indeedcom. Responsive framework for developers and sequence's also convene for WordPress as well. 14 Testimonial Page Examples You'll goes to Copy HubSpot Blog. WordPress Testimonial Slider WordPress Plugin. Gallery Layout Horizontal Slider Thumbnails To prepare Awesome book it doesn't work. Testimonial Slider Essential Addons for Elementor. Your testimonial page serves as a platform to jerk off how others have benefited from your product or decline making it become powerful perfect for establishing trust and encouraging potential buyers to accomplish action. Display vertical carousel slider with the wolf of a shortcode Aftab Husain 200 active installations Tested with 561. Responsive testimonials bootstrap. WordPress Scroller Horizontal jQuery Image Scroller with Video. Display modes you know divi modules and mobile devices, horizontal slider is configured inside testimonials, custom code of mouth. How do we show testimonials in WordPress? Banner rotator testimonial scrollerimage tickerrecent post sliderresponsive.
    [Show full text]
  • Zoomtext Quick Reference Guide Version 10
    ZoomText Quick Reference Guide version 10 Contents Welcome to ZoomText 10 ................ 3 Cursor Enhancements ............................24 System Requirements ............................... 4 Focus Enhancements ..............................25 Installing ZoomText ................................. 5 Font Enhancements .................................26 Activating ZoomText ............................... 6 Desktop Finder ........................................27 Starting ZoomText .................................... 8 Web Finder ...............................................28 ZoomText User Interface ......................... 9 Text Finder ...............................................31 Enabling and Disabling ZoomText ...... 11 Smooth Panning ......................................33 Magnifier Toolbar .......................... 12 Reader Toolbar .............................. 35 Setting the Magnification level ............. 13 Turning Speech On and Off ...................36 Selecting a Zoom Window .................... 14 Adjusting the Speech Rate .....................37 Adjusting a Zoom Window ................... 16 Synthesizer Settings ................................38 Using the Freeze Window ..................... 17 Typing Echo .............................................39 Using View Mode ................................... 18 Mouse Echo ..............................................40 Dual Monitor Support ............................ 19 Verbosity...................................................41 Color Enhancements .............................
    [Show full text]
  • CRGIS Tutorial 2, Map Tools
    CRGIS Map Tools This tutorial will teach you about the tools available in CRGIS. In addition to basic map navigation, these tools include the Spatial Search, Measure, Feedback and more. Table of Contents Getting Started ............................................................................................................................................... 2 Understanding the Map ................................................................................................................................ 2 Tools ................................................................................................................................................................ 3 Map Window Tools ................................................................................................................................... 3 Legend Tools .............................................................................................................................................. 5 Search Box Tools ..................................................................................................................................... 10 Spatial Search ................................................................................................................................................ 14 New Tools for Registered Users ............................................................................................................... 17 CRGIS Tutorial #2 Page | 1 10/2017 CRGIS Map Tools Getting Started To access the CRGIS map tools, log
    [Show full text]
  • (12) United States Patent (10) Patent No.: US 6,512,530 B1 Rzepkowski Et Al
    USOO65.1253OB1 (12) United States Patent (10) Patent No.: US 6,512,530 B1 Rzepkowski et al. (45) Date of Patent: Jan. 28, 2003 (54) SYSTEMS AND METHODS FOR 5,751,285 A * 5/1998 Kashiwagi et al. ......... 345/833 MIMICKING AN IMAGE FORMING OR 6,331,864 B1 12/2001 Coco et al. ............. 345/771 X CAPTURE DEVICE CONTROL PANEL * cited by examiner CONTROL ELEMENT Primary Examiner John Cabeca (75) Inventors: Kristinn R. Rzepkowski, Rochester, ASSistant Examiner X. L. Bautista NY (US); Thomas J. Perry, Pittsford, (74) Attorney, Agent, or Firm-Oliff & Berrdige, PLC NY (US); Joseph G. Rouhana, Rochester, NY (US); John M. Pretino, (57) ABSTRACT Macedon, NY (US) A graphical user interface widget includes a vertically oriented Slider portion. The slider portion includes a slider (73) Assignee: Xerox Corporation, Stamford, CT pointer that indicates a current value of the slider and a Slider (US) bar that indicates the default value of the slider. The bottom - - - - 0 and top edges of the Slider portion are labeled with the (*) Notice: Subject to any disclaimer, the term of this extreme values of the range for the variable associated with patent is extended or adjusted under 35 the slider portion. The slider pointer divides the slider U.S.C. 154(b) by 0 days. portionSlider into p two Subportions. Anp appearance of a bottom subportion of the slider portion is altered to reflect the value (21) Appl. No.: 09/487,268 currently indicated by the slider pointer relative to the (22) Filed: Jan. 19, 2000 extreme values of the range represented by the Slider.
    [Show full text]