Ict Short Note
Ict Short Note
Main memory
Data and instructions are stored temporarily in
the main memory when the computer functions.
A higher capacity in the main memory stores
more data and instructions.
Sound cards
Many computer are widely used for
entertainment today. A sound card is required
for listening to music and recording audio.
Warranty
>Manufacturer warranty
>Extended warranty
> On-site warranty
03.Programming
Simple selection
Simple selection has one condition with two
options. A selection is made out of the two
conditions. If the condition is true, one option is
selected and if not, he other option gets selected.
1. Pseudocode
Pseudocode uses plain language to describe the
steps of an algorithm. It’s not actual code but
rather a high-level description that can be easily
understood and translated into any programming
language.
2. Flowchart
A flowchart uses symbols to visually represent
What is an array? the flow of steps in an algorithm. Each symbol
An array is a data structure that can store any represents a different type of action or decision,
number of items using a single variable name.
and arrows indicate the sequence of steps.
By using arrays, programs become less complex
and the number of instructions can be reduced. What is a flowchart? -A flowchart is a visual
diagram that represents the steps or decisions in
a process. It uses various shapes and symbols to
illustrate different types of actions and their
sequence, helping to map out the logic or
05. Computer Networks workflow clearly and logically.
Wired Wireless