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 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 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 Index No: 4) Which is the symbol for comment in Visual Basic Program a) // b) /* c) d) 5) What will be output of the following statement Print AISM, ; Print Manipay, Print Print Chavakacheri a) AISM, c) AISM, Manipay, Manipay, Chavakacheri Chavakacheri. b) Manipay AISM, d) AISM, Manipay, Chavakacheri Chvakacheri 6) What is the default data-type in Visual Basic? a) String b) Integer c) Variant d) VB does not have a default data-type 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 color of a button is: a) One of its properties b) Not updateable c) Defined in the project d) Defined in the Intermediate window 10) Code is: a) Updateable in the form editor b) Seldom used c) Checked d) Text c) Intermediate window d) Code 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 c) Click on the diskette icon d) Click Alt-Q 15) The text property of a text box behaves like a? a) numeric b) variant c).for suffix d) A special icon 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 25) What is the use of this underscore (File)? a) Shortcut b) Exclusive mode c) Ctrl + P d) F10 c) Style d) Nothing 2

3 1. What is variables? Part- B Write correct answer for the following 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 4. Fill up the vbcode view area: Private Sub Timer1_Timer() Timer1. Interval=... Label1 =. 5. Write down the numbered area Name?

4 6. 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 7. From NIC no to DOB Caculation: 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 & "-" &.. 4

5 8. 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.. ***** 5

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

Angel International School - Manipay 1 st Term Examination November, 2015 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

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

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

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

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

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

END-TERM EXAMINATION

END-TERM EXAMINATION (Please Write your Exam Roll No. immediately) END-TERM EXAMINATION DECEMBER 2006 Exam. Roll No... Exam Series code: 100274DEC06200274 Paper Code : MCA-207 Subject: Front End Design Tools Time: 3 Hours

More information

IS 320 Spring 96 Page 1 Exam 1. Please use your own paper to answer the following questions. Point values are shown in parentheses.

IS 320 Spring 96 Page 1 Exam 1. Please use your own paper to answer the following questions. Point values are shown in parentheses. IS 320 Spring 96 Page 1 Please use your own paper to answer the following questions. Point values are shown in parentheses. 1. (10) Consider the following segment of code: If txtansicode.text < "0" Or

More information

PROGRAM 1: SIMPLE CALCULATOR

PROGRAM 1: SIMPLE CALCULATOR PROGRAM 1: SIMPLE CALCULATOR Option Explicit Dim operand1 As Double, operand2 As Double Dim op1 As Double, op2 As Double Dim operator As String Dim cleardisplay As Boolean Private Sub Cmdclear_Click()

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

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

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

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

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

Angel International School - Manipay

Angel International School - Manipay c Grade 10 Angel International School - Manipay 2 nd Term Examination March, 2017 ICT Duration: 02:30Hours PART I Underline the correct answer. 1) Which of the following will you require to hear music

More information

Introduction to Computer Science II (CSI 1101)

Introduction to Computer Science II (CSI 1101) Introduction to Computer Science II (CSI 1101) Professor: M. Turcotte February 2002, duration: 75 minutes Identification Student name: last name: Section: Student number: initials: Signature: Instructions

More information

HELP - VB TIPS. ANIMATE AN IMAGE BOX Insert a module. In this module, create a global variable: Global x

HELP - VB TIPS. ANIMATE AN IMAGE BOX Insert a module. In this module, create a global variable: Global x HELP - VB TIPS Load an image to an image box from a certain folder If you use this method, won t work on N:\ To load an image to a image control Image1.Picture = LoadPicture("H:\MyVBfolder\stop.gif") Load

More information

CONTENT MIGRATION ANGEL TO BLACKBOARD CONTENTS

CONTENT MIGRATION ANGEL TO BLACKBOARD CONTENTS Introduction CONTENT MIGRATION ANGEL TO BLACKBOARD Content that has been migrated from ANGEL into Blackboard Learn is preserved, but there will be differences in the functionality and layout of the migrated

More information

