Presentation is loading. Please wait.

Presentation is loading. Please wait.

design OO words Debug Variables Data types 100 100 100 100 100 200 200

Similar presentations


Presentation on theme: "design OO words Debug Variables Data types 100 100 100 100 100 200 200"— Presentation transcript:

1 design OO words Debug Variables Data types 100 100 100 100 100 200 200 200 200 200 300 300 300 300 300 400 400 400 400 400 500 500 500 500 500

2 RE-order the steps of good design: 1 debug 2 plan 3 compile 4 code

3 What is plan code compile debug

4 Name the three design structures

5 What are Sequence decision and Loops

6 To set the variable age equal to 19 you would use an?

7 What is a assignment statement?

8 John, reads his statement, writes a check, and mails the check to the company, John is using a? structure

9 What is sequence?

10 I want to go to the show, if I am 17 my ticket is $5 but if I am 18 my ticket is $7.50. In code this would be solved with a?

11 What is decision?

12 A group or collection of objects with common properties?

13 What is a class?

14 The characteristics that define an object as part of a class

15 What are attributes?

16 A Self contained block of program code?

17 What is A METHOD?

18 An existing Object of a class?

19 What is an Instance?

20 Names for computer memory locations

21 What are Variables?

22 Alan creates a variable to hold the clients name… String 1clientName;

23 What is String clientName;

24 Sara wants to add 4 to her cost variable she write the following statement… 4 + cost = answer;

25 What is answer = cost + 4;

26 Correct the logic error studentName = “Jeffery”; String studentName;

27 String studentName; studentName = “Jeffery”; Why?

28 Correct the bug: char myMiddleI =‘MI’;

29 Char myMiddleI = ‘M’; why?

30 Correct the logic error int partCost = 44.50;

31 float partCost = 44.50; why?

32 A variable must start with?

33 What is a letter?

34 Variables have three parts?

35 What are memory Name address value

36 A variable can hold one to three types of data

37 What are numbers, alphanumeric and Boolean data

38 What are the two values of a Boolean Variable?

39 What are true or false?

40 A variable named to hold the value ‘*’ would be what type?

41 What is char?

42 Name three type of Integral data types.

43 What are int, long, and short?

44 Data that is not used in math calculations should be what type?

45 What is String?

46 To get data from the user at run time we can use what gui?

47 What is JOption.Pane.showInputDialog?

48 Which one of the following is not required in a variable declaration?
Type, identifier, assigned value, semicolon

49 What is Assigned value?

50 When data cannot be change after a class is complied the data is?

51 What is a constant?


Download ppt "design OO words Debug Variables Data types 100 100 100 100 100 200 200"

Similar presentations


Ads by Google