Deck 15: Controllogix Controllers - Part 1 - Memory and Project Organization

ملء الشاشة (f)
exit full mode
سؤال
Logic is written in routines.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A continuous task executes anytime a periodic or event-based task is not executing.
سؤال
A CLX project is the overall complete application.
سؤال
Each folder of the controller organizer tree groups common functions together.
سؤال
More than one task can execute at a time.
سؤال
Scope refers to which programs have access to a tag.
سؤال
A routine in CLX is similar to the program in most other PLCs.
سؤال
A task contains an executable code.
سؤال
The internal memory organization of a ControlLogic (CLX)is fixed and is automatically configured when beginning a project.
سؤال
An application can be broken into a number of tasks.
سؤال
A CLX controller can hold and execute several projects at a time.
سؤال
ControlLogix controllers use a rack/slot based addressing structure.
سؤال
Programs execute in the order in which they are displayed in the controller organizer under their task.
سؤال
It is possible to use different programming languages within any one routine.
سؤال
Unscheduled programs can be downloaded to the controller but remain unscheduled until needed.
سؤال
RSLinx software is used to set-up a communications link between programming software and PLC hardware.
سؤال
Periodic tasks function as timed interrupts.
سؤال
CLX modules will not work unless they have been properly configured.
سؤال
Only one task may be executing at any given time.
سؤال
The lowest priority task execution is periodic.
سؤال
A tag is a meaningful name for a memory location.
سؤال
DINT type tags can be used to hold binary integers.
سؤال
BOOL type tags can be used to hold binary numbers up to 16 digits long.
سؤال
When you add I/O modules to a project a number of defined tags are automatically created.
سؤال
Program scoped tags are available to all programs in a project.
سؤال
An array occupies a continuous block of multiple pieces of data.
سؤال
The CLX timer instruction is an example of a predefined structure.
سؤال
I/O tags are automatically created as controller scope tags.
سؤال
Arrays are similar to tables of values.
سؤال
Elements of an array can be made up of different data types.
سؤال
A controller scope tag consists of data that is accessible by all routines within a controller.
سؤال
Configuration of a modular CLX system involves:

A)establishing a communications link between the controller and the process.
B)identifying the type of processor used.
C)identifying the type of I/O modules used.
D)all of these
سؤال
The ____ is the network browser interface which provides a single window to view all configured network drivers.

A)RSLogix programming software
B)RSLinx
C)RSWho
D)all of these
سؤال
The scope of a tag must be declared when you create the tag.
سؤال
What are the major components of a project?

A)Main Routine,Subroutine,and Fault Routine.
B)Continuous Tasks and Periodic Tasks.
C)Tasks,Programs,and Routines.
D)all of these.
سؤال
A project ____.

A)is not required in a CLX application
B)contains all the information related to the CLX application
C)contained in the task in a CLX application
D)is executed based on an event
سؤال
A structure-type tag can only hold data of the same type.
سؤال
The memory organization of a ControlLogic (CLX)controller:

A)has fixed areas of memory for specific types of data.
B)has fixed areas of memory for inputs and outputs.
C)uses a flexible memory structure with no areas allocated for specific types of data.
D)both a and b.
سؤال
Controller scoped tags consist of data that can only be accessed by the routine within a single program.
سؤال
An array can have up to three dimensions.
سؤال
A routine is:

A)a set of logic elements for a specific programming language.
B)where the programmer writes the executable code for the project.
C)specified as ladder logic,sequential function chart,function block,or structure text.
D)all of these.
سؤال
An ____ tag refers to a memory location defined by another existing tag.

A)base
B)alias
C)consumed
D)produced
سؤال
Logix controllers are based on ____-bit operation.

A)8
B)18
C)32
D)64
سؤال
The type of data structure shown would be classified as a ____ type. <strong>The type of data structure shown would be classified as a ____ type.  </strong> A)predefined B)module-defined C)user-defined D)strictly-defined <div style=padding-top: 35px>

A)predefined
B)module-defined
C)user-defined
D)strictly-defined
سؤال
The type of data structure shown would be classified as a ____ type. <strong>The type of data structure shown would be classified as a ____ type.  </strong> A)predefined B)module-defined C)user-defined D)strictly-defined <div style=padding-top: 35px>

A)predefined
B)module-defined
C)user-defined
D)strictly-defined
سؤال
A task is a ____.

A)scheduling mechanism for executing programs
B)file that stores the logic for a controller
C)file that stores the data for a controller
D)file that stores the configuration for a controller
سؤال
A structure type tag:

A)is a grouping of different data types.
B)functions as a single unit.
C)is made up of members.
D)all of these.
سؤال
An ____ tag is one whose value is received from another controller.

A)base
B)alias
C)consumed
D)produced
سؤال
Which type of tag can only be accessed by routines within a specific program?

