...1 AMERICAN INTERNATIONAL UNIVERSITY-BANGLADESH SUMMER, 2009-2010 SEC A B C TIME 8:0 - 9:30 8:0 - 12:0 9:30 - 11:0 8:0 - 12:0 11:0 - 12:30 8:0 - 12:0 DAY ST M MW T ST S RM 423 CL2 423 CL2 423 CL2 COMPUTER SCIENCE CODE COURSE NAME 00512 INTRO TO PROGRAMMING (BBA) LABORATORY 00513 INTRO TO PROGRAMMING (BBA) LABORATORY 00514 INTRO TO PROGRAMMING (BBA) LABORATORY 00516 00517 00518 00519 00520 00521 00522 00523 00524 00525 00526 00527 00528 00529 00530 00531 00532 00533 00534 00535 INTRO TO PROGRAMMING (BBA) LABORATORY INTRO TO PROGRAMMING (BBA) LABORATORY INTRO TO PROGRAMMING (BBA) LABORATORY INTRO TO PROGRAMMING (BBA) LABORATORY INTRO TO PROGRAMMING (BBA) LABORATORY COMPUTER FUNDAMENTAL (BBA) COMPUTER FUNDAMENTAL (BBA) COMPUTER FUNDAMENTAL (BBA) THEORY OF COMPUTATION THEORY OF COMPUTATION PROGRAMMING LANGUAGE 1(EEE) LABORATORY PROGRAMMING LANGUAGE 1(EEE) LABORATORY PROGRAMMING LANGUAGE 1(EEE) LABORATORY PROGRAMMING LANGUAGE 1(EEE) LABORATORY PROGRAMMING LANGUAGE 1(EEE) LABORATORY PROGRAMMING LANGUAGE 2 (EEE) LABORATORY PROGRAMMING LANGUAGE 2 (EEE) LABORATORY PROGRAMMING LANGUAGE 2 (EEE) LABORATORY PROGRAMMING LANGUAGE 2 (EEE) LABORATORY PROGRAMMING LANGUAGE 2 (EEE) LABORATORY E F G H I A B C A B A B C D E A B C D E 2:30 - 4:0 12:0 - 4:0 4:0 - 5:30 12:0 - 4:0 5:30 - 7:0 12:0 - 4:0 8:0 - 9:30 8:0 - 12:0 9:30 - 11:0 8:0 - 12:0 8:0 - 10:0 10:0 - 12:0 12:0 - 2:0 2:0 - 4:0 4:0 - 6:0 11:0 - 12:30 8:0 - 12:0 12:30 - 2:0 12:0 - 4:0 2:30 - 4:0 12:0 - 4:0 4:0 - 5:30 8:0 -...
Words: 10014 - Pages: 41
...Intro To Programming Unit 1: Research Assignment 9/23/13 1970s Pascal- Created in 1970 by Niklaus Wirth as a small and efficient language intended to encourage good programming practices using structured programming and data structuring. C- Created between 1969-1973 by Dennis Ritchie, Its design provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, most notably system software like the UNIX computer operating system. COMAL- 1973 by Benedict Lofstedt and Borge R. Christensen, The "COMAL 80 PROGRAMMING LANGUAGE REPORT" contains the formal definition of the language. POP-2- 1970 by Robin Popplestone and Rod Burstall. It used an incrementak compiler, which gave it some of the flexibility of an interpreted language, including allowing new function definitions at run time and modification of function definitions while a program was running without the overhead of an interpreted language. INTERCAL- 1972 by Don Woods and James M. Lyon. It satirizes aspects of the various programming languages at the time, as well as the proliferation of proposed language constructs and notations in the 1960s. 1980s ADA 80- Created by Jean Ichbiah from 1977-1983. It is a structured, statically typed, imperative, wide-spectrum, and object-oriented, high-level computer programming language, extended from Pascal and other languages...
Words: 827 - Pages: 4
...Unit 3: Lab 3.1 Course Intro to programming Instructor : Sindar Lab 3.1 Lab 3.1 Step 1 Identify potential problems. Variable Name Problem Yes/No if yes, what’s wrong? Declare Real credits Taken No Declare Int cedits Left Yes We need to be able to use decimal as well. Declare Real studentName No Constant Real creditsNeeded=90 No Step 2 What’s wrong with this calculation Set credits-Left = credits-Taken – credits-Needed It should be: Set credits-Left = credits-Needed – credits-Taken Step 3 Write the exact output you would expect from the following code if the user of the program enters “John Brown”. Display “The student’s name is “, studentName Output will be “The student’s name is, John Brown Step 4 Write the exact output from the following line of code if user of the program enters John Brown and they have taken 20 credits so far. Display “The Network Systems Administration degree is awarded after 90 credits and “, studentName, “ has “, creditsLeft, “ left to take before graduation.” Output “ The Network Systems Administration degree is awarded after 90 credits and John Brown has 70 left to take before graduation. Step 5 1. //Provide documentation on line 2 of what this program does 2. //This program displays student information and degree program information 3. //Declare variables on lines 4, 5, 6, and 7 4. //Declare Real studentName 5. //Declare Real...
Words: 300 - Pages: 2
...IS562 – Database Applications and Programming 4 points for the first 19 - 2 points for the questions 20 through 31 Chapter 1 1. List all employee information in department 30. select * from emp where deptno = 30; EMPNO ENAME JOB MGR HIREDATE SAL COMM DEPTNO ---------- ---------- --------- ---------- --------- ---------- ---------- ---------- 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 300 30 7521 WARD SALESMAN 7698 22-FEB-81 1250 500 30 7654 MARTIN SALESMAN 7698 28-SEP-81 1250 1400 30 7698 BLAKE MANAGER 7839 01-MAY-81 2850 30 7844 TURNER SALESMAN 7698 08-SEP-81 ...
Words: 1973 - Pages: 8
...components of information systems and demonstrates applications of information systems in business. Students are provided with sophisticated knowledge and necessary skills of information technology. Principles of Information Technology is a course that will provide students with computer skills necessary to be successful in “real world” personal and business situations. Students will use Microsoft Office to learn word processing, desktop publishing, presentation software, spreadsheets, and databases. COURSE OUTCOMES On completion of the course, students will be able to: 1. Demonstrate an understanding of basic information technology concepts and principles 2. Describe major components of information systems 3. Discuss business applications of information systems 4. Use Office application software and apply the computer skills effectively METHODS OF TEACHING Lectures and tutorials/lab practices INSTRUCTIONAL MATERIALS Major Reference Texts: |Author |Date |Title/ISBN |Publisher | |Gary B. Shelly and Misty|2009...
Words: 1347 - Pages: 6
...hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or Corequisite(s): Prerequisites: NT1210 Introduction to Networking or equivalent Course Description: This course explores network design and implementation by applying the TCP/IP protocols to provide connectivity and associated services. Planning and deployment of network addressing structures, as well as router and switch configurations, are also examined. IP Networking Syllabus Where Does This Course Belong? This course is required in the associate degree program in Network Systems Administration and associate degree in Mobile Communications Technology. The following diagrams indicate how this course relates to other courses in respective programs: Network Systems Administration NT2799 NSA Capstone Project NT2580 Introduction to Information Security NT2670 Email and Web Services NT2640 IP Networking PT2520 Database Concepts NT1330 Client-Server Networking II NT1230 Client-Server Networking I NT1430 Linux Networking PT1420 Introduction to Programming NT1110 Computer Structure and Logic NT1201 Introduction to Networking NT1310 Physical Networking CO2520 Communications SP2750 Group Theories EN1420 Composition II EN1320 Composition I GS1140 Problem Solving Theory GS1145 Strategies for the Technical Professional MA1210 College Mathematics I MA1310 College Mathematics II Networking Technology Courses Programming Technology Courses General Education/...
Words: 2573 - Pages: 11
...“Unit 1 Assignment 1” ITT Technical Institute Intro to Programming – PT1420 Unit 1 Assignment 1 Short Answer Questions 1. Why is the CPU the most important component in a computer? The reason the CPU is the most important component in a computer is because without the CPU you can’t run any software. 2. What number does a bit that is turned on represent? What number does a bit that is turned off represent? The number in a bit that represents a turned on position is 1. The number in a bit that represents a turned off position is 0. 3. What would call a device that works with binary data? A digital device is a device that works with binary data. 4. What are the words that make up a high-level programming language called? Keywords or Reserved Words are words that make up a high-level programming language. 5. What are short words that are used in assembly language called? Mnemonics are short words that are used in assembly language. 6. What is the difference between a compiler and an interpreter? The difference between a compiler and an interpreter is that a compiler translates high-level language into separate machine language program while an interpreter translates AND executes the instructions in a high-level language program. 7. What type of software controls the internal operations of the computer’s hardware? An operating system controls the internal operations of the computer’s hardware. Unit 1 Research Assignment 1 * What were...
Words: 1534 - Pages: 7
...1 SPRING, 2014-2015 SCIENCE AND INFORMATION TECHNOLOGY Class Id 00001 00002 00003 00004 00005 00006 Course Name ADVANCED COMPUTER NETWORKS LABORATORY ADVANCED COMPUTER NETWORKS LABORATORY ADVANCED COMPUTER NETWORKS LABORATORY ADVANCED COMPUTER NETWORKS LABORATORY ADVANCED TOPICS IN PROGRAMMING III LABORATORY ALGORITHM LABORATORY 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 ALGORITHM LABORATORY ALGORITHM LABORATORY ALGORITHM LABORATORY ALGORITHM LABORATORY ALGORITHM LABORATORY ALGORITHM LABORATORY ARTIFICIAL INTELLIGENCE AND EXPERT SYSTEM LABORATORY ARTIFICIAL INTELLIGENCE AND EXPERT SYSTEM LABORATORY ARTIFICIAL INTELLIGENCE AND EXPERT SYSTEM LABORATORY ARTIFICIAL INTELLIGENCE AND EXPERT SYSTEM LABORATORY COMPUTER GRAPHICS LABORATORY COMPUTER GRAPHICS LABORATORY 00019 00020 00021 COMPUTER GRAPHICS LABORATORY COMPUTER GRAPHICS LABORATORY COMPILER DESIGN A D C B A D C B A G F E D C B A A B C D Sec A Time 12:0-2:0 11:0-2:0 10:0-12:0 11:0-2:0 4:0-6:0 2:0-5:0 4:0-6:0 5:0-8:0 4:0-6:0 5:0-8:0 08:0-10:0 08:0-11:0 10:0-12:0 08:0-11:0 12:0-2:0 11:0-2:0 2:0-4:0 2:0-5:0 08:0-10:0 08:0-11:0 4:0-6:0 08:0-11:0 4:0-6:0 5:0-8:0 2:0-4:0 2:0-5:0 4:0-6:0 11:0-2:0 12:0-2:0 11:0-2:0 4:0-6:0 5:0-8:0 08:0-10:0 08:0-11:0 10:0-12:0 08:0-11:0 12:0-2:0 11:0-2:0 2:0-4:0 2:0-5:0 12:30-2:0 Day T S W M S T T S M W S T M W T S W M M W W TH S T T S T TH W M M W W M T S W M T S ST RM 441 CL8 441 CL8 441 CL8 422 CL7 424 CL5 441 CL3 441 CL2 431 CL3 431 CL3 434 CL6 434 CL6 424 CL3 441 CL4...
Words: 15098 - Pages: 61
...Report 4 Confidentiality 5 Template 5 BACKGROUND INFORMATION 7 GENERAL CRITERIA 9 CRITERION 1. STUDENTS 9 CRITERION 2. PROGRAM EDUCATIONAL OBJECTIVES 11 CRITERION 3. STUDENT OUTCOMES 12 CRITERION 4. CONTINUOUS IMPROVEMENT 13 CRITERION 5. CURRICULUM 15 CRITERION 6. FACULTY 17 CRITERION 7. FACILITIES 20 CRITERION 8. INSTITUTIONAL SUPPORT 22 PROGRAM CRITERIA 23 Appendix A – Course Syllabi 24 Appendix B – Faculty Vitae 25 Appendix C – Equipment 26 Appendix D – Institutional Summary 27 Signature...
Words: 10169 - Pages: 41
...SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or Corequisite(s): Prerequisites: NT1110 Computer Structure and Logic or equivalent Course Description: This course serves as a foundation for the study of computer networking technologies. Concepts in data communications, such as signaling, coding and decoding, multiplexing, circuit switching and packet switching, OSI and TCP/IP models, LAN/WAN protocols, network devices and their functions, topologies and capabilities are discussed. Industry standards and the development of networking technologies are surveyed in conjunction with a basic awareness of software and hardware components used in typical networking and internetworking environments Introduction to Networking Syllabus Where Does This Course Belong? This course is required for the associate program in Network System Administration and the associate program in Electrical Engineering Technology. The following diagrams demonstrate how this course fits in each program. Associate Program in Network Systems Administration NT2799 NSA Capstone Project NT2580 Introduction to Information Security NT2670 Email and Web Services NT2640 IP Networking PT2520 Database Concepts NT1330 Client-Server Networking II NT1230 Client-Server Networking I NT1430 Linux Networking PT1420 Introduction to Programming NT1110 Computer Structure and Logic NT1210 Introduction to Networking NT1310...
Words: 4400 - Pages: 18
...SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or Corequisite(s): Prerequisites: NT1110 Computer Structure and Logic or equivalent Course Description: This course serves as a foundation for the study of computer networking technologies. Concepts in data communications, such as signaling, coding and decoding, multiplexing, circuit switching and packet switching, OSI and TCP/IP models, LAN/WAN protocols, network devices and their functions, topologies and capabilities are discussed. Industry standards and the development of networking technologies are surveyed in conjunction with a basic awareness of software and hardware components used in typical networking and internetworking environments Introduction to Networking Syllabus Where Does This Course Belong? This course is required for the associate program in Network System Administration and the associate program in Electrical Engineering Technology. The following diagrams demonstrate how this course fits in each program. Associate Program in Network Systems Administration NT2799 NSA Capstone Project NT2580 Introduction to Information Security NT2670 Email and Web Services NT2640 IP Networking PT2520 Database Concepts NT1330 Client-Server Networking II NT1230 Client-Server Networking I NT1430 Linux Networking PT1420 Introduction to Programming NT1110 Computer Structure and Logic NT1210 Introduction to Networking NT1310...
Words: 4400 - Pages: 18
...dwqwdlqkdmqwkldnqwkldnwkdnwqdldkwd Solutions To Workshop Exercises Chapter 1: SQL and Data 4 Chapter 2: SQL: The Basics 13 Chapter 3: The WHERE and ORDER BY Clauses 20 Chapter 4: Character, Number, and Miscellaneous Functions 27 Chapter 5: Date and Conversion Functions 42 Chapter 6: Aggregate Functions, GROUP BY and HAVING 57 Chapter 7: Equijoins 73 Chapter 8: Subqueries 108 Chapter 9: Set Operators 126 Chapter 10: Complex Joins 137 Chapter 11: Insert, Update, and Delete 164 Chapter 12: Create, Alter, and Drop Tables 178 Chapter 13: Indexes, Sequences, and Views 188 Chapter 14: The Data Dictionary, Scripting, and Reporting 197 Chapter 15: Security 213 Chapter 16: Regular Expressions and Hierarchical Queries 222 Chapter 17: Exploring Data Warehousing Features 235 Chapter 18: SQL Optimization 248 Chapter 1: SQL and Data In this chapter, you learned about data, how data is organized in tables, and how the relationships among the tables are depicted in a schema diagram. Based on your newly acquired knowledge, design a schema diagram based on the fictional ACME Construction Company. Draw on your own work experience to design the following components. 1. Draw boxes for these three tables: EMPLOYEE, POSITION, and DEPARTMENT. Solution: See the solution for Exercise 3. 2. Create at least three columns for each of the tables and designate a primary key for each table. Solution: See the solution for Exercise 3. 3. Create relationships among the...
Words: 6586 - Pages: 27
...Intermediate Financial Acct 1 ACCT 351 Time Prof. FROM Dec 21 6 pm Tsang Aaa - Zzz GYM main gym 20-30 002 Intermediate Financial Acct 1 Dec 21 6 pm Tsang Aaa - Zzz GYM main gym 20-30 ACCT 351 003 Intermediate Financial Acct 1 Dec 21 6 pm Tsang Aaa - Zzz GYM main gym 20-30 ACCT 352 001 Intermediate Financial Acct 2 Dec 21 9 am Cecere Aaa - Zzz ENGTR 0100 ACCT 354 001 Financial Statement Analysis Dec 22 2 pm Scott Aaa - Zzz GYM Fieldhouse 28-31 ACCT 354 002 Financial Statement Analysis Dec 22 2 pm Scott Aaa - Zzz GYM Fieldhouse 28-31 ACCT 361 001 Management Accounting Dec 11 2 pm Parent Aaa - Zzz GYM main gym 1-11 ACCT 361 002 Management Accounting Dec 11 2 pm Parent Aaa - Zzz GYM main gym 1-11 ACCT 361 003 Management Accounting Dec 11 2 pm Parent Aaa - Zzz GYM main gym 1-11 ACCT 362 001 Cost Accounting Dec 17 2 pm Levy Aaa - Zzz GYM Studio 1 1-3 ACCT 385 001 Principles of Taxation Dec 15 2 pm Goldsman Aaa - Zzz GYM BLEACHERS 1-5 ACCT 385 002 Principles of Taxation Dec 15 2 pm Goldsman Aaa - Zzz GYM BLEACHERS 1-5 ACCT 453 001 Advanced Financial Accountin Dec 14 9 am Scott Aaa - Zzz GYM main gym ACCT 463 001 Management Control Dec 11 2 pm Levy Aaa - Zzz GYM Studio 2 1-7 ACCT 463 002 Management Control Dec 11 2 pm Levy Aaa - Zzz GYM Studio 2 1-7 ACCT 475 001 Principles of Auditing Dec 16 6 pm Cecere Aaa - Zzz GYM Studio 1 1-4 ACCT 486 001 Business...
Words: 17461 - Pages: 70
...Jeff Hardy IST210 Lab 1. 6/26/09 1. Create a data dictionary for Upper Coastal University Registration System Table Name |Attribute Name |Contents |Type |Format |Required |PK or FK |FK Referenced Table | |Course |course_id call_id course_name credits |Course ID Call ID Course name Credits |numeric varchar varchar numeric(1) |999 XXXXXXX Xxxxxxxx 9 |Y |PK | | |Course Section |c_sec_id course_id term_id sec_num f_id c_sec_day c_sec_time_start c_sec_time_end loc_id max_enrl |Course Section ID Course ID Term ID Section # Faculty ID Course Section Day Course Section start time Course Section end time Location ID Maximum enrollment |numeric numeric numeric(1) numeric(1) numeric varchar datetime datetime numeric numeric |999 999 9 9 999 XXXXX yyyy-mm-dd 00:00:00:000 yyyy-mm-dd 00:00:00:000 999 999 |Y Y Y Y Y |PK FK FK FK FK | Course Term Faculty Location | |Enrollment |s_id c_sec_id grade |Student ID Course Section ID Grade |numeric numeric char(1) |999 999 X |Y Y |FK FK |Student Course Section | |Faculty |f_id f_last f_first f_mi loc_id f_phone f_rank f_pin |Faculty ID Faculty last name Faculty first name Faculty middle initial Location ID Faculty phone # Faculty ranking Faculty PIN |numeric varchar(20) varchar(20) char(1) numeric varchar(10) varchar(4) ...
Words: 1169 - Pages: 5
...Sections Found Accounting Select CRN Subj Crse Sec Cmp Cred NR 21138 ACC 201 01 M 3.000 Title Fund of Financial Accounting Days Time TRU Instructor Date Location Attribute (MM/DD) 02/03-06/01 SBM 009 Design Managmnt Major_Elective and Design Managmnt Minor_Elective and Economics Major_BAE_Elective and Eng'g Managmnt_Minor_Elective and MTH Major_Elective Design Managmnt Major_Elective and Design Managmnt Minor_Elective and Economics Major_BAE_Elective and Eng'g Managmnt_Minor_Elective and MTH Major_Elective Design Managmnt Major_Elective and Design Managmnt Minor_Elective and Economics Major_BAE_Elective and Eng'g Managmnt_Minor_Elective and MTH Major_Elective Design Managmnt Major_Elective and Design Managmnt Minor_Elective and Economics Major_BAE_Elective and Eng'g Managmnt_Minor_Elective and MTH Major_Elective Design Managmnt Major_Elective and Design Managmnt Minor_Elective and Economics Major_BAE_Elective and Eng'g Managmnt_Minor_Elective and MTH Major_Elective Design Managmnt Major_Elective and Design Managmnt Minor_Elective and Economics Major_BAE_Elective and Eng'g Managmnt_Minor_Elective and MTH Major_Elective Design Managmnt Major_Elective and Design Managmnt Minor_Elective and Economics Major_BAE_Elective and Eng'g Managmnt_Minor_Elective and MTH Major_Elective 09:00 Marian I. Mason am-09:50 (P) am NR 21139 ACC 201 02 M 3.000 Fund of Financial Accounting TRU Ronald D. 12:00 pm-12:50 Williams (P) pm 02/03-06/01 SBM 012 ...
Words: 48244 - Pages: 193