Friday, April 16, 2010

Documentary about Internet Addiction

A few years back, I used to be very addicted to playing online games, and although I wasn't that crazed to spend all day on the computer, I did spend a hefty amount. The one game that had me booked for about two years was MapleStory. The only reason I was able to quit it was because my mom went on it to see what it's all about, and ended up crashing the game, so we were never able to download it again. Or that's her story. I still think she did it on purpose. I am grateful that she did it, because if I look back I know my addiction would be way worse, if I had kept playing.

In the video, I found it interesting that South Korea had the most addicted gamers. I had always thought it would be Chinese or Japanese people, but if they aren't, they are probably right behind the Koreans.

I think Internet addiction are very bad. I still go on the computer, but I make sure not to play games, because that's my weak spot. I know if I get addicted to another game, I won't be able to stop till my mom pulls the cord again.

Wednesday, April 14, 2010

Intro to Operating Systems

1. What is an operating system and what is its purpose?

An operating system (OS) is the first thing loaded onto the computer, without the operating system, a computer is useless.


2. What operating system do most computers come preloaded with?

PCs come pre-loaded with Microsoft Windows, and Macintosh computers come pre-loaded with Mac OS X.


3. Besides personal computers, what other devices have operating systems?

Electronic devices such as cell phones


4. Do all computers have operating systems? Explain

Not all computers have operating systems. The computer that controls the microwave oven for example, doesn't need an operating system.


5. What are the three most common operating systems? Are there other operating systems? Explain.

The three most common operating systems are Microsoft Windows, Mac OS X, and UNIX. Yes there are other operating systems, but these are the most common.


6. What is one reason why operating systems are coded rather than physical circuits?

The reason operating systems are made out of portable code rather than permanent physical circuits is so that they can be changed or modified without having to scrap the whole device.


7. What are the two main functions of an operating system?

1-It manages the hardware and software resources of the system. And 2-It provides a stable, consistent way for applications to deal with the hardware without having to know all the details of the hardware


8. What are the four types of operating systems?

There are Real-time operating system (RTOS) which is used to control machinery, scientific instruments and industrial systems; single-user, single task which is designed to manage the computer so that one user can effectively do one thing at a time; single-user, multi-tasking which lets a single user have several programs in operation at the same time; and multi-user which allows many different users to take advantage of the computer's resources simultaneously.


9. What are the first actions the computer takes when you power it on?

When you turn on the power to a computer, the first program that runs is usually a set of instructions kept in the computer's read-only memory (ROM). This code examines the system hardware to make sure everything is functioning properly.


10. What is the bootstrap loader? What is its function?

The bootstrap loader is a small program that has a single function: It loads the operating system into memory and allows it to begin operation. In the most basic form, the bootstrap loader sets up the small driver programs that interface with and control the various hardware subsystems of the computer.


11. How does the OS manage the processor?

The OS manages the processor by ensuring that each process and application receives enough of the processor's time to function properly and using as many processor cycles as possible for real work.


12. What does an operating system do when two processes are multi-tasking?
When two processes are multi-tasking, the operating system allots a certain number of CPU execution cycles to one program.
After that number of cycles, the operating system makes copies of all the registers, stacks and queues used by the processes, and notes the point at which the process paused in its execution. It then loads all the registers, stacks and queues used by the second process and allows it a certain number of CPU cycles. When those are complete, it makes copies of all the registers, stacks and queues used by the second program, and loads the first program.

13. What is thrashing?

When you try to have to many processes functioning at the same time, this can cause problems. The operating system itself requires some CPU cycles to perform the saving and swapping of all the registers, queues and stacks of the application processes. If enough processes are started, and if the operating system hasn't been carefully designed, the system can begin to use the vast majority of its available CPU cycles to swap between processes rather than run processes. This is called thrashing.


14. What is virtual memory management?

A processor can only access memory one location at a time, so the vast majority of RAM is unused at any moment. Since disk space is cheap compared to RAM, then moving information in RAM to hard disk can greatly expand RAM space at no cost. This is Virtual Memory Management.

15. What is a driver?

Drivers are translates between electrical signals of the hardware subsystems and the high-level programming languages of the OS and application programs. So basically drivers take data that the operating system has defined as a file and translate them into streams of bits placed in specific locations on storage devices, or a series of laser pulses in a printer.


