Font size
WorksheetsYear 9 Mid-Term Assessment
Total questions: 45
Worksheet time: 42mins
1000KB
1000 Bytes
1024 Bytes
1024KB
Convert 10101011 to denary or decimal
(a)
Convert 78 to binary
(a)
Convert the binary number 10101000 to hexadecimal
(a)
10011100
11001100
10010010
What does ASCII stand for?
(a)
What language is represented in the ASCII character set.
(a)
Which is the largest memory capacity?
KB
MB
TB
GB
What is a algorithm?
A.I.
It is a list of rules to follow to complete a task or solve a problem.
Steps you follow to achieve greatness
Step by step instructions used to build a plane
The data type (a) what type of value the variable will hold.
What data type is this ? Integer
Decimal numbers
One or more alphanumeric characters
Whole numbers
TRUE/FALSE
What data type is this ? Float/Real
Decimal numbers
TRUE/FALSE
Whole numbers
One or more alphanumeric characters
What data type is this ? String
One or more alphanumeric characters
TRUE/FALSE
Decimal numbers
Whole numbers
What data type is this ? Boolean
One or more alphanumeric characters
Decimal numbers
Whole numbers
TRUE/FALSE
State the three main types of programming construct?
Sequence path,
Selection process,
Iteration count.
Sepuence,
Se1ection,
iteration.
Sequence,
Selection,
Iteration.
Sequences,
Selections,
Iterations.
What is Python?
What is the software called that we use to create Python programmes?
How do I fix
Name = "Mr Mooney"
Print ("Hello" + name)
Calculations, we can carry out calculations in Python.
What is + ?
Multiplication
Division
Addition
Modulus
Calculations, we can carry out calculations in Python.
What is % ?
Multiplication
Division
Addition
Modulus
Calculations, we can carry out calculations in Python.
What is \ ?
None
Division
Modulus
Multiplication
Data Types
What is Manchester?
Integer (int)
Float/Real (float)
Boolean
String (str)
Data Types
What is 99.99?
Float/Real (float)
Integer (int)
Boolean
String (str)
Data Types
What is 69?
Integer (int)
Float/Real (float)
Boolean
String (str)
Data Types
What is 0 or 1, yes or no, true or false?
Float/Real (float)
Boolean
Integer (int)
String (str)
Name the functions.
print ("what is your name?")
name = input ()
print ("Hello" + name)
Identify the 5 functions !
Python Operators.
What operator is this ?
*
Division
Asterisk
Subtraction
Modulus
Multiplication
Python Comparison Operators.
What is this ?
<
Less than
Greater than
Equal to
Not equal to
Less than or equal to
Python Comparison Operators.
What is this ?
>
Less than
Greater than
Equal to
Not equal to
Less than or equal to
Python Comparison Operators.
What is this ?
==
Less than
Greater than
Equal to
Not equal to
Less than or equal to
Python Comparison Operators.
What is this ?
<=
Less than
Greater than
Equal to
Not equal to
Less than or equal to
Python Comparison Operators.
What is this ?
!=
Less than
Greater than
Equal to
Not equal to
Less than or equal to
What is a variable? And give me an example !
Fix the issues. I want them perfect !
Statements:
Print ("Hello World")
Print (Hello World)
Print "Hello World"
print ("Hell0 World")
print ("H3llo world"
Pr1nt ("Hello World")
prnt ("hello world")
