Posts

Showing posts with the label coding

DATA TYPES IN PYTHON

Image
 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'                       ...

GUESS THE FRUITS

Image
 THIS IS MY GAME. THIS GAME WAS VERY INTERESTING AND USEFULL BECAUSE THE GAME WAS NAME GUESS THE FRUITS MANY VARIETY OF FRUITS SO YOU CAN DOWNLOAD AND PLAY MY GAME I HOPE YOU LIKE IT THIS GAME.  THANK YOU                                                                                                                           CLICK AND DOWNLOAD

BINARY STRING & ALGORTHMS

Image
 TODAY GOING TO HERE PRESENT BINARY STRING  WE ARE ALREADY DISCUSS ABOUT BINARY LANGUAGES   PREVIES SESSION  TOADY DISCUSS ABOUT ABOUT BINARY STRIN G SO LET'S START. WHAT IS BIANRY? Binary is a way of  representing information using 1 and 0 or on and off. The number system that we normally use is the decimal number system. it has ten numbers:0-9. Binary system only has two number: 0 and 1.  BINARY DIGITS---Computer break down all complex function into simple 0 and 1.Every single 0 or  1 ia called a bit stand for binary digits. 01100111. HOW COMPUTER USE BANARY? Our block program written using blockly  are converted to computer languages programs which the computer understand run.                                     BINARY STRING                                    ...

MALWARES

Image
 HEY GUYS DO YOU KNOW ANY ABOUT  MALWARE AND WHAT IS MALWARE so you do not know malware. I will tell you about malware.  WHAT IS MALWARE? malware is any software intentionally designed  to cause damage to a computer. server client or computer network. A variety of malware types  exist including computer viruses, warms, trojan, horses,  ransomware, spyware, adware, rogue, software, wiper and scareware. TYPES OF MALWARE?   warms, trojan, horses,  ransomware, spyware, adware, rogue, software, wiper and scareware. CYBER SECURIETY? cyber security is the application  of technologies. processes controls to protects networks programs devices and data from cyber attacks. It aims to reduce the risk of cyber attacks and protects against the expoitation of networks & system. hare they are going to protect of individuals protects the networks from being threaten and affected by malware..... ABOUT WARMS VIRUS -- A warms is types of malware that ca...

AN OPERATING SYSTEM, SUPERCOMPUTER, MAINFRAMS.

Image
DO YOU KNOW WHAT IS AN  OPERATING SYSTEM, I WILL TELL YOU WHAT IS  AN  OPERATING SYSTEM AN OPERATING IS A SYSTEM OF SOFTWARE TRHAT MANAGES  COMPUTER HARDWARE, SOFTWARE RESOURCES, AND PROVIDESD  COMMON SERVICES FOR COMPUTER PROGRAM. AND I WILL TELL YOU  WHAT IS SUPER COMPUTER AND MAINFRAMS. SO   LETS STARTS. WHAT IS AN OPERATING SYSTEM? An Operating System is a collection of software that manages computer hardware resources.  The Operating system acts as a interface between user and the computer hardware.    Without a computer Operating System, computer would be useless.     OPERATIONS OF OPERATING SYSTEM OPERATING SYSTEM : provide a user interface, manage programs, manage memory, eatablish internet connection &  provides utilities , control a network, configure dwvices,  co-ordinate task, start and shut down the computer. DIFFERENT OPERATING SYSTEM  APPLE(IOS) WINDOWS, MICROSOFT, macOS, linux, ect. THE T...

Software hardware and memory

Image
TODAY TOPIC IS SOFTWARE AND HARDWARE  WHAT IS SOFTWARE? Program or set of instruction used to do a specific task. The software cannot be seen by user . Software run on the hardware. Hardware useless without software. Examples - operating system, windows,linux, Etc. ( android,ios macos.  What is hardware? The tangible components of the computer System which can be used to give input store data and sowing results. Example: Moise, keyboard, moniter, printer,  Processor, motherboard,  cable etc. characteristics OF computer systems: Data storage, Accuracy,  Reliable, speed,  Versatile. What is memory? Memory is also known as the storage medium of the computer system. This is a storage device that can store data/information. Memory is two part of category  Primary memory and secondary memory Primary memory: temporary memory or volatile memory. Store data for temprory period. Primary memory is two part: (1) RAM (random access memory) (2)ROM (read only memory)...