Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 14-05-2012
This is the starting point or front page of a Web site. This page usually has some sort of table of contents on it and often describes the purpose of the site. For example, http://www.apple.com/index.html is the home page of Apple.com. When you type in a basic URL, such as “http://www.espn.com,” you are typically directed to the home page of the Web site. Many people have a “personal home page,” which is another way the term “home page” can be used.
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 30-04-2012
A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information about you, similar to a preference file created by a software application. Source: techterms.com
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 23-04-2012
A user interface, also called a “UI” or simply an “interface,” is the means in which a person controls a software application or hardware device. A good user interface provides a “user-friendly” experience, allowing the user to interact with the software or hardware in a natural and intuitive way. (source: techterms.com)
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 16-04-2012
Software – a general terms that describes computer programs. Software can be difficult to describe because it is “virtual,” or not physical like computer hardware. Instead, software consists of lines of code written by computer programmers that have been compiled into a computer program. (Source: techterms.com)
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 08-04-2012
A wiki is a Web site that allows users to add and update content on the site using their own Web browser. This is made possible by Wiki software that runs on the Web server. Wikis end up being created mainly by a collaborative effort of the site visitors. (www.techterms.com)
To make your own wiki, try wikispaces.com
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 18-03-2012
This is the process in which data is sent to your computer from another computer.
Whenever you receive information from the Internet, you are downloading it to your computer. For example, you might have to download an upgrade for your computer’s operating system in order to play a new game (especially if you’re using Windows). Or you might download a file from an email attachment.
The opposite of this process, sending information to another computer, is called uploading.
Source: http://www.techterms.com/
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 16-03-2012
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 12-03-2012
A file extension (or simply “extension”) is the suffix at the end of a filename that indicates what type of file it is. For example, in the filename “myreport.txt,” the.TXT is the file extension. It indicates the file is a text document.
While most file extensions are three characters in length, they can be as short as one character or longer than twenty characters. The extension determines which program is used to open the file as well as what icon should be displayed for the file. It also helps you see what kind of file a certain document is by just looking at the filename.
Both Windows and Mac OS X allow you to manually change file extensions, which may also change the program the computer uses to open the file. While this might work for some files, it may also cause the file to not open at all.
Source: http://www.techterms.com/
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 07-03-2012
A sprite is a bitmap graphic that is designed to be part of a larger scene. It can either be a static image or an animated graphic. Examples of sprites include objects in 2D video games, icons that are part of an application user interface, and small images published on websites.
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 07-03-2012
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 07-03-2012
In programming, debugging means finding and fixing mistakes.
The attached document has 5 debugging problems…can you figure them out? What is the mistake, and how can you fix the code?
debugging
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 27-02-2012
Bookmarking (also called adding to favorites) is a method for Internet users to organize, store, manage and search for bookmarks of resources online, so that the actual web address of the resource does not need to remembered or typed.
Social bookmarking is different from ordinary bookmarking in that bookmarks are shared via social bookmarking websites such as Delicious, Diigo, and Symbaloo. They can be accessed by a user from anywhere they connect to the Internet, and are typically organized by tagging rather than the traditional folders of regular bookmarks.
Posted by Mrs. Kostecki | Posted in Uncategorized | Posted on 16-02-2012
PROGRAMMING: the process of defining, writing, testing, debugging and maintaining the code of computer programs. The purpose of programming is to create a set of instructions that computers use to perform specific operations or to exhibit desired behaviors.
We are using SCRATCH to learn PROGRAMMING.
Learn more at scratch.mit.edu