easy BACnet exam questions
BACnet Fundamentals mock exam questions selected at easy level. Ideal for warming up before the exam or revisiting the fundamentals.
Easy level questions
Q01
BACnet relies on an object-oriented model: every device exposes Objects (e.g. Analog Input, Binary Output) that contain Properties (Present_Value, Object_Name, Description, etc.).TrueFalse1. Architecture· Objektorientiertes Modell· EasyCorrect answerTrueLearning tipThe BACnet model is built from three building blocks: Objects (functional entities such as sensors, command points or schedules, with 60+ standardised types), Properties (attributes of an Object, e.g. Present_Value, Object_Name, Description, Status_Flags) and Services (operations performed on Objects, such as read, write or COV notification). This is markedly different from KNX, which uses Group Objects bound to Group Addresses with no comparable object-oriented hierarchy.
Q02
ReadProperty and WriteProperty are the most widely used BACnet services: they let a client (typically the BMS) read or write the value of a Property of a remote Object.TrueFalse2. Services· ReadProperty / WriteProperty· EasyCorrect answerTrueLearning tipReadProperty (Service Choice 12) and WriteProperty (Service Choice 15) are the foundation of traditional BMS polling. The supervisor periodically queries each Object on every controller to refresh its point database. The pattern is simple but verbose on the wire and is increasingly replaced by ReadPropertyMultiple for batched reads and SubscribeCOV for change-driven updates.