wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Higher Computer Systems

Total questions: 33

Worksheet time: 3mins

Name
Class
Date
1.

State which of the following denary numbers is represented as 10010111 using two's complement.

a)

-105

b)

151

c)

-151

d)

105

2.

State which of the following denary numbers is represented as 11100110 using two's complement.

a)

-26

b)

26

c)

230

d)

-230

3.

State which of the following 8-bit two's complement numbers represent the denary number -100.

a)

10011100

b)

00011100

c)

01100100

d)

11100100

4.

State which of the following 8-bit two's complement numbers represent the denary number 60.

a)

00111100

b)

10111100

c)

01100100

d)

00111110

5.

State the range of numbers that can be represented using 6 bit two's complement.

a)

-32 to 31

b)

-31 to 32

c)

-16 to 15

d)

-15 to 16

6.

State the range of numbers that can be represented using 10 bit two's complement.

a)

-512 to 511

b)

-511 to 512

c)

-1024 to 1023

d)

-1023 to 1024

7.

A floating point representation is assigned 16 bits. The mantissa is assigned 12 bits and the exponent is assigned 4 bits. State which of the following answers correctly represent -0.1101 x 2^101

a)

Sign: 1

Mantissa: 11010000000

Exponent: 0101

b)

Sign: 1

Mantissa: 00000001101

Exponent: 0101

c)

Sign: 0

Mantissa: 11010000000

Exponent: 0101

d)

Sign: 1

Mantissa: 110100000000

Exponent: 0101

8.

A floating point representation is assigned 8 bits. The mantissa is assigned 4 bits and the exponent is assigned 4 bits. State which of the following answers correctly represent 0.0000110

a)

Sign: 0

Mantissa: 110

Exponent: 1100

b)

Sign: 1

Mantissa: 110

Exponent: 1100

c)

Sign: 0

Mantissa: 110

Exponent: 0100

d)

Sign: 1

Mantissa: 110

Exponent: 0100

9.

State which statement describes the effect of changing the number of bits assigned to the mantissa.

a)

Increase the number of bits: Precision increases

Decrease the number of bits: Precision decreases

b)

Increase the number of bits: Precision decreases

Decrease the number of bits: Precision increases

c)

Increase the number of bits: Range increases

Decrease the number of bits: Range decreases

d)

Increase the number of bits: Range decreases

Decrease the number of bits: Range increases

10.

State which statement describes the effect of changing the number of bits assigned to the exponent.

a)

Increase the number of bits: Precision increases

Decrease the number of bits: Precision decreases

b)

Increase the number of bits: Precision decreases

Decrease the number of bits: Precision increases

c)

Increase the number of bits: Range increases

Decrease the number of bits: Range decreases

d)

Increase the number of bits: Range decreases

Decrease the number of bits: Range increases

11.

State which of the following are advantages of using Unicode compared to ASCII.

a)

Unicode can represent more characters as it uses 16 bits compared to 8 bits.

b)

Unicode can represent many languages allowing for one standard method of communication.

c)

Unicode has a larger file size as it uses 16 bits compared to ASCII which only used 8 bits.

d)

ASCII is commonly used across the world to represent multiple languages.

12.

State which of the following are advantages of using a vector graphic over a bit-mapped graphic.

a)

Smaller File Size

b)

Resolution Independent

c)

Images often don't look real and have a cartoon feel to them.

d)

Larger File Size

e)

Adding detail won't increase the file size

13.

State which of the following are advantages of using a bit-mapped graphic over a vector graphic.

a)

Can be used to store realistic photographs

b)

Can edit individual pixels

c)

Adding detail won't increase the file size

d)

Smaller File Size

e)

Resolution Dependent

14.

State which of the following are disadvantages of using a vector graphic over a bit-mapped graphic.

a)

Adding detail will increase the file size

b)

Resolution Independent

c)

Images often don't look real and have a cartoon feel to them

d)

Larger File Size

e)

Adding detail won't increase the file size

15.

State which of the following are disadvantages of using a bit-mapped graphic over a vector graphic.

a)

Larger File Size

b)

Can edit individual pixels

c)

Graphics cannot be layered

d)

Smaller File Size

e)

Resolution Dependent

16.

Describe the concept of the fetch-execute cycle.

a)

The fetch-execute cycle describes the process of the CPU retrieving instructions from RAM and carrying them out.

b)

The fetch-execute cycle describes the process of the CPU retrieving instructions from backing storage and carrying them out.

c)

The fetch-execute cycle describes the process of the CPU decoding instructions.

d)

The fetch-execute cycle describes the process of the CPU retrieving instructions from backing storage and passing them to RAM to be executed.

17.

State which of the following factors improve a systems performance.

a)

Higher number of processing cores

b)

Higher amount of RAM

c)

Decreasing amount of cache memory

d)

Increased clock speed

e)

Decreased width of the data bus

18.

Describe the term "cache memory".

a)

Cache memory stores frequently executed instructions. Cache memory can be accessed quickly but its capacity is smaller than RAM.

b)

Cache memory stores a cache of common answers to questions that the user searches using a search engine.

c)

Cache memory is used to store website that people commonly use that that they can be loaded faster.

d)

Cache memory is a type of memory that is accessed after RAM but before the backing storage so that commonly used instructions can be accessed faster.

19.

Describe the term "width of data bus".

a)

The data bus carries data between the CPU and other components. The larger the width, the more data can be transferred at a time.

b)

The data bus carries address between the CPU and RAM. The larger the width, the more addresses can be transferred at a time.

c)

The data bus connects components together and tells them what to do. The larger the width, the more commands the data bus can have.

d)

