ログイン

Chapters 2

Chapters 2
28問 • 3年前
  • Lml rys
  • 通報

    問題一覧

  • 1

    Use of symbols and phrases to designate the logic of how a problem is solved.

    flowchart

  • 2

    A common method for defining the logical ste ps of flow within a program by using a series of symbols to identify the basic Input, Process and Output (IPO’s) function within a program.

    flowchart

  • 3

    It is a finite set of instructions that specify a sequence of operations to be carried out in order to solve a specific problem or class of problems.

    algorithm

  • 4

    When English phrases are used to describe an algorithm, the description is called a

    pseudocode

  • 5

    Used to signify the beginning and end of flowchart.

    terminal/Terminator

  • 6

    Oval shape

    terminal/terminator

  • 7

    • Signifies the preparation of data • Used to select initial conditions • Used to represent instructions or group of instructions that will alter or modify a program’s course of execution.

    preparation/ initialization

  • 8

    Hexagon

    preparation/ initialization

  • 9

    Data are read into the computer memory from an input device or data are to be passed from the memory to an output device

    input/output

  • 10

    parallelogram

    input/output

  • 11

    Performs any calculations that are to be done

    Processing

  • 12

    rectangle

    processing

  • 13

    Signifies any decisions that are to be done

    decision

  • 14

    diamond

    decision

  • 15

    circle

    connector

  • 16

    Shows the entry or exit point of the flowchart

    connector

  • 17

    Signifies the process that is to be executed

    flowlines

  • 18

    arrow

    flowlines

  • 19

    process is executed from one to another in a straight – forward manner.

    sequence

  • 20

    what are 3 Basic Flowchart Control Structures

    sequence , selection, repetition

  • 21

    a choice is provided between two alternatives.

    selection

  • 22

    provides for the repetitive execution of an operation or routine while the condition is true.

    repetition

  • 23

    what is logical multiplication symbol?

    &&

  • 24

    what is logical addtion symbol

    ||

  • 25

    negation/inverse symbol

    !

  • 26

    what is &&

    logical multiplication

  • 27

    what is ||

    logical addition

  • 28

    what is" ! "

    negation/ inverse

  • CC101 chapter 1

    CC101 chapter 1

    Lml rys · 51問 · 3年前

    CC101 chapter 1

    CC101 chapter 1

    51問 • 3年前
    Lml rys

    CC101 chapter 1

    CC101 chapter 1

    Lml rys · 44問 · 3年前

    CC101 chapter 1

    CC101 chapter 1

    44問 • 3年前
    Lml rys

    chapter3

    chapter3

    Lml rys · 15問 · 3年前

    chapter3

    chapter3

    15問 • 3年前
    Lml rys

    GE5

    GE5

    Lml rys · 62問 · 3年前

    GE5

    GE5

    62問 • 3年前
    Lml rys

    cc102 chapter1 Quizlet

    cc102 chapter1 Quizlet

    Lml rys · 25問 · 3年前

    cc102 chapter1 Quizlet

    cc102 chapter1 Quizlet

    25問 • 3年前
    Lml rys

    cc101 chapter1 Quizlet

    cc101 chapter1 Quizlet

    Lml rys · 25問 · 3年前

    cc101 chapter1 Quizlet

    cc101 chapter1 Quizlet

    25問 • 3年前
    Lml rys

    CC101 chapter 1

    CC101 chapter 1

    Lml rys · 44問 · 3年前

    CC101 chapter 1

    CC101 chapter 1

    44問 • 3年前
    Lml rys

    CC101 chapter 1

    CC101 chapter 1

    Lml rys · 51問 · 3年前

    CC101 chapter 1

    CC101 chapter 1

    51問 • 3年前
    Lml rys

    Module1

    Module1

    Lml rys · 36問 · 1年前

    Module1

    Module1

    36問 • 1年前
    Lml rys

    Module2

    Module2

    Lml rys · 23問 · 1年前

    Module2

    Module2

    23問 • 1年前
    Lml rys

    Midterm

    Midterm

    Lml rys · 97問 · 1年前

    Midterm

    Midterm

    97問 • 1年前
    Lml rys

    midterm

    midterm

    Lml rys · 13問 · 1年前

    midterm

    midterm

    13問 • 1年前
    Lml rys

    module2

    module2

    Lml rys · 42問 · 1年前

    module2

    module2

    42問 • 1年前
    Lml rys

    module 8

    module 8

    Lml rys · 28問 · 1年前

    module 8

    module 8

    28問 • 1年前
    Lml rys

    Module 9

    Module 9

    Lml rys · 22問 · 1年前

    Module 9

    Module 9

    22問 • 1年前
    Lml rys

    Module 10

    Module 10

    Lml rys · 16問 · 1年前

    Module 10

    Module 10

    16問 • 1年前
    Lml rys

    module 11

    module 11

    Lml rys · 20問 · 1年前

    module 11

    module 11

    20問 • 1年前
    Lml rys

    module 12

    module 12

    Lml rys · 25問 · 1年前

    module 12

    module 12

    25問 • 1年前
    Lml rys

    FINALS💀

    FINALS💀

    Lml rys · 50問 · 1年前

    FINALS💀

    FINALS💀

    50問 • 1年前
    Lml rys

    問題一覧

  • 1

    Use of symbols and phrases to designate the logic of how a problem is solved.

    flowchart

  • 2

    A common method for defining the logical ste ps of flow within a program by using a series of symbols to identify the basic Input, Process and Output (IPO’s) function within a program.

    flowchart

  • 3

    It is a finite set of instructions that specify a sequence of operations to be carried out in order to solve a specific problem or class of problems.

    algorithm

  • 4

    When English phrases are used to describe an algorithm, the description is called a

    pseudocode

  • 5

    Used to signify the beginning and end of flowchart.

    terminal/Terminator

  • 6

    Oval shape

    terminal/terminator

  • 7

    • Signifies the preparation of data • Used to select initial conditions • Used to represent instructions or group of instructions that will alter or modify a program’s course of execution.

    preparation/ initialization

  • 8

    Hexagon

    preparation/ initialization

  • 9

    Data are read into the computer memory from an input device or data are to be passed from the memory to an output device

    input/output

  • 10

    parallelogram

    input/output

  • 11

    Performs any calculations that are to be done

    Processing

  • 12

    rectangle

    processing

  • 13

    Signifies any decisions that are to be done

    decision

  • 14

    diamond

    decision

  • 15

    circle

    connector

  • 16

    Shows the entry or exit point of the flowchart

    connector

  • 17

    Signifies the process that is to be executed

    flowlines

  • 18

    arrow

    flowlines

  • 19

    process is executed from one to another in a straight – forward manner.

    sequence

  • 20

    what are 3 Basic Flowchart Control Structures

    sequence , selection, repetition

  • 21

    a choice is provided between two alternatives.

    selection

  • 22

    provides for the repetitive execution of an operation or routine while the condition is true.

    repetition

  • 23

    what is logical multiplication symbol?

    &&

  • 24

    what is logical addtion symbol

    ||

  • 25

    negation/inverse symbol

    !

  • 26

    what is &&

    logical multiplication

  • 27

    what is ||

    logical addition

  • 28

    what is" ! "

    negation/ inverse