Siemens Level 1 Exam, Exams of Microelectronic Circuits

Siemens Level 1 Exam What is the basic function of a PLC? Accept inputs, make logical decisions, and send outputs What is the basic difference between a PLC and a relay control system? One uses relay control logic and the other uses programmed instructions. Field devices refer to... All kinds of sensors and actuators that are physically wired to PLC input/output modules. A contact that is usually opened will look like... -I I- An imaginary coil that, when energized, will activate a digital output contact looks like... -( )- A device used to convert a binary number to a 7-segment display format is... Decoder The largest number that can be represented with eleven binary bits is... 2047 The binary number 1010 0111 1100 0101 can be written in hexadecimal as... A7C5 The conversion of the decimal number 156 to 8421 BCD is... 0001 0101 0110 If a given memory unit consists of 2,400 bytes the memory capacity would be rated... 2,400 bytes * 8= 19,200 bits What is true about a NAND gate?

Typology: Exams

2025/2026

Available from 03/17/2026

paul-marks
paul-marks 🇺🇸

3.7

(35)

2.7K documents

1 / 8

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Siemens Level 1 Exam
What is the basic function of a PLC?
Accept inputs, make logical decisions, and send outputs
What is the basic difference between a PLC and a relay control
system?
One uses relay control logic and the other uses programmed
instructions.
Field devices refer to...
All kinds of sensors and actuators that are physically wired to
PLC input/output modules.
pf3
pf4
pf5
pf8

Partial preview of the text

Download Siemens Level 1 Exam and more Exams Microelectronic Circuits in PDF only on Docsity!

Siemens Level 1 Exam

What is the basic function of a PLC? Accept inputs, make logical decisions, and send outputs What is the basic difference between a PLC and a relay control system? One uses relay control logic and the other uses programmed instructions. Field devices refer to... All kinds of sensors and actuators that are physically wired to PLC input/output modules.

A contact that is usually opened will look like...

  • I I- An imaginary coil that, when energized, will activate a digital output contact looks like...
  • ( )- A device used to convert a binary number to a 7-segment display format is... Decoder The largest number that can be represented with eleven binary bits is... 2047

If you want to know when one or both matching bits in two different words are logic '1' you would use the... XOR instruction A system contains two identical circuits operating in parallel. As long as both are operating properly, the outputs of both circuits are always the same. If one of the circuits fails, the outputs will be at opposite levels. To indicate the failure, the outputs of the circuits are connected to the inputs of... ? The status bit of switches and pushbuttons connected to a PLC input module are stored in the...

Branch instructions used to create... a series of energized output conditions. By which system does the CPU communicate with input and output modules located on the same rack? Interface module - IM The Central Processing Unit (CPU) ... Accepts inputs, makes decisions provided by the program, and sets outputs.

The maximum number of networks allowed in a Step 7 program is... limited only by the memory size The maximum number of outputs allowed per network in a Step 7 program is... 1 In PLC operation, a scan is usually a sequential process of... reading the status of inputs, evaluating control logic, and updating outputs. Parallel connections of a ladder logic program are typically called...

rungs What kind of signal varies continuously? Variable signal An 8-bit binary counter has to count balls going into a box from a conveyor belt. A sensor detects the passing of a ball. If it has counted one hundred balls, the binary value of the counter is... 0110 0100