Answer:
b. User-fierce interfaces
Explanation:
Based on the scenario being described it seems this is an example of User-fierce interfaces. This basically means that the system in question is not very user friendly, which ultimately makes it very difficult for users to understand, use, and manipulate. This tends to cause the users to get frustrated and ultimately stop using the system as they believe it is too difficult and not worth their time. This is what seems to be happening with the customized learning management system in this question since the 20% of the users quit instantly due to the difficulty of the system.
Answer:
mystring = "My name is David Acheme"
count = 0
for i in mystring:
if(i.islower()):
count=count+1
print("The number of lowercase characters in: "+mystring)
print(count)
Explanation:
1. We declare a String Variable and assign a value.
2. Intialize a count variable to zero.
3. Using a for loop is to loop through each characters in the string.
4. The if condition checks when a lower case character is encountered using the islower method and increases count by 1
5. Prints the value of count.
Answer:
MS Word, MS Excel, MS PowerPoint, Adobe Photoshop, Adobe Reader
Explanation:
Answer:
Battery: DC power source to feed electricity in the circuit
Processor: component that reads instructions from memory, executes them and writes result data to memory and output devices
Accelerometer: device that measures motion acceleration along 3 dimenstions
Micro USB Port: standard interface for serial communication and power
Compass: sensor that finds orientation based on earth's magnetic field
•Block Editor: pass
Iteration: one cycle of a program loop
•Selection: pass
Variable: program construct to hold a value that code can read and write to.
Algorithm: programming code with a particular function to transform a given input to an output
Debug: the process of finding and fixing mistakes in your program
A) only post it via an anonymizer is my guess