The pseudocode to find the sum of all integers that are multiples of 9, from 1 to 250.
totalSum = 0
for i from 1 to 250{
if i is divided by 9 and remainder is 0{
totalSum = totalSum + i;
}
}
print(totalSum)
in python language the code will be
totalSum = 0
for i in range(1,250):
if i%9==0:
totalSum += i
If you will run the program , the answer would be 3402.
Answer:
Site speed and usability.
Explanation:
Web pages are developed using web development tools like HTML, CSS, JavaScript etc. A collection of these web pages are called a website. The web is a hosted for internet use in a web server.
All requests for a website in a web server is done in a web browser in a client device. For a website to be easy searched for , the search engine optimisation technique is used.
A hosted website on a server must have a unique and usable domain name and the page loading on a browser should be made faster by optimising the size of the scripting language.
Answer:
If you don't know your skills to get this profession then you shouldn't be in this profession try another profession that is more your type that doesn't require this types of skills, don't ask random people about your hobbies thanks!
<u><em>Warning:</em></u>
If this persists this account may be moderated.
In computer science, a 2–3 tree is a tree data structure, where every node with children (internal node) has either two children (2-node) and one data element or three children (3-nodes) and two data elements. According to Knuth, "a B-tree of order 3 is a 2-3 tree."
An operating encrypts system a password for a given user, converting it into a representation that cannot be understood without the appropriate algorithm
3 encrypts
<u>Explanation:</u>
Normally end user login with user id account with password as login authorization or authentication to operate the system. There are some many technologies for login methods are used. Nowadays to login to operating system bio matric device is also been used.
In windows 10 pin also be used for login to operating systems. In Windows 10 operating system Hotmail accounts (clouds access also been used) so that related windows store or clipboard history are stores across the desktop and laptop.
Cracks: - some algorithm was used to crack password of login for operating system access.
Reverses- it a process or algorithm where reverse password or example: - 1234 where password in reverse process 4321.
Encrypts:- A password is encrypts with some calculation or string or some value. Cracking the password is used by using decrypts technology.
Decrypts is reverse logic applied based on encrypts technology.