A)Base tag
B)Alias tag
C)Program scope tag
D)Controller scope tag
سؤال
A SINT base tag uses ____-bits of memory.

A)8
B)18
C)32
D)64
سؤال
The RSLogix 5000 Controller Organizer:

A)is a tree style presentation of the entire project.
B)simplifies the navigation and the overall view of the whole project.
C)presents all the information about the programs,data and I/O configuration of the current project.
D)all of these.
سؤال
An ____ tag defines a memory location where data is stored.

A)base
B)alias
C)consumed
D)produced
سؤال
Which routine is configured to execute first when the program runs?

A)Fault
B)Subroutine
C)Main
D)Start
سؤال
Which routine is configured to be called by another routine?

A)Fault
B)Subroutine
C)Main
D)Start
سؤال
The type of data structure shown would be classified as a ____ type. <strong>The type of data structure shown would be classified as a ____ type.  </strong> A)predefined B)module-defined C)user-defined D)strictly-defined <div style=padding-top: 35px>

A)predefined
B)module-defined
C)user-defined
D)strictly-defined
سؤال
An ____ tag is one that the controller makes available for use by one or more other controllers.

A)base
B)alias
C)consumed
D)produced
سؤال
Each folder of the controller organizer tree is expanded by:

A)clicking on the + sign in front of the folder.
B)clicking on the - sign in front of the folder.
C)placing the controller in the Run mode.
D)placing the controller in the Program mode.
سؤال
ControlLogix controllers use ____ to refer to memory locations.

A)numbers
B)tags
C)routines
D)predefined data tables
سؤال
A continuous task:

A)executes non-stop.
B)is always interrupted by a periodic task.
C)has the lowest priority.
D)all of these.
سؤال
An event task is triggered:

A)automatically.
B)by an event that happened.
C)by an event that failed to happen.
D)either b or c.
سؤال
An array type tag can:

A)hold only one type of data.
B)hold more than one type of data.
C)hold up to 100 values.
D)only be used in the main program.
سؤال
The illustration shown is an example of a ____ dimensional array. <strong>The illustration shown is an example of a ____ dimensional array.  </strong> A)1 B)2 C)3 D)4 <div style=padding-top: 35px>

A)1
B)2
C)3
D)4
سؤال
Tags are created in a CLX controller:

A)using the tag editor before your program is entered.
B)by entering tag names as you program.
C)by using question marks in place of tag names and assigning names later.
D)any of these.
سؤال
Which of the following pieces of information is not optional when defining a tag?

A)Tag name
B)Tag type
C)Tag description
D)Data type
سؤال
The window shown is an example of an ____ tag window. <strong>The window shown is an example of an ____ tag window.  </strong> A)new B)monitor C)edit D)define <div style=padding-top: 35px>

A)new
B)monitor
C)edit
D)define
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/65
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 15: Controllogix Controllers - Part 1 - Memory and Project Organization
1
Logic is written in routines.
True
2
A continuous task executes anytime a periodic or event-based task is not executing.
True
3
A CLX project is the overall complete application.
True
4
Each folder of the controller organizer tree groups common functions together.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
5
More than one task can execute at a time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
6
Scope refers to which programs have access to a tag.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
7
A routine in CLX is similar to the program in most other PLCs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
8
A task contains an executable code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
9
The internal memory organization of a ControlLogic (CLX)is fixed and is automatically configured when beginning a project.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
10
An application can be broken into a number of tasks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
11
A CLX controller can hold and execute several projects at a time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
12
ControlLogix controllers use a rack/slot based addressing structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
13
Programs execute in the order in which they are displayed in the controller organizer under their task.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
14
It is possible to use different programming languages within any one routine.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
15
Unscheduled programs can be downloaded to the controller but remain unscheduled until needed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
16
RSLinx software is used to set-up a communications link between programming software and PLC hardware.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
17
Periodic tasks function as timed interrupts.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
18
CLX modules will not work unless they have been properly configured.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
19
Only one task may be executing at any given time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
20
The lowest priority task execution is periodic.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
21
A tag is a meaningful name for a memory location.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
22
DINT type tags can be used to hold binary integers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
23
BOOL type tags can be used to hold binary numbers up to 16 digits long.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
24
When you add I/O modules to a project a number of defined tags are automatically created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
25
Program scoped tags are available to all programs in a project.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
26
An array occupies a continuous block of multiple pieces of data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
27
The CLX timer instruction is an example of a predefined structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
28
I/O tags are automatically created as controller scope tags.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
29
Arrays are similar to tables of values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
30
Elements of an array can be made up of different data types.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
31
A controller scope tag consists of data that is accessible by all routines within a controller.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
32
Configuration of a modular CLX system involves:

A)establishing a communications link between the controller and the process.
B)identifying the type of processor used.
C)identifying the type of I/O modules used.
D)all of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
33
The ____ is the network browser interface which provides a single window to view all configured network drivers.

