1 / 9

C# Object-Oriented Programming Review: Exam I Guide

Prepare for your C# programming exam with this comprehensive review covering Chapters 1-6, lecture slides, and exercises. Includes multiple choice, true/false statements, bug finding, and coding practice. Also, learn about computer system components, programming language evolution, and the .Net framework, as well as differences between C++ and C#. The review delves into IDE basics, controls, program analysis, object-oriented design, classes, data types, control structures, and more. Test your skills with bonus questions for extra points. Good luck in your exam preparation!

kladd
Download Presentation

C# Object-Oriented Programming Review: Exam I Guide

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSCI 3328 Object Oriented Programming in C#Review: Exam I Xiang Lian The University of Texas Rio Grande Valley Edinburg, TX 78539 xiang.lian@utrgv.edu

  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 • Bonus Question (20 extra points)

  4. Chapter 1 • Basic components in a computer system • The evolution of programming language • The differences between structural programming and object-oriented programming • The .Net framework • Can you list several differences between C++ and C#? 

  5. Chapter 2 • IDE (Visual Studio) • Menu bar, buttons, windows, toolboxes • Controls • TextBox, PictureBox, GroupBox, etc. • Properties & events of controls • Program analysis • Windows Forms Application vs. Console Application

  6. Chapter 3 • Objects • Object-oriented design & programming • Classes • The Syntax for a Class • Variables • Methods • Properties • Events • Arithmetic operators

  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 C#

  8. Chapter 5 • More control structures • Repetition statements • for, do … while statements • Usage of break and continue statements • Selection • switch • Logical operators

  9. Good Luck! Q/A

More Related