wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Nat5- Computing 2018 Paper Revision

Total questions: 32

Worksheet time: 21mins

Name
Class
Date
1.

Which of the following is NOT an example of effective user-interface design?

a)

Position of navigational links

b)

Consistent style across multiple pages

c)

Using lots of different colours to increase user satisfaction

d)

Using appropriate file formats for media files.

2.

What is the purpose of a wireframe?

a)

Helps to navigate the website

b)

To design the layout of the software

c)

To allow the user to test the usability of the website

d)

To To design usability tests using porotyping

3.

Select the correct answer:

a)

Internal hyperlinks: take you from one web page to another in the same website. External hyperlinks: take you from one web page to another in a different website.

b)

Internal hyperlinks: take you from one web page to another in the different website. External hyperlinks: take you from one web page to another in a different website.

c)

Internal hyperlinks: take you from one web page to another in the same website. External hyperlinks: take you from one web page to another in a same website.

d)

Internal hyperlinks: take you from one web page to another in the different website. External hyperlinks: take you from one web page to another in a same website.

4.

Which of the following standard file formats allows you to create an animation?

a)

WAV

b)

GIF

c)

PNG

d)

JPEG

5.

Why is compression important?

a)

To increase transmission speeds.

b)

To reduce bit depth.

c)

To reduce file sizes so that transmission speed is slowed.

d)

To allow lossy compression to remove extra data.

6.

Which of the following examples shows the correct way to display an image on a web page?

a)

<source src=""filename.jpg" alt="A Picture"></source>

b)

<image src="filename.jpg" alt="A Picture">

c)

<img src="filename.jpg" alt="A Picture">

d)

<file src="filename.jpg" alt="A Picture">

7.

Which tag is missing from the html code above?

a)

<item>__</item>

b)

<li>__</li>

c)

<ol>__</ol>

d)

<i>__</i>

8.

What does CSS allow you to do?

a)

Change the content of a web page.

b)

Add design notations to a web page.

c)

Change the style of a web page.

d)

Add interactivity to the web page.

9.

Which data type can only hold True or False

a)

Boolean

b)

Integer

c)

Real

d)

Single

10.

Select all Standard Algorithms for National 5

a)

Traversing a 1D Array

b)

Input Validation

c)

Running Total Within a Loop

d)

Conditional Statement

11.

Which component carries data to and from Main Memory

a)

Control Unit

b)

Registers

c)

Address Bus

d)

Data Bus

12.

Which component is temporary storage inside the processor?

a)

Control Unit

b)

Registers

c)

ALU

d)

RAM

13.

Floating point representation stores real numbers in binary using...

a)

mantissa and exponent

b)

vector and exponent

c)

mantissa and resolution

d)

vector and resolution

14.

What is a logic error?

a)

The program won't run as the mistake in the code breaks the rules of the programming language

b)

The program runs but in testing it produces the wrong result

c)

The program runs but then crashes while running

d)

The program created doesn't match the design

15.

Which file type for sound uses lossy compression?

a)

MP3

b)

WAV

c)

RAW

d)

JPG

16.

Select the correct SQL statement to add a new record for Mr Alford to the Teacher table

a)

SELECT * FROM Teacher WHERE Title="Mr" AND Surname="Alford";

b)

INSERT INTO Teacher (Title, Surname) VALUES ("Mr","Alford");

c)

INSERT (Title, Surname) VALUES ("Mr","Alford") INTO Teacher;

d)

INSERT (Title, Surname) VALUES ("Mr","Alford") FROM Teacher;

17.

Select the correct CSS rules to ensure all the text in paragraphs is blue

a)

P { color: blue; }

b)

P { colour: blue; }

c)

P { text-color: blue; }

d)

P { font-colour: blue };

18.

Vector Graphics store...

a)

A colour code for every pixel

b)

Objects and attributes as text

c)

Animation and transparency

d)

Thumbnails

19.

Increasing the resolution of a graphic will

a)

Increase file size and increase quality

b)

Increase file size and decrease quality

c)

Decrease file size and increase quality

d)

Decrease file size and decrease quality

20.

Select all advantages of compressing a graphic to be shown on a web page

a)

Takes up less space on the server

b)

Takes less time to transfer over a network

c)

Takes up less screen area

d)

Is easier to read/see

21.

Which validation would be added to a database field to ensure data is entered in that field?

a)

Range Check

b)

Presence Check

c)

Length Check

d)

Restricted Choice

22.

What is a parameter in a predefined function?

a)

Data that is sent into the function to allow it to do it's job

b)

An error that stops the function from working

c)

Details from the creator on what the function does

d)

A subprogram called by an event

23.

Which law protects individuals' personal data?

a)

GDPR (General Data Protection Regulation)

b)

The Copyright, Designs and Patents Act

c)

The Computer Misuse Act

d)

The Communications Act

e)

The Regulation of Investigatory Powers Act

24.

What piece of legislation protects copyrighted works?

a)

European Union (Withdrawal) Act 2019

b)

Copyright Designs and Patents Act 1988

c)

Communications Act 2003

d)

Official Secrets Act 1989

25.

What SQL query deletes "Xi Jinping" from the table "mass_surveillance"

a)

DELETE FROM mass_surveillance WHERE name="Xi Jinping";

b)

DELETE "Xi Jinping" FROM table="mass_surveillance";

c)

UPDATE "mass_surveillance" SET name=" " WHERE name="Xi Jinping";

26.

What does the ADDRESS BUS do?

a)

Carries Data one way from the CPU to the Registers.

b)

Carries address information from processor to

main memory. One direction only.

c)

Carries adress information from processor to

main memory. One direction only.

d)

Carries address information from processor to

main memory, both ways.

27.

In "1.2984x10^-6", what is the mantissa?

a)

-6

b)

1

c)

1.2984

d)

.2984

28.

What legislation protects personal information in databases?

a)

European Union (Withdrawl) Act 2019

b)

Data Protection Act 1998

c)

General Data Protection Regulation 2016/679

d)

Directive (EU) 2019/790

29.

What does an equi-join do?

a)

An equi-join does not exist in databases.

b)

Exists so that a SQL statement can use relationships in 1 table

c)

Exists so that a SQL statement can incorporate the relationship between two tables

d)

Exists so that a SQL statement can contact the The Communist's Party, Ministry of State Security to ensure that the SARS virus is not in any database

30.

What do you have to do to show copyrighted works on your website?

a)

Include credits somewhere in the website?

b)

Use the content anyways and claim free use.

c)

Ask for the copyright holder's permission.

d)

Move to China where copyright laws does not exist.

31.

Convert 187 to binary

a)

1001 0101

b)

1011 1001

c)

1011 1011

d)

1011 1000

32.

What is the exponent of this number? 1.2984x10^-6

a)

-6

b)

1.2984

c)

x10^-6

d)

1