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

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

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

Relational Operators. > greater than < less than >= greater than or equal to <= less than or equal to <> not equal to = equal to

Angel International School - Manipay

Programming with visual Basic:

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

Visual Basic 6 Lecture 7. The List Box:

END-TERM EXAMINATION

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

PROGRAM 1: SIMPLE CALCULATOR

2Practicals Visual Basic 6.0

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

Lineup Configuration Guide

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

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

Angel International School - Manipay

Introduction to Computer Science II (CSI 1101)

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

CONTENT MIGRATION ANGEL TO BLACKBOARD CONTENTS

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

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

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

Get Started with the Assistant Console

Sample Paper 2010 Class XII Subject Informatic Practices

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

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

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

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

MICROSOFT EXCEL 2000 LEVEL 5 VBA PROGRAMMING INTRODUCTION

Repetition Structures

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

NATIONAL DIPLOMA IN COMPUTER TECHNOLOGY

Make View: Check Code

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

NATIONAL SPORT SCHOOL

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

The construction of MS Excel program:

ADCA FINAL EXAMINATION

AEMLog Users Guide. Version 1.01

Excel Functions & Tables

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

Intermediate Word by Alan Weaver

ST NICHOLAS COLLEGE RABAT MIDDLE SCHOOL HALF YEARLY EXAMINATIONS February 2016

Task Switcher. Martin Gräßlin

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

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

TOTAL ECLIPSE POCKET GUIDE CONTENTS

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

Windows 10 Essentials

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

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

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

Upgrading Applications

SYLLABUS PLUS: PRINTING & REPORTING

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

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

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

Spreadsheet View and Basic Statistics Concepts

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

Chapter 1. Block Diagram. Text .. 1

How to use Excel Spreadsheets for Graphing

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

GROUPWISE INSTRUCTIONS

Karlen Communications

Low Vision Technology

Microsoft PowerPoint 2010 Beginning

Adobe Photoshop CC By Washan Najat Nawi

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

Introducing the Cisco IPMA Assistant Console

Recommended GUI Design Standards

Respond to Data Entry Events

Extegrity Exam4 Take Home Exam Guide

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

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

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

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

Installing NAP locked down browser - WINDOWS

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

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

Microsoft PowerPoint 2013 Beginning

University of Massachusetts Amherst, Electrical and Computer Engineering

Programming with Java

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

4 VISUAL FOXPRO - AN INTRODUCTION

Software Introduction

Learning VB.Net. Tutorial 17 Classes

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

View or show a completed presentation

Lab Android Development Environment

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

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

VBScript: Math Functions

Java Client Certification for OmegaPS 10g

Create a Registration Form

Office 2007 Overview

Final Exam. COMP Summer I June 26, points

System Requirements July 2017

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

FORMATIVE ASSESSMENT - I

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

Transcription:

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

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 6.0 24) 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

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? 7 1 2 6 8 9 3 4 5 10 3

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

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