wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

2nd Summative SOFTWARE 10

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

What language is used inside the computer?

a)

Assembly Language

b)

Fifth Generation Language

c)

Machine Language

d)

Natural Language

2.

What is a tool that allows user to develop Windows (Graphic User Interface – GUI) applications?

a)

C++

b)

Java

c)

HTML

d)

VB

3.

What are the programs that the programmer has to design and write every single step to do a certain task or solve a particular problem?

a)

Object-Oriented Languages

b)

Procedure-Oriented Languages

c)

Programming Languages

d)

Program Logic Formulation

4.

What is a programming style that uses objects to design an application or program?

a)

Object-Oriented Programming

b)

Procedure-Oriented Languages

c)

Programming Languages

d)

Program Logic Formulation

5.

Which one is a violation or error due to wrong spelling, symbols, spacing and other factors that made a code unacceptable?

a)

Logic Error

b)

Runtime Error

c)

Syntax Error

d)

System Error

6.

Which one is a program bug that causes the application to produce an incorrect or undesired output?

a)

Logic Error

b)

Runtime Error

c)

Syntax Error

d)

System Error

7.

What is a set of step-by-step instructions that tells or directs the computer of what to do?

a)

Flowchart

b)

Program

c)

Pseudocode

d)

Software

8.

How would you identify the files that an end user will run in the computer?

a)

Application Files

b)

Executable Files

c)

Program Files

d)

Solution Files

9.

What error is detected during the execution of the program or when the program is running?

a)

Logical Error

b)

Runtime Error

c)

Syntax Error

d)

System Error

10.

What is the components where the programmer can input the codes?

a)

Code View

b)

Code Window

c)

Form Window

d)

Explorer Window

11.

Which of the following contains controls that can be used in creating a program application?

a)

Menu Bar

b)

Properties Window

c)

Tool Bar

d)

Tool Box

12.

What is the control that provides a way of grouping related controls on a form?

a)

Combo Box

b)

Frame

c)

List Box

d)

Textbox

13.

What is a graphical representation used in designing or planning the solution to a problem?

a)

Algorithm

b)

Flowchart

c)

Pseudocode

d)

Software

14.

Which of the following is represented by different symbols and is linked by arrows displaying the process or flow?

a)

Algorithm

b)

Flowchart

c)

Pseudocode

d)

Software

15.

Which of the following represents the steps where information are entered by the user?

a)

Data

b)

Decision

c)

Process

d)

Terminator

16.

How would you define an assembly language?

a)

a human languages such as English, Chinese

b)

a language inside the computer

c)

a next level programming that uses mnemonics

d)

used mainly in artificial intelligence

17.

What is the main idea of debugging?

a)

the process of compiling errors

b)

the process of displaying errors

c)

the process of hiding errors

d)

the process of removing errors

18.

How would you generalize visual basic?

a)

allows you to develop application in computer

b)

allows you to develop application in CUI

c)

allows you to develop application in GUI

d)

allows you to develop application in real time

19.

What is the main function of checkbox?

a)

accepts user input

b)

allows user to select only one choice

c)

allows user to select more than one item

d)

display information or message

20.

What is the main function of option button?

a)

accepts user input

b)

allows user to select only one choice

c)

allows user to select more than one item

d)

display information or message

21.

What property is set if the button is not clickable and appears in gray?

a)

set to enabled

b)

set to false

c)

set to true

d)

set to visible

22.

What is the function of the command button in the form?

a)

used to carry out specified action

b)

used to display images

c)

used to display messages and enters text

d)

used to display yes/no action

23.

What will happen if you insert a textbox button in the form?

a)

it will display a list of items

b)

it will display a text that user cannot modify

c)

it will display a true or false option

d)

it will display message that user can modify

24.

How will you describe the function of the checkbox?

a)

allows entering text on a form at runtime

b)

displays a drop-down list of various items

c)

display a list of items which user can select

d)

indicates if the particular condition is on or off

25.

How would you contrast Name from Caption?

a)

Name addresses the actual caption while caption can only be set by changing the index

b)

Name declares the variable of an object while Caption changes the label of an object

c)

Name is the permanent name of the object while caption is temporary

d)

Name is temporary while caption is permanent

26.

What symbol is used to represent the direction of the program in flowchart?

