Download presentation
Presentation is loading. Please wait.
1
CSCI 3327 Visual Basic Review: Exam I
UTPA – Fall 2011 Part of the slides is from Dr. John Abraham’s previous lecture slides. – Xiang Lian
2
Review Chapters 1 ~ 6 in your textbook Lecture slides
In-class exercises
3
Review Multiple Choice True/False Statements Programming Find bugs
Write the code
4
Chapter 1 Basic components in a computer system
The evolution of programming language The differences between structural programming and object-oriented programming XML The .NET framework
5
Chapter 2 IDE (Visual Studio) Controls Program analysis
Menu bar, buttons, windows, toolboxes Controls TextBox, PictureBox, GroupBox, etc. Properties & events of controls Program analysis
6
Chapter 3 Objects Classes Object-oriented design & programming
The Syntax for a Class Variables Methods Properties Events Inheritance Polymorphism
7
Chapter 4 The primitive data types Arithmetic operators & Precedence
The components of basic control structures The syntax of basic sequence, selection, and repetition structures in Visual Basic
8
Chapter 5 More control structures Logical operators
Repetition statements For … Next, Do … Loop While, Do … Loop Until Usage of Exit and Continue statements Selection Select … Case Logical operators
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.