16. How can input/output capabilities of a system be enhanced?

Managing input and output is largely a matter of managing queues and buffers, special storage facilities that take a stream of bits from a device, perhaps a keyboard or a serial port, hold those bits, and release them to the CPU at a rate with which the CPU can cope



17. How do application program interfaces make it easier for programmers?
It is similar to the way the user interface facilitates interaction between humans and computers. You can actually see what's happening on the screen in front of you.



18. What is a UI and GUI?
User Interface is the system by which people interact with a machine. The user interface includes hardware (physical) and software (logical) components.
Graphical User Interface is where the user clicks on a visual screen that has icons, windows and menus, by using a pointing device, such as a mouse.



19. Why is Linux being open source significant?
The primary difference between Linux and many other popular contemporary operating systems is that the Linux kernel and other components are free and open source software.



20. What are some other devices that run on Linux?
AppleTV,Browser,GameCube,Dreamcast, Ipod, etc



21. What are 3 things you found interesting about operating systems that you did not know
before?
I learned that operating systems are found in so many different devices such as my Ipod. operating systems are also didn't know that every computer had an operating system. i also learned that microwaves have a computer that doesn't have an operating system.



22. What is a question that you still have about operating systems?
How long does it take for a driver to translate the electrical signals to the operating systems language?

Monday, April 12, 2010

Setting Up a Network

Assignment 1




LAN:

Full Name - Local Area Network
What is it - a network confined to a small area. generally limited to a home or an area.
Examples - laptop, gaming device, PC, etc.


WAN:

Full Name - Wide Area Network
What is it - a network that has a wider span than a local area network
Examples - Corporations, governments, school districts, etc.




Assignment 2


1.)



a.)Unshielded Twisted Pair (UTP) Cable




Maximum length: 100 Metres











b.) Coaxial Cable
http://www.miratecinc.com/Miratec%20Images%20Reduced%20Size/5ft.%20coaxial%20cable.jpg



Maximum length: 1000ft for standard broadcast & 300ft for HD







c.) Fiber Optic Cable



http://www.santancom.com/fiber-optic-cable.gif



Maximum Length: approx. 2000 metres








2.)



  • Router: a router is a networking device whose software and hardware are specially customized to forward information.

  • Bridge: a device that filters data traffic at a network boundary

  • Switch: used in a wired network to connect Ethernet cables from a number od devices together


3.)


PEER to PEER


How does it work? any distributed network architecture composed of participants that make a portion of their resources


Advantages:there is no single point of failure in the system


Disadvantages: as more clients join the system, less resources are available to serve each client



Client/Server


How does it work? a distributed application architecture that partitions tasks or work loads between service providers (servers) and service requesters, called clients.


Advantages: All data is stored on the servers, which generally have far greater security controls than most clients

Disadvantages: Cost; if server is down, can't access; if a critical server fail, clients’ requests cannot be fulfilled

Friday, April 9, 2010

Computer Build Challenge and Magazine Cover

Today I finished my computer build challenge at school. I found it quite easy after making the first one.

I also finished my magazine, which I didn't get to finish before because I went to Pakistan. Well I finished it now and now I will post it



The links that I used are
Tricks. (Text) Available.http://www.polyvore.com/cgi/img-thing?.out=jpg&size=l&tid=3821645. April 09, 2010.
Rules. (Text) Available. http://haute-heels.com/wordpress/wp-content/uploads/2008/05/taylorcov.jpg. April 09, 2010.
Barcode. (Online Image) Available.http://gossipteen.com/wp-content/uploads/2009/02/leighton-meester-seventeen-magazine-cover.jpeg. April 09, 2010.
Logo. (Online Image) Available. http://i.dell.com/images/global/topics/product-red/red-seventeen-logo.jpg. April 09, 2010.

***Although I used only four links, these four sites are all the sites that I used, so their may be more than one thing taken from a site.

Thursday, April 1, 2010

Computer Build Design Challenge

A few days ago (I think), we started a computer design challenge. We have to search on the Internet, and find parts of computers to build a computer for a specific person. The three people we have to find the parts for are a receptionist, a marketing designer, and a product tester. Today i finished making the marketing designer's computer, and all i have to say is, I DON'T LIKE THIS. I'm not trying to be a poor sport, but this is sort of boring. I liked what we were doing before. Something more hands-on, not this researching stuff, cause this is researching to me.