160 likes | 172 Views
is a truly special teacher is very wise and sees tomorrow in every student’s eyes
E N D
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 1 -7 All iLab and Homework • FOR MORE CLASSES VISIT • www.gsp215rank.com • Please check all Included Assignment Details below • GSP 215 Week 1 Homework Command Line in Windows and Linux • GSP 215 Week 2 iLab Binary Representation of Information • GSP 215 Week 2 Homework Representing and Manipulating Information
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 1 Homework Command Line in Windows and Linux • FOR MORE CLASSES VISIT • www.gsp215rank.com • Week 1 HomeworkCommand Line in Windows and Linux • • Using Google, research what kernel operating systems have been used in the video gaming industry. Describe the architecture and details regarding its advantages or disadvantages (i.e, consider Windows, Linux, based, etc.). A minimum of two paragraphs of research information is required, along with your own interpretation of the content.
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 2 Homework Representing and Manipulating Information • FOR MORE CLASSES VISIT • www.gsp215rank.com • Week 2 Homework Representing and Manipulating Information • Part A: Understanding the relationship between hexadecimal, binary, and decimal representations are very important when discussing machine-level programs. • 1. Convert the following hexadecimal number to binary and decimal: 5C.
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 2 iLab Binary Representation of Information • FOR MORE CLASSES VISIT • www.gsp215rank.com • GSP 215 Week 2 iLab • Week 2 Lab—Binary Representation of Information • Scenario • In this lab, we will be using cygwin and Visual Studio to write C++ code to illustrate floating point error and bitwise operations
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 3 Homework Representing and Manipulating Information • FOR MORE CLASSES VISIT • www.gsp215rank.com • GSP 215 Week 3 Homework Assignment • Week 3 Homework—Representing and Manipulating Information
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 3 iLab Machine-Level Representation of Programs • FOR MORE CLASSES VISIT • www.gsp215rank.com • Week 3 Lab Machine-Level Representation of Programs • TCO 3—Given the need to understand and describe performance bottlenecks, acquire an understanding of how C and C++ is translated into machine code. • Scenario
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 4 Homework Optimizing Program Performance • FOR MORE CLASSES VISIT • www.gsp215rank.com • Optimizing Program Performance • A programmer must write correct code that is clear and concise. There are also circumstances in which a programmer must write fast and efficient code. Processing video frames in real time must be fast. We will talk about ways to optimize code.
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 4 Lab Optimizing Program Performance • FOR MORE CLASSES VISIT • www.gsp215rank.com • Week 4 Lab Optimizing Program Performance • TCO 4—Given the importance of speculating runtime costs of software, obtain an understanding of certain details of how processors operate that impact code performance.
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 5 Homework memory Leaks • FOR MORE CLASSES VISIT • www.gsp215rank.com • Week 5 Homework—Memory Leaks • Memory leaks are bugs in C++ applications that can cause performance problems with your application or even causing it to crash. A memory leak is the result of failing to deallocate memory that was previously allocated. In C++ the commands
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 5 iLabMemory • FOR MORE CLASSES VISIT • www.gsp215rank.com • GSP 215 Week 5 iLab • Week 5 Lab—Memory • TCO 6—Given the fundamental role of processes in organizing a computer's flow of execution, be able to explain how multitasking/multiprocessing works, including what constitutes a context switch.
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 6 Homework Virtual Memory • FOR MORE CLASSES VISIT • www.gsp215rank.com • GSP 215 Week 6 Homework Assignment • Week 6 Homework—Virtual Memory • This week's homework problems will be completed in the book. • Complete problems 9.12 and 9.13 below.
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 6 iLabVirtual Memory • FOR MORE CLASSES VISIT • www.gsp215rank.com • GSP 215 Week 6 iLab • Week 6 Lab—Virtual Memory • TCO 9—Given the need to support the runtime creation of varying quantities of data objects, learn how dynamic memory allocation can provide this capability in a very efficient way.
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 7 Homework Networking Commands • FOR MORE CLASSES VISIT • www.gsp215rank.com • GSP 215 Week 7 Homework Assignment • Week 7 Homework—Networking Commands • This week's homework will focus on basic networking commands. • Display IP configuration settings.
GSP 215 RANK Inspiring Innovation--gsp215rank.com • GSP 215 Week 7 iLabNetworking and a Tiny Web Server • FOR MORE CLASSES VISIT • www.gsp215rank.com • GSP 215 Week 7 iLab • Week 7 Lab—Networking and a Tiny Web Server • TCO 1—Given a computing environment with multiple operating systems, demonstrate the ability to use the command line interface in Windows and Linux, and compile and run a program using the command line.