Angel International School - Manipay 1 st Term Examination November, 2015

Size: px
Start display at page:

Download "Angel International School - Manipay 1 st Term Examination November, 2015"

Transcription

1 Angel International School - Manipay 1 st Term Examination November, 2015 Information & Communication Technology Grade 11A & C Duration: 3.00 Hours Part 1 Choose the most appropriate answer. 1) Find the correct type declaration from the following list. a) int x,y; c) Dim x,y as integer b) Dim x,y as integer; d) Dim x y as integer 2) Which is not in a Visual Programming a) Visual Basic b) Visual Foxpro 3) Which is not an data type in Visual Basic a) Integer b) Double c) Visual C d) Visual Java c) String d) Word 4) Which is the symbol for comment in Visual Basic Program a) // c) b) /* d) Index No:- 5) What will be output of the following statement Print AISM, ; Print Manipay, Print Jaffna, Print Chavakacheri a) AISM, c) AISM, Manipay, Manipay, Jaffna, Jaffna, Chavakacheri Chavakacheri. b) Manipay AISM, d) AISM, Manipay, Jaffna, Chavakacheri Jaffna, Chvakacheri 6) What is the default data-type in Visual Basic? a) String b) Integer 7) What is the default property of a check box? a) Value b) Caption 8) The application name always appears in the: a) Properties window b) Title bar 9) The colour of a button is: a) One of its properties b) Not updateable 10) Code is: a) Updateable in the form editor b) Seldom used c) Variant d) VB does not have a default data-type c) Checked d) Text c) Intermediate window d) Code window c) Defined in the project d) Defined in the Intermediate window c) An object d) Instructions 1

2 11) Controls are: a) Code b) Part of the menus c) Objects d) Rules 12) The location of the form on the desktop during execution is determined by the: a) Form Designer window c) Project Explorer window b) Form Layout window d) Context Menu 13) Visual Basic forms are identified by a: a).frm suffix b).mak suffix 14) To exit Visual Basic: a) Use the File Menu to select Quit b) Use the Window Menu to select Exit 15) The text property of a text box behaves like a? a) numeric b) variant c).for suffix d) A special icon c) Click on the diskette icon d) Click Alt + Q c) string d) function 16) Which one of the following is the correct syntax to make a control called Pic1.visible? a) Visible.Pic1 = True c) Pic1.Invisible = False b) Pic1.Visible = True d) Pic1.Enabled = True 17) What would be the result of Val (Text1.Text) if you entered in: (Rs 3,000) a) 0 c) 3 b) 3000 d) Run-Time Error 18) What is the maximum caption size for a text box? a) 240 characters b) 255 characters c) Unlimited d) Text box does not have a Caption property 19) What is the maximum caption size for a label? a) 240 characters b) 255 characters c) Unlimited d) Label does not have a Caption property 20) The keyboard short cut for Run: a) F4 b) F5 c) F6 d) F7 21) Which of the following is not a programming? a) Microsoft word b) Microsoft VB.net 22) Which is the correct full meaning of VB? a) Variable Book b) Visual Book c) Microsoft VB 6.0 d) None of the above c) Variable basic d) Visual basic 23) Select proper RUN command for open VB6: a) Vb6.0 b) Vbs c) Vb6 d) Vb ) The keyboard shortcut for Properties: a) F6 b) F4 c) Ctrl + P d) F10 25) What is the use of this underscore (File)? a) Shortcut b) Exclusive mode c) Style d) Nothing (25 Marks) 2

3 Write correct answer for the following 1) What is variables? Part- B 2) What are the operators in VB programming and give some expressions in every operators? 3) How to write Visual Basic statement for appear given message box when click any button. Hi Students!, Have a Nice Exam OK Cancel (9 Marks) 2. Fill up the vbcode view area: Private Sub Timer1_Timer() Timer1. Interval=... Label1 =. (3 Marks) 3. Write down the numbered area Name? (5 Marks)

4 4. Fill the blank lines with proper codes: x = Val(..Text) y = Val(Text2. ) If x > Then ma = x ma = y Text3.Text = ma If x < y mi = x mi = y..text = mi Private Sub Command2_Click().Text = "" Text2.Text = "".Text = "" Text4.Text =.. Text1.SetFocus (10 Marks) 4

