Revision Many Topics Without Solutions
Revision Many Topics Without Solutions
Questions
1. Identify the name, value and data type of the following variables:
password = “32331”
age = 34
weight = 82.5
isPerson = False
age 34 Intergers
4. What is a linear search? How many steps will it take to find the number 22 below?
START
INPUT num1
INPUT num2
INPUT num3
IF num1 > 30 AND num1 < 35 THEN
OUTPUT num1
ELSE
IF num2 > 30 AND num2 < 35 THEN
OUTPUT num2
ELSE
OUTPUT num3
END IF
END IF
STOP
num1 = 12
num2 = 17
num3 = 33
_______________________________
10. What is the difference between PAN, LAN and WAN? Give examples
11. Explain the difference between Copper and fibre-optic cable.
17. What is the difference between an Operating system, utility software and normal
applications? Please, provide examples.
21. Does an antivirus analyze incoming data from the Internet and blocks entrance of
some suspicious data/files?
27. Give examples of operating systems and explain their role on a computer.
35. What is machine learning? Give an example. Include the role of data, learning
process and intelligent output in your explanation.
37. Fill in the table below and convert from binary to denary.:
128 4 2 1
0 1 1 0 0 1 1 0
Number: __________
1 0 0 0 0 0 1 1
Number: __________
0 1 0 1 1 0 1 0
Number: __________
38. Fill in the table below and convert from denary to binary using the table below:
39. Fill in the table below and convert from denary to binary.
243
243 / 2 = Remainder
= Remainder
= Remainder
= Remainder
= Remainder
= Remainder
= Remainder
Answer = _______________
c 35
= Remainder
= Remainder
= Remainder
= Remainder
= Remainder
= Remainder
= Remainder
Answer = _______________
= Remainder
= Remainder
= Remainder
= Remainder
= Remainder
= Remainder
= Remainder
Answer = _______________
1 1
1 0
0 1
0 0
OR
1 1
1 0
0 1
0 0
NOT
Input A OUTPUT
1 1 1
1 1 0
1 0 1
1 0 0
0 1 1
0 1 0
0 0 1
0 0 0
44. What is the difference between iterative project management and waterfall?
45. What are the advantages and disadvantages of the waterfall and iterative project
management methodologies?
46. What are the stages of the waterfall project management methodology?
47. What are the key aspects that occur during the planning, design and development
48. Explain how you would work iteratively in the creation of a poster for a restaurant that
will open soon.
49. Explain how you would work iteratively in the development of an app with a quiz
about the environment.