What do you suggest for Father's Day?​

Answers

Answer 1
A gift or maybe something homemade that means something special to you and or you dad

Related Questions

Which term collectively describes hard disks, CDs, and flash drives?

Answers

Answer:

Auxiliary storage

Answer. Answer: Auxiliary storage is the term collectively describing the hard disks, CDs, and flash drives. Auxiliary storage is any storage which is made available through input / output channels to the device.

The part of an HTML document where the CSS file is linked is the..?
A) body
B) footer
C) header
D) paragraph

Answers

Answer:

C) header

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head.

The head (header) contains information such as version of HTML, title of a page, metadata, link to custom favicons and cascaded style sheet (CSS) etc.

On the other hand, the body of a HTML document contains the contents or informations that a web page displays.

Hence, the part of an HTML document where the cascaded style sheet (CSS) file is linked is the header. A style sheet can be linked to an HTML document by three (3) main methods and these are;

I. External style.

II. Inline style.

III. Embedded (internal) style.

Q1. Which implementation of Network Access Control checks users' credentials to determine what level of access they should have to a top-secret file?

A. ACE
B. DAC
C. MAC
D. RBAC

Q2. Which physical access control uses a portable device that authenticates a person's identity electronically by storing some sort of personal information?

A. Infrared scanners
B. Hardware security tokens
C. Biometric devices
D. Keypads

Q3. Which implementation of Network Access Control grants access depending on a specific job role?

A. DAC
B. RBAC
C. MAC
D. PAC

Q4. Which implementation of Network Access Control is more relaxed, allowing users to determine file access privileges?

A. AAC
B. MAC
C. DAC
D. RBAC

Q5. Which type of access control sets the standard for the way security actions unfold?

A. Identity
B. Management
C. Physical
D. Technical

Answers

Answer:

1. MAC

2. Biometric Devices

3. RBAC

4. DAC

5. Management

Explanation:

Q.1) Option c) MAC

Q.2) Option c) Biometric devices

Q.3) Option b) RBAC

Q.4) Option c) DAC

Q.5) Option b) Management

What is MAC ?

The ability of individual resource owners to allow or refuse access to resource objects in a file system is constrained by the security measure known as mandatory access control (MAC).

What is a biometric device ?

An authentication and security identification tool is a biometric gadget.

What is RBAC ?

Role-based access control, often known as role-based security, is a method for only allowing authorized users to access a system.

What is DAC ?

The idea behind discretionary access control is to limit access to things based on who the subject is.

Therefore, MAC, biometric device, RBAC, DAC and Management access control sets are some of the measures for network security and access control.

You can learn more about network security from the given link

https://brainly.in/question/33317398

#SPJ2

is monitor is a television​

Answers

Answer: Can you rephrase the question

Explanation:

Select the correct answer.
A student is browsing a website. While browsing, he clicks on a link that takes him to another website. Which code gives the correct format of the
external link?

Answers

Answer:

(B) because on a website IT HAS TO HAVE "WWW." first

why people shouldnt get married​

Answers

Well it depends if your thinking! I know many reasons why people should get married but I also know many reasons why people shouldn’t get married!

For an example if you are a man and you don’t want to get married, well I think it’s 50% wrong and another 50% right cause if you want to enjoy life and not be stuck with the same wife you wouldn’t get married, but now think of having a family when you get married you receive a blessing, cause you will have son , daughters and a wife who will support you all the time!

Question Mode Matching Question Match the following description with the appropriate programming language generation. 1GL 1GL drop zone empty. 2GL 2GL drop zone empty. 3GL 3GL drop zone empty. 4GL 4GL drop zone empty. 5GL 5GL drop zone empty. Extremely advanced. Uses statements (scripts) rather than algorithms. High-level programming language. Uses a compiler to convert into machine language. Machine language. Represented by a series of 1s and 0s. Assembly language. An assembler converts 2GL into machine language. Specifically designed for creating database management programs.

Answers

Answer:

1GL: Machine language. Represented by a series of 1s and 0s.

2GL: Assembly language. An assembler converts 2GL into machine language.

3GL: High-level programming language. Uses a compiler to convert into machine language.

4GL: Specifically designed for creating database management programs.

5GL: Extremely advanced. Uses statements (scripts) rather than algorithms.

Explanation:

Programming languages started as a series of binary digits (i.e. 0's and 1'). This generation of language is referred to as the first generation.

However, the machine language were difficult to read by human, so mnemonics were created (i.e. assembly language). This language uses symbolic codes such as ADD for addition, etc. This is the second generation

The third generation are the high level languages that uses languages that can be easily understood by human, e.g. + means plus. However, the language must be translated; hence the need for a compiler or interpreter, as the case may be.

The fourth and fifth generations are extensions of the third generation languages. The fourth were created to connect to DBMS while the fifth are more advanced.

What
are the
difficulties associated with the machine level and assembly
languages ?​

Answers

Answer:

kalo cha

Explanation:

tero bau ra tesko

Which media example would be best for mayas presentation

Answers

Answer: c. a diagram that explains the steps involved in photosynthesis

Explanation:

The best graphic to use would be one that explains the processes involved in the process of photosynthesis. The best option is therefore the third one as it would actually show useful information on what photosynthesis is and how plants use it to get energy.

The first option would not educate anyone on what photosynthesis is as it does not talk about the process. The second and fourth options are the same.

does anyone know how to skip the video on e2020?

Answers

You can’t.

You can usually skip the last 10-20 seconds. If you click on the button that says next repeatedly you can skip a few seconds. That’s the most you can do though :/

Answer:

you can't

Explanation:

1.This check tests whether the data obeys specified criteria.Immersive Reader

Format check

Consistency check

reasonableness check

Data type check

Answers

Format check !!!!!!!!!!!!!!!!!.....

Noah would like to center and underline the title. Which of the following steps should Noah follow?
Type the title, select the underline command, and select the centering command.
Type the title, highlight the text, and select the centering command.
Type the title, highlight the text, select the underline command, and select the centering command.
Type the title, drag across the text with the mouse, and select the underline command.

Answers

Answer:

Option 3 - Type the title, highlight the text, select the underline command, and select the centering command.

Network Address Translation (NAT) technology provides a major benefit for which of these network problems

Answers

Answer:

Address being exhausted

Explanation:

Network Address Translation (NAT) technology is a technology which has been very beneficial to the IPv4 network systems.

Its major function is that it provides a whole lot of options and ensures that the address isn’t exhausted. This difference sets the IPv4 system apart from other systems whose addresses got exhausted and led to the creation of the IPv4.

why is this code giving me syntax errors on the colons and on print
print("Press enter to start program")
mark = input()
speed = int(input(Enter Mark")
if mark = >60+
print("Passed")
elif 1 <= mark >= 40:
print (“FAILED")

Answers

Answer:

Explanation:

You did not give double quotations in Enter Mark part

you did not give colon in if mark = > 60 :

Searching for Venom !!

help me find him lol​

Answers

Answer:

Venom is widely distributed taxonomically, being found in both invertebrates and vertebrates; in aquatic and terrestrial animals; and among both predators and prey.

Explanation:

[tex] \red{hope \: u \: find \: venom \: asap}[/tex]

Explanation:

[tex]are \: you \: searching \: for \: me \: [/tex]

Identify the error and write correct HTML program 5
Cyber Bullying Tips<\head>
Don’t Respond Talk to a trusted adult
<|html>

Answers

Answer:

1. <BODY background = ‘‘red”>

2. <FONT type =‘‘arial ”>

Explanation:

Answer:

<html>

<head> Cyber Bullying Tips </head>

<body>

Don't Respond, Talk to a trusted adult

</body>

</html>

Hope this helps!

You have been asked to install a WLAN for a small business. You centrally locate the WAP in a large room that contains about 15 cubicles where employees work with their mobile devices. You test connectivity from all locations and find that signal strength is good throughout the room. Several months later, you are called to troubleshoot connectivity problems at the site. You find that the large room was divided into two smaller rooms by a floor to ceiling wall with metal studs. What is the most likely reason for the connectivity problems

Answers

Answer:

interference

Explanation:

The most likely reason for the connectivity problems is interference. This interference can be caused by many factors but in this scenario the most likely factor would be the metal studs and all the metal used to create the ceiling/floor. Metal is a huge interference when it comes to wifi signals. Depending on the type of metal and the amount it can greatly diminish the signal strength or even completely prevent the signal from passing to it's destination, regardless of how close the destination device is located.

a DVD looks just like a CD, but it holds less information​ true or false

Answers

Answer:

False

Explanation:

A DVD can hold more information because it is basically a double sided CD where it gets information on both sides whereas on a CD, you only read one side. On CDs, people can put stuff like stickers or whatever on one side while the important side is uncovered.

Question 3
There was a thunderstorm in your area and the power went out.
The traffic lights are not functioning.
• What is the first thing the law requires you to do when you arrive at an intersection?
Explain what you should do if there is an officer directing traffic.
.

Answers

The Answer Should Be:

The first thing for you to do when you arrive at an intersection is to stop at the traffic light. Your going to want to listen to the instructions or signals of the traffic Police.

I Hope This Helps? :)

the computer that communicate with each other are called ______please ask the answer in 15 minutes after 1 p.m. ​

Answers

The computers that communicate with each other are called [tex]\sf\purple{transmission \:control\: protocol\: (TCP)}[/tex].

[tex]\large\mathfrak{{\pmb{\underline{\orange{Happy\:learning }}{\orange{!}}}}}[/tex]

Type the correct answer in each box. Spell all words correctly. What is the name of the process of checking the client's production environment to ensure software and hardware compatibility with new products? The process of checking the client's production environment to ensure software and hardware compatibility with new products, is known as .

Answers

Answer: Software testing

Explanation:

Software testing refers to testing for the compatibility of the client's device with the software or hardware product being offered.

In order for the client to be able to use the software, it needs to be compatible with both the software already in the client device as well as the hardware. If it isn't, the product will not be able to add much value to the client's device which would mean that it is not fulfilling it's required functions.

Using filtering as a strategy to deal with information overload requires Group of answer choices reviewing all unsolicited information presented. determining what information you may need and what information merits attention. using Wikipedia to verify information. disconnecting from sources of information completely. requesting references for all undocumented information.

Answers

Answer:

The answer is "Choice B"

Explanation:

Please find the complete question in the attached file.

A filter is a tool for removing undesirable parts. Eliminate solid from a fluid, for example. The filter may mean the filter action: it could be used as a verb. When the filter is mentioned, various branches of science and technology often refer to a certain type of device. Filtering tries to decide the data you need and the data you have to address the overload.

It is good for your eyes to look away from your computer screen (look at something far away) at least once an hour

Answers

i think this is true because my eyes start hurting after a while too

Which of the following is not a characteristic of a large database?
a) Optstore items in a filing cabinet.
b) Stores items in a computer such as music.
c) stores large amounts of items such as an online store.
d) can be used as a small recipe book.​

