wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSMI Passing Strategy

Total questions: 45

Worksheet time: 23mins

Name
Class
Date
1.

What is the minimum number of marks required to pass BTEC Unit 2?

a)

18 marks

b)

24 marks

c)

33 marks

d)

40 marks

2.

What is the total number of marks available in BTEC Unit 2?

a)

50 marks

b)

66 marks

c)

80 marks

d)

100 marks

3.

How many marks is Part A of the exam worth?

a)

26 marks

b)

33 marks

c)

40 marks

d)

46 marks

4.

How many marks is Part B of the exam worth?

a)

20 marks

b)

26 marks

c)

30 marks

d)

40 marks

5.

Which activity is worth the MOST marks?

a)

Activity 1: Relationships

b)

Activity 3: Queries & Report

c)

Activity 6: Forms

d)

Activity 5: Evaluation

6.

How many marks is Activity 6 (Forms) worth?

(a)  

7.

According to the Pass First strategy, what is a realistic target for the entire exam?

a)

18-24 marks

b)

25-28 marks

c)

29-37 marks

d)

40-50 marks

8.

Which activities are considered 'accessible' for guaranteed marks?

a)

Activities 3 and 6

b)

Activities 1, 2, 4, 5, and 8

c)

Only Activity 1

d)

Activities 6 and 7

9.

How many validation types must you demonstrate in Activity 2?

a)

3 types

b)

4 types

c)

5 types

d)

6 types

10.

What validation rule is used for a Presence Check in Access?

a)

Required = Yes

b)

Is Not Null

c)

Not Empty

d)

Must Have Value

11.

Which validation expression checks the length of a field?

a)

Size([FieldName])>=4

b)

Len([FieldName])>=4

c)

Length([FieldName])>=4

d)

Count([FieldName])>=4

12.

What Access feature is used for a Format Check?

a)

Validation Rule

b)

Data Type

c)

Input Mask

d)

Field Size

13.

In an Input Mask, what does '>L' represent?

a)

A required lowercase letter

b)

A required uppercase letter

c)

An optional letter

d)

A required number

14.

What is the correct syntax for a Range Check between 7 and 10?

a)

>=7 And <=10

b)

Between 7 And 10

c)

>7 And <10

d)

Range(7,10)

15.

How do you implement a Table Lookup validation?

a)

Using a combo box

b)

Using Referential Integrity

c)

Using a validation rule

d)

Using an Input Mask

16.

Where should you screenshot validation rules from?

a)

Datasheet View

b)

Query Design View

c)

Field Properties panel

d)

Relationship Window

17.

What does a Presence Check prevent?

a)

Duplicate entries

b)

Fields being left empty

c)

Invalid characters

d)

Values outside a range

18.

Which validation type ensures a value exists in another table?

a)

Presence Check

b)

Format Check

c)

Range Check

d)

Table Lookup

19.

The three types of test data you must use are:

a)

Normal, erroneous, and extreme

b)

Normal, random, and duplicate

c)

Extreme, duplicate, and missing

d)

Erroneous, random, and duplicate

20.

Which of the following are the three main types of test data?

a)

Good, Bad, Ugly

b)

Valid, Invalid, Boundary

c)

Normal, Extreme, Erroneous

d)

Input, Output, Process

21.

What is 'Normal' test data?

a)

Data at the boundaries

b)

Valid data that should be accepted

c)

Invalid data that should be rejected

d)

Random data

22.

What is 'Extreme' test data?

a)

Invalid data

b)

Data outside the range

c)

Valid data at the boundaries

d)

Random characters

23.

What is 'Erroneous' test data?

a)

Valid data that should be accepted

b)

Data at the boundaries

c)

Invalid data that should be rejected

d)

Typical expected data

24.

If a Range Check is Between 7 And 10, which value is EXTREME?

a)

5

b)

8

c)

10

d)

12

25.

If a Range Check is Between 7 And 10, which value is ERRONEOUS?

a)

7

b)

8

c)

9

d)

5

26.

Should you document test failures in your test log?

a)

No, only document successes

b)

Yes, it shows you understand testing

c)

Only if asked to

27.

What does each test row in your test log need?

a)

Just the test data

b)

Only expected result

c)

Number, description, data, expected, actual, screenshot

d)

Just a screenshot

28.

How many paragraphs should your evaluation typically have?

a)

1 paragraph

b)

2 paragraphs

c)

3 paragraphs

d)

5 paragraphs

29.

What should the FIRST paragraph of your evaluation discuss?

a)

Limitations

b)

How structure minimises data duplication

c)

Future improvements

d)

Testing results

30.

What should the THIRD paragraph of your evaluation include?

a)

How requirements are met

b)

Data duplication

c)

Limitations and improvements

d)

Table descriptions

31.

Which phrase is useful for discussing data integrity?

a)

'The database is complete'

b)

'This ensures data integrity because...'

c)

'The tables are linked'

d)

'Data is stored correctly'

32.

Being honest about failures in your evaluation will:

a)

Lose you marks

b)

Not affect your grade

c)

Earn you marks by showing understanding

d)

Confuse the examiner

33.

How long is Part A of the exam?

a)

2 hours

b)

2.5 hours

c)

3 hours

d)

4 hours

34.

How long is Part B of the exam?

a)

1 hour

b)

1.5 hours

c)

2 hours

d)

2.5 hours

35.

How much time should you allocate to Activity 1 (Relationships)?

a)

20 minutes

b)

30 minutes

c)

40 minutes

d)

60 minutes

36.

What should you do when time is running low?

a)

Keep trying to finish building

b)

Stop building and start documenting

c)

Skip to the next activity

d)

Ask for extra time

37.

What does 'at least 5' translate to in query criteria?

a)

>5

b)

<5

c)

>=5

d)

=5

38.

What does 'more than 10' translate to in query criteria?

a)

>=10

b)

>10

c)

=10

d)

<>10

39.

How do you create a parameter query prompt?

a)

Use a text box

b)

[Enter value:]

40.

Even if your query is wrong, what should you ALWAYS do?

a)

Delete it

b)

Leave it blank

c)

Screenshot Design View AND Datasheet View

d)

Only save the design

41.

What is the 'Golden Rule' of the Pass First strategy?

a)

'Perfect answers only'

b)

'Something is better than nothing'

c)

'Speed over accuracy'

d)

'Skip difficult questions'

42.

A blank response will earn you:

a)

1 mark for attempting

b)

Partial credit

c)

Zero marks

d)

Half marks

43.

A wrong attempt that shows understanding can earn you:

a)

Zero marks

b)

Partial marks

c)

Full marks

d)

Negative marks

44.

What is MORE valuable: a half-finished database with full documentation OR a complete database without evidence?

a)

Complete database without evidence

b)

Half-finished with full documentation

c)

Neither has value

d)

They are equal

45.

Which students typically FAIL this exam?

a)

Those who struggle with queries

b)

Those who leave sections empty

c)

Those who attempt everything

d)

Those who document failures