all ict study data for final exam
all ict study data for final exam
and answers in easy English. The content is organized by common topics covered in an
introductory computer science course.
Long Questions
2. Basics of Algorithms
Short Questions
1. What is an algorithm?
o An algorithm is a set of steps or instructions that solves a problem. For
example, a recipe for making tea is like an algorithm.
2. Why are algorithms important?
o Algorithms are important because they give a clear method to solve a problem.
This makes it easier for computers to perform tasks quickly and accurately.
Long Questions
3. Programming Basics
Short Questions
Long Questions
4. Data Representation
Short Questions
Long Questions
10 ÷ 2 = 5 remainder 0
5 ÷ 2 = 2 remainder 1
2 ÷ 2 = 1 remainder 0
1 ÷ 2 = 0 remainder 1
Binary: 1010
2. What are the common number systems used in computers?
o Computers use different systems to represent data:
5. Computer Networks
Short Questions
Long Questions
6. Database Basics
Short Questions
1. What is a database?
o A database is a place to store and organize data so it can be accessed easily.
2. What is SQL?
o SQL (Structured Query Language) is used to create, update, and read data
from databases.
Long Questions