Answers

The answer is A hope I helped
The answer would be a

What is one common way to select a package name for a project?

Select one:

a.
Use a company's domain name for uniqueness


b.
Use a very short name to save typing


c.
Use a secret phrase like a password


d.
Use an encryption key for security

Answers

Answer:

Jeez idrk

Explanation:

Akkaqka

que es eset internet security???

Answers

Answer:

Antivirus y Antiespía

Explanation:

ESET Internet Security ofrece protección contra todo tipo de amenazas, incluso de las más recientes, gracias a su protección proactiva, y evita que éstas puedan robar información o se propaguen a otros equipos.

I have no clue but que pasa 6 x8 = 647
666+56+8#9+

What is the biggest difference between traditional and digital cameras?
Many inventions have enabled us to use digital cameras. The biggest difference between traditional and digital cameras is that digital cameras do not use

Answers

Answer: a film roll/ film

Explanation:

There are many differences between a digital and a traditional camera such as the fact that digital cameras use LED displays, megapixels and don't have to have pictures developed but perhaps the biggest difference is that digital cameras do not have to use a film to store pictures like a traditional camera does.

Digital cameras have SD cards for storage which allows them to take way more photos than a traditional camera can as traditional cameras are limited by the space in the film roll.

Rinaldo and his game design team have

Answers

Answer:

HAVE DA baby

Explanation:LLLLLLLLLLLLLLLLLLLLLETS GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO


What is the process used for creating natural
sets?

Answers

Answer:

natural sets of what thing?

Dan is a nature photographer who wants to share his pictures on his blog site. He wants to retain the high quality of the pictures, regardless of file size. Which file format is best suited for this purpose?

Answers

Answer:

JPEG or jpg

Explanation:

JPEG maintains almost 100% quality and reduces file size to up to 90 or 100% of the original

Other Questions
3y + 6 + 4y - 7 = -8please help A shirt is on sale for 30% off. The original price is $26.98. What is the sale price? Guess their Asian Nationality???(1) China(2) Korea(3) India(4) Phillipines (5) Japan(6) Singapore (7) Sri LankaYou have 3 Chances!!! Which organism is an example of a producer which environment would experience more humidity A: DesertB: Grassland C: Mountain D: Swamp Please help with this question from Khan Academy!!!!!!!!!!!!!!!!!!!!!! What were two ways that countries used economic policies to control the cost of World War I? What is the least common multiple of these two denominators? 3/6 , 2/12A: 18B:12C:6D:15 which term best describes a relationship in which is a multiple of the other quantity?*pls help* *10 brainly points* Two sides of a triangle have lengths 4 and 7. Which of the following can NOT be the lengthof the third side? How many milliliters of 0.350 M H2SO4 are required to neutralize 60.0 mL of 0.300 M NaOH? What are the values of x and y 12. *12. The Earth is estimated to be 4,540,000,000years old. What is the Earth's age in scientificnotation?a) 4.54 x 10b) 4.54 x 10-14c) 4.54 x 1011d) 4.54 x 1010ADPlease help Help a bab out please? Smith Corporation has two service departments: Data Processing and Personnel. Data Processing provides more service than does Personnel. Smith Corporation also has two production departments: A and B. Data Processing costs are allocated on the basis of assets used while Personnel costs are allocated based on the number of employees. Department Direct Costs Employees Assets used Data Processing $1,000,000 15 $700,000 Personnel 300,000 8 230,000 A 500,000 12 125,000 B 330,000 20 220,000 Refer to Smith Corporation. Using the direct method, what amount of Data Processing costs is allocated to A (round to the nearest dollar) A cell that utilizes NHEJ to repair a double-stranded DNA break which occurred in the open reading frame of a gene is susceptible to indels resulting in a frame shift mutation and ultimately a non-functional protein. False True solve all for brainiest What emerged in the United States in the United States during the Great Depression where did he speech take places? when did the speaker deliver the speech? how didvother participants react to the speech? plss Answer Correctly I need It Now plss In 500 words or less, explain why the Chorus is confused in the First Stasimon and about what they are confused.