5 5. From NIC no to DOB Calculation: Private Sub Command1_Click() Text2.Text = Mid(....text, 3, 3) If Mid(Text1.Text, 3, ) > 500 Then Text3.Text = ".." Text3.Text = "Male" Text4.Text = "19" & Left(Text1.Text,.) If Text3.Text = "Male" Then Text5.Text = Day(..(Text1.Text, 3, 3)) Text5.Text = Day(Mid(Text1.Text, 3, 3) - 500) If Text3.Text = "Male" Then Text6.Text = (Mid(Text1.Text, 3, 3)) Text6.Text = Month(Mid(Text1.Text, 3, 3) - 500) Text7.Text = & "-" & Text6.Text & "-" &.. (10 Marks) 5

6 6. Forms and Normal Math: Private Sub Command1_Click()....Hide Form2. Private Sub Command2_Click() Private Sub Command3_Click() Dim n As.. Dim x, y, sum As.. n = Text1.Text x =.(Text2.Text) y = Val(Text3.Text) sum = x. y Text4.Text = sum Private Sub Command4_Click()....Text = "" Text2.Text = "" Text3. t = "" Text4.Text = "" Text1.. (08 Marks) 6

7 Write down the all the answers 1) i) What is a Computer? ii) What is the different between Dos & Windows operating system? iii) How to create a new shortcut icon on the Desktop? 2) i) What is the main work of Operating system? ii) What is the name of Latest Operating system? iii) What is the use of system commands, which is in the Control panel? 3) i) What is a folder? Where did the folder tree go? ii) What is a file name extension? iii) Which characters can't be used in a file name? 4) i) How do we restart, shut down, or log off my PC? ii) How does System Restore work? iii) Why should I back up files? 5) i) What is Font? ii) How to install new Fonts? iii) How to uninstall the Fonts? 6) i) What is a virus? ii) How do we check for and remove viruses? iii) How much hard disk space do we need to burn a CD & DVD? 7) i) What is a user account? ii) What types of user accounts are there? iii) How can we switch to a different user account? 8) I) What is Command Prompt? ii) What is disk defragmentation? iii) Use of add/remove commands? What are the main tabs? Explain it? 9) I) Write away to do the following commands and explain its use? a) File search b) Hard disk format c) Drive Properties ii) Explain these commands and write its use? a) System information b) Character map c) Disk cleanup iii) How to rearrange a taskbar? 10) I) What are the International Domain Names? ii) What does it mean to download a file? iii) What is the Internet Explorer? And address bar? ***** (3 x 10 = 30 Marks) 7

Angel International School - Manipay 1 st Term Examination November, 2015

Angel International School - Manipay 1 st Term Examination November, 2015 Grade 10 Angel International School - Manipay 1 st Term Examination November, 2015 Information & Communication Technology Duration: 3.00 Hours Part 1 Choose the appropriate answer 1) Find the correct type

More information

Text box. Command button. 1. Click the tool for the control you choose to draw in this case, the text box.

Text box. Command button. 1. Click the tool for the control you choose to draw in this case, the text box. Visual Basic Concepts Hello, Visual Basic See Also There are three main steps to creating an application in Visual Basic: 1. Create the interface. 2. Set properties. 3. Write code. To see how this is done,

More information

ST NICHOLAS COLLEGE RABAT MIDDLE SCHOOL HALF YEARLY EXAMINATIONS February 2016

ST NICHOLAS COLLEGE RABAT MIDDLE SCHOOL HALF YEARLY EXAMINATIONS February 2016 ST NICHOLAS COLLEGE RABAT MIDDLE SCHOOL HALF YEARLY EXAMINATIONS February 2016 Mark Level 5-8 Year 7 Information and Communication Technology TIME: 1h 30min Question 1 2 3 4 5 6 7 Global Mark Max. Mark

More information

Notepad++ The COMPSCI 101 Text Editor for Windows. What is a text editor? Install Python 3. Installing Notepad++

Notepad++  The COMPSCI 101 Text Editor for Windows. What is a text editor? Install Python 3. Installing Notepad++ Notepad++ The COMPSCI 101 Text Editor for Windows The text editor that we will be using in the Computer Science labs for creating our Python programs is called Notepad++ and is freely available for the

More information

NATIONAL SPORT SCHOOL

NATIONAL SPORT SCHOOL NATIONAL SPORT SCHOOL Mark HALF-YEARLY EXAMINATION 2016 FORM 1 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Max. Mark Mark Global Mark 2 5 4 15 4 6 4 4 14 6 5 10 4 3 8 6 100 DO NOT

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

Windows 10 Essentials

Windows 10 Essentials Windows 10 Essentials User Interface START MENU Start typing to search for applications or files Once the start menu is open you can change its size by dragging a side Right-click on an application and

More information

a.which one of the following terms describes the physical components of a computer system? iv Courseware. [2 Marks] iv Computer screen.

