ISDD Unit Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the problems with a flat-file database?

A

> Can cause unnecessary duplication
It’s time consuming for the data operator
to finish

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a primary key?

A

A primary key is a field in a table that contains a piece of data that is unique for every record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a surrogate key?

A

A surrogate key is a field in a table which has been created by the system to ensure that a unique field exists for every record - a surrogate key is used instead of a primary key if no existing field is suitable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a compound key?

A

A compound key is a primary key made up of two or more attributes to identify each record, row or instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a foreign key?

A

A foreign key is a field in a table that is the primary key of another table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the benefits of using CSS?

A

> Saves time by reusing code
Find errors quicker
More organised
Loads faster - for an entire website, all you need is one CSS file to be loaded.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the three ways in which you can apply CSS to a webpage?

A

> Inside a HTML tag
Add a style tag to the head section
Create a style sheet and add a link to the head

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is metadata?

A

Metadata is data about data. For example, the file size and author of a sound file are examples of metadata. It is found in the head section of a webpage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a static webpage?

A

A static webpage is a webpage that does not change every time it is loaded, or if the user clicks on a button.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a dynamic webpage?

A

A dynamic webpage is a webpage that displays different content each time it is viewed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is client-side validation?

A

Client-side validation is when the information that the user enters is checked by the user’s browser, possibly using a scripting language like JavaScript.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is server-side validation?

A

Server-side validation is when all the information is checked and verified by the server, not on the user’s computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a database-driven website?

A

A database driven website is one that pulls information from a database each time it is loaded.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly