학과 공부/컴퓨터프로그래밍2(자바)13 3/21 static을 붙이면 인스턴스 생성없이 그냥 method를 불러올 수 있다 applestore.margin=AppleStore.margin 2018. 3. 21. 3/19 integer/float -> floatfloat/float -> floatfloat/integer -> float 3.4 float3.0/3 -> 1.0(float) #확인해보기!4.0/3 -> 1.3333 "A" 2018. 3. 19. 3/14 variable and data type variable: contains valueevery value has data type(integer, float, character, string...) data type defines operator public static void main(String [] args){int x=(int)3.14;System.out.println(x);} float과 double의 차이sizedouble: bigger size, more precise & handle bigger data value boolean->true false 2018. 3. 14. 3/12 CPU, Memory, Input and Output---system bus--- Control bus Address bus Data bus Internal hard drive CPU Input and Output 은 조금 느려! CPUMemory보다! CPU는 4개이지만 더 여러개의 프로그램을 돌릴 수 있다->illusion within the standard C library->kernel mode then, OS가 printf를 실행시켜주다! -> then return to the user mode Input and Output은 memory에 비해 매우 느리다! 그래서 Input and Output을 기다리는 동안 CPU는 다른 작업을 하게 된다. OS가 제공하는 프로토콜에 따라 컴파일 해야 하므.. 2018. 3. 12. 이전 1 2 다음