You are on page 1of 2

24/10/2022

Programming is the process of creating a set


of instructions that tell a computer how to
perform a task.
www.khanacademy.org

…………………….... ……………………....

………………………… …………………………

1 2

A relationship between two things or situations, Transfer (data) from one computer to another,
especially where one thing affects the other. typically to one that is larger or remote from the
user or functioning as a server.

…………………….... ……………………....

………………………… …………………………

3 4

Copy (data) from one computer system to another, In computer programming, a string is traditionally a
typically over the internet. sequence of characters, either as a literal constant
or as some kind of variable.

…………………….... ……………………....

………………………… …………………………

5 6

1
24/10/2022

In programming, code (noun) is a term used for


both the statements written in a particular
programming language - the source code , and a Abbreviation for hypertext transfer protocol: a set
term for the source code after it has been of instructions made by a computer program that
processed by a compiler and made ready to run in allows your computer to connect to an internet
the compute document.

…………………….... ……………………....

………………………… …………………………

7 8

An if statement is a programming conditional


statement that, if proved true, performs a function
The words of a film, play, broadcast, or speech. or displays information

…………………….... ……………………....

………………………… …………………………

9 10

In most computer programming languages, a while


loop is a control flow statement that allows code to
be executed repeatedly based on a given Boolean
condition. The while loop can be thought of as a
repeating if statement.

……………………....

…………………………

11

You might also like