Crystal Reports. Overview. Contents. Using Crystal Reports Print Engine calls (API) in Microsoft Visual Basic

Crystal Reports. Overview. Contents. Using Crystal Reports Print Engine calls (API) in Microsoft Visual Basic Using Crystal Reports Print Engine calls (API) in Microsoft Visual Basic Overview Contents This document describes how to preview a report using Microsoft (MS) Visual Basic, by making direct API calls

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

SYLLABUS B.Com (Computer) VI SEM Subject Visual Basic Unit I

SYLLABUS B.Com (Computer) VI SEM Subject Visual Basic Unit I SYLLABUS B.Com (Computer) VI SEM Subject Visual Basic Unit I UNIT I UNIT II UNIT III UNIT IV UNIT V Introduction to Visual Basic: Introduction Graphics User Interface (GUI), Programming Language (Procedural,

More information

Get Started with the Assistant Console

Get Started with the Assistant Console Get Started with Assistant Console, page 1 Log In and Out of the Assistant Console, page 2 Explore the Console Without Assisting Managers, page 2 Use the Console with Your Mouse and Keyboard, page 10 Use

More information

Sample Paper 2010 Class XII Subject Informatic Practices

Sample Paper 2010 Class XII Subject Informatic Practices Sample Paper 2010 Class XII Subject Informatic Practices (Section A) Q1. Answer the following Questions a) Visual Basic is not an Object Oriented Language Justify this statement. 2 b) How is a standard

More information

Sample Examination. Family Name:... Other Names:... Signature:... Student Number:...

Sample Examination. Family Name:... Other Names:... Signature:... Student Number:... Family Name:... Other Names:... Signature:... Student Number:... THE UNIVERSITY OF NEW SOUTH WALES SCHOOL OF COMPUTER SCIENCE AND ENGINEERING Sample Examination COMP1917 Computing 1 EXAM DURATION: 2 HOURS

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

Looping Subtasks. We will examine some basic algorithms that use the while and if constructs. These subtasks include

Looping Subtasks. We will examine some basic algorithms that use the while and if constructs. These subtasks include 1 Programming in C Looping Subtasks We will examine some basic algorithms that use the while and if constructs. These subtasks include Reading unknown quantity of data Counting things Accumulating (summing)

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

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

Repetition Structures

Repetition Structures Repetition Structures Chapter 5 Fall 2016, CSUS Introduction to Repetition Structures Chapter 5.1 1 Introduction to Repetition Structures A repetition structure causes a statement or set of statements

More information

Condition-Controlled Loop. Condition-Controlled Loop. If Statement. Various Forms. Conditional-Controlled Loop. Loop Caution.

Condition-Controlled Loop. Condition-Controlled Loop. If Statement. Various Forms. Conditional-Controlled Loop. Loop Caution. Repetition Structures Introduction to Repetition Structures Chapter 5 Spring 2016, CSUS Chapter 5.1 Introduction to Repetition Structures The Problems with Duplicate Code A repetition structure causes

More information

NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY

NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY UNESCO-NIGERIA TECHNICAL & VOCATIONAL EDUCATION REVITALISATION PROJECT-PHASE II NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY OOBASIC/VISUAL BASIC PROGRAMMING COURSE CODE: COM 211 YEAR I SEMESTER II PRACTICAL

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

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

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

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

The construction of MS Excel program:

The construction of MS Excel program: Chapter 10 Introduction to MS Excel 2003 Introduction to Microsoft Excel 2003: MS Excel is an application program. MS Excel is the most famous spreadsheet program. We can use it mainly for calculations.

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

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

Excel Functions & Tables

Excel Functions & Tables Excel Functions & Tables Fall 2014 Fall 2014 CS130 - Excel Functions & Tables 1 Review of Functions Quick Mathematics Review As it turns out, some of the most important mathematics for this course revolves

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

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

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

Task Switcher. Martin Gräßlin

