wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Ulol gago tarantado tanga bastos walang modo siraulo

Total questions: 81

Worksheet time: 41mins

Name
Class
Date
1.

is a programming paradigm that uses objects and their interactions to design applications and computer programs. 

a)

Object-Oriented Programming

b)

Visual basic

c)

Public Class

d)

Private Class

2.
  • provides full support for object-oriented programming including encapsulation, inheritance, and polymorphism.

a)

Object-Oriented Programming

b)

Visual basic

c)

Public Class

d)

Private Class

3.
  • a group of related properties, methods, and other members are treated as a single unit or object.

a)

Object-Oriented Programming

b)

Visual basic

c)

Encapsulation

d)

Inheritance

4.
  • a group of related properties, methods, and other members are treated as a single unit or object.

a)

Object-Oriented Programming

b)

Visual basic

c)

Encapsulation

d)

Inheritance

5.
  • describes the ability to create new classes based on an existing class.

a)

Object-Oriented Programming

b)

Visual basic

c)

Encapsulation

d)

Inheritance

6.
  • means that you can have multiple classes that can be used interchangeably, even though each class implements the same properties or methods in different ways.

a)

Object-Oriented Programming

b)

Polymorphism

c)

Encapsulation

d)

Inheritance

7.
  • its simplifying complex reality by modeling classes appropriate to the problem.

a)

Abstraction

b)

Polymorphism

c)

Encapsulation

d)

Inheritance

8.

can be describe the type of objects

a)

Abstraction

b)

Classes

c)

Objects

d)

Inheritance

9.

these are usable instances of classes

a)

Abstraction

b)

Classes

c)

Objects

d)

Inheritance

10.

like classes, define a set of properties, methods, and events.

a)

Interfaces

b)

Classes

c)

Objects

d)

Inheritance

11.

is a set of instructions on how to solve a

problem or perform a task

a)

Computer Programming

b)

Computer Program

c)

Keywords(Reserved Words)

d)

Operators

12.

is the process of developing and

implementing various sets of instructions to enable a computer

to do a certain task.

a)

Computer Programming

b)

Computer Program

c)

Keywords(Reserved Words)

d)

Operators

13.

Popular programming languages for building windows and web applications.

a)

Visual Basic

b)

C#

c)

C

d)

C++

e)

Java

14.

Powerful advanced programming languages that emphasize flexibility and fast running times. C++ is also object-oriented.

a)

Visual Basic

b)

C#

c)

C

d)

C++

e)

Java

15.

Flexible and Powerful programming language that runs on many different computer systems, Often used to teach object-oriented programming.

a)

Visual Basic

b)

C#

c)

C++

d)

Java

16.

Simple, yet powerful programming language used for graphics and small applications

a)

Python

b)

C#

c)

C++

d)

Java

17.

Programming language used for creating interactive Web Sites.

a)

Python

b)

C#

c)

PHP

d)

Java

18.

Words with special meaning that make up a high-level

programming language, cannot be used for any other

purpose

a)

Keywords

b)

Operators

c)

Variables

d)

Syntax

19.

Special symbols that perform various operations on data

a)

Keywords

b)

Operators

c)

Variables

d)

Syntax

20.

Used to store data in memory, named by the programmer

a)

Keywords

b)

Operators

c)

Variables

d)

Syntax

21.

Set of rules

a)

Keywords

b)

Operators

c)

Variables

d)

Syntax

22.

Instructions made up of keywords, variables, and

operators.

a)

Statements

b)

Procedures

c)

Comments

d)

Translator

23.

Set of programming statements that perform a

specific task

a)

Statements

b)

Procedures

c)

Comments

d)

Translator

24.

Ignored when the program runs, help human

reader understand the purpose of programming

statements

a)

Statements

b)

Procedures

c)

Comments

d)

Translator

25.

is a computer program that

performs the translation of a program written

in a given programming language into

a functionally equivalent program in another

computer language

a)

Statements

b)

Procedures

c)

Comments

d)

Translator

26.

is a software

application that provides comprehensive facilities to computer

programmers for software development.

a)

Statements

b)

Procedures

c)

Integrated Development Environment

d)

Translator

27.

appears at the top of the Visual

Studio window

a)

Menu Bar

b)

Standard Tool Bar

c)

Toolbox

d)

Solution Explorer Window

28.

contains buttons that execute frequently

used commands. Provides quick access to commands that would otherwise be

executed from a menu

a)

Menu Bar

b)

Standard Tool Bar

c)

Toolbox

d)

Solution Explorer Window

29.

is a window for selecting controls to use in an

application’s user interface

a)

Menu Bar

b)

Standard Tool Bar

c)

Toolbox

d)

Solution Explorer Window

30.

This is a section that is used to view and modify

the contents of the project.

a)

Menu Bar

b)

Standard Tool Bar

c)

Toolbox

d)

Solution Explorer Window

31.

shows all the control (like TextBox)

properties to be changed at design time.

a)

Properties Window

b)

Form Designer Window

c)

Output

d)

Error List

32.

it allows you to design your application's

user interface visually by dragging controls onto a design-time

representation of your application.

a)

Properties Window

b)

Form Designer Window

c)

Output

d)

Error List

33.

its a window that can display status

messages for various features in the

integrated development environment (IDE).

a)

Properties Window

b)

Form Designer Window

c)

Output

d)

Error List

34.

displays information about a

specific error message.

a)

Properties Window

b)

Command Window

c)

Output

d)

Error List

35.

is used to execute

commands or aliases directly in the Visual