A)RSLogix programming software
B)RSLinx
C)RSWho
D)all of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
34
The scope of a tag must be declared when you create the tag.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
35
What are the major components of a project?

A)Main Routine,Subroutine,and Fault Routine.
B)Continuous Tasks and Periodic Tasks.
C)Tasks,Programs,and Routines.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
36
A project ____.

A)is not required in a CLX application
B)contains all the information related to the CLX application
C)contained in the task in a CLX application
D)is executed based on an event
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
37
A structure-type tag can only hold data of the same type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
38
The memory organization of a ControlLogic (CLX)controller:

A)has fixed areas of memory for specific types of data.
B)has fixed areas of memory for inputs and outputs.
C)uses a flexible memory structure with no areas allocated for specific types of data.
D)both a and b.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
39
Controller scoped tags consist of data that can only be accessed by the routine within a single program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
40
An array can have up to three dimensions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
41
A routine is:

A)a set of logic elements for a specific programming language.
B)where the programmer writes the executable code for the project.
C)specified as ladder logic,sequential function chart,function block,or structure text.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
42
An ____ tag refers to a memory location defined by another existing tag.

A)base
B)alias
C)consumed
D)produced
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
43
Logix controllers are based on ____-bit operation.

A)8
B)18
C)32
D)64
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
44
The type of data structure shown would be classified as a ____ type. <strong>The type of data structure shown would be classified as a ____ type.  </strong> A)predefined B)module-defined C)user-defined D)strictly-defined

A)predefined
B)module-defined
C)user-defined
D)strictly-defined
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
45
The type of data structure shown would be classified as a ____ type. <strong>The type of data structure shown would be classified as a ____ type.  </strong> A)predefined B)module-defined C)user-defined D)strictly-defined

A)predefined
B)module-defined
C)user-defined
D)strictly-defined
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
46
A task is a ____.

A)scheduling mechanism for executing programs
B)file that stores the logic for a controller
C)file that stores the data for a controller
D)file that stores the configuration for a controller
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
47
A structure type tag:

A)is a grouping of different data types.
B)functions as a single unit.
C)is made up of members.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
48
An ____ tag is one whose value is received from another controller.

A)base
B)alias
C)consumed
D)produced
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
49
Which type of tag can only be accessed by routines within a specific program?

A)Base tag
B)Alias tag
C)Program scope tag
D)Controller scope tag
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
50
A SINT base tag uses ____-bits of memory.

A)8
B)18
C)32
D)64
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
51
The RSLogix 5000 Controller Organizer:

A)is a tree style presentation of the entire project.
B)simplifies the navigation and the overall view of the whole project.
C)presents all the information about the programs,data and I/O configuration of the current project.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
52
An ____ tag defines a memory location where data is stored.

A)base
B)alias
C)consumed
D)produced
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
53
Which routine is configured to execute first when the program runs?

A)Fault
B)Subroutine
C)Main
D)Start
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
54
Which routine is configured to be called by another routine?

A)Fault
B)Subroutine
C)Main
D)Start
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
55
The type of data structure shown would be classified as a ____ type. <strong>The type of data structure shown would be classified as a ____ type.  </strong> A)predefined B)module-defined C)user-defined D)strictly-defined

A)predefined
B)module-defined
C)user-defined
D)strictly-defined
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
56
An ____ tag is one that the controller makes available for use by one or more other controllers.

A)base
B)alias
C)consumed
D)produced
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
57
Each folder of the controller organizer tree is expanded by:

A)clicking on the + sign in front of the folder.
B)clicking on the - sign in front of the folder.
C)placing the controller in the Run mode.
D)placing the controller in the Program mode.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
58
ControlLogix controllers use ____ to refer to memory locations.

A)numbers
B)tags
C)routines
D)predefined data tables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
59
A continuous task:

A)executes non-stop.
B)is always interrupted by a periodic task.
C)has the lowest priority.
D)all of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
60
An event task is triggered:

A)automatically.
B)by an event that happened.
C)by an event that failed to happen.
D)either b or c.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
61
An array type tag can:

A)hold only one type of data.
B)hold more than one type of data.
C)hold up to 100 values.
D)only be used in the main program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
62
The illustration shown is an example of a ____ dimensional array. <strong>The illustration shown is an example of a ____ dimensional array.  </strong> A)1 B)2 C)3 D)4

A)1
B)2
C)3
D)4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
63
Tags are created in a CLX controller:

A)using the tag editor before your program is entered.
B)by entering tag names as you program.
C)by using question marks in place of tag names and assigning names later.
D)any of these.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following pieces of information is not optional when defining a tag?

A)Tag name
B)Tag type
C)Tag description
D)Data type
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
65
The window shown is an example of an ____ tag window. <strong>The window shown is an example of an ____ tag window.  </strong> A)new B)monitor C)edit D)define

A)new
B)monitor
C)edit
D)define
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 65 في هذه المجموعة.