Task Switcher. Martin Gräßlin Martin Gräßlin 2 Contents 1 Navigating through Windows 4 1.1 Visualization......................................... 4 1.2 Shortcuts........................................... 4 1.3 Content............................................

More information

Start Visual Basic. Session 1. The User Interface Form (I/II) The Visual Basic Programming Environment. The Tool Box (I/II)

Start Visual Basic. Session 1. The User Interface Form (I/II) The Visual Basic Programming Environment. The Tool Box (I/II) Session 1 Start Visual Basic Use the Visual Basic programming environment Understand Essential Visual Basic menu commands and programming procedure Change Property setting Use Online Help and Exit Visual

More information

Answer: C. 7. In window we can write code A. Immediate window B. Locals window C. Code editor window D. None of these. Answer: C

Answer: C. 7. In window we can write code A. Immediate window B. Locals window C. Code editor window D. None of these. Answer: C 1. Visual Basic is a tool that allows you to develop application in A. Real time B. Graphical User Interface C. Menu Driven D. None Of These 2. IDE stands for.. A. Internet Development Environment B. Integrated

More information

TOTAL ECLIPSE POCKET GUIDE CONTENTS

TOTAL ECLIPSE POCKET GUIDE CONTENTS TOTAL ECLIPSE POCKET GUIDE CONTENTS Stentura SRT Clear Memory... 1 Stentura 400SRT Light Indicator Table... 1 Flush Delay... 1 Read In, Translate Notes, & Separate Files... 2 How to Create a Realtime File...

More information

Sequence structure. The computer executes java statements one after the other in the order in which they are written. Total = total +grade;

Sequence structure. The computer executes java statements one after the other in the order in which they are written. Total = total +grade; Control Statements Control Statements All programs could be written in terms of only one of three control structures: Sequence Structure Selection Structure Repetition Structure Sequence structure The

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

CSI 1100 / 1500 Fall 2004 Introduction to Computer Science I Final Examination

CSI 1100 / 1500 Fall 2004 Introduction to Computer Science I Final Examination CSI 1100 / 1500 Final Examination Page 1 of 13 CSI 1100 / 1500 Fall 2004 Introduction to Computer Science I Final Examination Duration : 3 hours 09:30 December 9, 2004 Professors: Alan Williams, Daniel

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

Class 2: Variables and Memory. Laura Marik Spring 2012 C++ Course Notes (Provided by Jason Minski)

Class 2: Variables and Memory. Laura Marik Spring 2012 C++ Course Notes (Provided by Jason Minski) Class 2: Variables and Memory Variables A variable is a value that is stored in memory It can be numeric or a character C++ needs to be told what type it is before it can store it in memory It also needs

More information

Upgrading Applications

Upgrading Applications C0561587x.fm Page 77 Thursday, November 15, 2001 2:37 PM Part II Upgrading Applications 5 Your First Upgrade 79 6 Common Tasks in Visual Basic.NET 101 7 Upgrading Wizard Ins and Outs 117 8 Errors, Warnings,

More information

SYLLABUS PLUS: PRINTING & REPORTING

SYLLABUS PLUS: PRINTING & REPORTING SYLLABUS PLUS: PRINTING & REPORTING Syllabus Plus Printing & Reporting This Syllabus Plus training guide covers printing and reporting data from Syllabus Plus (referred to as S+ throughout the manual).

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

- HALF YEARLY EXAM ANSWER KEY DEC-2016 COMPUTER SCIENCE ENGLISH MEDIUM

- HALF YEARLY EXAM ANSWER KEY DEC-2016 COMPUTER SCIENCE ENGLISH MEDIUM www.padasalai.net - HALF YEARLY EXAM ANSWER KEY DEC-2016 COMPUTER SCIENCE ENGLISH MEDIUM 1 A 26 D 51 C 2 C 27 D 52 D 3 C 28 C 53 B 4 A 29 B 54 D 5 B 30 B 55 B 6 A 31 C 56 A 7 B 32 C 57 D 8 C 33 B 58 C

More information

Each time you start PastPerfect you will be presented with the main menu.

