brainscape1 Flashcards

1
Q

A floppy disc is

A

A small storage device

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

RAM stands for

A

Random Access Memory

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

BIOS stands for

A

Basic Input Output System

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

A hard drive is a device which

A

Is fast secondary storage and generally is attached directly to the motherboard

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

The purpose of a heat sink is to

A

Provide heat transfer away from components on the motherboard

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

MS Word is an example of

A

Application software

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

Linux is an example of

A

Operating system software

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

Microsoft Excel is an example of

A

Spreadsheet software

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

An example of utility software is

A

Winzip

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

The purpose of validation is to

A

Provide reasonable data

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

Having “not null” for a database field

A

Is a form of validation

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

Date is

A

A data type for a database

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

$surname=$_POST[‘surname’]; is used to

A

Collect data from an HTML form

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

A database field name that follows our naming convention is

A

Field_date

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

A primary key is used to provide

A

A unique identifier for a database record

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

Usually a key field in a database table would be

A

Not null, auto increment, integer

17
Q

Not null for a database field provides the simplest form of

A

Validation

18
Q

When writing an SQL query the keyword INSERT is used to

A

Insert a new record and values in the database table

19
Q

The WHERE clause in an SQL query is used to

A

Restrict which records will be affected by the query

20
Q

Which piece of code is correctly written

A

echo ‘hello world’;