ศูนย์ หลักสูตร บอร์แลนด์ เดลไฟล์ และ C++ Builder



Sunncity ในเน็ต

หลักสูตร บอร์แลนด์ เดลไฟล์

แนะนำศูนย์บอร์แลนด์เดลไฟล์
เดลไฟล์ - Introduction
เดลไฟล์ - Intermediate
เดลไฟล์ - Advance
บอร์แลนด์ Kylix - เดลไฟล์
เดลไฟล์ สอบ Certified สากล
C++ Builder - Introduction
C++ Builder - Intermediate
C++ Builder - Advance
หลักสูตรอบรม วิชาอื่นๆ * * *

ข้อมูล และ รายละเอียดอื่นๆ

ตารางเรียน & ค่าใช้จ่าย 1
สมัครเรียน ออนไลน์
ติดต่อ + สอบถาม
คำถามประจำ FAQ ?
สถานที่ & แผนที่
เกี่ยวกับอาจารย์ผู้สอน (ทุกคน)

 

 
  


ข้อมูลสำคัญ ในการ สอบ Delphi product Certified
หรือ Delphi Developer

หนังสือ ที่ทาง แนะนำให้ศึกษา เพิ่มเติมก่อนสอบ (กดเพื่อซื้อ Online จากต่างประเทศ):
cover cover cover cover

ข้อมูลทั่วไป (กติกา ข้อบังคับ)
ลองสอบเล่นๆ FREE Quiz คำถามจากข้อสอบจริง (ลองได้เท่าที่มีออนไลน์ เขาไม่ให้เอาขึ้น server ตลอด)

  • เป็นการสอบแบบ ออนไล์ - สถานที่ - Delphinux Systems Co., (BLP) ศูนย์ กรุงเทพ
    รับสอบทั้งคนไทย และคนต่างชาติ ทั้งในและนอกประเทศ ภาษาอังกฤษเท่านั้น
  • เวลาสูงสุด ในการทำข้อสอบคือ 60 นาที
  • ข้อสอบจะมี 60 ข้อ (เป็นข้อสอบแบบสุ่มจากหลายร้อย)
  • คะแนนที่ต้องทำได้ ในการสอบผ่าน คือ 80% (หรือ 48 ข้อ)
  • ข้อสอบเป็นแบบ เลือกข้อที่ถูก หรือ multiple choice. บางข้อมีคำตอบที่ถูกข้อเดียว บางข้อมีคำตอบที่ถูกหลายข้อ
  • คำตอบทุกข้อมีคะแนนเท่ากัน ในการได้คะแนน ไม่ว่าข้อนั้นจะยาก หรือ ง่ายกว่าก็ตาม

การแบ่งกลุ่มของ หมวดหมู่คำถาม (แบ่งเป็นหัวข้อ ดังต่อไปนี้). ในแต่ละส่วน แต่ละหมวดหมู่ จะมีคำถามเป็นชุด บางหัวข้อ จะครอบคลุมหัวข้อที่มีเนื้อหายากกว่า หรือ advanced topics เช่น XML และ Internet programming. อย่างไรก็ตาม คำถามในหัวข้อเหล่านี้ ต้องการทดสอบ พื้นฐานความเข้าใจ หรือ FUNDAMENTAL KNOWLEDGE ที่สำคัญเท่านั้น หัวข้อที่ควรศึกษา ก่อนการสอบ มีดังต่อไปนี้ (แยกหัวข้อ และหมวดหมู่)

  • Delphi Interface and Configuration
      • How to access and manipulate the Component Palette, Object Inspector,
      Form Designer and Project Manager.
      • Effective use of the Code Editor.
      • How to effectively change project options and understand their affect on
      the way Delphi manages your project.
      • How to configure and use the integrated debugger. Know the various
      debugger options and their effect on the debugging process.
  • Delphi VCL/CLX
      • The general hierarchy of the VCL/CLX libraries.
      • Differences between the VCL and CLX libraries.
      • Understand the Exception object and it’s descendants.
      • How to override default methods.
      • Ways to raise an exception manually.
      • How to handle exceptions.
      • Exception propagation.
      • How to create and use a user-defined exception.
  • Working with Components
      • Component ownership and containership.
      • Component interaction.
      • How to manipulate component properties.
      • Basic component methods and events
  • Pascal/Object-Oriented Programming
      • Pascal syntax, reserved words and supported data types.
      • OOP concepts such as inheritance, polymorphism, abstraction and
      encapsulation.
      • Method overloading.
      • Invoking constructors and destructors.
      • Controlling application behavior.
  • Database Concepts/Data Access Techniques
      • How to create a database application.
      • How the data access components in Delphi work together.
      • General requirements and usage of the data-aware components.
      • Methods of the data access components and a general knowledge of the
      sequence of these methods in the context of a transaction.
  • dbExpress
      • The components available in dbExpress and a fundamental knowledge of
      how they work together.
      • The advantages and disadvantages of unidirectional datasets.
      • Differences between TSQLDataset, TSQLQuery, TSQLTable,
      TSQLStoredProc.
      • Use and configuration of the TSQLConnection component.
      • How to debug dbExpress applications.
  • Writing DLLs and Packages
      • Requirements for writing effective DLLs.
      • Package fundamentals such as package structure.
      • Understand the contains and requires clauses of a package.
      • How to avoid circular references.
  • Windows Concepts
      • General knowledge of the Windows API, including base constants
      • Windows message handling techniques
      • General knowledge of the Windows Registry
  • Component Design Basics
      • How to create new or extend existing components.
      • The definition and use of getters and setters.
      • Creating properties and fields.
      • How to hide or expose component properties and methods.
      • Adding new components to the component palette or the object repository.
  • Internet programmming Basics
      • The Internet components provided in Delphi and how they are used.
      • Types of web server applications.
      • How to debug server applications.
  • Porting Delphi to Kylix
      • How Delphi and Kylix differ.
      • CLX equivalents of VCL components.
  • XML Concepts
      • XML syntax.
      • What a Document Type Definition (DTD) is.
      • What a XML Schema Definition (XSD) is.
      • What a XML Data Reduced (XDR) is.
      • How the content and structure of an XML document is validated.
      • What components are used in XML applications.
      • Working with XML nodes.
      • The use of the Data Binding Wizard.
      • How to provide the necessary mappings to correlate an XML document
      and a data packet.

เรียนเพิ่มเติม กับเรา Training Course
เรียนใหม่ หรือเรียนซั้า ศูนย์ BLP Training course(s) หากจุดอ่อนของคุณ คือภาษาอังกฤษ ต้องการให้เปิดสอบเป็น ภาษา อังกฤษ คุณสามารถแจ้งเราได้

เอกสารอื่นๆ ที่น่าสนใจ
Delphi documentation can be obtained from http://www..com. You can review the following white papers at http://www..com