摘要: SQL DDL: Create Table, Drop Table DML: Select, Insert, Delete, Update Select Col_1,Col_2,...,Col_n - what to return From Rel_1,Rel_2,...,Rel_m - relat 阅读全文
posted @ 2018-01-30 23:35 Charonnnnn 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Recursive Function A recursive function is a function that calls itself (i.e., a recursive call). A recursive function has a base case(s), i.e., no mo 阅读全文
posted @ 2018-01-30 16:43 Charonnnnn 阅读(310) 评论(0) 推荐(0) 编辑
摘要: Object-Oriented Programming Fundamental - Part 1 Object: can be quantified to mean one specific item - is an entity that has a state and a set of oper 阅读全文
posted @ 2018-01-25 11:20 Charonnnnn 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Process Description and Control How are processes represented and controlled by the OS? All modern OS is built around the concept of process OS fundam 阅读全文
posted @ 2018-01-25 10:15 Charonnnnn 阅读(334) 评论(0) 推荐(0) 编辑
摘要: Computer program: A list of instructions(code) meant to be followed by a computer Executing a program: Programs must first be converted into machine c 阅读全文
posted @ 2018-01-22 12:01 Charonnnnn 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Introduction File Systems permanent records stored in various files application programs are written to extract & add records Disadvantages of traditi 阅读全文
posted @ 2018-01-20 15:26 Charonnnnn 阅读(176) 评论(0) 推荐(0) 编辑
摘要: Lecture 1: Complexity Analysis How to measure Running time: Use a function to model the running time of a program or procedure. Assume an abstract mac 阅读全文
posted @ 2018-01-20 10:32 Charonnnnn 阅读(259) 评论(0) 推荐(0) 编辑
摘要: Software Software is a set of items or objects that form a "configuration" that includes: Programs (i.e., source code, executable code) which are inst 阅读全文
posted @ 2018-01-17 22:05 Charonnnnn 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Basic Elements 1. Processor - Central Processing Unit (CPU) Two components: Control Unit Arithmetic (CU) & Logic Unit (ALU) Works repeatedly and conti 阅读全文
posted @ 2018-01-17 09:06 Charonnnnn 阅读(392) 评论(0) 推荐(0) 编辑