0 التعليقات
0 المشاركات
8كيلو بايت مشاهدة
0 معاينة
الدليل
Expand your network, discover new opportunities, enhance your financial potential, and develop valuable skills for personal and professional growth.
-
الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
-
Ethical Code of ConductAn ethical code of conduct is a set of principles and guidelines designed to help professionals and organizations make ethical decisions and act with integrity in their operations. It serves as a framework for behavior, promoting ethical standards, accountability, and trust. Key Elements of an Ethical Code of Conduct 1. Integrity and Honesty Act with honesty and integrity in all professional...0 التعليقات 0 المشاركات 8كيلو بايت مشاهدة 0 معاينة
-
The Ten Commandments of Computer EthicsThe Ten Commandments of Computer Ethics were created by the Computer Ethics Institute to guide the responsible use of computers and technology. They offer a concise ethical framework for individuals and organizations interacting with computer systems as discussed below; 1. Thou Shalt Not Use a Computer to Harm Other People Avoid using computers to engage in activities that harm others,...0 التعليقات 0 المشاركات 10كيلو بايت مشاهدة 0 معاينة
-
Importance of Cyber LawsCyber laws, also known as internet laws or digital laws, are essential for regulating activities in the digital world. These laws address issues related to the internet, digital communications, and information technology. They provide a legal framework to protect individuals, organizations, and governments from cyber threats and ensure the proper use of technology. Here are some key reasons why...0 التعليقات 0 المشاركات 8كيلو بايت مشاهدة 0 معاينة
-
#S4 chemistry practical Facilitation 2024#S4 chemistry practical Facilitation 20240 التعليقات 0 المشاركات 2كيلو بايت مشاهدة 0 معاينة
-
0 التعليقات 0 المشاركات 2كيلو بايت مشاهدة 0 معاينة
-
Python for Everybody - Full University Python Course Code أضاف وظيفة جديدة Technology2024-07-16 20:52:57 - ترجمةHistory of Python and Computer HardwareAs computer programming started to get popular and evolve in the 1960’s and 70’s, programmers created scripting languages so that they wouldn’t have to compile code. A script is a program that executed by another program called an interpreter, skipping the whole compilation step. In the late 80s, the Python programming language was invented by Guido Van...0 التعليقات 0 المشاركات 10كيلو بايت مشاهدة 0 معاينة
-
Python for Everybody - Full University Python Course Code أضاف وظيفة جديدة Computer Programming2024-07-16 20:56:20 - ترجمةProgramming basicsComputer programs are used by people every day. Everytime you use your smartphone, tablets, and laptops, all the apps are computer programs. When you watch a movie on Netflix or Amazon, or even driving a Tesla, you are also using a program. A computer program consists of basic instructions Input: A program gets data – typically from a file, keyboard, network, or touchscreen...0 التعليقات 0 المشاركات 8كيلو بايت مشاهدة 0 معاينة
-
Python for Everybody - Full University Python Course Code أضاف وظيفة جديدة Computer Programming2024-07-16 21:02:45 - ترجمةVariables, Assignments, and IdentifiersVariables Variables are used to store data that can be used and manipulated throughout your program. In Python, you don't need to declare the type of a variable; it is dynamically typed. Assignments Assignment is the process of storing a value in a variable. The assignment operator in Python is the equals sign (=). Identifiers Identifiers are names given to variables, functions,...0 التعليقات 0 المشاركات 8كيلو بايت مشاهدة 0 معاينة
-
Python for Everybody - Full University Python Course Code أضاف وظيفة جديدة Computer Programming2024-07-16 21:14:58 - ترجمةFloating-Point Numbers and Arithmetic ExpressionsFloating-point numbers A floating-point number is a number with a decimal. Ex: 3.14, or -123.5. float is a data type for floating-point numbers. A floating-point literal is the number being used in your python code. Ex: weight = 145.2 Use scientific notation for huge numbers such as 1.87x1045. Ex: 1.87e45. The e stands for exponent. The value range for...0 التعليقات 0 المشاركات 8كيلو بايت مشاهدة 0 معاينة