Popular posts from this blog
DATA TYPES IN PYTHON
Integer and Float • Variables can hold values of different types called data types. Some of the commonly used data types in python are integer, float, bool, strings, lists, tuples, dictionary, sets, etc • The data type of a variable is dependent on the value of the variable. For example, if the value of the variable userAge is 18 i.e userAge = 18 Here the data type of the variable is an integer. • For float data type the value of the variable should be a decimal. For example, if you create a variable for the percentage of students in class studentPercentage with a value 78.5 i.e studentPercentage = 78.5 Strings • A string data type is used to store textual information into a variable. • To store the value of a string data type, we need to put the value inside double quotes 11 " or single quotes ''. For example schoolName = "Bright International" characterName = 'Eva' ...
BASIC OF CODING/COMPUTER
HELLO EVERYONE WELCOM TO CODEWITHPIYUSH WE WILL GOING TO STYDY ABOUT BASIC OF CODING SUBSCRIB basic WHAT IS CODING? coding is the process of creating instructions for computers using computer languages Example c and c++ ,java,javascript , python , php, html,ect. mainly coding is used to creating apps, games websites ect. WHAT IS COMPUTER? computer is an electronic device it take input process than its gives output for example data is INPUT into the computer system it is then PROCESSED to produce useful information as OUTPUT. INPUT DEVICES an input device is any piece of computer hardware used to provide data to a computer system. example : keyboad, mouse ,printer, scanner, digital camera, webcam , moniter, speakers ect. CATEGIRIS OF INPUT DEVICES: with a manual input device the user must enter data into the computer by hand. DIRECT DATA ENTRY (DDE) DEVICES: A DIRECT entry device can transfer infomation automatically from a source document such as a f...


Comments