Front | Back |
What does the Internet Protocol TCP/IP stand for? |
Transmission Control Protocol/Internet Protocol
|
TCP/IP organises how data packets are sent and received. It ensures that each data packet carries what information?Think of at least three |
A. SOURCE - where the packet came fromb. DESTINATION - where the packet is going toc. CHECK SUM - to make sure everything has been sent.d. DATA - the content of the packete. SEQUENCE - eg 2 of 5 packets
|
What is a database? |
A collection of data that is organised so that it can be accessed, managed and updated. A relational database has links between tables
|
The UNIQUE IDENTIFIER or a record in a database table is known as the what?Upload Image |
Primary Key
|
When the PRIMARY KEY of a table is placed in another table to make a link it is known as what? |
FOREIGN KEY
|
What is SERVER SIDE SCRIPTING?
|
|
What is CSS?
|
Cascading Style Sheets
|
What is CSS used for?
|
To style the web pages. Pages and sites can be changed just by changing the CSS.
|
What does HTML stand for?
|
Hyper text Mark-up Language. This is used to create web pages
|
What does RLE stand for?
|
Run Length Encoding Encoded as 2G 5Y 5R instead ofGGYYYYRRRR
|
Give two reasons for structuring data in a database.
|
Easier / faster to:o Sorto Search (by using queries)o Produce reportso Analyse datao Keep organised
|
What is meant by computer modelling?
|
Using computers to work out/model the effects of changing something. eg using a spreadsheet to model the effects of a pay rise on household saving
|
Three features of a compiled programming language are........
|
|
Give a feature of a Magnetic Hard Drive
|
|
How many different numbers can be represented by an 8-bit binary number?
|
256 You can only count up to 255 but 256 includes the 0
|