Each time you start PastPerfect you will be presented with the main menu. 2 THE BASICS This chapter will teach you how to use the most common functions of PastPerfect. Detailed instructions for specific sections of the program will be given in later chapters. STARTING PASTPERFECT

More information

Spreadsheet View and Basic Statistics Concepts

Spreadsheet View and Basic Statistics Concepts Spreadsheet View and Basic Statistics Concepts GeoGebra 3.2 Workshop Handout 9 Judith and Markus Hohenwarter www.geogebra.org Table of Contents 1. Introduction to GeoGebra s Spreadsheet View 2 2. Record

More information

On Railway Reservation. U G D C A Semester VI. Roll No DA

On Railway Reservation. U G D C A Semester VI. Roll No DA On Railway Reservation U G D C A Semester VI Submitted to: Dr. P. K. Sen (Co-ordinator) Submitted By: (Name of Student) Roll No. 14836DA Contents 1. Acknowledgement 2. Objectives 3. Declaration 4. Analysis

More information

Chapter 1. Block Diagram. Text .. 1

Chapter 1. Block Diagram. Text .. 1 Chapter 1 ก Visual Basic Scilab ก ก Visual Basic Scilab ก ก (Temporary File) ก ก ก ก ก ก Visual Basic ก (Interface) ก Scilab Text File ก Visual Basic ก ก ก ก Block Diagram ก ก Visual Basic ก Scilab ก.sce

More information

How to use Excel Spreadsheets for Graphing

How to use Excel Spreadsheets for Graphing How to use Excel Spreadsheets for Graphing 1. Click on the Excel Program on the Desktop 2. You will notice that a screen similar to the above screen comes up. A spreadsheet is divided into Columns (A,

More information

How to Export Data from LIS and analyze in with an Excel Pivot table

How to Export Data from LIS and analyze in with an Excel Pivot table How to Export Data from LIS and analyze in with an Excel Pivot table All machine stops are captured within LIS and are displayed in the TPM interface screen. This TPM Interface screen shows the machine

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

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

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

Microsoft PowerPoint 2010 Beginning

Microsoft PowerPoint 2010 Beginning Microsoft PowerPoint 2010 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

More information

Adobe Photoshop CC By Washan Najat Nawi

Adobe Photoshop CC By Washan Najat Nawi Adobe Photoshop CC 2018 By Washan Najat Nawi In this course you will learn : how to get started how to use the interface basic editing skills Introduction Adobe Premiere: is power full video editing software.

More information

DATABASE AUTOMATION USING VBA (ADVANCED MICROSOFT ACCESS, X405.6)

DATABASE AUTOMATION USING VBA (ADVANCED MICROSOFT ACCESS, X405.6) Technology & Information Management Instructor: Michael Kremer, Ph.D. Database Program: Microsoft Access Series DATABASE AUTOMATION USING VBA (ADVANCED MICROSOFT ACCESS, X405.6) AGENDA 3. Executing VBA

More information

Introducing the Cisco IPMA Assistant Console

Introducing the Cisco IPMA Assistant Console CHAPTER 1 Introducing the Cisco IPMA Assistant Console Cisco IP Manager Assistant (Cisco IPMA) provides call-routing capabilities and other features that can help managers and assistants handle phone calls

More information

Recommended GUI Design Standards

Recommended GUI Design Standards Recommended GUI Design Standards Page 1 Layout and Organization of Your User Interface Organize the user interface so that the information follows either vertically or horizontally, with the most important

More information

Respond to Data Entry Events

Respond to Data Entry Events Respond to Data Entry Events Callahan Chapter 4 Understanding Form and Control Events Developer s Goal make data entry easy, fast, complete, accurate Many form- and control-level events occur as user works

More information

Extegrity Exam4 Take Home Exam Guide

Extegrity Exam4 Take Home Exam Guide Extegrity Exam4 Take Home Exam Guide IMPORTANT NOTE: While students may complete a take-home exam any time during the designated time as set by each faculty member, technology support is only available

More information

Contents Introduction Getting Started Visual Basic Form Configuration Entering the VB Code

Contents Introduction Getting Started Visual Basic Form Configuration Entering the VB Code Your comments and suggestions on the operation of this software are welcome. Please address them to: ICONICS 100 Foxborough Blvd. Foxborough, MA 02035 Tel: 508-543-8600 Fax: 508-543-1503 E-mail: support@iconics.com

More information

Chapter 2 Using Data. Instructor s Manual Table of Contents. At a Glance. A Guide to this Instructor s Manual:

Chapter 2 Using Data. Instructor s Manual Table of Contents. At a Glance. A Guide to this Instructor s Manual: Java Programming, Eighth Edition 2-1 Chapter 2 Using Data A Guide to this Instructor s Manual: We have designed this Instructor s Manual to supplement and enhance your teaching experience through classroom

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

BANNER 9: Application Navigator & Administrative Pages ANDREA REINERTSON SUSAN LEONBERGER ENTERPRISE INFORMATION SYSTEMS

BANNER 9: Application Navigator & Administrative Pages ANDREA REINERTSON SUSAN LEONBERGER ENTERPRISE INFORMATION SYSTEMS BANNER 9: Application Navigator & Administrative Pages ANDREA REINERTSON SUSAN LEONBERGER ENTERPRISE INFORMATION SYSTEMS Banner 9 Overview De-support of Oracle Forms Technology Impacts all Banner Institutions

More information

Installing NAP locked down browser - WINDOWS

Installing NAP locked down browser - WINDOWS Installing NAP locked down browser - WINDOWS This is a step by step instruction on the installation and use of the NAP locked down browser. The NAP locked down browser is used in assessments to stop students

More information

Visual Basic.NET. 1. Which language is not a true object-oriented programming language?

Visual Basic.NET. 1. Which language is not a true object-oriented programming language? Visual Basic.NET Objective Type Questions 1. Which language is not a true object-oriented programming language? a.) VB.NET b.) VB 6 c.) C++ d.) Java Answer: b 2. A GUI: a.) uses buttons, menus, and icons.

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

