whats your favourite dramas , suggest me some ...........​

Answers

Answer 1
Grownish, vampire diaries, inventing Anna

Related Questions

In which of the following scenarios can a trademark be applied?

Merle designs a web page for Peter’s business.

Twila paints a picture of Hawaiian scenery.

Mark writes and records a new song for his rock band.

Peter names his new business “Garden Ornaments.”

Answers

The scenarios that a trademark can be applied is Peter names his new business “Garden Ornaments.” and Twila paints a picture of Hawaiian scenery.

What is trademark?

A trademark is a known to be the sign or legal backing that helps one to be able to distinguish the goods or services of one person or firm from those of other.

Trademarks are said to be protected by intellectual property rights and an example is Peter names his new business “Garden Ornaments.” and Twila paints a picture of Hawaiian scenery.

Learn more about trademark  from

https://brainly.com/question/1078532

Answer: D. Peter names his new business "Garden Ornaments."

Drag the tiles to the correct boxes to complete the pairs. Match each task to the type of control structure it represents. switch case sequence repetition if else assembling a structure step by step arrowRight choosing between two subjects arrowRight selecting a color out of five colors arrowRight testing a product until free of bugs arrowRight

Answers

The correct matching of the task to the type of control structure it represents is:

A structure choosing between two subjects- Switch case sequence Selecting a color out of five colors- If else assembling Testing a product until free of bugs- Repetition

What is Control Structure?

This refers to the block of programming which makes use of analysis to decide the next move of a set of variables based on pre-set parameters.

With this in mind, we can see that the switch case has to do with the testing of variables for equality against a set of values while the if else assembling has to do with conditional commands which requires an action to be performed if all conditions are satisfied.

Read more about conditional statements here::
https://brainly.com/question/11073037

What is a cyber crime?

help

Answers

Answer:

cyber crime, also called computer crime, the use of a computer as an instrument to further illegal ends, such as committing fraud, trafficking in child p0®n0graphy and intellectual property, stealing identities, or violating privacy. Cyber crime, especially through the Internet, has grown in importance as the computer has become central to commerce, entertainment, and government.

Answer:
Cyber crimes are [CRIMES]
Explanation:

1. this network device check the data package arriving from one computer and sends the data to a specific computer?
2. This network device sends the data packet from computer to all devices connected to it?
3. This network device connects a LAN to the Internet
4. This network device connects one LAN to another with the same protocol

Answers

Answer:

Explanation:

1. This network device check the data package arriving from one computer and sends the data to a specific computer - Router

2. This network device sends the data packet from computer to all devices connected to it - Hub

3. This network device connects a LAN to the Internet - Default Gateway

4. This network device connects one LAN to another with the same protocol - Router

Just noticed Router appeared twice. If they must be all different, please mention that in comment and I will think of a different name.

What kind of company would hire an Information Support and Service employee?

Answers

Answer:

A service company.

Explanation:

hope it helps!

What is the hexadecimal value for the following, 0101

Answers

Answer:

5

Explanation:

Help here please

Show that 2n+1 is O(2n
) and 8n+5 = Ω(n)

Answers

Answer:

Show that 2n+1 is O(2n)

Given f(n) = 2n+1

Definition of Big-Oh

f(n) = O(g(n)) means there are positive constants c and k, such that 0 ≤ f(n) ≤ cg(n) for all n ≥ k.

0 ≤ 2n+1 ≤ 2(2n)

Where c=2, n>0 and g(n)=2n

Explanation:

So, from the definition of Big-Oh we can say that

f(n) = O(g(n)) = o(2n)

Logic statements contain all of the following words EXCEPT:
IF
THEN
ELSE
BUT

Answers

Answer:

BUT

Explanation:

but does not really exist in logic in computing

What happens if we play talking Angela at 3 am​

Answers

maybe angela will talk to you

Explanation:

other people say it

Define a SCHEME function, unzip, which takes a list of pairs ((a .b)... (an .bn)) and returns a pair consisting of the two lists (a ...an) and (b. ... bn).

Answers

A scheme function can simply be defined as a programming language which allows us to build our own proce- dures and add them to the set of existing ones

However too, function call is given by as fa-rgs

Where, f is the name of the function and args a space-separated sequence of arguments

What is scheme?

It simply refers to an orderly large-scale plan or systematic arrangement for attaining a particular object or putting a particular idea into effect

So therefore, a scheme function can simply be defined as a programming language which allows us to build our own procedures and add them to the set of existing ones

Learn more about exponential scheme function:

https://brainly.com/question/11464095

What is the best location to place a keylogger

Answers

Their either directly installed onto the computer or through the internet

Please help. Thanks

Satellite images are based on data obtained by Landsat satellites.


Please select the best answer from the choices provided

T
F

Answers

Answer:

Answer: T (true)

Satellite images are based on data obtained by Landsat satellites. The process of surveying is used by computer mapmakers to convert information into computer language. Satellite images are formed of pixels. With computers, mapmakers can store, process, and display map data electronically.