a.which one of the following terms describes the physical components of a computer system? iv Courseware. [2 Marks] iv Computer screen. Page 1 of 12 1. Tick the correct answer with a a.which one of the following terms describes the physical components of a computer system? i. Hardware. i Freeware. Software. iv Courseware. [2 Marks] b.

More information

Angel International School - Manipay

Angel International School - Manipay Grade 07 Angel International School - Manipay 1 st Term Examination November, 2017 Computing Duration: 1.30 Hours 1) Choose the best answer: Part - 1 1) If a column displays #####, it means: a) The column

More information

Windows 2000 Disk Management

Windows 2000 Disk Management LAB PROCEDURE 25 Windows 2000 Disk Management OBJECTIVES 1. Use Disk Cleanup. 2. Backup a file. 3. Restore a backup. 4. Compress a file. 5. Encrypt a file. Troubleshooting RESOURCES 1. Marcraft 8000 Trainer

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 1: Microsoft(MS) Windows Operating System (OS) Lecturer: Sophia Agenda for Today Microsoft Windows Operating System Windows Desktop Launching

More information

GROUPWISE INSTRUCTIONS

GROUPWISE INSTRUCTIONS Viewing the GroupWise Home Desktop From the Folder List on the left-hand side of the screen, [Click] on the yourname HOME FOLDER The Home view provides panels of shortcut views which can be customized.

More information

FarStone. DriveClone System Recovery User s Guide. For OEMs and System builders

FarStone. DriveClone System Recovery User s Guide. For OEMs and System builders FarStone DriveClone System Recovery User s Guide For OEMs and System builders 1. Glossary FBP: Factory Backup Point 2. DriveClone System Recovery Overview DriveClone System Recovery provides PC factory

More information

Odyssey Quick Start. Quick Links: Launch Pad and Assignments Portfolio and Reports FAQs For Parents GUIDE FOR STUDENTS AND PARENTS

Odyssey Quick Start. Quick Links: Launch Pad and Assignments Portfolio and Reports FAQs For Parents GUIDE FOR STUDENTS AND PARENTS Odyssey Quick Start GUIDE FOR STUDENTS AND PARENTS Quick Links: Launch Pad and Assignments Portfolio and Reports FAQs For Parents Launch Pad and Assignments Click here to open your portfolio. Click this

More information

A mandatory user profile is created by an administrator and assigned to one or more users to create a consistent user profile.

A mandatory user profile is created by an administrator and assigned to one or more users to create a consistent user profile. Mandatory profile Introduction On computers running Windows 2000, user profiles automatically create and maintain the desktop settings for each user's work environment on the local computer. A user profile

More information

Installing AppleWorks 6 FOR WINDOWS

Installing AppleWorks 6 FOR WINDOWS apple Installing AppleWorks 6 FOR WINDOWS 1 Installing AppleWorks 6 This booklet provides instructions for m installing and uninstalling AppleWorks m setting up an AppleWorks Installer on a server, so

More information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information

Access Groups. Collect and Store. Text Currency Date/Time. Tables Fields Data Type. You Your Friend Your Parent. Unique information Tutorial A database is a computerized record keeping system used to collect, store, analyze and report electronic information for a variety of purposes. Microsoft Access is a database. There are three

More information

Lineup Configuration Guide

Lineup Configuration Guide Lineup Configuration Guide How to Stop the Lineup Display & DSI Software If you need to stop the Lineup display & DSI software to get to the Windows desktop follow these steps. 1. Press the ESC key which

More information

The next section of your course assumes that you have completed all of the manual lessons.

The next section of your course assumes that you have completed all of the manual lessons. Unit 10 Installing payroll, set up employees, running weekly payroll 10 Introduction The next section of your course assumes that you have completed all of the manual lessons. Note that the assignment

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Programming with visual Basic:

Programming with visual Basic: Programming with visual Basic: 1-Introdution to Visual Basics 2-Forms and Control tools. 3-Project explorer, properties and events. 4-make project, save it and its applications. 5- Files projects and exercises.

More information

Angel International School - Manipay 2 nd Term Examination March, 2015 ICT

Angel International School - Manipay 2 nd Term Examination March, 2015 ICT Grade 06 Angel International School - Manipay 2 nd Term Examination March, 2015 ICT Duration: 2 Hours Index No:- I. Underline the correct answer. 1) Which of the following is not an OS a) Operating system

More information

GUIDE FOR STUDENTS AND PARENTS. An orange ring means you have an assignment.

GUIDE FOR STUDENTS AND PARENTS. An orange ring means you have an assignment. Odyssey Quick Start Launch Pad and Assignments below Portfolio and Reports on page 2 FAQs on page 5 For Parents on page 8 GUIDE FOR STUDENTS AND PARENTS Launch Pad and Assignments This icon opens your

