0% found this document useful (0 votes)
8 views2 pages

Structured query language

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Structured query language

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Structured query language (sql) for data manipoulation

10.introduction to web development :

Basic of html ans css

Introduction to client-side scripting (javascript)

This outline shoud be provide a comprehensive understanding of the topics

Typically covered in ss1 computer science during the third term. However, it’s

Essensial to refer to the specific syllabus provided by the educational boad or institution for

Precise details.

Explanation note: introduction to programming concept

Programming forms the foundation of computer science, enabling student to

Understand the logic behind creating software and solving problem using computational methiod .

In the third term of senior secondry (ss1)

Computer science, student delve in to the fundamental concept of programing. Here’s a breakdown of
thr key components:

1. Variables and data types:


Variable are containers for storing data in program they can
Hold different type of data such as numbers,text,or Boolean
Values
Data types define the kind of data that a variable can hold .
Commom data type include integers, plotting point-numbers

Strings snd Boolean values.

2. operators and expression:


operators are sylabols used to perform operations on variable
and values. The include arithmetic (+,-,*/,), comparison
oparators (=,!,=,<,>), and logixcal oparators *(and ,or ,not).
Expration are combnation of variable, values, and oparatos that
Evaluate to a single value.
NAME STATUS STATE AGE
Aliyu dauda boarding Kano 20
Abba moriki boarding Gusau 25
abdulrashid boarding Gusau 23
Abdulkarim boarding kano 65
salihu
Ukashat rabiu boarding katsina 99
Musab aminu boarding katsina 18

You might also like