Studio integrated development environment

(IDE).

a)

Properties Window

b)

Command Window

c)

Output

d)

Error List

36.

is a small rectangular box that pops up when you hover the

mouse pointer over a button on the toolbar or Toolbox for a few seconds

a)

ToolTips

b)

Docked Window

c)

Floating Window

d)

Console Application

37.

It is attached to one of the edges of the Visual Studio environment

a)

ToolTips

b)

Docked Window

c)

Floating Window

d)

Console Application

38.

You can resize the window as well as click and drag it by its title bar

a)

ToolTips

b)

Docked Window

c)

Floating Window

d)

Console Application

39.

allow us to write data to the

console read data from the console, and run

in within a DOS Shell.

a)

ToolTips

b)

Docked Window

c)

Floating Window

d)

Console Application

40.

is a type of user interface element you create on a Visual

Basic form by using a toolbox control.

a)

Objects

b)

Properties

c)

Methods

d)

Events

41.

which describe the object

a)

Objects

b)

Properties

c)

Methods

d)

Events

42.

cause an object to do something

a)

Objects

b)

Properties

c)

Methods

d)

Events

43.

are what happens when an object does something

a)

Objects

b)

Properties

c)

Methods

d)

Events

44.

All the Visual Basic Objects can be moved,

resized or customized by setting their properties.

a)

Control Properties

b)

Control Methods

c)

Control Events

d)

Basic Controls

45.

is a procedure created as a member of a

class and they cause an object to do something.

a)

Control Properties

b)

Control Methods

c)

Control Events

d)

Basic Controls

46.

is a signal that informs an application that something

important has occurred.

a)

Control Properties

b)

Control Methods

c)

Control Events

d)

Basic Controls

47.

VB.Net provides a huge variety of controls that help

you to create rich user interface.

a)

Control Properties

b)

Control Methods

c)

Control Events

d)

Basic Controls

49.
a)

Forms

b)

TextBox

c)

Label

d)

Button

50.
a)

Forms

b)

TextBox

c)

Label

d)

Button

51.
a)

Forms

b)

TextBox

c)

Label

d)

Button

52.
a)

ListBox

b)

ComboBox

c)

RadioButton

d)

CheckBox

53.
a)

ListBox

b)

ComboBox

c)

RadioButton

d)

CheckBox

55.
a)

ListBox

b)

ComboBox

c)

RadioButton

d)

CheckBox

56.
a)

PictureBox

b)

ProgressBar

c)

ScrollBar

d)

DateTimePicker

57.
a)

PictureBox

b)

ProgressBar

c)

ScrollBar

d)

DateTimePicker

58.
a)

PictureBox

b)

ProgressBar

c)

ScrollBar

d)

DateTimePicker

62.

Alphanumeric data such as letters of the alphabet, digits that are not treated as numbers, and another special characters

a)

String

b)

Char

c)

Decimal

d)

Double

63.

Stores single unicode characters (supports any international language).

a)

String

b)

Char

c)

Decimal

d)

Double

64.

Decimal numeric values - often used to store dollars/cents.

a)

String

b)

Char

c)

Decimal

d)

Double

65.

Double-precision numeric values with 14 digits of accuracy

a)

String

b)

Char

c)

Decimal

d)

Double

66.

Whole numeric values in the range -32,768 to 32,767

a)

Boolean

b)

Short

c)

Integer

d)

Long

67.

Single Precision Numeric Values with 6 digits of accuracy

a)

Single

b)

Short

c)

Integer

d)

Long

68.

Whole numeric values in the range -2,147,483,648 to +2,147,483,647.

a)

Boolean

b)

Short

c)

Integer

d)

Long

69.

Whole numeric values that are very, very large

a)

Boolean

b)

Short

c)

Integer

d)

Long

70.

True or False

a)

Boolean

b)

Byte

c)

Date

d)

Object

71.

Stores binary data of values 0 to 255, - can be used to store ASCII character code values

a)

Boolean

b)

Byte

c)

Date

d)

Object

72.

Stores dates in the form 1/1/0001 to 12/31/9999.

a)

Boolean

b)

Byte

c)

Date

d)

Object

73.

Stores any data type

a)

Boolean

b)

Byte

c)

Date

d)

Object

74.

use this to declare variables and constants inside a procedure these are local variables.

a)

Dim

b)

Byte

c)

Date

d)

Object

75.

are values that are stored to memory locations; however, it cannot have its value change during program execution

a)

Dim

b)

Const

c)

Date

d)

Object

76.

this is conversion by VB from a narrower to wider data type (less memory to more memory) – this is done automatically as there is no danger of losing any precision.

a)

Implicit Conversion

b)

Explicit Conversion

c)

Date

d)

Object

77.

statement implements branching logic based on a testable condition

a)

If Statements

b)

Explicit Conversion

c)

Date

d)

Object

78.

Combine two expressions into one. Both expression must be true for the overall expressions to be true.

a)

And

b)

Or

c)

Xor

d)

Not

79.

Combines two expressions into one. One or both expressions must

be true for the overall expression to be true. It is only necessary for

one to be true, and it does not matter which.

a)

And

b)

Or

c)

Xor

d)

Not

80.

Combines two expressions into one. One expression (not both) must

be true for the overall expression to be true. If both expressions are

true, or both expressions are false, the overall expression is false.

a)

And

b)

Or

c)

Xor

d)

Not

81.

Reverses the logical value of an expression: makes a true expression

false and a false expression true.

a)

And

b)

Or

c)

Xor

d)

Not