Posts

Showing posts with the label AN OPERATING SYSTEM

VARIBALES

Image
 (1) WHAT IS VARIABLE ? Variables are like empty containers used for storing data values. Just like we use a lunchbox to store our lunch in it, we use variables to store data. • phoneNumber • In the above example, phoneNumber is a variable used to store your phone number in it. (2) Create Variables characterName = "Eva" • In the above example characterName is the variable and Eva is its value. • '=' in above example assigns the value on the right to the variable on the left. # Create a variable userAge with value # <any number> and then run your code userAge = 15 (3) Update Variables Concept • The value of a variable can be changed/updated as many times as required after the variable is created. • For example, in the last chapter you created a variable: characterName = "Eva"                    • Now if you want to update the name to Pixie you can simply change the value by using "=" sign. characterName = 'Pixie' • Now the valu...

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