wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Higher: Computer Systems

Total questions: 50

Worksheet time: 32mins

Name
Class
Date
1.

A common notation used to store negative integers is called?

a)

two's complement

b)

two's compliment

c)

binary notation

d)

integers notation

2.

What is an Extended ASCII?

a)

8 bit code

b)

Stores 256 different text characters

c)

Limited to storing some control characters, numbers, the alphabet used in English

d)

Selection of characters from other languages

3.

Unicode is used to store text characters. 16 bit Unicode can store 65 536 characters including many different alphabets, symbols and even emojis. It's used in web-coding to display a non-standard characters.

a)

TRUE

b)

FALSE

4.

Graphics can be stored as a:

a)

bit-mapped graphics

b)

vector graphics

c)

animation graphics GIF

d)

graphics supporting transparency such as PNG

5.

A bit-mapped graphic comprises rows and columns of coloured pixels.

a)

TRUE

b)

FALSE

6.

The storage requirements of a bit-mapped graphic are determined by the number of:

(a)  

7.

Select correct representation for graphic's resolution:

a)

1400x800

b)

1400:800

c)

1400=800

d)

1400/800

8.

The number of bits used to store each pixel is called colour ...?

(a)  

9.

A vector graphic is created from:

a)

shapes

b)

colours

c)

instructions

d)

pixels

10.

Select attributes stored and saved as a list to create regular shapes of vector graphic:

a)

x and y coordinates

b)

length and width

c)

fill colour

d)

line thickness

11.

Irregular shapes in Vector Graphic save and store an attribute different than the list saved in regular shapes.


What is the name for that attribute?

a)

position of nodes along with the angle the line leaves each node and determined by the position of the handles.

b)

position of nodes along with the multiply lines which each node leaves

c)

position of x and y coordinates with the single line leaves each node

d)

the colour depth declared by number of bits to store each pixel

12.

Select most frequently used bit-mapped file types:

a)

bmp

b)

jpg

c)

gif

d)

png

13.

What are the storage requirements for bit-mapped graphics?

a)

Graphic Resolution

b)

Graphic Colour Depth

c)

Graphic size in megabytes storage units

d)

Graphic name saved as a file name

14.

Graphic of low-resolution, enlarged so the individual pixel become larger giving a blocky effect is known as:

a)

pixilation

b)

pixilosis

c)

pixel loss

d)

pixelloose

15.

Computer System's architecture has been developed by mathematician John von Neumann in the 1940s.

a)

TRUE

b)

FALSE

16.

While a program is running, buses are used to locate and then carry each program instruction from the memory to the processor where it is:

a)

decoded and executed

b)

encrypted and send away to the recipient

c)

decrypted and displayed to the creator of instruction

d)

send away to store its data in main memory

17.

Select all steps followed by fetch-executed cycle:

a)

The memory address of the next instruction to be fetched is placed on the address bus.

b)

The read line of the control bus is activated by the control unit.

c)

The instruction is located at the memory address specified by the address bus. The contents of the address are then sent along the data bus to the processor.

d)

The instruction is then decoded and executed by the processor.

18.

Select all that apply to multicore processors:

a)

has "parallel" processing capabilities

b)

can only attend to one set of instruction a time

c)

the maximum size of "word" is 32 bits

d)

several instructions can be executed simultaneously

19.

Select two available width of data bus:

a)

16 bits

b)

32 bits

c)

64 bits

d)

128 bits

20.

If the data bus is widened from 32 bits to 64 bits wide, then twice the amount of data is transferred from the memory to the processor during each fetch-execute cycle.

a)

TRUE

b)

FALSE

21.

What is most often the slowest step of the fetch-execute cycle?

a)

fetching of instructions from memory

b)

executing the instructions within processor

c)

sending the result of process to the output device

d)

saving the result of process on backing storage

22.

Cache is high-speed memory which is located near the...?

(a)  

23.

Select all that applies to techniques used by Cache to speed up the fetch-execute cycle:

a)

Instructions that are regularly repeated (loops) or instructions that are frequently used (for example, a procedure that's frequently called) are retained within cache memory, while a program is running. This means that these instructions can be fetched much faster.

b)

The computer system doesn't wait until next instruction in a program is fetched but rather preloads the instructions to cache, anticipating that they will be used next.

c)

If a processor wishes to store data temporarily, it will be faster to fetch the data again if it is stored temporarily, it will be faster to fetch the data again if it is stored temporarily in cache memory.

