cs Flashcards

learn (6 cards)

1
Q

Command

A

a directive to a computer program to perform a specific task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Functions

A

self contained” modules of code that accomplish a specific task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Conditional Statement

A

tells a program to execute an action depending on whether a condition is true or false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Loop

A

a programming construct that allows you to repeat a set of instructions multiple time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Control Flow

A

the order in which the computer executes statements in a script

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Algorithm

A

a set of instructions that is designed to accomplish a task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly