During this Mcq I saw a lot of improvements all around. Some of the areas that I struggled with were big idea 5 and big idea 3 as you can see by the graph displayed. I took my time with the quiz and am planning to use it to learn and improve my self
With these inputs, the OR gate will produce an output of false and the first AND gate will produce an output of true. Since only one input to the second AND gate will be true, the circuit will have an output of false.
The binary RGB triplet for light yellow is (11111111, 11111111, 11100000).Which means it can’t be yellow
Both programs print the integer values starting at 1 and counting upward to 10.
At the lowest level, all digital data (including machine language instructions) are represented with sequences of bits.
This expression would be equivalent to an algorithm that sets available to true whenever weekday is true or miles is at least 20. The algorithm in the flowchart requires both conditions to be true in order to set available to true
Sharing files on peer-to-peer networks violates copyright.
The MaxFour procedure calculates a maximum of several values (similar to the MaxTwo and MaxThree procedures), but it does not generalize this functionality to calculate the maximum of any number of values.
IP addresses are hierarchical.
Domain names are translated into IP addresses using the domain name system. This does not fall into the realm of activities performed by certificate authorities.
While servers that host Web sites have IP addresses, user devices have IP addresses as well.
Using 6 bits will only allow for up to 64 employees (26 = 64).
Statement I is true. The REPEAT UNTIL loop terminates when hours is at least 24 or currentPop is at most 0. Statement Il is false. The simulation displays the change in population over the entire course of the simulation.
By starting the process by writting a 1 at the top of the card and writting a height at the bottom of the card, the algorithm will work such that th elast person’s card will have the number of people at the top and the sum of the heights at the buttom. Dividing the top by the butotom will give tbe inverse of the average instead of the average.
The ownership of encryption keys is validated by certificate authorities, not by TCP/IP.
For this set of inputs, the IF condition x = y evaluates to true, so the body of the IF statement is executed, returning true as intended.
Limiting access to Web content is unlikely to provide equity of access to digital technologies.
Since y is initially negative, the loop condition count ≥ y is initially true, so the body of the loop is never executed and 0 is returned.
This line should be removed. The variable count should increase by 1 when currentNum is a perfect number, so it should only be incremented in the body of the IF statement.
For this code segment, count is increased to 1 the first time “mable” is encountered in the list. However count is reset to 0 when the code seament moves to the next list element. This causes the procedure to return 0 instead of the intended result 1.
Reflection
When looking over this MCQ I realized that a lot of my questions that I got wrong were questions where it was just simple knowledge. Such as questions about copy right and ip adress. If you dont know anything about those then you get them wrong which is what happened to me. I plan on using this blog in the future to learn and improve. If I ever see questions like these again I can use this blog to not get those questions wrong again.