d)

The wide data buses (>=256 bits) found in cache memory mean more data is transferred in one cycle.

24.

Increasing the speed of the clock's pulse is called...?

a)

over-clocking

b)

over-clicking

c)

clock-speeding

d)

speed-up

25.

By increasing the speed of the clock's pulse in other word - over-clocking, a computer system may run faster and improving processing performance.

a)

TRUE

b)

FALSE

26.

The clock within a computer system produces a pulse which other components use to:

a)

time sequences of events like fetch-execute cycle

b)

time stamp user's input

c)

save the date and time of every output produced to user

d)

show to user correct time

27.

Select three computer systems which are being used to save energy by controlling our environments:

a)

heating systems

b)

traffic control

c)

car management systems

d)

in store payments system

28.

Computer Misuse Act was created in:

a)

1980

b)

1990

c)

1993

d)

1999

29.

In 1990 the UK parliament created a Computer Misuse Act which is now used to prosecute people who do the following:

a)

Gain unauthorised access to computer material. Either through hacking from a distance or gaining direct access to a computer.

b)

Gain access with the intent to commit a further offence. For example using the data/knowledge obtained to commit another crime like fraud or blackmail.

c)

Modify data or programs on a computer system without authorisation.

d)

Dispose old equipment in unsafe way so the personal data is exposed and not encrypted

30.

Tracking cookies are small plain-text files that are stored within your browser when you access any website that uses cookies. When you return to a website, the stored cookie is sent to the server which responds by providing a personalised browsing experience.

a)

TRUE

b)

FALSE

31.

Select all what cookies may store in a form of data:

a)

login details to log you back into a website automatically

b)

session details, ex. retaining the contents of a shopping basket while you browse other pages within a website

c)

browsing behaviour, like websites you have visited or products you have looked at

d)

graphic files which you have downloaded to your hard drive

32.

Cookies should only be sent to sites using:

(a)  

33.

HTTPS stands for Hypertext Transfer Protocol Secure

a)

TRUE

b)

FALSE

34.

DOS stands for Denial of Service

a)

TRUE

b)

FALSE

35.

Denial of Service attack aims to:

a)

prevent access to a computer system or network by legitimate users

b)

stealing login details to user accounts

c)

redirecting the network traffic to other device within network

d)

stealing sensitive data from user's device

36.

Preventing access to a computer or network can be done by flooding the system with meaningless requests which may involve:

a)

Bandwith Consumption

b)

Resource Starvation

c)

DNS Attack

d)

Changing login details for all network users

37.

Bandwidth Consumption is overloading the bandwidth of the network connection to the system.

a)

TRUE

b)

FALSE

38.

Resource Starvation is causing so many processes to run simultaneously that systems become starved of resources (memory, processor time)

a)

TRUE

b)

FALSE

39.

DNS attack is hampering access to a domain name server (DNS), the system that converts web address requests into IP addresses required to direct your internet connection to a requested website.

a)

TRUE

b)

FALSE

40.

SELECT all that can be symptoms of a DOS attack:

a)

inability to access system

b)

experiencing extremely slow performance

c)

loss of WIFI network connection

d)

Unexpected shut down of device

41.

SELECT all that may result in event of DOS attack:

a)

lost revenue by company

b)

unexpected costs required to resolve attack

c)

reduction in electricity bill

d)

rewards for users who have been impacted by attack

42.

SELECT all reasons for which DOS attack may be carried out:

a)

personal

b)

financial

c)

political

d)

none of these

43.

Encryption is used to hide data from unathorised individuals.

a)

TRUE

b)

FALSE

44.

What are the name for pairs of encryption keys?

a)

public and private

b)

encrypted and decrypted

c)

positive and negative

d)

available and hidden

45.

What kind of key is used to encrypt the message is send it over to the recipient?

a)

public

b)

private

46.

What kind of key is used to decrypt a message received from sender?

a)

public

b)

private

47.

Public keys are contained in a digital certificate, which acts as an online passport.

a)

TRUE

b)

FALSE

48.

A digital certificate contains:

a)

the name

b)

serial number

c)

expiration date

d)

digital signature of the authority that issued the certificate

49.

Digital certificates are resistant to forgery.

a)

TRUE

b)

FALSE

50.

How many processors are inside Quad Core Processor?

a)

1

b)

2

c)

4

d)

8