How can you protect your computer from malware?
In order to protect your computer from malware, it is a good idea to have an anti-virus program set up. Try Avast or AVG, as these are both successful and free. You also will need to have a firewall.
Advantages n disadvantages of traditional file system?
A disadvantage of a traditional file system is human error. When a file is filed in the wrong place it can be a long time before the file is located. Another disadvantage is the possibility of fire destroying the records. An advantage to this type of filing system is that there is a hard copy of everything that is filed. A file can be copied for several users of the file.
AutoNumber
What are the Components of A database server?
• Hardware
- Can range from a PC to a network of computers.
• Software
- DBMS, operating system, network software (if necessary) and also the application programs.
• Data
- Used by the organization and a description of this data called the schema.
• Procedures
- Instructions and rules that should be applied to the design and use of the database and DBMS.
• People
- The people that participate in the database environment.
What are the different database available in industry?
There are various types of databases available in the market
What is the Difference between a single threaded file server and a multi-threaded file server?
Single thread means that the processor will wait until one 'process' is complete before it opens a new thread or 'process'. Multi-thread can handle multiple threads simultaneously making it faster and more responsive.
What are the advantages and disadvantages of knowledge management systems?
A knowledge management system can be useful in many different ways or strategies and practices. It is commonly used successfully in the Information Technology field and human resource management.
Peer-to-peer
Oracle Fusion Financials Online Training, Rainbow Training Institute having best instructors for Oracle Fusion Financials Online training and it is well known for providing all
Kinds of oracle fusion technologies through online and it is stepping forward in providing best Oracle Cloud Financials Online Training in Hyderabad, Bangalore, Chennai, Noida, Delhi, USA, UK, UAE, Saudi, Europe, India, Canada. Complete Suite of oracle fusion
financials training videos.
Are gigabites larger than megabites?
Yes.
1 Bit = the smallest bit of information. Basically, one character (e.g. letter, number, symbol, space, etc)
1 Byte = about 8 bits
1 Kilobyte (Kb) = 1024 bytes (the first binary number above 1000)
1 Megabyte (Mb) = 1,048,576 bytes (1024 Kb) (1000 x 1000 bytes)
1 Gigabyte (Gb) = 1024 Mb (1000 x 1000 x 1000 bytes)
etc
Basically, most people take each figure as 1000 of the previous thing
After Gigabyte you have Terabytes, Petabytes, Exabytes, Zettabytes, and Yottabytes
Average word document (letter, essay, etc) = under 100 Kb
Average photo from a digital camera (unedited) = under 2Mb
Average 3 minutes MP3/music file = 4Mb
Average USB flash drive/memory stick or iPod/MP3 Player = 1Gb
Average laptop computer = 80-160Gb
You can buy 500 Gb external hard drives (half a terabyte) - which would store many many hours of video, billions of music albums and other documents
Microsoft Office takes up about 1Gb, not including any documents you create.
Photoshop, as well as video editing software, takes up more like 10GB (roughly).
Loads of info about it at http://www.answers.com/topic/byte?cat=biz-fin
500 MB can mean two thing: 500 MEGA BYTES of main (system) memmory or 500 Mega bytes of storage (disk drive). One Megabyte is roughly the equivalent of one full novel. its not exactly 500megabytes, this is due to each value increasing by itself, eg 1,2,4,8,16,32,64,128,256,512.....etc. Answer A byte is a unit of data storage. A megabyte is 1,000,000 bytes. And 500 megabytes is (of course) 500,000,000 bytes. Data storage comes in many forms (disk drives, memory (properly called RAM), flash memory like USB sticks, etc.) but the term 500 MB means the same thing either way. And yes, data storage that is equal to 500 MB is perfectly possible, the person who gave the second answer seems not to realize that multiples of two do not govern everything. RAM is usually retailed in such units (64 MB, 128 MB, 256 MB, etc.), but other methods of storage have no such constraints (like CDs that hold 700 MB, or floppy disks that hold 1.44 MB). AnswerWhoever gave the 3rd answer is forgetting that there is such thing as File System (FS) on mass Storage devices (such as CD's, DVD's, Harddrives, Floppy Disks etc) which take up space. EG if you get a 1GB Pendrive, it will have 0.99GB Space because the file system will take up the 0.01GB. So if you are looking at 500MegaBytes of RAM, there is a different type of file system, which is NOT stored on the RAM sticks, which means you get the full 500MB. :-)
Answer Is this kid serious asking this question? Yes their is such thing as 500 mb. Some people should not be allowed to own a computer...
A manual filing system is filing documents using paper and cabinets. The documents are filed within a folder and then stored, by some means of categorization or another, in a cabinet for later retrieval.
This is the opposite of storing documents within folders on your computer's hard drive. In the computer world the documents are stored in a digital filing system, as opposed to the physical filing system in the manual way.
What is the difference between Table and Relation in Database?
In a table each column attributes are independent, In a table row order & column order are mandatory & that cannot be changed, Table can be of more than 2 dimentions, There may be of rows and columns duplication in a table. Relation: In a Relation in which all attributes are dependent in one or the other way, The row and column orders are not considered, Relation is always 2 dimentional, There cannot be duplication of rows and columns in a relation There is no difference they both refers to the collection of rows and colls which used to store data.
_________________________________________________________
Table The physical instantiation of a relation in the database schema. Relation A logical construct that organizes data into rows and columns.
A table is essentially a two-dimensional matrix. But, a relation need not be so.
What is the role of data in information systems and business?
speed up and simplifies the process of work and management in a business
How do you change the password of a SQL Server login?
Try to use command prompt to change your sql sa password.
First, open a command prompt (Start -> Run -> cmd)
Then, type the follow commands, and press Enter after each line:
Osql -S yourservername -E
1> EXEC sp_password NULL, 'yourpassword', 'sa'
2> GO
Does a database have to be computerized?
No. A database can be manual, like a phone book or a shopping list. For it to be a database it needs to be structured or organised. If you take a phone book, although there are thousands of names in it, you can usually find a phone number you are looking for very quickly. This is because the phone book is structured and organised. So it does not have to be on a computer to be a database. A manual database can be computerised. The data would be entered into a computer.
What ways can you insert an extra row into a table?
On this computer, you go over to the left side of the row. You click on the left side of the row. It highlights the entire row. You go to "Table." You click on it. You click insert. It will insert a row. You let the computer do it for you.
A computer network is defined as two or more computers connected via software and hardware so that they can communicate with each other. Ultimately, a computer network enables the exchange of data among computers.
What is difference between function and stored procedure in sql server?
A stored procedure is like a miniture program in SQL Server. It can be as simple as a select statement, or as complex as a long script that adds, deletes, updates, and/or reads data from multiple tables in a database. (Stored procedures can also implement loops and cursors which both allow you to work with smaller results or row by row operations on data.) The SQL Server functions are option for doing certain operations in SQL Server. They can not be used to update, delete, or add records to the database. They simply return a single value or a table value. They can only be use to select records. However, they can be called very easily from within standard SQL, such as: SELECT dbo.functionname('Parameter1') OR SELECT Name, dbo.Functionname('Parameter1') FROM sysObjects For simple reusable select operations, functions can simply your code. Just be wary of using JOIN clauses in your functions. If your function has a JOIN clause and you call it from another select statement that returns multiple results, that function call with JOIN those tables together for EACH line returned in the result set. So though they can be helpful in simpling some logic, they can also be a performance bottleneck if they're not used properly.
What will happenend in round robin scheduling if time slice is too large?
If the set time is too short, then too much process switching will take place and the design will become slow. If the set time is too long, then the system may become unresponsive, time wasting and would emulate First Come First Served.
What is a field in a database that contains formulas or functions in Excel?
In a database a field with a formula is called a calculated field. A calculated field should actually be in a table, as it can be calculated from data in other fields in the table, so it normally only appears in queries, reports and forms. In a spreadsheet it would just be a calculation.
In a database what is a field width?
It is the amount of space that you want to allow for some data. Different kinds of data will take more space than others, so you should define how much space is needed. So if you had a field for Gender, then the values would be Male or Female. So a maximum of 6 letters is needed, so you could specify that as the field width. If you set it larger than that you would be allocating space that was not needed, and you would be wasting space. For other things, like names or address lines, you would need more space than for your gender field, so you would set them to have more space. Some fields have their widths automatically set, like date fields, so you don't need to specify anything.