Landsat satellites have the optimal ground resolution and spectral bands to efficiently track land use and to document land change due to climate change, urbanization, drought, wildfire, biomass changes (carbon assessments), and a host of other natural and human-caused changes.

71. Name 5 computer skills that a Veterinary Assistant should possess.

Answers

Answer:

Using record keeping software , scheduling software , Computer-based accounting skills , Creating and extracting patient information

5 computer skills that a Veterinary Assistant should possess are

Computer-based accounting skills, chart creation for patients, retrieval of charts for patients, scheduling software, and operating record keeping software.

What are computer skills?Computer skills are expertise to use one's knowledge effectively.Computer skills are also known as computer literacy. Nowadays computer skills have become very important in everyone's life. The basic computer skills one should possess are typing, MS office, communication tools, operating systems,  E-mails, social media, web, etc.

To learn more about Computer skills refer to:

https://brainly.com/question/27032395

#SPJ2

do i have to work according a budget​

Answers

Answer:

Technically yes, you should always have a budget to allow for better spending habits. Especially when spending your hard earned money.

Everyone has a budget when they work.
Thank me by clicking the heart

ABC Company needs a weekly payroll report for its sales people. Input to the program is the weekly sales of the sales person. Each salesperson receives a base pay of 800 as well as a 10 percent commission on his or her total sales up to and including $1000.00. Any sales over $1000.00 merit a 20 percent commission for the employee. Compute the weekly payroll for one employee. Draw a flowchart to solve the problem

Answers

The payroll equation for one employee is given as;

Payroll = $800 + 10%( 0≥x≤$1000) + 20%(x>$1000).

Where X = Sales.

The payroll is computed as an equation because the commission is relational and not given. The flow chart to for the problem is attached.

What is a Flowchart?

A Flow chart is a graphical representation of a sequence of events showing the order in which they occur.

Flow charts are used for:

Designing programsDepicting or documenting simple processesMaking processes easy to communicate etc.

Flowcharts are usually related to Pseudocodes.

The pseudocode for the equation above will look like this:

StartInput xP = $800 + 10%( 0≥x≤$1000) + 20%(x>$1000).Displace PStop

Learn more about flow charts at:

https://brainly.com/question/6532130

4. How do the words describing nature in
lines 12-14 contribute to the tone of the passage?


Answers

Can you add the passage ?

The business analysts at your organization often take weeks to come up with an updated set of requirements. So the senior developer for your team encourages everyone to catch up on their training while they wait for the update. If you were an agile coach for the organization, what might you do to improve the situation?

Answers

If I was an agile coach for the organization, I would ask the software development team to only do peer-to-peer training.

What is SDLC?

SDLC is an abbreviation for software development life cycle and it can be defined as a strategic methodology that defines the key steps, phases, or stages for the design, development and implementation of high quality software programs.

In Agile software development, the software development team are more focused on producing working software programs with less effort on documentation.

In this scenario, I would ask the software development team to only do peer-to-peer training assuming I was an agile coach for the organization because it would provide the most fitting employees.

Read more on software development here: brainly.com/question/26324021

key features of a desktop?

Answers

Answer.The

Quick Launch. ...

Taskbar. ...

Deskbands. ...

Notification area.

Explanation:

The Windows desktop has the following program access points:

Work area. The onscreen area where users can perform their work, as well as store programs, documents, and their shortcuts. ...

Answer:

The monitor is much wider, it has fast startups and functions, and good central processing.

After encountering a network attack in your enterprise network, the chief network security engineer assigned you a project. The project was to create a vulnerable network that is similar to your enterprise network and entices the threat actor to repeat the attack. This is to analyze the behavior and techniques the attacker is using to ensure better defenses to your enterprise network in the future.

Required:
What appliances should you use?

Answers

The Appliance that you should use is honeypot

What is a computer honeypot?

The term honeypot is known to be a kind of security method that forms a virtual trap that is meant to lure in any kind of attackers.

It is known to be a kind of an intentional made and compromised situation of a computer system that give room for attackers to look into vulnerabilities so you a frim or a person can study them to improve on their  security policies.

Learn more about honeypot from

https://brainly.com/question/17313218

Explain how you would set up a Demilitarized Zone on. You have 25 workstations and a server on your site. Explain what additional equipment, if any, you will need and steps in setting up the DMZ g

Answers

The best way to set up a demilitarized zone with 25 workstations and servers is:

Install a firewall with three network interfaces.Separate the network interfaces for both the trusted, untrusted networks and for the DMZ.

What is a Demilitarized zone?

This refers to the specific area where the local area network (LAN) is kept apart from other unspecified networks in a physical subnet.

With this in mind, we can see that in order to set up a DMZ, it is important to have additional tools such as a firewall and different network interfaces.

Read more about network interface here:
https://brainly.com/question/5078682

as a rule, is a leak is found what should be done

Answers

Answer:

Refrigerant leaks detected at compressor crank 

