Midterm Revision Sheet
I) True OR False:
- You can use any Geometric shape to represent Algorithm when drawing flowchart.( F )
- Flow chart can be drawn using software only and can`t be drawn on paper. ( F)
- Program design is to translate the flow chart into one of the programming languages(T )
- Problem Definition is the first step of problem solving. ( T)
- The documentation is beneficial when more than one person participate in writing the program. ( T )
- The flow of steps will always be from top to bottom or from left to right. ( F)
- At least two paths(branches)must come out from the decision shape. ( T)
- The rectangle symbol represents only one processing Operation. ( F)
- The terminal symbol represents input and output operations in flow chart. ( F)
- Variable names are chosen to reflect and indicate the content of the variable. ( T )
- IDE contains everything you need of developer tools and features enable the creation of.Net application. ( T )
- The Framework provides environment to design and run for .net applications ( T )
- The length, width and color for any object are properties. ( T )
- The windows applications have GUI.( T )
- VB.net doesn’t work through objects in computer memory. ( F)
- Form is an object which has properties, procedures and events. ( T )
- VB.net is an Event driven programming language. ( T )
- High level languages are written in English and easy to learn. ( T )
- The shown properties in Properties Window are different according to the active part on the IDE screen. ( T )
- Controls in Toolbox are can be shown in categories.( T )
- Visual Basic .net can produce Windows application only. ( F )
- Writing programs using programming languages is important for responding to certain event. ( T )
Write the scientific term for the following:
- Problem is defined as the objective or specific output we want to attain.
- FlowChart is a diagram that uses standard graphical symbols to illustrate the sequence of operations.
- Algorithm are a group of logically arranged procedures to be executed on inputs to attain an output.
- Terminal is what a flow chart should start & End with.
- Programming languages is a set of rules, symbols & special words used to write a program.
- Object is the basic constructive element in OOP.
- Compiler translates programs’ instructions into the machine language for the computer to be executed.
- VB.netis an object oriented Programming language.
- Event is the act which can be located on the object.
- Procedure is the commands and instructions which are carried out when calling by an event
- –Visual Studio -- is a package that includes visual basic .net and other languages
------
II)Choose the correct answer form between brackets:
- The Objectives or the specific output that you want to attain.
( Problem – Problem Solving – Algorithm)
- The steps , activities and procedures to be done to reach an objective or an output.
( Problem – Problem Solving – Algorithm)
- The group of logically arranged procedures to be executed to attain a goal.
( Algorithm – Flow Chart– Problem Definition)
- The stage in which programmer can detect errors and debug them is problem…
(Definition – Testing – Documentation)
- The diagram uses standard graphical symbols to illustrate the sequence of steps required to solve a problem."
( Algorithm – Flow Chart– Problem Definition)
- The last stage in problem solving stages is problem…
(Definition – Design – Documentation)
- To represent data input in flowcharts, use the term......
(Output – Get – Print )
- The memory storage locations that holds a value and changes during execution"
(Constant - Algorithm – Variable)
- The symbol used to represent a question has more than one alternative.
( - -)
- The Output is expressed with ...... ( Enter – Read – Print )
- The symbol ...... is used to represent both the start and the end in flow chart.
( - -)
- To create a new project choose New Project from ( File- Project- View ) menu.
- The behavior of the object, when specific action occurs on it.
(Properties – Events – Procedures )
- Double click on a button is ------
(Properties – Events – Procedures )
- It`s used to display the list of folders and files of the
(Solution Explorer - Form – Properties Window).
- The properties window is displayed properties of the ( object – form – Active object) .
- (Solution Explorer - Toolbox – Properties Window) contains controls that programmer can place on the form.
- The Window or GUI of application that users will see and work with when they run the application ( IDE – Form – Project).
- (Solution Explorer - Toolbox – Properties Window) lists the property settings for the selected control.
- 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