Home
N7
Home
About
Search
Blog
Pricing
Contact
Login
Register
Filters
Questions
Tests
Relevance
Updated (Latest)
Created (Newest)
Created (Oldest)
Uses (High to Low)
Uses (Low to High)
Views (High to Low)
Views (Low to High)
Likes (High to Low)
Likes (Low to High)
Extended Response
10 Marks
Community
(a).
Determine the decimal value of the binary ‘1001’
[1]
(b).
Determine the binary value of the denary ‘67’
[1]
(c).
Outline why the binary number system is used in computing
[2]
To convert decimal to binary, we use a simple handwritten algorithm, this same logic can be applied in pseudocode.
(d).
In pseudocode, using a stack, write an algorithm that finds the binary value of a decimal input by outputting the digits one by one
[6]
73
Uses
125
Views
2
Likes
Extended Response
13 Marks
Community
A bookshop is planning on implementing a new computer system to manage sales. The shop has 2 managers, 10 shop assistants and a security guard.
(a).
Identify two stakeholders in the new system
[2]
(b).
Outline two different forms of data collection that could be used to gain information from stakeholders to create the new system
[4]
(c).
Outline the importance of prototypes when developing new computer systems.
[2]
(d).
The company is proposing to use a direct changeover method to implement the new system, outline one reason why this could be a poor decision.
[3]
(e).
Suggest one alternative changeover process.
[2]
53
Uses
144
Views
0
Likes
Short Answer
5 Marks
Community
Create an algorithm that searches through an array, NUMS, of 30 numbers and outputs true if it contains only even or only odd numbers and False if it contains both even and odd numbers
[5]
35
Uses
65
Views
0
Likes
Multiple Choice
1 Mark
Community
What are the final values of X and Y after following code is run X=1 Y=1 While X < 500 X = X + X Y = Y + 1 end while
(a).
Y = 10, X = 512
(b).
Y = 9, X = 512
(c).
Y = 10, X = 256
(d).
Y = 9, X = 256
35
Uses
51
Views
0
Likes
Extended Response
11 Marks
Community
A local green grocer is finally planning on installing a computer system to manage their sales and stock data after having used pen and paper for the same tasks for many years. The store owner has no understanding of digital technology.
(a).
Define a peripheral device
[1]
(b).
Identify three examples of roles that a computer can take within a network
[3]
In order to sell more produce, the store owner's granddaughter has suggested they open an online store.
(c).
Outline what the client-server model is and how it applies to opening an online store
[3]
(d).
Discuss any safety / security issues that may arise from individuals who lack technology literacy accessing the world wide web
[4]
83
Uses
142
Views
3
Likes
Short Answer
5 Marks
Community
Write an efficient algorithm that checks if all the numbers in array ARRAY (length 30) are odd at odd indexes and even at even indexes. The algorithm should output the boolean True if the above condition is met and false otherwise
[5]
16
Uses
66
Views
1
Like
Multiple Choice
1 Mark
Community
Which of the following methods provides the worst network security for a wireless network?
(a).
Limiting access to the network by the device’s MAC address
(b).
WPA Wireless security protocol
(c).
Limiting access to the network by the device name
(d).
WEP Wireless security protocol
36
Uses
63
Views
0
Likes
Multiple Choice
1 Mark
Community
A binary tree is made from the following ordered set {9, 13, 4, 7, 5, 18, 2}, which of the following statements is true about the tree?
(a).
13 is a leaf node
(b).
7 is at a greater depth than 2 in the tree
(c).
7 is a leaf node
(d).
5 is at a greater depth than 18 in the tree
28
Uses
76
Views
0
Likes
Extended Response
3 Marks
Community
(a).
State why user documentation is important
[1]
(b).
State two methods for providing user documentation
[2]
43
Uses
80
Views
0
Likes
Extended Response
5 Marks
Community
A clothes store currently uses the internal hard drive of a computer to store all their sales data.
(a).
Outline one example of how data loss issues may occur for the store
[2]
(b).
Describe two methods that the store could use to prevent data loss
[3]
46
Uses
60
Views
1
Like
Extended Response
10 Marks
Community
Jessie is planning to build a computer to simulate the complex and computing intensive mathematical models that she is researching.
(a).
Outline one type of computer resource that will likely cause a computer to crash if exhausted
[2]
(b).
Outline one type of computer resource that will not cause a computer to crash if exhausted
[2]
Jessie decides to build a desktop computer with high-end parts including 64gb of RAM, an eight core processor and a powerful graphics card.
(c).
Explain how time slicing will enable Jessie to continue using her computer for other tasks even when a simulation is taking place
[4]
(d).
Outline what will occur if Jessie exceeds 64gb of RAM usage while performing a simulation
[2]
26
Uses
91
Views
0
Likes
Short Answer
4 Marks
Community
An experimental new laptop is being developed with 512gb of primary memory and no persistent storage beyond a small amount reserved for the Operating System only (insisting users use cloud storage for their files)
Outline a positives and negative of this design choice
[4]
25
Uses
58
Views
0
Likes
Short Answer
3 Marks
Community
Outline, with the aid of an example, why many widely used applications do not come preinstalled on operating systems
[3]
27
Uses
61
Views
0
Likes
Multiple Choice
1 Mark
Community
What are the four basic functions of a computer
(a).
Process, input, output, store
(b).
Iterate, compare, output, store
(c).
Display, input, output, store
(d).
Input, output, process, search
22
Uses
57
Views
0
Likes
Multiple Choice
1 Mark
Community
Which of the following hardware is not required to create and connect to a WLAN?
(a).
NIC
(b).
Modem
(c).
Network Switch
(d).
Router
43
Uses
76
Views
0
Likes
Multiple Choice
1 Mark
Community
Which of the following is not a feature of peer to peer networking
(a).
No central server
(b).
Improved security
(c).
Redundancy/recovery
(d).
Supports file sharing for collaborative work
37
Uses
64
Views
0
Likes
Short Answer
2 Marks
Community
State two methods by which one can obtain system requirements from stakeholders
[2]
32
Uses
42
Views
0
Likes
Extended Response
8 Marks
Community
Programming languages require no ambiguity and consistent syntax such that the computer knows exactly what to do for a given line of code.
(a).
Define an ‘object’
[1]
(b).
Outline how ‘div’ operator is different to the ‘/’ operator and give one example where the ‘div’ operator would be more useful
[2]
Programming languages allow for abstraction of problems
(c).
Explain how higher level languages enable abstraction
[3]
(d).
Outline the translation process that occurs before a program in a higher level language can be executed
[2]
18
Uses
63
Views
1
Like
Extended Response
4 Marks
Community
(a).
In the context of the design process, define iteration
[2]
(b).
In the context of programming, define iteration.
[2]
32
Uses
48
Views
0
Likes
Extended Response
5 Marks
Community
(a).
Describe a example of an autonomous agent, listing two of its properties
[3]
(b).
State two features of an environment that influence how an autonomous agent that navigates it must be designed
[2]
21
Uses
73
Views
0
Likes
Load More