Question 1
What is a Computer Programming?
Computer programming is the procedure of writing code to facilitate particular moves in a
laptop , software or software program and instructs them on how to carry out.
Example: Developing a Website for an Online store.
About this schema, developer could write code that creates net pages with product
listings, purchasing cart functionality and steady price manner. The program might include
HTML,CSS and JavaScript for Front-give up improvement to layout the layout and
functionality of the internet site ,while server-aspect languages like PYTHON,PHP or
Node.js could manage dynamic content technology and generation with databases.
Additionally the programmer could enforce security measures including encryption for
managing sensitive purchaser information and authentication mechanisms to make sure
steady access to user debts. This entails integrating various technologies to create a
unbroken and person-pleasant on line purchasing experience at the same time as making
sure the reliability and stable of the Website.
, Question 2
Step 1 :
The problem requires developing a software that prompts the user to enter the 7th and 8th
digits (PB number) of a Malaysian citizen's identity card (IC) after which identifies the
birthplace of the patient based on a given desk. If the enter PB wide variety is valid, the
program need to output the corresponding birthplace; in any other case, it ought to output
"Invalid birth place code.
Step 2 :
1. Prompt the person to input the 7th and 8th digits of the IC quantity.
2. Check if the enter PB range corresponds to a legitimate birthplace code the
use of the furnished desk.
3. If the PB quantity is legitimate, output the corresponding birthplace; in any
other case, output "Invalid Birth place code."
Step 3 :
Start
(a)
PB
Number
Yes PB Number No
is in the
Table
Invalid birth
corresponding
place
birthplace
End
What is a Computer Programming?
Computer programming is the procedure of writing code to facilitate particular moves in a
laptop , software or software program and instructs them on how to carry out.
Example: Developing a Website for an Online store.
About this schema, developer could write code that creates net pages with product
listings, purchasing cart functionality and steady price manner. The program might include
HTML,CSS and JavaScript for Front-give up improvement to layout the layout and
functionality of the internet site ,while server-aspect languages like PYTHON,PHP or
Node.js could manage dynamic content technology and generation with databases.
Additionally the programmer could enforce security measures including encryption for
managing sensitive purchaser information and authentication mechanisms to make sure
steady access to user debts. This entails integrating various technologies to create a
unbroken and person-pleasant on line purchasing experience at the same time as making
sure the reliability and stable of the Website.
, Question 2
Step 1 :
The problem requires developing a software that prompts the user to enter the 7th and 8th
digits (PB number) of a Malaysian citizen's identity card (IC) after which identifies the
birthplace of the patient based on a given desk. If the enter PB wide variety is valid, the
program need to output the corresponding birthplace; in any other case, it ought to output
"Invalid birth place code.
Step 2 :
1. Prompt the person to input the 7th and 8th digits of the IC quantity.
2. Check if the enter PB range corresponds to a legitimate birthplace code the
use of the furnished desk.
3. If the PB quantity is legitimate, output the corresponding birthplace; in any
other case, output "Invalid Birth place code."
Step 3 :
Start
(a)
PB
Number
Yes PB Number No
is in the
Table
Invalid birth
corresponding
place
birthplace
End