More information

NEC Versa 500D/550D Windows 98 Upgrade Information

NEC Versa 500D/550D Windows 98 Upgrade Information NEC Versa 500D/550D Windows 98 Upgrade Information Follow the instructions provided in this document to upgrade your NEC Versa 500D/550D system to Microsoft Windows 98. Please read these notes in their

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

GUIDE FOR STUDENTS AND PARENTS. An orange ring means you have an assignment.

GUIDE FOR STUDENTS AND PARENTS. An orange ring means you have an assignment. Odyssey Quick Start Launch Pad and Assignments below Portfolio and Reports on page 2 FAQs on page 5 For Parents on page 7 GUIDE FOR STUDENTS AND PARENTS Launch Pad and Assignments This icon opens your

More information

Cesview IIi 1.3 Installation and Automation Guide

Cesview IIi 1.3 Installation and Automation Guide Cesview IIi 1.3 Installation and Automation Guide Contents: New ser Quick Guide Cesview IIi asic Installation o Additional Server Installation Notes o Additional rowser Only (Client) Installation Notes

More information

Bridge Program Computer Skills Self-Inventory

Bridge Program Computer Skills Self-Inventory Name Date Bridge Program Computer Skills Self-Inventory This inventory is a lengthy but non-comprehensive list of beginning, intermediate and advanced computer skills a typical college graduate would have.

More information

Windows 2000 Safe Mode

Windows 2000 Safe Mode LAB PROCEDURE 29 Windows 2000 Safe Mode OBJECTIVES 1. Restart and try various startup options. RESOURCES Troubleshooting 1. Marcraft 8000 Trainer with Windows 2000 installed 2. A PS2 mouse 3. A LAN connection

More information

FORMATIVE ASSESSMENT - I

FORMATIVE ASSESSMENT - I C-16 Lotus Computers Text Book Syllabus: (Chapter : 1 Pg. Nos : 5-17) FORMATIVE ASSESSMENT - I Class - III :: Computer Easy Learning Time : 1 Hour Max. Marks : 25 Name : Class : Section : 25 Roll No. I.

More information

Section 2 Getting Started

Section 2 Getting Started Section 2 Getting Started ECDL Section 2 Getting Started By the end of this section you should be able to: Start, restart and close down a device Log on and log off Windows Recognise and use the Desktop

More information

Easy School Net Evolution Specifications

Easy School Net Evolution Specifications Easy School Net Evolution Specifications Version 14 (FEB-2012) INDEX 1. System Connection Diagram 2. Easy School Net Evolution Management Console 3. Easy School Net Evolution Digital Video Recorder (Option)

More information

Exam : Title. : A+ OS Technologies

Exam : Title. : A+ OS Technologies Exam : 220-302 Title : A+ OS Technologies QUESTION 1 Under Windows 2000 you consistently receive out of memory messages when running multiple applications. To avoid having to upgrade RAM immediately you?

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

DEL or DELETE - Deletes the character at cursor and/or characters to the right of the cursor and all highlighted (or selected) text.

DEL or DELETE - Deletes the character at cursor and/or characters to the right of the cursor and all highlighted (or selected) text. Computer Basics II Handout Objectives: 1. Getting familiar with your Keyboard. 2. How to Install Programs. a. From Web b. From CD c. How to Uninstall 3. How to Create Users 4. Group Permissions and Full

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Windows 2000 Professional

Windows 2000 Professional The American University in Cairo Academic Computing Services Windows 2000 Professional prepared by Soumaia Ahmed Al Ayyat 4 August 2003 Table of Contents Starting Up the Computer Windows Environment Start

More information

Low Vision Technology

Low Vision Technology Low Vision Technology Student Name: Directions: 1. If this assessment is appropriate for this student, use it for planning programming and reporting student performance at least four times. 2. Date the

More information

Welcome In this chapter

Welcome In this chapter 1 Welcome In this chapter Welcome to ProWORX NxT 2.10 2 Installing ProWORX NxT 3 Starting ProWORX NxT 5 Authorizing ProWORX NxT 8 Customer support 11 ProWORX NxT User s Guide Welcome to ProWORX NxT 2.10

More information

2Practicals Visual Basic 6.0

2Practicals Visual Basic 6.0 2Practicals Visual Basic 6.0 Practical 1: 1. Navigation of Visual Basic Integrated Development Environment The Visual Basic IDE is made up of a number of components Menu Bar Tool Bar Project Explorer Properties

More information

NetBeans Tutorial. For Introduction to Java Programming By Y. Daniel Liang. This tutorial applies to NetBeans 6, 7, or a higher version.

