Introduction to CPS Models and Structure

Introduction to CPS Models and Structure

University

30 Qs

quiz-placeholder

Similar activities

INFORMATIKA KELAS IX

INFORMATIKA KELAS IX

9th Grade - University

25 Qs

Actividad Conceptos Generales Guía 185

Actividad Conceptos Generales Guía 185

University

25 Qs

Chương 1 - Ứng dụng phân tán

Chương 1 - Ứng dụng phân tán

University

27 Qs

ULANGAN TIK KELAS XI

ULANGAN TIK KELAS XI

12th Grade - University

25 Qs

Quiz HTML dan CSS Bootstrap Kelas XI RPL

Quiz HTML dan CSS Bootstrap Kelas XI RPL

11th Grade - University

25 Qs

Soal Pilihan Ganda Microsoft Word

Soal Pilihan Ganda Microsoft Word

8th Grade - University

25 Qs

Ulangan Harian Struktur Data

Ulangan Harian Struktur Data

9th Grade - University

25 Qs

SEJ.KOBONG TAHAP 2

SEJ.KOBONG TAHAP 2

9th Grade - University

25 Qs

Introduction to CPS Models and Structure

Introduction to CPS Models and Structure

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Hashmat Fida

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which pairing correctly matches a CPS structural element to its role?

Components (Actors): pathways for communication between components

Ports: discrete units that encapsulate functionality

Connectors (Wires): interfaces a component uses to communicate

Input Ports: receive data or signals; Output Ports: send data or signals

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are tasked with linking a controller that decides actions to a fan actuator that executes them. Which structural element must you use to create the pathway, according to the CPS model structure?

A new component (actor)

A connector (wire) from the controller’s output port to the actuator’s input port

An additional output port on the actuator

A sensor driver attached to the controller

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the simple temperature control system example, which sequence of data flow is correct when the room gets too hot?

Controller.command_out → Temperature_Sensor.temp_out → Fan_Actuator.command_in

Temperature_Sensor.temp_out → Controller.temp_in → Fan_Actuator.command_in

Fan_Actuator.command_in → Controller.temp_in → Temperature_Sensor.temp_out

Controller.temp_in → Temperature_Sensor.temp_out → Fan_Actuator.command_in

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement best defines the principle of perfect synchrony in Synchronous Reactive (SR) models?

All components operate under a shared global clock and react in lock-step at discrete ticks.

Components compute continuously with varying local clocks.

Only sensors are synchronized; actuators may run asynchronously.

Outputs are produced after several ticks due to measurable delays.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In SR models, what happens within a single tick regarding computation and outputs?

Components begin computation but outputs appear in the next several ticks.

Components read inputs, perform calculations, and produce outputs instantly before the next tick.

Only inputs are read; calculations are deferred to the next tick.

Outputs are produced continuously during the tick.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A traffic light controller modeled using SR receives the input: "Yellow time elapsed" at Tick 2. What are the outputs according to the example?

Main Street light turns Green; Side Street light turns Red.

Main Street light turns Red; Side Street light turns Green.

Main Street light turns Yellow; Side Street light remains Red.

Both lights turn Red.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which scenario is most appropriate for SR models based on their key principles?

Simulating long-running image processing tasks with measurable computation time.

Designing safety-critical control logic where deterministic, perfectly timed reactions are required.

Modeling asynchronous web services with variable network latency.

Coordinating independent mobile apps with user-driven events.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?