Microsoft PowerPoint 2013 Beginning

Microsoft PowerPoint 2013 Beginning Microsoft PowerPoint 2013 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

More information

University of Massachusetts Amherst, Electrical and Computer Engineering

University of Massachusetts Amherst, Electrical and Computer Engineering University of Massachusetts Amherst, Electrical and Computer Engineering ECE 122 Midterm Exam 1 Makeup Answer key March 2, 2018 Instructions: Closed book, Calculators allowed; Duration:120 minutes; Write

More information

Programming with Java

Programming with Java Programming with Java Data Types & Input Statement Lecture 04 First stage Software Engineering Dep. Saman M. Omer 2017-2018 Objectives q By the end of this lecture you should be able to : ü Know rules

More information

Quick instructions: Programming of SmartPLC AC14/AC4S with CODESYS V3

Quick instructions: Programming of SmartPLC AC14/AC4S with CODESYS V3 This document is valid for the software bundle: CODESYS V3.5.4.2 AC4S-Package: >= V1.3.2.2 AC4S-Firmware: >= V4.0.2 VNC-rk Page 1 of 28 V1.1 Important note: These instructions are structured so that all

More information

4 VISUAL FOXPRO - AN INTRODUCTION

4 VISUAL FOXPRO - AN INTRODUCTION Visual FoxPro - An Introduction:: 33 4 VISUAL FOXPRO - AN INTRODUCTION 4.1 INTRODUCTION Visual FoxPro is a Relational Database Management System (RDBMS), which allows you to work with several logically

More information

Software Introduction

Software Introduction Software Introduction B Software Introduction Design Era Universal V11.21 November 2011 Table of Contents Welcome to Stitch/Design Era Universal software.... 1 Basic User Interface... 1 Application button

More information

Learning VB.Net. Tutorial 17 Classes

