Computer Storm
Monday, 25 March 2013
Databases
Building a database correctly is imperative in order to be able to retrieve information correctly. The first step that must be taken when creating a database is to evaluate what is required of the database. For instance, a business might want tables containing data on products, suppliers and orders while a school may need a database with tables on teachers, students and assignments. Once the table categories have been determined, the database can be created. Reports and forms can be made later to manipulate and combine data in different tables.
Another commonly used term in databases is the SQL - or "Structured Query Language." Because of the acronym, SQL is often referred to as "Sequel." SQL is the computer language used to request, retrieve and manipulate information from a relational database. Once a user learns basic Structured Query Language, she will realize that the data can be manipulated precisely to suit the requirements. For example, "Select" defines what info should be pulled, "From" allows users to specify from which table to pull the data and "Where" allows the users to enter a condition. For example, "SELECT StudentName FROM Classes WHERE Grade=B" might pull a list of the names of all the students from a table named Classes who currently have a B average. With ample time and practice, databases and database language can be mastered by anyone.
Saturday, 13 October 2012
Word processing is a term that means using a computer to create, edit, and print documents. Of all computer applications, word processing is the most common.
Here is an example of a document I typed using a word processor. I managed to contain most the formatting exactly how it was on Microsoft Word:
The Care of Plants
You don’t need to read
a book to learn about the beauty, variety and popularity of house plants – just
look around you. Everywhere you will find them, the impressive indoor gardens
in public buildings… tiny pots in windowsills… scores of colourful varieties
offered for sale in green shops.
Indoor
plants in the home
The charm of house
plants may be universal, but millions of them die needlessly each year. You
have to face the fact that your house is not particularly good home for them –
most plants would be much happier in the moist,
bright air of a well-lit
laundry! So you just can’t leave them to looks after themselves: each plant needs
care and each variety its own particular requirements.
Basic
rules
·
DON’T
DROWN THEM – roots need air as well as water –
keeping the compost soaked at all times means certain death to most plants.
·
GIVE
THEM EXTRA HUMIDITY – the atmosphere in certain rooms
may be as dry as desert air. For the plants to strive well it is essential to
increase the humidity around them.
·
TREAT
TROUBLE PROMPTLY – whether you are an expert or
beginner, trouble will strike sometime. A plant may become infested with pests,
which if untreated may kill the plant or cause the infestation to spread to
other plants.
·
GROUP
THEM TOGETHER – nearly all plants look better and
grow better when grouped together.
The table below shows the temperature and rainfall
of some countries were our house plants were originally found.
Country
|
Min temp. C
|
Max temp. C
|
Rainfall cm
|
India,
Assam
|
9
|
32
|
1065
|
Borneao,
Sandak
|
36
|
300
|
|
Java,
Jakarta
|
19
|
36
|
180
|

As you can see, a word processor has many different functions like text formatting (Italic, Bold etc.) and you can also create a table.
Tuesday, 9 October 2012
Zipped Folders
What does computer formatting mean?
Reasons why you might need to format a computer:
- You have built a computer and you must format the hard drive so you can put an operating system on it.
- You have replaced your main hard drive and the new one needs to be formatted.
- Your computer has a black screen on startup. Sometimes formatting can wipe a problem away.
- You have a software problem that is too detailed to fix.
- You have a major virus that you cannot get rid of.
What is defragmentation?
Defragmentation is the process of locating the noncontiguous fragments of data into which a computer file may be divided as it is stored on a hard disk, and rearranging the fragments and restoring them into fewer fragments or into the whole file. Defragmentation reduces data access time and allows storage to be used more efficiently. Some operating systems automatically defragment storage periodically; others require that the user occasionally use a special utility for this purpose.
Hardware and Software
Computer Hardware
Some examples include:
- Processor
- Memory (RAM & ROM)
- Motherboard
- Graphics card
- Network card
- Modem
- USB flash drive
- Hard-drive
Hardware needs software to tell it what to do. Without software, the hardware can not be used.
Software
Computer software (often called just software) is a type of computer program. It means the applications and operating systems used with computers.System software (or systems software) is computer software or an operating system designed to operate and control the computer hardware and to provide a platform for running application software.
Example: Operating system
Examples:
- Word Processor
- Image manipulation software
- Databases
- Media players
What is a computer?
A computer is a machine that is able to take information (input), do some work on or make changes to the information, to make new information (output). Computers have existed for much of human history. Examples of early computers are the astrolabe and the abacus.
Modern computers are very different from early computers. They are now very powerful machines that are able to do billions of calculations every second. Most people have used a personal computer in their home or at work. Computers are useful for many different jobs where automatic functions are useful. Some examples are controlling traffic lights, vehicle computers, security systems, Washing machines and Digital Televisions.
A person (called a user) can control a computer by telling it to do things. Some ways of controlling a computer are with a keyboard, mouse, buttons, touch screen. Some very new computers can also be controlled with voice commands or hand gestures.
Computers can be designed to do anything with information. Computers are used to control factories, which in the past were controlled by humans. They are also in homes, where they are used for things such as listening to music, reading the news, and writing.
Modern computers are electronic machines. A computer is only useful if it has both hardware and software. Hardware is the physical parts the computer is made of - for example keyboard, mouse, screen, tower. Software is the computer programs (mathematical instructions). Software uses the hardware by taking input and changing it in to useful output.
Computers are able to do billions of calculations each second. They can do mathematical arithmetic very quickly but computers do not really "think". They only follow the instructions in their software programs.
Computer programs are designed or written by computer programmers. Computer programs can be written in the computer's own language called machine code. Machine Code has only a few instructions and is based on logic and Mathematical arithmetic. Using machine code is difficult for most human programmers.
Today, programmers usually write programs using a programming language like C++, Java or BASIC. These programming languages can be translated in to machine code later using a program called a compiler.
A person (called a user) can control a computer by telling it to do things. Some ways of controlling a computer are with a keyboard, mouse, buttons, touch screen. Some very new computers can also be controlled with voice commands or hand gestures.
Computers can be designed to do anything with information. Computers are used to control factories, which in the past were controlled by humans. They are also in homes, where they are used for things such as listening to music, reading the news, and writing.
Computers are able to do billions of calculations each second. They can do mathematical arithmetic very quickly but computers do not really "think". They only follow the instructions in their software programs.
Computer programs are designed or written by computer programmers. Computer programs can be written in the computer's own language called machine code. Machine Code has only a few instructions and is based on logic and Mathematical arithmetic. Using machine code is difficult for most human programmers.
Today, programmers usually write programs using a programming language like C++, Java or BASIC. These programming languages can be translated in to machine code later using a program called a compiler.
Subscribe to:
Posts (Atom)