Created by Nathan Hunsdale
over 10 years ago
|
||
Question | Answer |
Control Structures What is Sequential Execution? | Statements are executed one after another |
Control Structures What is Transfer of Control? | When the next statement is not necessarily the next to be executed |
Control Structures _____ structures cause many problems | basic |
Control Structures What are the 3 Control STATEMENTS? | 1) Sequence 2) Selection 3) Repetition |
Control Structures Sequence Structure What is it? | Unless otherwise the computer executes Java Statements one after the other in the order they were written |
Control Structures Selection Statements What are the 3 Selection Statements? | 1) If (single) 2) If-Else(double) 3) Switch(multiple) |
Control Structures Repetition Statements What are the 3? | 1) While 2) Do-While 3) For |
Want to create your own Flashcards for free with GoConqr? Learn more.