Computer Science, asked by sabithakeerthi1997, 11 months ago

write a program in visual basic to print your school name?

Answers

Answered by Anonymous
9

A program in visual basic to print your school name:

__________________________________________

INPUT: "ENTER SCHOOL NAME" ; KV

INPUT: "ENTER YOUR NAME" ; N

INPUT: "ENTER YOUR CLASS" ; C

INPUT: "ENTER YOUR ROLL NUMBER" ; T

__________________________________________

PRINT: "SCHOOL = " ; KV

PRINT: "NAME = " ; N

PRINT: "CLASS = " ; C

PRINT: "ROLL NUMBER = " ; T

__________________________________________

OUTPUT: SCHOOL = Kendriya vidyalaya

OUTPUT: NAME = Nayan shreyas

OUTPUT: CLASS = 8

OUTPUT: ROLL NUMBER = 25

__________________________________________

Working of a computer:

__________________________________________

Input :

➠ The data and instructions are the input . Let here 1 , 1 is the data and " + " is the instruction.

__________________________________________

Process:

➠ The CPU (central processing unit) will work on the data according to the instructions, it will add the numbers = (1 + 1).

__________________________________________

Output:

➠ 5 is the correct result/answer and sum of output is (1 + 1 = 2).

__________________________________________

Similar questions