Font size
WorksheetsComputer Science
Total questions: 65
Worksheet time: 30mins
Ram is?
Read only memory
Random access memory
A box
The CPU detroyer
What does LAN stand for?
Micheal
Little actual area
local area network
Large area network
ROM
Read only memory
reach on mate
Random only memory
Raz only mould
Computer screens are divided up into a grid of small dots called .....................?
Bits
Pixels
Packets
byte
A _______ is an electronic device that manipulates information, or data.
Software
Hardware
Keyboard
Computer
An _____________ is the most important software that runs on a computer. It manages the computer's memory and processes, as well as all of its software and hardware.
Banana
Hardware
Software
Operating System
hero.attack("Kratt") is the same as
the brains of the computer where most calculations take place.
Algorithm
Program
CPU
Hardware
Hardware
Software
Which of these is a benefit of a peer-to-peer network?
Antivirus scans can be run across all computers from one computer
All software updates can be run across all computers from one computer
All computers can be maintained from one computer
Files and peripherals can be shared
Where are you most likely to find a peer-to-per network?
In a large organisation
In a home
In a large office
Across several offices in a company
Which of these statements is true?
A client-server network has a central computer that provides services to the rest of the network
A client-server network is cheap and easy to set up
A client-server network cannot be used to share files
Each computer on a client-server network is maintain separately
Which of these is the correct definition of a router?
Forwards data packets along a network
Corrects errors that are found in data packets
A type of transmission media that provides the greatest bandwidth
A server within a network
What data type would store the value: 6.4?
String
List
Boolean
Float
What data type would store the value: Oranges
String
Float
Boolean
Integer
What would you put in an if statement to see if two values are equal?
++
==
//
||
A type of error that occurs when a rule of the programming language code is broken?
Syntax error
Logic error
Run-time error
Program error
Use the correct order of operations to evaluate this expression ...
6 * 8 / 2 + (15 - 6) + 3 ^ 2
42
32
52
72
Odd one out ...?
Example of ...?
Sequence
Selection
Repetition
Recursion
Example of ...?
Nested selection
Nested loop
Repetition
Iteration
Choose all the types of loop ...
FOR ... TO ...
WHILE ... DO ...
FOR EACH .... DO ...
IF ... THEN ... ELSE ...
A special type of loop that never ends?
Infinite loop
Recursive loop
Nested loop
Unconditional loop
Symbols used for entering comments in Python ...?
# This is a Python comment
''' This is a Python comment '''
// This is a Python comment
/* This is a Python comment */
Choose all the techniques for improving the readability of a program ...
Descriptive identifier names
Extra spacing
Explanatory comments
Indenting blocks of code
Select all the Low-level programming code ...
Select all the types of program translator ...
Compiler
Interpreter
Assembler
Parser
What is another name for the original untranslated program code?
Source code
Object code
Machine code
Assembly code
For AND, when is it TRUE?
false AND false
true AND false
false AND true
true AND true
For OR, when is it TRUE?
false AND false
true AND false
false AND true
true AND true
What is the output?
True
False
A kilobyte is
1024 bits
1024 bytes
Convert 3 to binary
10000001
01111110
00000011
11001100
What is the colour depth of the image?
colour depth of 1
colour depth of 2
colour depth of 4
colour depth of 16
What is the sample rate?
The number of times a sound wave is sampled per second
The number of bits used to store each sample
How loud a sound is
The size of the sound wave
What is used to convert a sound wave in to a digital format?
A sound wave converter
A router
An amplitude to digital converter
Analogue to digital converter
What is amplitude?
Number of samples taken
The number of bits per sample
The height of the sound wave
The pitch