a)

Input

b)

Decision

c)

Flow Lines

d)

Preparation

27.

Which of the following does not belong to the group?

a)

Documentation

b)

Implementation

c)

Plan the Solution

d)

Test the Program

28.

This is a blank form that shows automatically when starting a visual basic program.

a)

Menu bar

b)

Toolbox

c)

Properties Window

d)

Windows Form

29.

Which of the following flowchart symbol represents the logical test that is answerable by yes or no?

a)

Data

b)

Decision

c)

Direction

d)

Process

30.

Which of the following flowchart symbol represents memory for repetition of action?

a)

Decision

b)

Preparation

c)

Process

d)

Terminator

31.

How would you change the background of the textbox?

a)

Properties – Backcolor

b)

Properties - Bgcolor

c)

Properties – Fontcolor

d)

Properties - Forecolor

32.

What action will you perform in finalizing you visual basic program?

a)

Ctrl + F5

b)

File – Make Project1.exe

c)

File – Save Project As

d)

Run the Program

33.

What are the steps in saving a new visual basic file?

a)

Ctrl + S

b)

File - Save

c)

File – Save Project As – Save

d)

File – Save Project – Open Folder - Save

34.

What will you set in the property window if you want to resize the image?

a)

Border Style

b)

Startup Position

c)

Stretch

d)

Style

35.

How could you develop a function in the visual basic that can be used to control and manage time?

a)

used of clock

b)

used of timer control

c)

used of timer operator

d)

used of timer tags

36.

Which of the following symbols is used to connect the flowchart to another part of the same page?

a)

Off-Page Connector

b)

On-Page Connector

c)

Off-Page Lines

d)

On-Page Lines

37.

Which of the following allows the programmer to represent program logic in textual form?

a)

Algorithm

b)

Flowchart

c)

Pseudocode

d)

Software

38.

What do you mean by .exe file?

a)

it means exemption

b)

it means executable

c)

it means exemplary

d)

it means exempted

39.

What explanation do you have for break time in visual basic?

a)

time spent in planning the program

b)

time spent in checking, debugging, etc.

c)

time spent when a user runs an application

d)

time spent in writing and designing codes

40.

What explanation do you have for design time in visual basic?

a)

time spent in planning the program

b)

time spent in checking, debugging, etc.

c)

time spent when a user runs an application

d)

time spent in writing and designing codes

41.

What explanation do you have for run time in visual basic?

a)

time spent in planning the program

b)

time spent in checking, debugging, etc.

c)

time spent when a user runs an application

d)

time spent in writing and designing codes

42.

Why is it important to train the user once the program has been implemented?

a)

it is required by the company

b)

to avoid bugs and errors during execution

c)

to track and maintain the products / services

d)

to store documents and avoid misuse of data’s

43.

What is anything capable of making a decision?

a)

Program

b)

Program Logic Formulation

c)

Programming Language

d)

Standard Language

44.

What is the interval of the timer set in your date and time application?

a)

0

b)

60

c)

100

d)

1000

45.

What is the first step in program development cycle?

a)

Coding the Program

b)

Documentation

c)

Identifying the Problem

d)

Planning the Solution

46.

Which control is used for specifying intervals?

a)

Label

b)

ListBox

c)

OLE

d)

Timer

47.

What control is responsible for accepting user input?

a)

ListBox

b)

Label

c)

TextBox

d)

Command

48.

Predict the outcome if Text1.Text = “ “ or Text2.Text = “ “ Then MsgBox “Incomplete Info”, vbInformation + VbOKonly, “EXAM” Else Form2.Show Form1.Hide End If End Sub?

a)

Form1 access denied

b)

Form1 will appear, Form2 will hide

c)

Form2 will appear if complete info is entered

d)

Message box will appear

49.

Why do you think “The Properties Window” plays an important role in the development of visual basic applications?

a)

it changes how the objects looks

b)

it set program related option like Program

c)

it opens programs stored in the hard drive

d)

it allows the developer to graphically design program components

50.

What are the objects present in your stopwatch program?

a)

1 label, 3 commands, 1 timer

b)

3 labels, 1 command, 1 timer

c)

3 labels, 3 commands, 1 timer

d)

1 label, 1 command, 1 timer