Question 81
The GIF file format is commonly used for line drawings.
True
False
1 points
Question 82
The IMAP protocol specifies how to encode nontext data, such as graphics and sound, in an email so that it can travel over the Internet.
True
False
1 points
Question 83
The Internet and the World Wide Web are the same thing.
True
False
1 points
Question 84
The computational thinking tool of abstraction strives to eliminate all minor and insignificant details in order to focus on the fundamental aspects of the problem.
True
False
1 points
Question 85
The computational thinking tool of decomposition is the extraction of essential details from a situation and then using those details to create a model.
True
False
1 points
Question 86
The content of webpages must always remain within the capabilities of HTML.
True
False
1 points
Question 87
The first part of a URL lists the protocol that will be used to transport the file.
True
False
1 points
Question 88
The full email address of the main recipient should be entered into the Cc line of a message header.
True
False
1 points
Question 89
The head section includes the tags that contain the page title and other information about the page.
True
False
1 points
Question 90
The main page that all other webpages on a particular website are organized around and link back to is called the site’s home page.
True
False
1 points
Question 91
The term “NetManners” refers to the set of commonly accepted rules that represent proper behavior on a network.
True
False
1 points
Question 92
The two most common protocols used to transfer files on the Internet are Hypertext Transfer Protocol (HTTP) and Media Transfer Protocol (MTP).
True
False
1 points
Question 93
The web model is the process or processes that a company uses to find new customers, make sales, and deliver the goods or services it sells.
True
False
1 points
Question 94
To combat the growing issue of plagiarism, academic instructors, researchers, publishers, and others have turned to web resources.
True
False
1 points
Question 95
To create a bookmark in Firefox, Chrome, or Edge, click the book icon on the right side of the window.
True
False
1 points
Question 96
To ensure data validation, concepts must be clearly defined and ranges of acceptable values for representing these concepts must be established.
True
False
1 points
Question 97
U.S. copyright law has a fair use provision that allows a limited amount of copyrighted information to be used for purposes such as news reporting, research, and scholarship.
True
False
1 points
Question 98
Understanding the Internet and the Web
True
False
1 points
Question 99
Users always know when cookies are being saved to their hard drives.
True
False
1 points
Question 100
Websites that provide advertisers with information about your interests do so to generate revenue.
True
False
Answer 81
***********
False
Answer 82
***********
False , MIME does it
Answer 83
***********
False , internet is huge where www is collection of webpages
Answer 84
***********
True
We are allowed to do only 4 exercise out of any given.
if you have any doubt then please ask me without any hesitation in the comment section below , if you like my answer then please thumbs up for the answer , before giving thumbs down please discuss the question it may possible that we may understand the question different way and we can edit and change the answers if you argue, thanks :)
Question 81 The GIF file format is commonly used for line drawings. True False 1...
Question 90 The main page that all other webpages on a particular website are organized around and link back to is called the site’s home page. True False 1 points Question 91 The term “NetManners” refers to the set of commonly accepted rules that represent proper behavior on a network. True False 1 points Question 92 The two most common protocols used to transfer files on the Internet are Hypertext Transfer Protocol (HTTP) and Media Transfer Protocol...
1. True/False: A cookie is a text file that resides on the server of a web site. 2. True/False: Cookies should be avoided because they can cause security breaches during the transmission of a web page from server to client. 3. True/False: The time() function returns the current time measured in the number of seconds since January 1 of the current year. 4. True/False: It is possible to set a cookie without an expiration date. 5. True/False: The setcookie()...
TRUE or FALSE next to each o True / False - Read e question each statement carefully. Write the entire word 19. A Combobox should be used when users need to select multiple items 20. Radiobutton controls in the same group box allow one selection to be clicked at a ti 21. Data provider classes in ADO NET facilitate communication with Databases in a list 22. Classes in the SystemDataSqClent namespace facilitate operablity with MSAcces 23. Data Reader classes facilitate...
1. True/False: Radio buttons are used to allow users to select several options at one time. 2. True/False: A form using the <form></form> tag pair can be placed anywhere within a web page. 3. True/False: When a form is enhanced with JavaScript, an event handler must be used to evoke the JavaScript code. 4. True/False: The Common Gateway Interface (CGI) allows web pages to be generated as executable files. 5. True/False: CGI scripts are normally saved in a folder named...
QUESTION 7 1 points Save Answer True or False? A local health department designed a website which provides detailed information regarding the variety of free healthy eating education programs and services available, as well as mailed informational advertisements to targeted communities. This is an example of utilizing marketing channels. O True False QUESTION 8 1 points Save Answer True or False? Community health assessments are a valuable tool used to identify the demographic profiles for specific target populations and their...
QUESTION 1 Each class must be declared in its own .java file True or False? QUESTION 2 The keyword this must always be explicitly used when referring to an object's instance variables and methods from within one of its non-static methods. True or False? QUESTION 3 When used in a class' main method the this keyword references the object representing the class itself. True or False? QUESTION 4 Accessor methods that test whether a condition is true or false are...
QUESTION 1 IPv4 addresses are managed and controlled by Internet Service Providers (ISPs) which operate on a local basis. As such, Internet Exchange Points (IXPs) must map incoming and outgoing IP addresses between ISPs. True False 3.33 points QUESTION 2 Select the correct statement(s) regarding the Internet architecture. a. IXPs and NAPs are responsible for the mapping of intranet and Internet IP adresses b. Interior Gateway Protocols (IGPs) are use to share packet routing information between autonomous systems (AS')...
Subnet mask 255.255.255.0 can never be used for class B network. Question 1 options: True False Question 2 (1 point) In CIDR notation, /22 indicates there are 22 ones in the subnet mask. Question 2 options: True False Question 3 (1 point) When deploy a network inside a commercial building, there must be only one LAN. Question 3 options: True False Question 4 (1 point) When a packet is going to be routed to a computer in a LAN, other...
ANY ANSWER IS GREATLY APPRECIATED!! THANKS QUESTION 1 Which type of network documentation is essential in order to escalate high priority issues to the correct team or person? Support resource map Contact information Security Policy Simple Network Management Procedure 1 points QUESTION 2 While maintaining cabling in an IDF with hundreds of patch cables, you are having trouble locating the other end of a cable that is connected to a patch panel. What tool will be he most helpful...
all
in pseudocode
Question 1) Warmup question: Write a function named True False() (only the function, no main is needed) that takes in a number and determines if it is evenly divisible by 5 (le, returns true or false). (15 points) Answer is in: Pseudocode CHO Java0 C+0 Page 17 Question 3) 2D Arrays The IRS has contracted you to process a 10x10 array of floating point numbers called Taxes and sum up all negative numbers in the array so...