NetBeans Tutorial. For Introduction to Java Programming By Y. Daniel Liang. This tutorial applies to NetBeans 6, 7, or a higher version. NetBeans Tutorial For Introduction to Java Programming By Y. Daniel Liang This tutorial applies to NetBeans 6, 7, or a higher version. This supplement covers the following topics: Getting Started with

More information

Table of Contents WINDOWS 95

Table of Contents WINDOWS 95 Table of Contents Accessories Active program button Active window Application Back-up Browse Cascade windows Check box Click Clipboard Close button Context menu Control Panel Copy Cursor Cut Default Desktop

More information

WINDOWS 95 SETUP GUIDE

WINDOWS 95 SETUP GUIDE WINDOWS 95 SETUP GUIDE This guide will assist you in connecting to Nauticom using your Windows 95 Operating System. Double-click My Computer. Look for a folder called Dial-Up Networking. If you do not

More information

Addendum to Active Breathing Coordinator R3.0 Installation and Service. Installation Instructions for Windows 10

Addendum to Active Breathing Coordinator R3.0 Installation and Service. Installation Instructions for Windows 10 Addendum to Active Breathing Coordinator R3.0 Installation and Service Installation Instructions for Windows 10 4-16-2019 Laptop software installation A1 Laptop software installation for Windows 10 Contents

More information

Office 2007 Overview

Office 2007 Overview Kent School District Office 2007 Overview Office Button Quick Access Toolbar The Ribbon and Tabs Mini Toolbar Other Office Applications Resources 1 P a g e Created by G. Kinkade, CTE; adapted by G. Whiteman,

More information

Using the Computer & Managing Files Part 2

Using the Computer & Managing Files Part 2 Using the Computer & Managing Files Part 2 Using the Computer & Managing Files...65 Example 1 File compression, or zipping...66 Exercise 1 Download and install software...66 Exercise 2 Understand file

More information

Karlen Communications

Karlen Communications Karlen Communications Karen McCall, M.Ed. Adding Images to Training Material Phone: E-mail: Web: info@karlencommunications.com karlencommunications.com This material copyright 2009 Karen McCall, Karlen

More information

Visual Basic 6 Lecture 7. The List Box:

Visual Basic 6 Lecture 7. The List Box: The List Box: The function of the List Box is to present a list of items where the user can click and select the items from the list or we can use the List Box control as a simple memory to save data.

More information

Step 1 Establishing Communications using Dial-up Networking (Windows 2000 Users)

Step 1 Establishing Communications using Dial-up Networking (Windows 2000 Users) Step 1 Establishing Communications using Dial-up Networking (Windows 2000 Users) 2/23/2001 This handout provides instructions for establishing communications with Cahaba GBA through Windows Network & Dial-up

More information

Optional Lab: Customize Settings in Windows Vista

Optional Lab: Customize Settings in Windows Vista 12.2.4 Optional Lab: Customize Settings in Windows Vista Introduction Print and complete this lab. This lab is comprised of five parts. This lab is designed to be completed in multiple lab sessions. Part

More information

FIT 100. Lab 8: Writing and Running Your First Visual Basic Program Spring 2002

FIT 100. Lab 8: Writing and Running Your First Visual Basic Program Spring 2002 FIT 100 Lab 8: Writing and Running Your First Visual Basic Program Spring 2002 1. Create a New Project and Form... 1 2. Add Objects to the Form and Name Them... 3 3. Manipulate Object Properties... 3 4.

More information

Angel International School - Manipay 2 nd Term Examination March, 2018 Ict

Angel International School - Manipay 2 nd Term Examination March, 2018 Ict c Grade 10 Angel International School - Manipay 2 nd Term Examination March, 2018 Ict Duration: 03:00 Hours Index No:- Part I 1) A computer that is optimized to provide services to other computers over

More information

You might think of Windows XP as a set of cool accessories, such as

You might think of Windows XP as a set of cool accessories, such as Controlling Applications under Windows You might think of Windows XP as a set of cool accessories, such as games, a calculator, and an address book, but Windows is first and foremost an operating system.

More information

VBA Excel 2013/2016. VBA Visual Basic for Applications. Learner Guide

VBA Excel 2013/2016. VBA Visual Basic for Applications. Learner Guide VBA Visual Basic for Applications Learner Guide 1 Table of Contents SECTION 1 WORKING WITH MACROS...5 WORKING WITH MACROS...6 About Excel macros...6 Opening Excel (using Windows 7 or 10)...6 Recognizing

More information

HW Label the following computer parts: E-Banking E-Government E-Commerce

