1.
This computer language makes web-pages interactive. It is built into all modern web-browsers:
Correct Answer
A. JavaScript
Explanation
JavaScript is the correct answer because it is a computer language that is specifically designed to make web pages interactive. It is built into all modern web browsers, allowing developers to add dynamic elements, perform client-side validation, and create interactive features on websites. JavaScript is widely used for web development and is an essential skill for front-end developers.
2.
Programmers use this type of software to find and correct their mistakes.
Correct Answer
A. Debugger
Explanation
Programmers use debuggers to find and correct their mistakes in their code. A debugger is a software tool that allows programmers to step through their code line by line, set breakpoints, and inspect variables and memory to identify and fix errors. It helps in identifying logic errors, syntax errors, and runtime errors, making the debugging process more efficient and effective. Debuggers are an essential tool in the development process, enabling programmers to ensure the accuracy and functionality of their code.
3.
To inspect the HTML markup that lurks beneath your web page, click:
Correct Answer
A. View / Source
Explanation
To inspect the HTML markup that lurks beneath your web page, you should click on "View / Source". This option allows you to view the source code of the webpage, which includes the HTML markup used to create the page. By selecting this option, you can examine the underlying code and make any necessary changes or modifications.
4.
Adding JavaScript programs to web pages:
Correct Answer
A. Takes close attention, lots of patience, and plenty of study.
Explanation
The correct answer is "Takes close attention, lots of patience, and plenty of study." This is because adding JavaScript programs to web pages requires careful attention to detail, as even small mistakes can cause errors. It also requires patience, as troubleshooting and debugging may be necessary. Additionally, studying JavaScript is necessary to understand its syntax and functionality in order to effectively incorporate it into web pages.
5.
Computer used to store web pages, and also programmed to send them out on demand.
Correct Answer
A. Web server
Explanation
A web server is a computer that is specifically designed to store and serve web pages. It is programmed to receive requests for web pages and send them out to users on demand. This makes it the correct answer for the given statement.
6.
Which of the following is a legal IP address?
Correct Answer
A. 72.32.72.220
Explanation
The given IP address, 72.32.72.220, is a legal IP address because it follows the standard format of four sets of numbers separated by periods. Each set of numbers must range from 0 to 255, and there should not be any special characters or symbols present. The other options provided, such as 723,272,220 and 7232.72220, do not adhere to the correct format and therefore are not legal IP addresses.
7.
What does the "P" in "IP" stand for?
Correct Answer
A. Protocol
Explanation
The "P" in "IP" stands for "Protocol." IP stands for Internet Protocol, which is a set of rules that governs how data is transmitted over the internet. It defines how data packets are addressed, routed, and delivered between different devices on a network. The term "IP" is commonly used to refer to the specific version of the protocol being used, such as IPv4 or IPv6.
8.
What does the "I" in "IP" stand for?
Correct Answer
A. Internet
Explanation
The "I" in "IP" stands for Internet. IP stands for Internet Protocol, which is a set of rules that governs the format of data packets sent over the internet.
9.
You need a server in order to post web-pages. How expensive is it to get server access?
Correct Answer
A. Many companies will provide access free.
Explanation
The correct answer is "Many companies will provide access free." This is because the statement mentions that there are many companies that offer server access for free. This implies that obtaining server access does not have to be expensive as there are options available without any cost.
10.
The Flash plugin works on many browsers and is intended to enhance them. What capability does it add to your pages?
Correct Answer
A. Video and animation
Explanation
The Flash plugin adds the capability of video and animation to your web pages. It allows you to incorporate multimedia elements such as videos, animated graphics, and interactive content into your website, making it more engaging and visually appealing for users. With Flash, you can create dynamic and interactive experiences that can enhance the overall user experience on your website.
11.
Which major company owns the rights to Flash?
Correct Answer
A. Adobe
Explanation
Adobe is the correct answer because they are the major company that owns the rights to Flash. Adobe Flash is a multimedia software platform used for creating animations, games, and interactive content. It was developed by Macromedia, which was later acquired by Adobe in 2005. Adobe has been the main developer and distributor of Flash, making it the rightful owner of the rights to Flash.
12.
Which major company now owns the HowStuffWorks website?
Correct Answer
A. The Discovery Channel
Explanation
The correct answer is The Discovery Channel. The explanation is that The Discovery Channel is a major company that now owns the HowStuffWorks website.
13.
HowStuffWorks is most like:
Correct Answer
A. An online magazine.
Explanation
HowStuffWorks is most like an online magazine because it provides a wide range of articles and content on various topics, similar to how a magazine covers different subjects. It offers informative and entertaining articles, videos, and podcasts on subjects such as science, technology, history, and more. Like a magazine, HowStuffWorks aims to engage and educate its readers with interesting and well-researched content.
14.
Which of these sites is ad-supported?
Correct Answer
A. Yahoo.com
Explanation
Yahoo.com is ad-supported because it generates revenue through advertisements displayed on its website. This means that advertisers pay Yahoo to display their ads to users, allowing Yahoo to offer its services for free to users.
15.
The Internet Society (ISOC) is a tax-exempt charitable organization that concerns itself with:
Correct Answer
A. Making the internet stable and available around the world.
Explanation
The correct answer is "Making the internet stable and available around the world." This answer aligns with the stated purpose of the Internet Society (ISOC) as a tax-exempt charitable organization. ISOC focuses on ensuring the stability and availability of the internet globally, rather than maximizing profits for internet backbone companies, bringing criminals to justice, or developing web page authoring standards.
16.
Under LBUSD's Acceptable Use Policy, use of the DIstict's computer systems and networks must always be "ethically correct". "Ethical" means the use must be:
Correct Answer
A. Morally acceptable.
Explanation
The correct answer is "Morally acceptable". Under LBUSD's Acceptable Use Policy, the use of the District's computer systems and networks must always align with ethical standards. This means that any use of the systems and networks should be in accordance with moral principles and values. It implies that users should engage in activities that are considered morally right and avoid any actions that are morally wrong or unethical. The policy aims to ensure that the use of computer systems and networks within the District is conducted in a responsible and ethical manner.
17.
Violating the Acceptable Use Policy may lead to:
Correct Answer
A. All of these.
Explanation
Violating the Acceptable Use Policy can result in various consequences, including loss of computer access, other disciplinary action, and prosecution under applicable laws. These consequences are not mutually exclusive, meaning that all of them can occur as a result of violating the policy.
18.
Name used for sentences that contain every letter of the alphabet.
Correct Answer
A. Pangrams
Explanation
Pangrams are sentences that contain every letter of the alphabet. This term is commonly used to describe sentences that are specifically constructed to include all 26 letters. These sentences are often used as a tool for testing fonts, keyboards, and linguistic abilities.
19.
Term for the situation where two or more people on a network both try to change the same information at the same time.
Correct Answer
A. Concurrency
Explanation
Concurrency refers to the situation where two or more people on a network both try to change the same information at the same time. This can lead to conflicts and data inconsistencies if not properly managed. Concurrency control mechanisms, such as locks and transactions, are used to ensure that only one person can modify the data at a time, preventing conflicts and maintaining data integrity.
20.
When posting edits on a system with record-locking, it's important to:
Correct Answer
A. Key the text ahead of time and get in and out fast.
Explanation
When posting edits on a system with record-locking, it is important to key the text ahead of time and get in and out fast. This is because record-locking is a mechanism that prevents multiple users from accessing and modifying the same data simultaneously. By keying the text ahead of time and completing the edits quickly, it ensures that other users do not have to wait for the lock to be released and can access the data promptly. This helps to maintain efficiency and prevent delays in the system.