WorksheetsMA Y11 PT FEB 2019
Total questions: 125
Worksheet time: 1hrs 26mins
print(Hello world!)
print("Hello world!")
Print("Hello world!")
print("3+4")
name = 'Dave'
greeting = "Good morning" + name
print (greeting)
people = ["John", "Rob", "Bob"]
print (people[1])
what would this result be?
people = ["John", "Rob", "Bob"]
print (people[-1])
what would this result be?
people = ["John", "Rob", "Bob"]
print (people[4])
what would this result be?
x=10
if x>11 or x==10:
print ("hello")
error
x is less than 11
hello
10
This computer component keeps all of the computer's operations synchronized:
CPU bus
CPU clock
CPU CMOS
CPU battery
Cache memory is...
Faster than main memory but less expensive
Faster than main memory and more expensive
Slower than main memory and less expensive
Slower than main memory but more expensive
Select all the components of the CPU
ALU
Control Unit
Registers
RAM
Choose all the registers found in a typical processor?
Current Instruction
Accumulator
Memory Data
Memory Address
Choose all the secondary storage mediums ...
HDD
SSD
DVD
Cloud
RAM
What type of storage does this device use?
Magnetic
Optical
Electrical
Cloud
What type of storage does this device use?
Magnetic
Optical
Electrical
Cloud
Which secondary storage device make use of a laser light?
In my network, computers and devices are connected to one another. Messages travel around the connected devices until they arrive at the intended destination.
If one computer goes down, the entire network goes down.
What network topology am I?
The main node is in the center. All other computers and devices are connected to the main node. Messages are sent from the main node to the destination computer, without passing through other computers.
What network topology am I?
In this network type, each computer can be both a server and a client. What type of network am I?
Wide Area Network
Peer to Peer Network
Metropolitan Area Network
Wireless Local Area Network
Which of the following statements about a network is FALSE?
Viruses can spread to other computers throughout a computer network
Resources such as printers can be shared
Files cannot be shared between users
You can communicate with other users using e-mail and messaging
Which of these statements is TRUE about a LAN?
A LAN connects computers in a small area such as an office or a small site
A modem is needed to connect a computer to a LAN
A LAN consists of only one computer
A LAN can connect geographically distant sites together
What is an advantage of a LAN?
You can share peripherals like printers.
It is more secure than a standalone computer
Data and information cannot be easily shared
Expensive to setup.
What is an advantage of using VPN?
Your communications over the internet are more secure
Your communications over the internet are less secure
Your internet traffic can be seen by your Internet Service Provider
It is generally faster
What is an advantage of a peer to peer network?
Security can be managed centrally
Cheap and easy to set up
Will stop working if one of the peers goes down
You need high end computers to keep everything working
What is a disadvantage of a client-server network?
Cheap to set up
If the server goes down, the network goes down
Each client manages its own security
The network can be managed centrally
Which of the following is true of a WAN?
It connects LANs via the public infrastructure (internet)
It is wireless
It only covers a limited area
It will only support a small number of users
Which of these is not a function of an OS:
Provide a user interface
Communicate with hardware
Allow the computer to multi-task
Improves CPU performance
What do device drivers do?
Allows the OS to communicate with hardware
Drives around the motherboard
Increases the amount of storage
What does GUI stand for?
Genuine Umpire Impressions
Graphical User Interface
Graphic Up Industry
Which of these is an advantage to using a command-line interface over a GUI?
More interactive
Easier to use
Less resource heavy
What does the OS manage to allow multi-tasking?
Hard disk
Memory and CPU
Motherboard
What type of operating system is Windows 10?
Single-user OS
Multi-user OS
How can the OS help manage security of the system?
The OS can hire backup
User accounts may be password protected
Files can self destruct after a set time
How does the OS handle file management?
Deals with movement, editing and deletion of data
Colour codes data
Translates data into binary