HW Label the following computer parts: E-Banking E-Government E-Commerce HW 1 1. Label the following computer parts: (7 marks) 2. The Internet has provided the community with online services which are becoming more common in everyday life. Using the below terms give the name

More information

Setup for LAUSDnet - Windows 95/98/ME Revised 8/1/2001

Setup for LAUSDnet - Windows 95/98/ME Revised 8/1/2001 Setup for LAUSDnet - Windows 95/98/ME Revised 8/1/2001 Dial Up Networking Setup The following assumes that the Dial-Up Networking portions of Windows 95/98/ME have already been installed. If they have

More information

Intermediate Training

Intermediate Training Intermediate Training The material in this handout is taken directly from the Picasa Website. It was decided to add all the information in one place so it could be viewed at one time. However, what is

More information

COURSE OUTLINE: OAD116 - COMPUTER ESSENTIALS

COURSE OUTLINE: OAD116 - COMPUTER ESSENTIALS COURSE OUTLINE: OAD116 - COMPUTER ESSENTIALS Prepared: Sheree Wright and Amy Peltonen Approved: Sherri Smith, Chair, Natural Environment, Business, Design and Culinary Course Code: Title Program Number:

More information

College of Pharmacy Windows 10

College of Pharmacy Windows 10 College of Pharmacy Windows 10 Windows 10 is the version of Microsoft s flagship operating system that follows Windows 8; the OS was released in July 2015. Windows 10 is designed to address common criticisms

More information

9936A LogWare III. User s Guide. Revision

9936A LogWare III. User s Guide. Revision 9936A LogWare III User s Guide Revision 680301 Table of Contents 1 Introduction... 1 1.1 Symbols Used...1 1.2 Conventions...1 1.3 What is LogWare?...1 1.4 License Agreement...2 1.5 Requirements...2 1.6

More information

Windows XP. A Quick Tour of Windows XP Features

Windows XP. A Quick Tour of Windows XP Features Windows XP A Quick Tour of Windows XP Features Windows XP Windows XP is an operating system, which comes in several versions: Home, Media, Professional. The Windows XP computer uses a graphics-based operating

More information

Table of Contents WINDOWS 95. What is Windows 95? Features LINC TWO

Table of Contents WINDOWS 95. What is Windows 95? Features LINC TWO Table of Contents What is Windows 95? Windows 95 is a computer-operating system that controls the basic operation of the computer and the programs (also known as applications or software tools) that run

More information

SuperNova. Screen Reader. Version 14.0

SuperNova. Screen Reader. Version 14.0 SuperNova Screen Reader Version 14.0 Dolphin Computer Access Publication Date: 09 April 2014 Copyright 1998-2014 Dolphin Computer Access Ltd. Technology House Blackpole Estate West Worcester WR3 8TJ United

More information

Introducing Office

Introducing Office Contents Contents 1 Introducing Office 01 9 Microsoft Office 01 10 Ribbon Technology 11 What s Needed 1 Installing Office 01 1 Start an Application 14 Application Start 16 The Application Window 17 Your

More information

1... is not part of the status bar. a. page number b. line c. column d. section *e. drop cap. 2. Convert to base 2

1... is not part of the status bar. a. page number b. line c. column d. section *e. drop cap. 2. Convert to base 2 1... is not part of the status bar a. page number b. line c. column d. section *e. drop cap 2. Convert 10610 to base 2 a. 01010112 b. 1101012 c. 1010102 d. 011010102 *e. 010110102 3. Hierarchical model,

More information

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office.

Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start. Choose: programs. Choose : Microsoft Office. Day : Date : Objects : Open MS Excel program * Open Excel application. Select : start Choose: programs Choose : Microsoft Office Select: Excel *The interface of Excel program - Menu bar. - Standard bar.

More information

Managing Files. In this chapter

Managing Files. In this chapter In this chapter Displaying Your Computer s Contents Navigating Folders Creating a New Folder Displaying and Selecting Files Deleting and Undeleting Files and Folders Renaming a File or Folder Moving Folders

More information

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Slide 1 Customizing Outlook Course objectives Create a custom toolbar and customize the menu bar; customize the Quick Access toolbar,

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

Parallel Printers Set-Up

Parallel Printers Set-Up Parallel Printers Set-Up - 25 - Setting up a Local Parallel Printer in Windows 95/98 Left click on the START button. Go to SETTINGS, and then PRINTERS. 1. Locate and double left click on the ADD PRINTER

More information

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

MICROSOFT EXCEL 2000 LEVEL 5 VBA PROGRAMMING INTRODUCTION

