MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

download MELJUN CORTES's - HCCB & BCC IT & Computer  Collection EXAM 2009

of 24

Transcript of MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    1/24

    Meljun

    Holy Child Colleges of Butuan

    Preliminary

    Examination

    IT

    101(Computer Programming1)

    Name: __________________________________ Date: _July 10, 2009__ Score:___________________

    I. Identification (Identify the following, write your answer on your testbooklet)

    1.__________pictorial representation of the flow of logic in solving a problem.2.__________testual presentation of an algorithm where the action to be taken

    by the machine.

    3.__________the summary of solving the problem usually used by the systemanalyst.4.__________the detailed steps in solving the problem.5.__________a recipe for solving the problem.6.__________one of the useful tools has been developed to determine & tests

    the validity.7.__________an electronic storing device that manipulate data based on the set

    of instructions.8.__________set of instruction tells the computer how to solve a particular

    problem.9.__________allows for the repetition or iteration of some set of instructions

    repeatedly.10._________allows for a choice between two paths of logic.11._________combination of the two or more fields, functions, operations,

    memory variable & constants.12._________used to produce numeric results.13._________used to compare data values of the same type.14._________compare values of the same type to produce a logical true, false,

    yes or no.15._________a unary operator. If the expression to be evaluated is false, the

    whole expression is true.16._________occurs when there is conditions within a condition or multiple

    conditions.17._________a way of solving a problem.18._________are presented as a tools for the expression of algorithm.19._________symbol indicates the use to begin or end a section of the

    flowchart.20._________symbol indicates the transfer of data from a device into computer

    memory out to a device.21._________symbol indicates the subroutines or sub-program is to be

    performed.22._________symbol indicates the condition is to be tested, one of the two

    paths leading from symbols.

    23._________symbols is used to connect the symbols of flowchart.24._________symbols is used to indicate a movement from point in the

    flowchart to another.25._________symbols is used instead of a connector symbol to designate entry

    to or from a page.26._________symbols which are instructions or group of instructions to be

    initializing the variable.27._________symbols which are used for explanatory notes or clarification of

    specific symbols.28._________describes the flow of execution in the logic of the program.

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    2/24

    Meljun

    29._________is a binary operator; both the left and right side expressions mustbe true.

    30._________is a binary operator; if either the left or the right expression istrue.

    II. Identify the following flowcharting symbols used in solving & analysis ofthe problem.

    III. List down the following (Enumerate of what is asked)A. 8 Uses of Program Flowchart used by the programmerB. 6 Areas or steps in developing the Program Flowchart must the

    programmer to be consideredC. 10 Basics symbols used in Flowcharting to blueprint the logic of

    the ProgramD. 3 Types of Control Structures in designing the LOGIC OF THE

    PROGRAME. 3 Problem Solving Process

    IV. Problem Solving by FLOWCHARTING1.) Draw a flowchart that will compute the bonus of an

    employee. Consider the following conditions: If the employees

    monthly salary is less than 2,000 pesos, the bonus is 50% of thesalary; for employees with salaries greater than 2,000 pesos,the bonus is 1,500 pesos. Display the name of employee and thecorresponding bonus for each employee.

    Holy Child Colleges of ButuanMIDTERM Examination

    IT 102(COMPUTER PROGRAMMING)Name: __________________________________ Date: ____August 10, 2009

    _ Score:

    __________________

    I. Label & Identify the Parts of IDE (Integrated Development Environment) of VISUAL BASIC 6.0

    Number1

    Number

    2 Number 3 Number 4Number

    5

    Number 6Number 7 Number

    8Number 9

    Number 10

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    3/24

    II B Identify

    this partsA

    II Multiple Choices (Write the WordOnly)

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    4/24

    1.What is the function of this button?

    A Run the project

    B View Form

    C Height of window

    D View the source code

    2. What is the name of the bar where you would see a Categorized view or an Alphabetic View?

    A Project Properties Window

    B Tool Bar

    C Tool Box window

    D Project explorer

    3. What is the missing label of the brown axis?

    A OS file name

    B Name of object

    C Visual Basic Files

    D Tree View

    4. What is this button used for.

    A Stopping other programs taking inputs

    B Terminating the application

    C Drawing 3d objects

    D Check the application

    5. Which one of these is not a valid add -in.

    A global module

    B resource files

    C general module

    D modest module

    6. What is tool tip text?

    A Tool tip text is a tip of the day

    B Tool tip text does not exist

    C Tool tip text is the same as the caption

    D Tool tip text is shown when the mouse is held over a object for a period of time

    7. What is the meaning of *.VBP .

    A Volly Ball Practice

    B Visi - ble - property

    C Visual Basic Project

    D Visual Binary Protocol

    8. What is the purpose of the name function in all controls?

    A So things can be sorted by type

    B So they can be called at runtime

    C The name functions does not exist

    D Not too sure

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    5/24

    III. LABEL & IDENTIFY the controls in the tool box.

    IV.What is the meaning of the following FILENAMEEXTENSION?

    1.) HOLY.frm _______________________

    2.) HOLY.vpb________________________

    3.) HOLY.exe_______________________

    4.) HOLY.obj________________________

    5.) HOLY.com_______________________

    V.Enumeration (List down the following.)1.) 3 kinds of Errors occur in the program debugging.

    2.) 20 Intrinsic Controls in the Toolbox of Visual Basic 6.0.

    3.) 2 Important Files being created every time you create an Application of Visual Basic program.

    VI.Identification (Identify the following statement or terminology of VisualBasic 6.0)

    1._______________________basics building blocks of a Visual Basic application.

    2._______________________block of code that is executed when an object is manipulated in a program.3._______________________tool you use to create on a Visual Basic Form.

    4._______________________name of a user interface elements you create on a Visual Basic 6.0.

    5._______________________value or characteristics or attributes held by a Visual Basic 6.0.

    6._______________________keyword in the code that does the work of the program.

    7._______________________special container used to hold data temporarily in a program.

    8._______________________special statement that performs an Actions or a Service for an object.

    9._______________________object that are contained within the form object.

    10.______________________filename extension of the form file.

    11.______________________filename extension of the project file.

    12.______________________lets the program perform actions in real time.

    13.______________________foundation of any application that represent an interface in the Visual Basics.

    14.______________________containing window that holds the custom for you application of Visual Basics.15.______________________primary unit of organization in Visual Basics application program.

    VII. DEBUGGING (Identify the ERRORS in the following Source Code of theProgram)

    Private Sub Command1_Clock( )

    If texxt2.text = meljun than

    loginSucceeded = truth

    area.show

    me.hide

    else

    label3.daption = (Invalid Password.. Please try again.)

    msgbox Sorry Invalid Password.. Please try again.., vbcritical, HCCB-meljun

    There are 5 ERRORS inthe source code, identifythem.

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    6/24

    Meljun

    text2.text.setfocus

    sendkeys {home}+{end}

    endif

    end SAB

    Holy Child Colleges of Butuan

    SEMI-FINALS

    ExaminationIT 102(VISUAL BASIC PROGRAMMING)Name: __________________________________ Date: ____Sept. 2, 2009

    _ Score:__________________

    8:30-10 THF

    DEBUGGING (Identify & Encircle the Syntax & Logic Errors of the followingSource Code below)

    Instructions: Identify & encircle on this test paper and WRITE in theTestbooklet the Syntax & Logic Errors of the Calculator Source Code.

    General Declaration

    Dim DotPushed As Booleans

    Dim OperatorPushed As Boolean

    Dam Operand1 As Double

    Dim Operand2 As Double

    Dim Operation As Strang

    Dim LOGO As String

    Dim EqualPressed As Boolean

    Private Sub cmdPercent_Click()

    On Error GoTo ErrorHandler

    OperatorPushed = False

    Operand2 = Val(Display.Caption)

    Select Cases Operation

    Case "x": Display.Caption = Operand1 * Operand2 / 100

    Case "+": Display.Caption = Operand1 + (Operand2 / 100) *

    Case "-": Display.Caption = Operand1 - (Operand2 / 100) *

    Case "/": Display.Cuption = Operand1 / ((Operand2 / 100) *

    End Selected

    Operation = ""

    EqualPressed = Tue

    Exit Sudd

    ErrerHandler:MsgBox Err.Description, vbCritical, LOGO

    Display.Caption = "Error"

    End Sub

    Privute Sub cmdPi_Clack()

    Display.Caption = 3.14159265358979

    End Sub

    Private Sub cmdPlus_Click()

    OperatorPushed = True

    Operand1 = Vol(Display.Caption)

    Operation = "+End Sub

    Private Sub cmdShowHide_Clack()

    Ifff Me.Heigtt = 3555 Then

    Me.Height = 4815

    Elses

    Me.Height = 3555

    Ended If

    End Sub

    There are more

    than

    30Errors inthe program.

    Catch Them.

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    7/24

    Dim MemoryVar As Dauble

    Private Sub cmdC_Click()

    Display.Caption = "0."

    End Sub

    Prevate Sub cmdEquals_Clack()

    On Errar GoTo ErrorHandlering

    If Nat EqualPressed Then

    Operand2 = Val(Display.Caption)

    Else

    Operand1 = Val(Display.Caption)

    End Ifff

    Selected Cases Operation

    Case "+": Display.Caption = Operand1 + Operund2

    Case "-": Display.Caption = Operand1 -* Operand2

    Case "x": Dasplay.Caption = Operand1 * Operand2

    Case "/":

    If Operand2 = 0 Then

    Display.Caption = "Error"

    Else

    Dasplay.Caption = Operand1 /// Operand2

    End If

    Case "^": Display.Caption = Operand1 ^ Operand2

    Case "\":

    If Operand2 = 0 Than

    Display.Caption = "Error"

    Elses

    Display.Caption = Int(Operand1 / Operand2)

    End If

    Cuse "Mood":

    If Operand2 = 0 Then

    Display.Cuption = "Error"

    ElseDisplay.Coption = Operand1 - (Int(Operand1 / Operand2) *+ Operand2)

    End If

    End Selected

    OperatorPushed =/ Falses

    DotPushed = False

    EqualPressed = Trues

    Exit Sub

    ErrorHandler:

    MsgBax Err.Description, vbCratical, LOGO

    Display.Caption = "Error"

    End Sab

    III. LABEL & IDENTIFY the controls in the tool box.

    Private Sub Farm_Lood()

    frmRealCalc.KeyPreview = True

    LOGO = "Calculator"

    Me.Height = 4815 '=3555 for compact mode open

    Mee.Width = 4400

    Me.Top = (Screen.Hight - Me.Height) / 3

    Me.Left = (Screen.Width - Me.Width) / 3

    DotPushed = False

    MamoryVar = 0

    End Sub

    Wh

    IV.What is the meaning ofat is the following FILENAME

    EXTENSION?1.) HOLY.frm _______________________

    2.) HOLY.vbP________________________3.) HOLY.exe_______________________

    4.) HOLY.obj________________________

    5.) HOLY.com_______________________

    En V. Enumeration (List down thefollowifollowing)

    3 kinds of 3 kinds of Errors occur in the program debugging.

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    8/24

    VI. Identification (Identify the following statement or terminology ofVisual Basic 6.0)1._______________________basics building blocks of a Visual Basic application.

    2._______________________block of code that is executed when an object is manipulated in a program.

    3._______________________tool you use to create on a Visual Basic Form.

    4._______________________name of a user interface elements you create on a Visual Basic 6.0.

    5._______________________value or characteristics or attributes held by a Visual Basic 6.0.

    6._______________________keyword in the code that does the work of the program.

    7._______________________special container used to hold data temporarily in a program.

    8._______________________special statement that performs an Actions or a Service for an object.

    9._______________________object that are contained within the form object.

    10.______________________filename extension of the form file.11.______________________filename extension of the project file.

    12.______________________lets the program perform actions in real time.

    13.______________________foundation of any application that represent an interface in the Visual Basics.

    14.______________________containing window that holds the custom for you application of Visual Basics.

    15.______________________primary unit of organization in Visual Basics application program.

    VII. Identify this Parts of Visual Basics 6.0

    Holy Child Colleges of Butuan

    PreliminaryExamination

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    9/24

    Meljun

    IT 103(ComputerProgramming 2)

    Name: __________________________________ Date: _November 18,2009_ Score:_________________

    I. Identification (Identify the following Item in the Menu Bar ofTurbo C)

    1._____________used to load & save files, handles directories, invoked DOS &exists Turbo C.2._____________used to compile (check for errors), links, & runs the program currentlyloaded in the environment.

    3._____________used to compile the program currently in the environment.4._____________is a window located beneath the middle of edit window &hotkeys.

    5._____________it is used to display various compiler or linker messages.6._____________it compiles the program currently in the environment.7._____________it lets you save a file using different filename.8._____________it lets you edit a new file.9._____________it display the current working directory & let you choose a fileto edit.10.____________it prompts you for a filename & then loads that file into theeditor.

    II. Classify the following if it is KEYWORDS or DATATYPES.

    Keywords in C are reserved words that have a special meaning in the CProgramming.Data Types in C are modifier in which can identify the what kind of data inthe variables.

    1._________auto 11._________ long double2._________char 12._________ short int3._________return 13.__________long int4._________while 14.__________unsigned5._________goto 15.__________static6._________const 16.__________switch7._________double 17.__________volatile

    8._________int 18.__________break 9._________void 19.__________case10.________float 20.__________if

    III. Fill in the blanks1.____ is a header files of Turbo C that defines types & macros needed forstandard I/O.2.____contains information needed by the program to ensure the correctoperation of Turbo C.3.____is a line char used to move the cursor to the next line.4.____are identifier or variables that can store a value that cannot be changed

    during program executions.5.____are composed of a sequence of letters, digits, & the special character.6.____are identifier that can store a changeable value.7.____are reserved words that have a special meaning.8.____a data types of variables that hold ASCII characters or any 8-bitquantity.9.____a data types of variables that hold integers quantities.10.___a data types of variables that hold real numbers.

    IV. Problem Solving (Create a Source Code in C & followthe standard formats)

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    10/24

    Meljun

    1.)Make a program that will compute and display the SUM and PRODUCTof two numbers.

    Holy Child Colleges of ButuanPreliminaryExamination ICT 104(Business InformationSystems 4)

    Name: __________________________________ Date: _November 18,2009_ Score:_________________

    V. Identification (Identify the following statement, definition, or descriptions)

    1.) ________________is a technique for structured analysis use to plan and manage the

    development process.2.) ________________the objective of this phase of SDLC is to deliver a completely functioning

    and documented information systems.

    3.) ________________is an assessment to determine whether the systems operates properly & if

    costs & benefits are within expectations.

    4.) _______________this phase begins after the systems becomes operational & continues

    throughout the useful life of the system.

    5.) _______________the purpose of this phase is to create a blueprint for the new systems that

    will satisfy documents requirements, whether the systems is being developed in-house

    or purchased as a package.

    6.) _______________this is the document design presented to management & users for their

    review & approval.7.) _______________the purpose of this phase is to understand business requirements & build a

    logical model of the new system.

    8.) ________________the end-product of the system analysis phase.

    9.) ________________it is define & describe business processes & continues the investigation

    the begun during system planning & involves fact-finding technique such as interviews

    & observation.

    10.)_______________during this phase the programmer identify all necessary outputs, inputs,

    interfaces, & processes that design the internal & external.

    11.)_______________an arrangement of people, data, processes, & information technology that

    interact to collect, process, store, & provide as output the information needed to

    support an organization.

    12.)_______________a contemporary term that describes the combination of computer technology

    (hardware & software) with telecommunications technology (data, image, & voice

    networks).

    13.)_______________an information system that captures & processes data about business

    transactions.

    14.)_______________an information system that provides for management-oriented reporting based

    on transaction processing & operations of the organizations.

    15.)_______________an information system that either helps to identify decision-making

    opportunities or provides information to help make decisions.

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    11/24

    Meljun

    16.)_______________the product of system, analysis & design that visually represented in the visual

    framework as the large rectangle in the center of the picture.

    17.)______________pay for the system to be built & operated & set the vision & priorities for the

    system. Hence, they view an information in terms of costs & benefits to solve

    problems & exploit opportunities.

    18.______________define the business requirements & expectations for the systems. Hence, they

    view an information system in terms of the functionality provided to their jobs,

    ease-learning or ease of use.

    19.)______________translate the business requirements into a feasible technical solution. Hence,

    they view an information system in terms of a design blueprint to guide theconstruction of the final system.

    20.)______________construct, deploy, & maintain the information system. Hence, they tend to view

    an information system in terms of the actual working hardware & software to

    implement the system.

    Holy Child Colleges of Butuan

    MIDTERMExamination

    ICT 101(Introduction to Computer)Name: __________________________________ Date: ____August 10, 2009_ Score:

    __________________

    2-3 MTWI. Identification (Identify the part of WORD PROCESSING APPLICATION

    SOFTWARE)

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    12/24

    Meljun

    II. FILL IN THE BLANKscroll bar icon menu bar standard toolbar toolbar

    status bar window formatting toolbar taskbar title bar

    1.________bar that considered as navigational tools that are used to move through a document.

    2.________bar that contains brief information about program that currently in use.

    3.________bar that is located at the top of window or dialog box.

    4.________bar that is group of button used to carry out commands.

    5.________bar that are strip along the bottom of the screen that typically shows from left to right.

    6.________bar that contains buttons for editing functions.7.________bar that considered the area at the top of window that lists the names of menus.

    8.________bar that contains buttons for quick access to formatting functions.

    9.________an area in which information is display on the screen.

    10._______a small picture that represents a program or document.III. Enumeration (List down the following)A.) 2 steps how to apply bold attributes

    B.) 2 steps how to apply italics attributes

    C.) 2 steps how to apply underline attributes

    D.) 2 steps how to apply alignment such as justify

    E.) 2 steps how to print preview the document

    F.) 4 steps how to save the documents for the first time

    G.) 4 steps how to open the documents or a fileH.) 4 steps how to cut or copy text in the other document

    I.) 4 steps how to edit the a header or footer of a document

    Holy Child Colleges of Butuan

    Semi-FinalsExamination

    ICT (Intro to Computer)Name: __________________________________ Date: ____Sept. 3, 2009_ Score:

    __________________2-3 MTW

    I. Label the part of Print Dialog Window

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    13/24

    II. FILL IN THE BLANKscroll bar icon menu bar standard toolbar toolbarstatus bar window formatting toolbar taskbar title bar

    1.________bar that considered as navigational tools that are used to move through a document.

    2.________bar that contains brief information about program that currently in use.

    3.________bar that is located at the top of window or dialog box.

    4.________bar that is group of button used to carry out commands.

    5.________bar that are strip along the bottom of the screen that typically shows from left to right.

    6.________bar that contains buttons for editing functions.

    7.________bar that considered the area at the top of window that lists the names of menus.

    8.________bar that contains buttons for quick access to formatting functions.

    9.________an area in which information is display on the screen.

    10._______a small picture that represents a program or document.

    III. List down the steps of the following:A. How to print the document? 4 steps

    B. How to print preview the document? 4 steps

    C. How to set up the margin setting of the selected document? 4 steps

    D. 4 Basics Elements of Computer System

    E. 4 Productivity Tools of Office Application

    IV EssayA. Discuss the importance of MS-Word 2007 in Business Organization

    B. How to change the Page Orientation of Selected Document from default?

    C. Discuss your all necessary skills that you developed in Word Processing,

    How would you apply in the Office Application?

    V. Multiple Choice ( write only the Word )

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    14/24

    Meljun

    1.) How can you create a new document using Microsoft Word?

    By clicking the blank page ( ) icon in Word.

    By clicking File/New and choosing the default template.

    By clicking Window's Start button, then New Office Document.

    All of the above.

    2. ) Which of the following is notstored in the Normal.dot?

    Auto Text entries.

    Styles entries.

    Auto Correct entries.

    Macros.

    Holy Child Colleges of ButuanPreliminaryExamination CS 104(Database Management System)

    Name: __________________________________ Date: _November 18,2009_ Score:

    _________________

    I. Identification ( Identify the followingstatement )

    1.____________the basic building block of data.2.____________a number, a name, or combination of character.3.____________a collection of related facts.4.____________a collection of related record.5.____________are combined to make a fact.

    6.____________are combined to make record.7.____________are combined to make file.9.____________are combined to make data base.10.___________is a collection of integrated & related master file.11.___________is a structured collection of information related to a particulartopic or purpose.12.___________refers to a group of fields referring to a single elements orentity.13.___________refers to the various kinds of information which can be storedin a database.14.___________is a system which can store & retrieve & process informationcalled from related files.

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    15/24

    Meljun

    15.___________is a raw materials or input to any data processing system.16.___________is manipulated to provide output.17.___________is a procedure of transforming data into desired output.18.___________when this output can be used to help people make decision.19.___________is a collection of integrated & related master file.20.___________are combined to make database.

    II. Identify the following:

    Number Date Paid To Amount IS Cancel101 1/2/85 Jose Tee 98.25 Y 102 1/5/85 Jay Koh 188.73 N

    1.)Each row is a __________________2.)Each Column is a ________________3.)Column titles are ________________4.)The type of data stored in a Field is the _____________________5.)The number of characters in a Field is its ____________________6.)__________________Is composed of one or more database files.7.)Each file has a _____________________.8.)______________file name of database file.9.)______________# of characters of filename extension.10.) A file name may have up to __________________.

    III. Enumeration ( List down the following)A. 5 items Hierarchy of DataB. 5 examples DBMS (Database Management System Software)

    IV. Essay (20 points)1. Discuss the importance & impact of DATABASE SYSTEM in the society.

    Butuan City Colleges

    FINALS ExaminationCSC 4/CSC 5 (Internet Proficiency & Web Design)

    Name: __________________________________ Date: ___March 10 , 2009__Score:_________

    I. Fill in the blank1. The WWW is most often called the ___________________.2. The web is a network of computers_____________________.3. All the computers use a communication standard

    called_______________.4. All the computers in the web can ________________________ with each

    other.5. Web information is stored in documents called _____________________.6. Web pages are files stored on computers called

    ________________________.7. Computers reading the web pages are called

    ____________________________.8. Web clients view the pages with a program called a

    _______________________.9. Popular browsers are ______________________ and _______________________.10. A browser fetches a web page from a server by

    _______________________________.11. A request is standard HTTP request containing a

    ______________________________.12. All web pages contain ________________________ for display.

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    16/24

    Meljun

    13. The browsers display the page by ______________________________these instructions.

    14. The most common display instructions are called________________________.

    15. W3C puts together specifications for __________________________.

    II. Identify the HTML tags (answer must have opening tags andclosing tags)

    1. _______________ to start the web page application.

    2._______________to create the head section.3._______________to create the body of HTML.4._______________to organize for header level.5._______________to begin a new paragraph.6._______________to set the background color.7._______________to insert a line break.8._______________to center elements on a web page application.9._______________to close the HTML tags.10.______________to create a horizontal rule in a web page application.11.______________to create the text as bold.12.______________to create the text as italic.

    13.______________to create the text as underline.14.______________to change the font color of the text.15.______________to insert an image as .jpg file in your web application.16.______________to create a marquee in the text of your web application.17.______________to change the background design of your web application.18.______________to change the font size of the text in your web application.19.______________to create a superscript in your text of web application.20.______________to create a link as anchor of your web application.

    III.Identification (Identify the following statements below)1.__________________a collection of documents containing cross-references or

    links.2.__________________the internet protocol which defines the hypertext

    documents native to WWW.3.__________________means the rules for how information is formatted and

    transported on internet.4.__________________are the glue of the WWW.5.__________________a network of network.6.__________________means that the data is sent between different computers

    in small.7.__________________performs transport TCP supports program to program

    communication.8.__________________the worldwide bulletin board.9.__________________used to transfer computers files between computers on

    the internet.10._________________talk with other people connected to the same host.11._________________electronic messaging, the most popular & widely used

    internet tools.12._________________a tool can access all the other tools.13._________________the first true navigational tool in the internet.14._________________the latest internet browser.15._________________gives you access to the internet.

    MidtermExamination

    CSC 4/CSC 5 (Internet Proficiency & Web Design)

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    17/24

    !

    ContinuationsVI. Give the meaning of the following Acronyms: (Answer must be written in

    the Answer Sheet)

    1._________________Internet 11.______________________E-mail

    2._________________WWW 12.______________________ISP3._________________URL 13.______________________TCP/IP4._________________http 14.______________________IP5._________________HTML 15.______________________IE6._________________FTP 16.______________________CGI7._________________IRC 17.______________________ISDN8._________________ARPANET 18.______________________TelNet9._________________LAN 19.______________________ALU10.________________WAN 20.______________________BBS

    V. Matching Type (Match the column A with column B, write the appropriate

    word in the Answer sheet)Column A Column B

    1.____________program runs on the websites.WWW

    2.____________set of rules on how the computer connected to the internet.E-mail

    3.____________electronic letter.Intranet

    4.____________graphical system of organized hypertext information on theinternet. Internet

    5.____________network of network. LAN6.____________interconnection of two or more computers.

    WAN7.____________personal computer that are close to each other.

    Web Server9.____________interconnection of many computers are located from different

    places. Protocol10.___________private version of Internet (public network).

    ComputerNetwork

    TelNet

    HTMLVI. Fill in the Blank ( Fill in the blank of the following statement )

    IRC, WWW, FTP, Information, URL, Web server, hypertext, web pages,

    1.)______________is a global, cross-platform, & graphical system organized2.)__________ information

    On the internet, which links 3.)_____________on similar subjects locateddifferent 4.)________ around the around.

    5. The main goal of the internet is to provide an 5.)_______________________.6. To request a page on a websites, the web browser establishes a

    connection to a 6.)_________________

    Using the 7.)___________________.8. The web browsers job to be able to across the information pointed by the

    8.)_____________________.9. The web can manage information contained on the

    9.)__________________________.10._______________would even permits us to go to a private chat room to talk

    about topics that are confidential.

    VII. List down the following:

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    18/24

    Meljun

    AY

    AW

    PAG-

    pa-ngup-

    ya,youbecomeanUGLY!

    LY!!!!

    A.) 6 Basics Internet ToolsB.) 4 Types of Computer Network

    Butuan City Colleges

    Semi-Finals ExaminationCSC 4/CSC 5 (Internet Proficiency & Web Design)

    Name: __________________________________ Date: ___February 11 , 2009__Score:_________

    IV. Fill in the blank16. The WWW is most often called the ___________________.17. The web is a network of computers_____________________.18. All the computers use a communication standard

    called_______________.19. All the computers in the web can ________________________ with

    each other.20. Web information is stored in documents called

    _____________________.21. Web pages are files stored on computers called

    ________________________.22. Computers reading the web pages are called

    ____________________________.23. Web clients view the pages with a program called a

    _______________________.24. Popular browsers are ______________________ and

    _______________________.25. A browser fetches a web page from a server by

    _______________________________.26. A request is standard HTTP request containing a

    ______________________________.

    27. All web pages contain ________________________ for display.28. The browsers display the page by ______________________________these instructions.

    29. The most common display instructions are called________________________.

    30. W3C puts together specifications for __________________________.

    V. Identify the HTML tags (answer must have opening tags andclosing tags)

    2. _______________ to start the web page application.2._______________to create the head section.

    3._______________to create the body of HTML.4._______________to organize for header level.5._______________to begin a new paragraph.6._______________to set the background color.7._______________to insert a line break.8._______________to center elements on a web page application.9._______________to close the HTML tags.10.______________to create a horizontal rule in a web page application.11.______________to create the text as bold.12.______________to create the text as italic.13.______________to create the text as underline.

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    19/24

    Meljun

    AYAW

    PAG-p

    a-ngup

    -ya,y

    oubeco

    mean 14.______________to change the font color of the text.

    15.______________to insert an image as .jpg file in your web application.16.______________to create a marquee in the text of your web application.17.______________to change the background design of your web application.18.______________to change the font size of the text in your web application.19.______________to create a superscript in your text of web application.20.______________to create a link as anchor of your web application.

    VI. Identification (Identify the following statements below)

    1.__________________a collection of documents containing cross-references orlinks.

    2.__________________the internet protocol which defines the hypertextdocuments native to WWW.

    3.__________________means the rules for how information is formatted andtransported on internet.

    4.__________________are the glue of the WWW.5.__________________a network of network.6.__________________means that the data is sent between different computers

    in small.7.__________________performs transport TCP supports program to program

    communication.8.__________________the worldwide bulletin board.9.__________________used to transfer computers files between computers on

    the internet.10._________________talk with other people connected to the same host.11._________________electronic messaging, the most popular & widely used

    internet tools.12._________________a tool can access all the other tools.13._________________the first true navigational tool in the internet.14._________________the latest internet browser.15._________________gives you access to the internet.

    Semi-Finals

    ExaminationCSC 4/CSC 5 (Internet Proficiency & Web Design)

    ContinuationsVI. Give the meaning of the following Acronyms: (Answer must be written in

    the Answer Sheet)

    1._________________Internet 11.______________________E-mail2._________________WWW 12.______________________ISP3._________________URL 13.______________________TCP/IP4._________________http 14.______________________IP5._________________HTML 15.______________________IE6._________________FTP 16.______________________CGI7._________________IRC 17.______________________ISDN8._________________ARPANET 18.______________________TelNet9._________________LAN 19.______________________ALU10.________________WAN 20.______________________BBS

    V. Matching Type (Match the column A with column B, write the appropriateword in the Answer sheet)

    Column A Column B

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    20/24

    1.____________program runs on the websites.WWW

    2.____________set of rules on how the computer connected to the internet.E-mail

    3.____________electronic letter.Intranet

    4.____________graphical system of organized hypertext information on theinternet. Internet

    LAN6.____________interconnection of two or more computers.

    WAN7.____________personal computer that are close to each other.

    Web Server9.____________interconnection of many computers are located from different

    places. Protocol10.___________private version of Internet (public network).

    ComputerNetwork

    TelNet

    HTMLVI. Fill in the Blank ( Fill in the blank of the following statement )

    IRC, WWW, FTP, Information, URL, Web server, hypertext, web pages,

    1.)______________is a global, cross-platform, & graphical system organized2.)__________ information

    On the internet, which links 3.)_____________on similar subjects locateddifferent 4.)________ around the around.

    5. The main goal of the internet is to provide an 5.)_______________________.6. To request a page on a websites, the web browser establishes a

    connection to a 6.)_________________

    Using the 7.)___________________.8. The web browsers job to be able to across the information pointed by the

    8.)_____________________.9. The web can manage information contained on the

    9.)__________________________.10._______________would even permits us to go to a private chat room to talk

    about topics that are confidential.

    VII. List down the following:

    C.) 6 Basics Internet ToolsD.) 4 Types of Computer Network

    15 September 2006

    Mr. Jack CruzConsultant IT DepartmentInternational Commission on ICTABC Bldg. Any Street AvenueMakati City

    Dear Mr. Cruz,

    I was informed by Mr. Tony Torres that the Commission has included, as part of itsreentry or hiring requirements for its Management Information Service, the completion of

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    21/24

    a course on System Analysis and Design (SAD). This is relative to the proposedstrengthening of the MIS under the current rationalization plan.

    I was further informed by MR. Torres that he recommended, last August, the undertakingof a one-week competency-based training course in SAD. The Commission wasamendable to the idea but only if such training will be sanctioned by your office.

    If we are able to push through with this joint undertaking the impact will be three-pronged:

    1. The applicability and impact of a competency-based program will betested, and in this case, your staff will be the model and first beneficiary.2. This will greatly enhance your teams capability to implement the long-awaited Philippines Automated Secret System (PASS) in the soonestpossible time.3. This shall serve as the initial output or critical success indicator of ourventure and pave the way for succeeding activities that should extend thebenefits of our joint efforts to other sectors in our information society.

    Rest assured that the ITFP will fully support your program of ICT policy making andgovernance.

    Yours truly,

    Meljun P. CortesPresident

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    22/24

    Revenue Projected for 6 months

    REVENUES Jan Feb Mar Apr May Jun Total

    Blue Mugs10,

    00010,0

    0010,

    00010,0

    0010,

    00010,

    00060,000

    .00

    Red Mugs1,

    0002,0

    004,

    0008,0

    0016,

    00032,

    00063,000

    .00Less: Sales discount

    (10%)1,

    1001,2

    001,

    4001,8

    002,

    6004,

    20012,300

    .00

    Gross Sales9,

    90010,8

    0012,

    60016,2

    0023,

    40037,

    800110,700

    .00

    EXPENSES

    Salaries10,

    00010,0

    0010,

    00010,0

    0010,

    00010,

    00060,000

    .00

    Office rent1,

    0001,0

    001,

    0001,0

    001,

    0001,

    0006,000

    .00Telephone, aircon,utilities

    1,500

    1,500

    1,500

    1,500

    1,500

    1,500

    9,000.00

    Miscellaneous

    2,

    000

    2,0

    00

    2,

    000

    2,0

    00

    2,

    000

    2,

    000

    12,000

    .00

    Total Expenses14,500

    .0014,500.

    0014,500.

    0014,500.

    0014,500

    .0014,500.

    0087,000

    .00

    Gross Profit(4,600.0

    0)(3,700.0

    0)(1,900.00

    ) 1,700.00 8,900.0023,300.0

    023,700

    .00

    Cumulative profit(loss)

    (4,600.00)

    (8,300.00)

    (10,200.00)

    (8,500.00) 400.00

    23,700.00

    MEL UN P. CORTESA R G R A P H o f P r o je c t e d R e v e n u e Sa l e s o f R e d & B l u e

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    23/24

    Meljun

    Holy Child Colleges of Butuan

    Preliminary

    ExaminationICT 1(Introduction to Computer)

    Name: __________________________________ Date: _July 6, 2009__ Score:___________________

    I. Identification (Identify the following statement, write only the WORDin your test booklet.)

    II. Classification ( Classify the following Peripheral Devices if it is INPUTDEVICE, OUTPUT DEVICE, STORAGE DEVICE, MEMORY DEVICE or PROCESSOR )

    Temporary Storage Headphone Compact Disk Input Device

    Scanner Floppy Disk Digital Camera Output Device

    Printer CD-ROM Gigahertz Memory Device

    Keyboard 1.44 MB 3 Barcode Storage Device

    1.____________memory is sometimes referred to as temporary storage because its contentswill be lost if electrical power to the computer is disrupted.2.___________hanheld input device that slides across the image for scanning images & text.3.___________output device that produces printed-paper outputs.4.___________input device that looks like a typewriter keyboards but has additional keys.5.___________a device or piece of equipment that translates data into a form a computer canprocess.6.___________audio-output devices connected to a sound card in the system unit.7.___________a 3 storage device that it is considered a flat and circular piece ofmagnetic disk.8.___________an optical storage disk that holds 650 MB to 1 GB of data on one side of the CD.9.___________memory capacity or amount of data a floppy disk holds or equal to 350

    typewritten page.10.__________an output device that translates audio information from the computer intosounds that people can recognizes and understand.11._________an input device that consist of codes of vertical zebra-striped marks printed onproduct container, read with a barcode reader.12._________a storage device that considered an optical disk that allows data to be read butnot recorded and has a capacity of 700MB.13.__________an input device that similar to a traditional camera except that images arerecorded digitally in the cameras memory rather than on film.14.__________Billions of bits per second.

    1.____________ DDR1 DIMM 990MB 21.____________RS-232C Serial mouse2.___________Intel Celeron CPU 215@ 1.33 Ghz 22.____________Trak Ball3.___________MS PS/2 Mouse 23.____________Track Point4.___________Standard 101/102 key PS/2 Keyboard 24.____________Trak Pad5.___________LPT 1 HP ink-jet printer 25.____________Touch Screen6.___________CRT 21 Video Display 26.____________Barcode7.___________LCD 14 Video Display 27.____________Puched Card8.___________Flat Screen 18 Video Display 28.____________Joystick

    9.___________1.44 MB 3 Micro Disk 29.____________720MB JAZ Disk 10.__________720 KB 5 of Floppy Diskette 30.____________DOT MatrixPrinter11.__________SDRAM 250 MB 31.____________Audio Blaster Speaker

    12.__________DDR2 DIMM 280 MB 32.____________1.2 MB 4.7 DVD

    13.__________Intel Core 2 Duo CPU @1.80 Ghz 33.____________4.3 GB SATA Hard Disk

    14.__________700 MB Compact Disk 34.____________Memory Stick

    15.__________2 GB Flask Disk 35.____________32 Bits SIMM

    17.__________2 GB DDR2 SDRAM 36.____________Optical P/S 2 Mouse

    18.__________320GB SATA HDD (5400 RPM) 37.____________Intel Centrino Processor 1.8

    19.__________13 WXGA LED Frameless Screen 38.____________360 KB 5 Diskette

    20.__________Intel Pentium microprocessor 64-bit 39.____________Intel P4 (478 pins 2.8 Ghz)

  • 8/9/2019 MELJUN CORTES's - HCCB & BCC IT & Computer Collection EXAM 2009

    24/24