Explanation:

Which variable data type is used to store a number that contains a decimal?

Question 3 options:

String


Integer


Boolean


Floating Point

Answers

Answer:

Floating Point

Explanation:

Also know as "real" or just "float".

Which of these statements performs real number quotient division using type casting?

double x = 35 % 10:
double x = 35 / 10;
double x = 35.0 / 10.0;
double x = (double) 35 / 10;
double x = 35.0 % 10.0;

Answers

Answer:

Double x = 35 / 10;

Explanation:

Java provides simple data types for representing integers, real numbers, characters, and Boolean types. These types are known as _ or fundamental types.

<3

Question 8:
It is important for a business to secure its computer data because:
sensitive information and data could be corrupted or stolen by a competitor.
o
competitors play fair and will not steal information.
O
computers automatically prevent security breaches from happening.
O
computers are not accessible by unwanted individuals.

Answers


A. sensitive information and data could be corrupted or stolen by a competitor.

The correct option is A. It is important for a business to secure its computer data because sensitive information and data could be corrupted or stolen by a competitor.

Why is data security important?

In order to prevent data breaches, lower the risk of data exposure, and ensure regulatory compliance, data security is necessary. The purpose of data security inside any company is to guarantee the continued safe and secure usage of sensitive data while reducing exposure risk.

The practice of safeguarding company data and avoiding data loss due to illegal access is known as data security. This entails safeguarding your data from assaults that can alter or damage it, as well as assaults that can encrypt or destroy it, like ransomware.

Thus, the ideal selection is option A.

How could a game development team use measures of things like blood pressure, brain waves, eye movement, and even electrical conductivity of a player’s skin to improve their game

Answers

Responses from the somatic nervous system, essentially via electromyogram. ( via adding responses through your body in order to add abstract or involuntary actions)

Responses from the autonomous nervous system that include blood pressure, heart rate, temperature and stomach pH, among others.

Response from the central nervous system obtained via electroencephalogram, which detects brain rates (alpha, theta, SM and MU waves).

The development of methodologies in human interaction with technology has advanced a great deal over the last few decades in fields such as IT, engineering and even psychology.

Can someone give me a simple topic for a website please be creative make it simple! and fun for brainliest

Answers

Answer:

hmm you could talk about your dailylife , or stuff you like to do etc do what you like <3 , if you like art you could do that to!

Explanation:

Can someone give me a simple topic for a website? please be creative make it simple! and fun for brainliest

Discuss Network Heighbourhood lcon?

Answers

Answer:

Network Neighborhood was a desktop icon in Microsoft Windows NT, Windows 95, and Windows 98 that allows users to browse shared network resources on their computers. Using Network Neighborhood, you can browse resources on the network in the same way that you use My Computer to browse the resources on your local machine.

explain briefly the use of computers in the education​

Answers

Answer:

it helps us in learning new words and also improve our vocabulary skills and even in games like using Mavis beacon

Sounds can be played in the background and loop continuously
False
True

(Scratch Coding)

Answers

Answer:

True.

Explanation:

I think use the key repeat over your sound to make it loop

What is the value of x after this statement?

double x = 2.0 / 5.0;

Answers

Answer:

Exact Form:

x

=

2

_

5

Decimal Form:

x = 0.4

Explanation:

Answer:

x ≈ 0.63

Explanation:

x^2 = 2.0/5.0

x^2 = 0.4

[tex]\sqrt{x}[/tex] =  [tex]\sqrt{0.4\\}[/tex]

x = 0.63245553203

Other Questions
Approximately how long did it take for the human population to reach 1 billion?. If two sides of a triangle measure 18 centimeters and 22 centimeters what could be the measure of the third side Jane is 7 years older than John.If the sum of their ages is 43.How old is Jane and how old is John HELP WILL MARK AS BRAINLIEST 1. Ali earned $6.50 per hour for babysitting. If she earned $113.75 last week, how many hours did she work?Equation: 6.5x = 113.75 Solution: put solution in as an improper fraction or decimal. and will give you 75 points Use the _____ function to determine information such as how much money can be earned in an investment with a specific interest rate and over a specific period of time. Speech therapists:A. Teach strategies for proper swallowingB. Teach alternative communication such as sign languageC. Help patients develop reading and writing skillsD. All of the above which underlined word is not spelled correctly? What are some advantages of making electronic components like transistors increasingly smaller? Find a 20 given that a 3 = 9 and a 8 = 24 what is the function of nitrosomonas bacteria in the nitrogen cycle. HELP ME THANK U !check attachments The president was pressured to delclare war on great britain by the If moving objects have kinetic energy, do moving atoms kinetic energy? Soa contains a lot of benefits, but _________ is not considered one of them. Evaluate the expression when a=- 7 and x=3.a-8x This is for my little brother HELP ME PLEAAAAAAAASE Is the number 56,240evenly divisible by thenumber 10?Yes or no What are reasons and explanations of people having guns? claim on DNA mutations