MICROSOFT EXCEL 2000 LEVEL 5 VBA PROGRAMMING INTRODUCTION MICROSOFT EXCEL 2000 LEVEL 5 VBA PROGRAMMING INTRODUCTION Lesson 1 - Recording Macros Excel 2000: Level 5 (VBA Programming) Student Edition LESSON 1 - RECORDING MACROS... 4 Working with Visual Basic Applications...

More information

Intermediate Word by Alan Weaver

Intermediate Word by Alan Weaver Intermediate Word by Alan Weaver Outline/Table of Contents Introduction... 1 Set default font... 2 Create Random Text... 2 Download a special font... 2 Create/Modify a Style... 3 Widows/Orphans... 3 Table

More information

we do Windows For more information about Windows, see Windows Basics under Help and Support in the Start menu.

we do Windows For more information about Windows, see Windows Basics under Help and Support in the Start menu. STARTERGUIDE Thank you! Thank you for your purchase! We want to make your experience a satisfying one, so we ve put together tips to help you get started with your Gateway computer. Contents Getting started

More information

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files

_APP A_541_10/31/06. Appendix A. Backing Up Your Project Files 1-59863-307-4_APP A_541_10/31/06 Appendix A Backing Up Your Project Files At the end of every recording session, I back up my project files. It doesn t matter whether I m running late or whether I m so

More information

Lab Establishing a Console Connection to a Router or Switch Instructor Version

Lab Establishing a Console Connection to a Router or Switch Instructor Version Lab 5.2.7 Establishing a Console Connection to a Router or Switch Instructor Version Objective Create a console connection from a PC to a router and switch using the proper cable Configure HyperTerminal

More information

Introducing Office

Introducing Office Contents Contents Introducing Office 0 7 Microsoft Office 0 8 Ribbon Technology 9 What s Needed 0 Installing Office 0 Start an Application Application Start 4 The Application Window 5 Your SkyDrive 6 Live

More information

CSDA Screen Capture. for Alpha Five (and QreportBuilder) Created by. Computer Systems Design & Associates 61 Cheryl Lane Waltham, MA

CSDA Screen Capture. for Alpha Five (and QreportBuilder) Created by. Computer Systems Design & Associates 61 Cheryl Lane Waltham, MA CSDA Screen Capture for Alpha Five (and QreportBuilder) Created by Computer Systems Design & Associates 61 Cheryl Lane Waltham, MA 02451-2185 www.csda1.com Release Version 1.07 Last Update April 18, 2010

More information

5.4.8 Optional Lab: Managing System Files with Built-in Utilities in Windows Vista

5.4.8 Optional Lab: Managing System Files with Built-in Utilities in Windows Vista 5.4.8 Optional Lab: Managing System Files with Built-in Utilities in Windows Vista Introduction Print and complete this lab. In this lab, you will use Windows built-in utilities to gather information about

More information

Machine Controller MP900/MP2000 Series New Ladder Editor USER'S MANUAL

Machine Controller MP900/MP2000 Series New Ladder Editor USER'S MANUAL YASKAWA Machine Controller MP900/MP2000 Series New Ladder Editor USER'S MANUAL YASKAWA MANUAL NO. SIEZ-C887-13.2B Copyright 2001 YASKAWA ELECTRIC CORPORATION All rights reserved. No part of this publication

More information

ADCA FINAL EXAMINATION

ADCA FINAL EXAMINATION INDIAN YOUTH COMPUTER LITERACY MISSION ADCA Final Question cum Answer paper Set A Total Marks: 200 (Practical 50 ) Pass Mark: 80 Time:.(Theory 2hours &Practical 30 minutes) Student Name Registration No.

More information

Microsoft Word: Steps To Success (The Bare Essentials)

Microsoft Word: Steps To Success (The Bare Essentials) Microsoft Word: Steps To Success (The Bare Essentials) Workbook by Joyce Kirst 2005 Microsoft Word: Step to Success (The Bare Essentials) Page Contents 1 Starting Word 2 Save 3 Exit 5 Toolbars, Alignment,

More information

Microsoft Word 2003.

Microsoft Word 2003. Microsoft Word 2003. Q1: if you try to quit word for windows without first saving changes to your document: a. the changes will be lost. b. word for windows will save the changes automatically. c. you

More information

The following documents are included with your Sony VAIO computer.

The following documents are included with your Sony VAIO computer. Documentation The following documents are included with your Sony VAIO computer. Printed Documentation Quick Start Guide Describes the process from unpacking to starting up your VAIO. Troubleshooting and

More information

50) Which of the following statement temporarily stops the execution of a program?