The width of the data bus describes how many wires are in the bus. With a smaller numbers of wires the data bus can be more efficient and carry more data at one time.

20.

Explain the effect of increasing the number of cores in a computer system has on the performance of a computer system.

a)

The computer system's performance increases as each core can carry out one instruction at a time. With more cores, more instructions can be carried out at one time.

b)

The computer system's performance decreases because as you add more cores the computer system will have to use more electricity to power the cores.

c)

Each core contains one ALU, one Control Unit and one set of registers.

d)

The computer system's performance increases because as you increase the number of cores, the clock speed will increase and as you increase the clock speed the performance improves.

21.

Describe the term "Clock Speed"

a)

Clock Speed refers to the number of times the clock line on the data bus turns on per second. When the clock line turns on all the components are told to execute the next instructions.

b)

As you increase clock speed the performance of the computer system will improve as the clock speed dictates the number instructions that can be carried out per second.

c)

The speed of the clock is one second.

d)

In a computer there is a component called the clock which tells the other components when to carry out the next instruction. As you increase the number of clocks, the clock speed increases to tell the other components to carry out more instructions per second.

22.

Which of the following would be considered as illegal using the Computer Misuse Act 1990?

a)

Accessing your friends computer to get read an essay he wrote without their knowledge.

b)

Changing a games source code to allow you to have cheats in the game.

c)

Using your work computer to read your bosses emails as part of your job.

d)

A business not keeping their customers data safe on their server.

e)

Using your phone to access a public wifi network without a password.

23.

Describe the purpose of the Computer Misuse Act 1990.

a)

The Computer Misuse Act was created to protect computer users against intentional attacks and theft of information.

b)

The Computer Misuse Act was created to protect computer from being stolen.

c)

The Computer Misuse Act is a piece of legislation that only stops hackers from creating malware.

d)

The Computer Misuse Act was created in 1990 in response to the first computer worm created, the Morris Worm, in 1988. The act was initially designed to stop malware from being released on the internet.

24.

Describe the term "Tracking Cookies".

a)

Tracking cookies are used track which websites you access and what you click on. This information is then shared with a company who can use this to create targeted ads.

b)

Tracking cookies are always a security risk that can steal your personal data to sell to the highest bidder.

c)

Tracking cookies are used by hackers to track what a target is doing so that they can set up malware to capture their passwords.

d)

Tracking cookies are used to remember your username and passwords so that a hacker can retrieve them later and log in to your accounts.

25.

State the purpose of a DoS attack.

a)

A DoS attack is when a computer is used to send lots of requests to a server in an attempt to stop it from being able to service the legitimate users.

b)

A DoS attack is when many computers are used to send lots of requests to a server in an attempt to stop it from being able to service the legitimate users.

c)

A DoS attack is when a hacker will attempt to access a server to steal the data stored on it.

d)

Denial of Service is when a Domain Name Server breaks which causes many internet users to no longer be able to access the websites they want to visit.

26.

State which of the following are symptoms of a DoS attack?

a)

Slow Performance

b)

Inability to access service

c)

Loss of data

d)

Lost revenue

e)

Bandwidth consumption

27.

State the types of fault that can be used to carry out a DoS attack.

a)

Bandwidth Consumption

b)

Resource Starvation

c)

DNS Attack

d)

Data Centre Flood

e)

Botnet Amplification

28.

Describe the purpose of a digital certificate.

a)

A digital certificate is used to verify that a public key is actually from the person it says it is from.

b)

A digital certificate is used to verify who sent the encrypted message.

c)

A digital certificate is used to verify that a private key is actually from the person it says it is from.

d)

A digital certificate is used on a website to prove that any data sent to and from the web server is encrypted.

29.

State the steps of sending encrypted data using public-key encryption.

a)

The sender uses their private key to encrypt the data first. They then use the receiver's public key. When the receiver gets the data is then decrypting using the receiver's private key followed by the sender's public key.

b)

The sender uses their public key to encrypt the data first. They then use the receiver's private key. When the receiver gets the data is then decrypting using the receiver's public key followed by the sender's private key.

c)

The sender uses their public key to encrypt the data first. They then use the receiver's public key. When the receiver gets the data is then decrypting using the receiver's private key followed by the sender's private key.

d)

The sender uses their public key to encrypt the data first. They then use the receiver's public key. When the receiver gets the data is then decrypting using the receiver's private key followed by the sender's private key.

30.

State which of the following statements are true.

a)

An intelligent system is a computer system that interacts with the real world using sensors and other digital components.

b)

An intelligent heating system can reduce environmental impact by linking with a weather system to help adjust the usage of radiators in a building.

c)

An intelligent car management system can reduce the environmental impact of driving a car by choosing a route to the destination that has the least traffic.

d)

An intelligent traffic control system is used to keep traffic moving so that the cars aren't drastically changing speed.

31.

The number of bits needed to represent the denary number 512 using two's complement is: ​ ​ (a)  

32.

A floating-point number uses 12 bits to store itself in the computer. The mantissa was originally assigned 8 bits and the exponent 4 bits but it was found that the computer could not store large enough numbers. What should be done to store larger numbers?

a)

Increase the number of bits assigned to the exponent, this will decrease the number of bits assigned the the mantissa.

b)

Increase the number of bits assigned to the mantissa, this will decrease the number of bits assigned the the exponent.

c)

To increase the range of the numbers we must increase the number of the bits to the mantissa so that it can store a larger number.

d)

We should increase the number of bits used to 16 bits.

33.

State the purpose of a Digital Signature.

a)

To prove that the data has not been altered in transit.

b)

To agree to a digital contract.

c)

To prove that the public key is from the right person.

d)

To lock the attached file so that it cannot be opened.