Midterm Revision Sheet

Midterm Revision Sheet

Midterm Revision Sheet

I) True OR False:

  1. You can use any Geometric shape to represent Algorithm when drawing flowchart.( F )
  2. Flow chart can be drawn using software only and can`t be drawn on paper. ( F)
  3. Program design is to translate the flow chart into one of the programming languages(T )
  4. Problem Definition is the first step of problem solving. ( T)
  5. The documentation is beneficial when more than one person participate in writing the program. ( T )
  6. The flow of steps will always be from top to bottom or from left to right. ( F)
  7. At least two paths(branches)must come out from the decision shape. ( T)
  8. The rectangle symbol represents only one processing Operation. ( F)
  9. The terminal symbol represents input and output operations in flow chart. ( F)
  10. Variable names are chosen to reflect and indicate the content of the variable. ( T )
  11. IDE contains everything you need of developer tools and features enable the creation of.Net application. ( T )
  12. The Framework provides environment to design and run for .net applications ( T )
  13. The length, width and color for any object are properties. ( T )
  14. The windows applications have GUI.( T )
  15. VB.net doesn’t work through objects in computer memory. ( F)
  16. Form is an object which has properties, procedures and events. ( T )
  17. VB.net is an Event driven programming language. ( T )
  18. High level languages are written in English and easy to learn. ( T )
  19. The shown properties in Properties Window are different according to the active part on the IDE screen. ( T )
  20. Controls in Toolbox are can be shown in categories.( T )
  21. Visual Basic .net can produce Windows application only. ( F )
  22. Writing programs using programming languages is important for responding to certain event. ( T )

Write the scientific term for the following:

  1. Problem is defined as the objective or specific output we want to attain.
  2. FlowChart is a diagram that uses standard graphical symbols to illustrate the sequence of operations.
  3. Algorithm are a group of logically arranged procedures to be executed on inputs to attain an output.
  4. Terminal is what a flow chart should start & End with.
  5. Programming languages is a set of rules, symbols & special words used to write a program.
  6. Object is the basic constructive element in OOP.
  7. Compiler translates programs’ instructions into the machine language for the computer to be executed.
  8. VB.netis an object oriented Programming language.
  9. Event is the act which can be located on the object.
  10. Procedure is the commands and instructions which are carried out when calling by an event
  11. –Visual Studio -- is a package that includes visual basic .net and other languages

------

II)Choose the correct answer form between brackets:

  1. The Objectives or the specific output that you want to attain.

( Problem – Problem Solving – Algorithm)

  1. The steps , activities and procedures to be done to reach an objective or an output.

( Problem – Problem Solving – Algorithm)

  1. The group of logically arranged procedures to be executed to attain a goal.

( Algorithm – Flow Chart– Problem Definition)

  1. The stage in which programmer can detect errors and debug them is problem…

(Definition – Testing – Documentation)

  1. The diagram uses standard graphical symbols to illustrate the sequence of steps required to solve a problem."

( Algorithm – Flow Chart– Problem Definition)

  1. The last stage in problem solving stages is problem…

(Definition – Design – Documentation)

  1. To represent data input in flowcharts, use the term......

(Output – Get – Print )

  1. The memory storage locations that holds a value and changes during execution"

(Constant - Algorithm – Variable)

  1. The symbol used to represent a question has more than one alternative.

( - -)

  1. The Output is expressed with ...... ( Enter – Read – Print )
  2. The symbol ...... is used to represent both the start and the end in flow chart.

( - -)

  1. To create a new project choose New Project from ( File- Project- View ) menu.
  2. The behavior of the object, when specific action occurs on it.

(Properties – Events – Procedures )

  1. Double click on a button is ------

(Properties – Events – Procedures )

  1. It`s used to display the list of folders and files of the

(Solution Explorer - Form – Properties Window).

  1. The properties window is displayed properties of the ( object – form – Active object) .
  2. (Solution Explorer - Toolbox – Properties Window) contains controls that programmer can place on the form.
  3. The Window or GUI of application that users will see and work with when they run the application ( IDE – Form – Project).
  4. (Solution Explorer - Toolbox – Properties Window) lists the property settings for the selected control.
  5. Characteristics which describe the object such as size , name and color are ------

(Properties – Events – Procedures )

------

IV- Look at the following Flowchart and answer:

V- Look at the following Flowchart and answer:

VI- Look at the following Flowchart and answer:

1