Image 1 - This would be the display if there was one candy bar available and the user requested two candy bars.
What is Enjoy! Bars remaining: 0
Sorry! Sold out. Bars remaining: 0
The fundamental or smallest unit of a digital image
What is a pixel?
Type of computing that uses multiple machines or a CPU with multiple cores to simultaneously run a program and/or process data.
What is parallel computing?
RGB stands for this.
What is Red/Green/Blue?
The activity of defrauding an online account holder of financial information by posing as a legitimate company through emails is known as this.
What is phishing?
Image 2 - This is the output of the logic gate if the input A is TRUE
What is true?
Many efforts are being made all over the planet to provide better access to the devices, skills, and knowledge required to make full use of the Internet in order to reduce this.
What is the digital divide?
The process of finding and fixing problems in your algorithm or program
What is debugging?
This acronym defines the main protocols for how information travels on the Internet from computer to computer.
What is TCP or TCP/IP?
Used widely on the Internet for secure data transfer, this allows for sensitive messages to be sent between parties without having to agree on, or share, a secret key.
What is Public Key Encryption?
Image 3 - This is the location and position of the robot after running the code segment:
What is:
These two terms describe the fact that packets can travel in multiple directions on the Internet to get to their destination, and that the Internet will still work even if part of it is damaged due to attacks or natural disasters.
What is redundancy and fault-tolerance?
In order to prevent these, users should enable and use multifactor authentication, updated antivirus software, strong passwords, as well as caution and common sense.
What are cyber attacks?
Identify at least two of the three acronyms associated with security on the Internet.
What are HTTPS, TLS, and SSL?
A software that detects, prevents, and removes viruses, worms, and other malware from a computer is known as this.
What is antivirus software?
Image 4 - These two code segments will display YES if and only if the value of the variable friend is "Grace" and the value of the variable favoriteFood is either "pizza" or "popcorn"
What are A and C?
When processing a list, this is the name given to the variable that allows the program to keep track of the elements contained in the list.
What is the index? Remember, pseudocode questions always start the index at 1!
The amount of data that can travel through a network (typically measured in bits per second)
What is bandwidth?
DDoS stands for this.
What is Distributed Denial of Service?
A program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes, slowing the computer and causing other abnormal behaviors.
What is a virus or bug?
Image 5 - This would be displayed if the program were initialized with the value of num at 14
What is "stop"?
When calling a function/procedure from the main program, this term relates to the values that get passed into the function/procedure to effect the way it runs.
What are parameters (arguments)?
The ability of a program to handle a growing amount of work or its potential to be enlarged in order to process large data sets.
What is scalability?
This acronym provides abstraction on the Internet by allowing humans to type in recognizable names as opposed to lengthy IP addresses when accessing a website.
What is DNS (Domain Name System)?
Name of a cyber attack where the hacker tracks the keystrokes commonly used by the owner in an attempt to extract usernames and passwords.
What is keylogging?