แนวข้อสอบ ข้อสอบอื่นๆ : Software Design and Development Engineer Examination

รายละเอียดวิชา

ชื่อวิชาSoftware Design and Development Engineer Examination
กลุ่มวิชาข้อสอบอื่นๆ
หัวข้อ
  • Introduction to Systems Analysis and Design
  • Structure
  • Analyzing the Business Case
  • Vocabulary
  • Managing Systems Projects
  • Requirements Modeling
  • Data and Process Modeling
  • Object Modeling
  • Development Strategies
  • User Interface Design
  • Data Design
  • Systems Architecture
  • Managing Systems Implementation
  • Managing Systems Support and Security
  • จำนวนคำถาม19
    จำนวนชุดคำตอบ1

    ตัวอย่างแนวข้อสอบ

    The following represents part of the syntax in BNF (Backus Normal Form) for a programming language. Which of the possible answers is correct of <parameter specification>?

    <parameter specification> ::= <parameter> | (<parameter specification>, <parameter>)
    <parameter> ::= <alphabetic character> | <parameter> <alphabetic character>
    <alphabetic character> ::= a|b|c| ... |x|y|z
    1. (abc)
    2. ((abc, def), ghi)
    3. ((abc, def))
    4. (abc, (def))