Learning VB.Net. Tutorial 17 Classes Learning VB.Net Tutorial 17 Classes Hello everyone welcome to vb.net tutorials. These are going to be very basic tutorials about using the language to create simple applications, hope you enjoy it. If

More information

Tech-Talk Using the PATROL Agent COM Server August 1999 Authored By: Eric Anderson

Tech-Talk Using the PATROL Agent COM Server August 1999 Authored By: Eric Anderson Tech-Talk Using the PATROL Agent COM Server August 1999 Authored By: Eric Anderson Introduction Among the many new features of PATROL version 3.3, is support for Microsoft s Component Object Model (COM).

More information

View or show a completed presentation

View or show a completed presentation After all your hard work, creating an engaging presentation, or perhaps a group of students have collaboratively worked to create a stunning presentation, it is now time to view and show the presentation!

More information

Lab Android Development Environment

Lab Android Development Environment Lab Android Development Environment Setting up the ADT, Creating, Running and Debugging Your First Application Objectives: Familiarize yourself with the Android Development Environment Important Note:

More information

Control Flow. COMS W1007 Introduction to Computer Science. Christopher Conway 3 June 2003

Control Flow. COMS W1007 Introduction to Computer Science. Christopher Conway 3 June 2003 Control Flow COMS W1007 Introduction to Computer Science Christopher Conway 3 June 2003 Overflow from Last Time: Why Types? Assembly code is typeless. You can take any 32 bits in memory, say this is an

More information

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item Tips and Tricks Recorder Actions Library XPath Syntax Hotkeys Windows Hotkeys General Keyboard Shortcuts Windows Explorer Shortcuts Command Prompt Shortcuts Dialog Box Keyboard Shortcuts Excel Hotkeys

More information

VBScript: Math Functions

VBScript: Math Functions C h a p t e r 3 VBScript: Math Functions In this chapter, you will learn how to use the following VBScript functions to World Class standards: 1. Writing Math Equations in VBScripts 2. Beginning a New

More information

Java Client Certification for OmegaPS 10g

Java Client Certification for OmegaPS 10g Java Client Certification for OmegaPS 10g OmegaPS 10g is NOT compatible with Java 8, Java 7 Update 21 or Java 6 Update 45 Applies to: OmegaPS R16 (10g Web Variant) to OmegaPS R18.2.02 OmegaPS 10g is certified

More information

Create a Registration Form

Create a Registration Form Create a Registration Form For this lesson, we will be inserting form controls into a forms document. The form was created using the Tables feature in Word. The method explained in this lesson for creating

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

Final Exam. COMP Summer I June 26, points

Final Exam. COMP Summer I June 26, points Final Exam COMP 14-090 Summer I 2000 June 26, 2000 200 points 1. Closed book and closed notes. No outside material allowed. 2. Write all answers on the test itself. Do not write any answers in a blue book

More information

System Requirements July 2017

System Requirements July 2017 System Requirements July 2017 Contents Overview to the SAM System Requirements Guide 3 Setting Up Your Computer 4 Workstation Requirements 4 Necessary Software 5 Disk Protection Software 5 Monitor Resolution

More information

Chapter 2 Using Data. Instructor s Manual Table of Contents. At a Glance. Overview. Objectives. Teaching Tips. Quick Quizzes. Class Discussion Topics

Chapter 2 Using Data. Instructor s Manual Table of Contents. At a Glance. Overview. Objectives. Teaching Tips. Quick Quizzes. Class Discussion Topics Java Programming, Sixth Edition 2-1 Chapter 2 Using Data At a Glance Instructor s Manual Table of Contents Overview Objectives Teaching Tips Quick Quizzes Class Discussion Topics Additional Projects Additional

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

AIM To analyze, design and develop code for Online Course Reservation System using Rational Rose software

AIM To analyze, design and develop code for Online Course Reservation System using Rational Rose software Ex. No.1 Date: ONLINE COURSE RESERVATION AIM To analyze, design and develop code for Online Course Reservation System using Rational Rose software PROBLEM STATEMENT As the head of information systems for

More information