50) Which of the following statement temporarily stops the execution of a program? FFC MODEL SCHOOL 1) Which one option is not in Edit Menu? (a) Undo (b) Redo (c) Find (d) Font 2) Which Keyboard shortcut is used to make the selected word bold? (a) Ctrl+Shift+B (b) Shift+B (c) Alt+B (d)

More information

Section 1: Installation and Activation

Section 1: Installation and Activation Section 1: Installation and Activation System requirements This is the minimal system configuration required to use Readiris: A Mac computer with a 64 bits Intel processor. The operating system Mac OS

More information

Assignment 1. Application Development

Assignment 1. Application Development Application Development Assignment 1 Content Application Development Day 1 Lecture The lecture provides an introduction to programming, the concept of classes and objects in Java and the Eclipse development

More information

Function: function procedures and sub procedures share the same characteristics, with

Function: function procedures and sub procedures share the same characteristics, with Function: function procedures and sub procedures share the same characteristics, with one important difference- function procedures return a value (e.g., give a value back) to the caller, whereas sub procedures

More information

GroupWise 2012 Guide. February IT Training and Empowerment Petra Gainsford

GroupWise 2012 Guide. February IT Training and Empowerment Petra Gainsford GroupWise 2012 Guide February 2014 IT Training and Empowerment Petra Gainsford Table of Contents GroupWise 2012 1 GroupWise Login... 1 2 Accessing your Mail... 1 2.1 Reading E-Mail...1 2.2 Creating Messages...1

More information

BEDI INTERNATIONAL SCHOOL, BAREILLY. CHAPTER: 3( Managing files and folders)

BEDI INTERNATIONAL SCHOOL, BAREILLY. CHAPTER: 3( Managing files and folders) BEDI INTERNATIONAL SCHOOL, BAREILLY CLASS: V SUBJECT: Computer CHAPTER: 3( Managing files and folders) A. Fill in the blanks: 1. MS Windows is an Operating System. 2. To customize the desktop, right-click

More information

Included with the system is a high quality speech synthesizer, which is installed automatically during the SymWord setup procedure.

Included with the system is a high quality speech synthesizer, which is installed automatically during the SymWord setup procedure. Introduction to SymWord SymWord is a simple to use, talking, symbol-word processor. It has the basic functionality of a word processor. SymWord can also be configured to produce speech and/or display text

More information

Akkadian Console 4.0

Akkadian Console 4.0 Akkadian Console 4.0 User Guide Copyright and Trademarks: I. Copyright: This website and its content is copyright 2015 Akkadian Labs, LLC. All rights reserved. Except with the prior written permission

More information

Outlook Getting Started QUICK. Source. Microsoft

Outlook Getting Started QUICK. Source. Microsoft Microsoft QUICK Outlook 2010 Source Getting Started The Outlook Window u v w x z Using the Backstage View The Backstage view allows you to quickly manage Outlook settings, such as Account Settings, Mailbox

More information

STEP 1 STEP 2 OFFLINE EDITOR FOR HATHOR SOFTWARE HOW TO INSTALL THE OFFLINE EDITOR: 1 P age

STEP 1 STEP 2 OFFLINE EDITOR FOR HATHOR SOFTWARE HOW TO INSTALL THE OFFLINE EDITOR: 1 P age OFFLINE EDITOR FOR HATHOR SOFTWARE HOW TO INSTALL THE OFFLINE EDITOR: STEP 1 First download the latest released version of the HATHOR software from our website: The setup file is named Prego- X.X.X.X.exe.(X

More information

RIO PLAYER ANTARGYAN CLOUDWORKS LLP

RIO PLAYER ANTARGYAN CLOUDWORKS LLP RIO PLAYER ANTARGYAN CLOUDWORKS LLP RioPlayer RioPlayer is a software with the focus on computer based assessment by watching videos offline, which any student can do at his/her own pace. The software

More information

IBM Record Now Making a Data Disc

IBM Record Now Making a Data Disc Start/Programs/IBM Record Now/IBM Record Now When you open IBM Record Now you will be brought to the Welcome Screen To save one file or multiple files to your CD-RW click on either the Data Disc Icon or

More information

SIMATIC Automation License Manager Manual 02/2008 A5E

SIMATIC Automation License Manager Manual 02/2008 A5E s Contents SIMATIC Automation License Manager Product Overview 1 Installation 2 Working with the Automation License Manager 3 Glossar Index Manual 02/2008 A5E02128430-01 Safety Guidelines This manual contains

More information

Make View: Check Code

Make View: Check Code Lesson 2 Make View: Check Code SUMMARY This lesson is an introduction to creating Check Code inside the Make View module of Epi Info. In this lesson, you will learn how to customize your survey by creating

More information