c) what must an ethical hacker have before employing hacking tools and techniques on a company network?

Answers

Answer 1

They should be familiar with SQL, C#, C++, Javascript, and Java, as well as social engineering techniques for obtaining privileged or secret information and ethical hacking tools like Nmap, Netsparker, Burp Suite, and others.

What is ethical hacking?

An authorized attempt to gain unauthorized access to a computer system, application, or data constitutes ethical hacking. An ethical hack involves copying the tactics and behaviors of hostile attackers.

A database can be communicated with using SQL. It is the accepted language for relational database management systems, claims ANSI (American National Standards Institute). To update data on a database or to retrieve data from a database, SQL statements are used.

A contemporary, object-oriented, and type-safe programming language is C# (pronounced "See Sharp"). With C#, programmers may create a wide variety of. NET-compatible apps that are secure and reliable.

You can scan all of your company's web pages with Netsparker to get a better understanding of your applications and any potential security flaws. Any website or online application can be scanned. They may be built using any language, technology, or framework.

It supports the whole testing process, from initial mapping and analysis of an application's attack surface through detecting and exploiting security flaws. Burp Suite is an integrated platform and graphical tool for doing security testing of web applications.

Learn more about ethical hacking click here :

https://brainly.com/question/29038149

#SPJ1


Related Questions

write an element-wise adder subroutine (arrayadder) that adds two equal-sized arrays. the size of the arrays is passed by value from the main code to the subroutine in register r2. a pointer to the first array is passed by reference in register r0. a pointer to the second array is passed by reference in register r1. the first array, pointed to by r0, should be added to the second array, pointed to by r1, and the sum is placed back in the second array. assume the data is 8-bit unsigned and implement a ceiling operation (set result to 255) on overflow (if the addition result greater than 255).

Answers

Arrays are arrays if nothing else, and the size of operator can be used to determine their constant size.

However, due to the compiler behavior mentioned above as well as the implicit pointer conversion that is applied to objects of array type when it isn't intended, this is frequently neglected. And it happens frequently. However, the following are the rare cases in which implicit array object conversion is not used: Both because it is possible and because checking increases safety. Because you specified the array size in the function definition, the compiler is aware of its size. Unfortunately, this is still another remnant of the C tradition; you never pass an array; instead, it always degrades into a pointer. The array's size is no longer significant at that point.

void func ("x"); func ("char Values [4]);

Although this is currently allowed, it wouldn't be if there was a second array size check.

Learn more about array here-

https://brainly.com/question/19570024

#SPJ4

in python, what is the term that is used to describe the area of a program text in which an object name refers to a given value?

Answers

Scope is the term that is used to describe the area of a program text

What is the scope of the program?

The scope is the biggest area of program text in which a name may be used without restriction to refer to an entity, i.e., the area in which the name may be considered to be legitimate. Scope, in a broad sense, is the general context that is used to distinguish between the meanings of entity names.

A variable's scope can be defined as its duration in the program. This indicates that a variable's scope is the block of code throughout the entire program where it is declared, utilized, and modifiable.

Hence to conclude in python the scope is the term that is used to describe the area of a program text

To know more on the scope of the program follow this link

https://brainly.com/question/26134656

#SPJ4

missy just hired a software development team to create an educational simulation app for a high school course. she has specific requirements for how the app should respond to user actions. how can she communicate her specifications to the software developers?

Answers

Drawing wireframes can help to answer the specific requirements

What are wireframes?

An application's or website's user interface (UI) and core functionality are outlined in a wireframe, which is a diagram or set of diagrams made up of simple lines and shapes. Discover in greater detail what UX wireframes are, how they appear, and how they can help your team.

Wireframes are typically low-fidelity sketches or digital images made of boxes and lines that represent content blocks and navigational components. A product team may observe the fundamental layout of the user interface through low-fidelity wireframes.

The best wireframe tool in current scenario is figma, so to design an app missy can use it freely and share across

Hence wireframe tool has the flexibility to share and edit

To know more on wireframes in UX follow this link

https://brainly.com/question/28260138

#SPJ4

write a function called delete repeats that has a partially filled array of characters as a formal parameter and that deletes all repeated letters from the array. it returns a new dynamic array where all repeated letters are deleted. do not modify the input array.

Answers

Using the knowledge in computational language in C code  it is possible to write a code that called delete repeats that has a partially filled array of characters as a formal parameter and that deletes all repeated letters from the array.

Wrritting the code:

#include <iostream>

using namespace std;

void printArray(char *arr, int size){

for(int ii = 0; ii < size; ++ii){

cout << arr[ii] << " ";

}

cout << endl;

}

char *delete_repeats(char *arr, int &size){

char *newarr = new char[size];

int count = 0;

for(int ii = 0; ii < size; ++ii){

int flag = 0;

for(int jj = 0; jj < ii; ++jj){

if(arr[ii] == arr[jj]){

flag = 1;

break;

}

}

if(!flag){

newarr[count++] = arr[ii];

}

}

size = count;

return newarr;

}

int main(){

char arr[] = "to be or not to be";

int size = sizeof(arr);

printArray(arr, size);

cout << "After deleting the duplicates" << endl;

char *newarr = delete_repeats(arr, size);

printArray(newarr, size);

return 0;

}

See more about C code at  brainly.com/question/12975450

#SPJ1

Some clues left on a drive that might indicate steganography include which of the following?
a. Graphics files with the same name but different file sizes
b. Multiple copies of a graphics file
c. Steganography programs in the suspect's All Programs list
D. All of the above

Answers

Some clues left on a drive that might indicate steganography include option D: All of the above.

a. Graphics files with the same name but different file sizes.

b. Multiple copies of a graphics file.

c. Steganography programs in the suspect's All Programs list.

What is steganography?

Steganography is a technique for concealing sensitive information within a regular, non-sensitive file or message so as to avoid detection; the sensitive information is then extracted at its intended location. To further conceal or protect data, steganography can be used in conjunction with encryption.

Hence, Steganography is the practice of enclosing openly available information inside of something that seems normal. Steganography is a technique used by cybercriminals to conceal malicious code or stolen data in media like images and audio files.

Learn more about Steganography from

https://brainly.com/question/13089179
#SPJ1

happropriate Conduct When Using Digital
Technology
pset with Elizabeth for dumping him. He became even more upset when he found out that she was
ating someone else. Jerry wanted to get revenge on Elizabeth for breaking up with him. He decided to
mare a secret, sexual photo that Elizabeth sent to him when they were dating. Jerry sent Elizabeth's
exual photo to three of his friends. His three friends chose to send it to many of their friends. By the end
of the day, the sexual photo that Elizabeth thought was a secret had been shared with many people,
ncluding strangers.
What happened due to Jerry and Elizabeth sexting? How do you think Elizabeth feels? What do you think
Jerry's punishment should be for sending Elizabeth's photo?

Answers

Inappropriate Conduct using Digital Technology.

After reading the paragraph, due to Jerry and Elizabeth sexting, Elizabeth's sexual pictures got leaked since Jerry could not accept that he was dumped and he got offended when he saw that Elizabeth was already dating someone else.

I think that Elizabeth is right now in a state of depression where she cannot trust anyone and will obviously lose the way she had been living her life, this event might have even given her social anxiety where she cannot face anyone outside of her house.

I think that Jerry should be just boycotted everywhere, and he should be stripped of any social media presence, but even this wouldn't be enough for the mental damage he has done to Elizabeth.

How to stay safe while using digital technology?

Consider acquiring a new digital device like a new phone or obtaining a separate donated phone from a shelter for more privacy and security (e.g. a pay-as-you-go phone).To find out if a phone has been stowed away, mechanics or police enforcement can inspect the car.Contact your carrier to secure your digital account with a password or code to prevent unauthorized access.Additionally, see if your digital device has any installed programs that independently request access to and usage of your real-time location, such as for navigational purposes. Some hidden programs may become visible if "display all/hidden applications" is selected as a setting. Take into account shutting down or removing these programs.Change your Bluetooth's default password, make it hidden, and disable it using your phone's settings.In an emergency, call 911 and provide your location.

To learn more about digital technology, use the link given
https://brainly.com/question/28079115
#SPJ1

What are files that reproduce by making copies of themselves within a computer’s memory, storage, or network?.

Answers

A file that can make copies of itself on a computer's memory, storage, or network is a computer worm.

Explanation of computer worms

A computer worm is defined as a computer program that can reproduce itself in a computer system. A worm can reproduce itself by utilizing the network (LAN / WAN / Internet) without the need for intervention from the user itself. Worms are not like ordinary computer viruses, which reproduce by inserting their own programs into existing programs on the computer, but worms take advantage of open security holes, known as vulnerabilities.

Computer worms have several structures. The following are structures or components that are commonly owned by computer worms:

ReconnaissanceAttackCommunicationReignIntelligent

Learn more about computer worms at : brainly.com/question/16582802

#SPJ1

which type of attack involves capturing data packets from a network and retransmitting them to produce an unauthorized effect? the receipt of duplicate, authenticated internet protocol (ip) packets may disrupt service or produce another undesired consequence.

Answers

Replay attacks involves capturing data packets from a network and retransmitting them to produce an unauthorized effect

What are replay attacks?

Replay attacks entail retransmitting data packets that have been taken from a network in order to have an unauthorized effect. Receiving duplicate, authenticated IP packets could cause service to be interrupted or have some other unfavorable effect.

A replay attack is an active attack since it needs access to listen to all network messages and the capacity to transmit false ones.

Replay attacks are extremely prevalent because a hacker doesn't need specialised knowledge to decrypt the data after intercepting a transmission from a network. Replay attacks come in many different shapes and sizes and are not just restricted to credit card transactions.

Hence to conclude Replay attacks involves capturing data packets from a network and retransmitting them to produce an unauthorized effect

To know more on attacks in network follow this link

https://brainly.com/question/25807648

#SPJ4

you are working on an ipv6 address 2608:fe10:1:aa:002:50ff:fe2b:e708. you want to create subnets within this ip address. which of the following will you choose to alter when creating subnets for this address?

Answers

The following will you choose to alter when creating subnets for the address  is 2608.

What are subnets?

Subnets are defined as a partition of an IP network logically. A network can be divided into two or more networks via a method called subnetting. A subnet mask is used to divide an IP address in half. Subnetting separates broadcast domains to effectively route traffic, enhancing network performance and speed.

The site prefix is 2608:FE10:1:AA and the interface ID is 002:50FF:FE2B:E708 in the IPv6 address 2608:FE10:1:AA:002:50FF:FE2B:E708. Site prefixes may be displayed as, for instance, 2608:FE10:1:AA::/64, where the network's bit count is listed after a slash.

Thus, the following will you choose to alter when creating subnets for the address  is 2608.

To learn more about subnets, refer to the link below:

https://brainly.com/question/15055849

#SPJ1

Tony is brainstorming titles for the new video game that he is designing about killer sharks that terrorize a summer vacation spot. So far, he has come up with Summertime Sharks That Systematically Sink Ships and Don’t Go Near the Beach Because the Sharks Are Deadly This Summer. What is most likely wrong with both of these titles?
A.
They are too short.

B.
They aren’t accurate.

C.
They don’t give enough information.

D.
They are too long.

Answers

It’s D they are too long
D they are too long.

data types are automatically assigned as the smallest possible data type.
A. true
B. false

Answers

Data types are automatically assigned as the smallest possible data type: A. true.

What are the kinds of data type?

In Computer programming, there are four (4) common kinds of data type and these include the following:

Integer type (int)Floating point type (float)Boolean (bool)String (str)

Generally speaking, data are categorized automatically to smallest data type and size with each of them matching that of other inputs because they must be blended with other data.

Read more on a data types here: https://brainly.com/question/13438922

#SPJ1

what is the main goal of issuing multiple instructions in a clock cycle?

Answers

The main goal of issuing multiple instructions in a clock cycle is Multiple issue CPU

It has been examined a number of hardware and software ways to exploit ILP so far. In a pipelined approach, the ideal CPI that we may anticipate is merely 1 We need to consider the possibility of issuing and completing numerous instructions each clock cycle if we wish to lower CPI further. For instance, if we send and process two instructions per clock cycle, our CPI should ideally be 0.5. Multiple issue processors are those that operate in this manner. The operational components on the back end are given a number of instructions. We refer to a processor as being m-issue-wide if m is the most significant number of instructions that can be issued in a single cycle.

To know more about Multiple issue processors, visit;

https://brainly.com/question/3649876

#SPJ4

write the code to call the function named send signal. there are no parameters for this function. 1 enter your code

Answers

The code to call the function named send_signal which has no parameters for the function is given as follows;

send_signal()

What does the send_signal() function do?

SendSignal is used to synchronize two threads at a time. To synchronize several threads on the same event, utilize the event management functions: EventCreate: This method creates an event.

Note that Coding generates a collection of instructions that computers may use. These instructions specify the activities a computer may and cannot perform. Coding enables programmers to create programs like websites and applications. Computer programmers may also instruct machines on how to handle data more efficiently and quickly.

Learn more about coding:
https://brainly.com/question/28848004
#SPJ1

Is there enough time in A Levels to code? Or, prepare for Python certifications? I am currently in grade 10, and highly interested in computer and programming. I am a basic level programmer.

Answers

Yes, there enough time in A Levels to code as well as prepare for Python certifications, because it can basically take 3 - 6 months and since you are in grade ten, there is a lot of time to do so.

How challenging is certification in Python?

No, most people don't find learning Python difficult. Python is really regarded as one of the simplest programming languages to learn. Even if you've never written a line of Python code before, you can learn to program in Python, but it will take time, and there will probably be frustrating times along the way.

Note that the majority of programmers concur that being familiar with the fundamentals of coding takes three to six months. But depending on your personal pace, you can learn coding more quickly or more slowly. Let's talk about the specific abilities you must develop.

Learn more about Python certifications from

https://brainly.com/question/17311479
#SPJ1

Explain something you found easy in GMetrix in preparation for the IBC. Explain something you found difficult in GMetrix in preparation for the IBC.​

Answers

When preparing for a certification exam, GMetrix is utilized to pinpoint areas that need improvement.

What is GMetrix?

GMetrix is defined as a platform for performance-based testing and exam preparation that aids in obtaining IT certification qualifications. It is intended to aid students and professionals in their certification preparation by offering practice tests.

The easy in GMetrix in preparation for the IBC is certification become easy and the difficult is that the person who are not eligible for certification also get certification.

Thus, when preparing for a certification exam, GMetrix is utilized to pinpoint areas that need improvement.

To learn more about GMetrix, refer to the link below:

https://brainly.com/question/28313092

#SPJ1

you need to configure a cisco rfc 1542-compliant router to forward any received dhcp frames to the appropriate subnet. the address of the remote dhcp server is 172.16.30.1 which of the following commands would you use to configure the router?

Answers

The commands would you use to configure the router is -ip helper-address 172.16.30.1

A DHCP Relay Agent is typically configured on the Layer 3 connection of a Cisco IOS device using the IP helper-address command. By sending broadcasting UDP communications that are accepted on a certain subnet to a selected host on some other subnet, the command enables a Cisco IOS device to function as a Relay Agent for any UDP service (such as DHCP). It is possible for a Layer 3 device, like a gateway or central switch, to link to numerous subnets. There might be hosts on all of these subnets that get their IP Configuration settings through DHCP. To connect touch with a DHCP server and get an Internet address, such hosts broadcast Dhcp Server signals enclosed in broadcasting packets (destination MAC address FF:FF:FF:FF:FF: FF).

Your question is incomplete, most probably the full question was:

You need to configure a Cisco RFC 1542-compliant router to forward any received DHCP frames to the appropriate subnet. The address of the remote DHCP server is 172.16.30.1

Which of the following commands would you use to configure the router?

-ifconfig 172.16.30.1

-ip address dhcp 172.16.30.1

-host 172.16.30.1

-ip helper-address 172.16.30.1

Learn more about IP helper-address here:https://brainly.com/question/26959755

#SPJ4

you are developing an azure-based application that stores all application settings in the azure app configuration service. you provision a standard tier azure app configuration instance and enable the customer-managed key capability on the instance. you need to allow the azure app configuration instance to use an azure key vault key. which two actions should you perform? each correct answer presents part of the solution. a. enable the purge-protection feature on the azure key vault. b. assign a managed identity to the azure app configuration instance. c. configure a private endpoint for the azure app configuration instance. d. configure managed identity permission to access the azure key vault. e. create a dns cname resource record for the azure app configuration instance.

Answers

(b) assign a managed identity to the azure app configuration instance and (d) configure managed identity permission to access the azure key vault are the two actions that need to perform for this situation.

What is the azure key vault?

By leveraging keys that are guarded by hardware security modules, Microsoft Azure Key Vault, a cloud-hosted management solution, enables customers to encrypt keys and tiny secrets (HSMs). Small secrets include passwords and other data that is less than 10 KB in size. PFX documents

Both managed hardware security module (HSM) pools and vaults are supported by the Key Vault service. Keys, secrets, and certificates secured by an HSM can be stored in vaults. Managed HSM pools only accept keys with an HSM backup.

To learn more about the azure key vault, use the link given
https://brainly.com/question/29433704
#SPJ1

what will a layer 2 switch do when the destination mac address of a received frame is not in the mac table?

Answers

If the switch's Mac table contains an entry for the destination host, the switch will broadcast the frame through all of its ports except the port on which it is received if there is no entry for the destination host. However, if there is an entry for the destination host, the switch will broadcast the frame unicast.

What is Mac table?

On Ethernet switches, the MAC address table—also known as the Content Addressable Memory (CAM) table—is used to decide where to forward traffic on a LAN. Let's take a closer look at how the MAC address table is created and used by an Ethernet switch to facilitate the movement of traffic to its destination.

The switch searches for a match between the destination MAC address of the frame and an entry in its MAC address database if the destination MAC address is a unicast address.

The switch forwards the frame out of the designated port if the target MAC address is listed in the table. The switch forwards the frame out all ports other than the incoming port if the destination MAC address is not listed in the table. It's known as an unknown unicast.

Learn more about Mac Table address click here:

https://brainly.com/question/29313724

#SPJ4

In some small organizations (less than 5 computers), the document filing process usually occurs locally. In other words, each computer locally owns the documents that are produced, since these are not regularly required by more than one person. A copy of these is made manually to keep them and prevent them from being lost or altered. However, as the number of computers grows, the document management process requires a solution that allows, among other things, availability, access, the most recent version, being stored in a central location and being trustworthy. Knowing the solutions studied for it, indicate: What aspects should be taken into consideration before establishing a file management system in a medium or large operation?

Answers

The aspects that should be taken into consideration before establishing a file management system in a medium or large operation are Data Storage Location, organizing documents into a hierarchical system, establish a Logical File Naming System and tracking Document Versions

What is File management System?

For file maintenance (or management) tasks, a file management system is utilized. It is a category of software that controls how computer systems' data files are organized.

A file management system, which is designed to manage individual or group files, such as unique office documents and records, has limited capabilities. Report information, including the owner, the date of creation, the stage of completion, and other features useful in an office setting, may be displayed.

A file manager is another name for a file management system.

To learn more about File management system, visit: https://brainly.com/question/12736385

#SPJ1

network architecture in which one or more high-powered computers provide resources or services to other computers on the network.

Answers

A network architecture in which one more more high powered computers provide resources or services to other computers on the network is called client-server architecture.

Client-server architecture of a computer network is defined as having one or more host computer from a centralized server acts as a service provider for many remote client processors. In a client-server network architecture, Clients are usually PCs, laptops, workstations, or any other personal devices such as smartphones and tablets, while the servers are located elsewhere on the network, usually on more powerful machines. The examples of a client-server network architecture are: web servers, web browsers, FTP (File Transfer Protocol), DNS (Domain Name System). There are many benefits of a client-server network architecture such as a quick and secure data transfer, efficient data delivery to the client devices, and easier management and maintenance.

To learn more about client-server network architecture visit: https://brainly.com/question/24137718

#SPJ4

If you could invent a technology that could change the world for the better, what would it be? List 3-5 ideas with brief explanations.

Answers

Answer:

1) I'd invent a device that would diagnose a person's disease or illness immediately, and would suggest the best course of treatment for them, and would also tell where to procure the treatment, as well as how to administer it.

2) I'd invent a device that shows the best way to divide resources like water, food etc. among the people and how to preserve them for as long as possible.

that's all i can think of.

q20. now inspect the options field in the dhcp offer message. what are five pieces of information that the dhcp server is providing to the dhcp client in the dhcp offer message?

Answers

now inspect the options field in the dhcp offer message. The five pieces of information that the dhcp server is providing to the dhcp client in the dhcp offer message are the client's client id (traditionally a MAC address), the IP address that the server is offering, the subnet mask, the lease duration, and the IP address of the DHCP server making the offer.

What is the DHCP?

To automatically assign IP addresses and other communication settings to devices connected to the network using a client-server architecture, the Dynamic Host Configuration Protocol(DHCP) is a network administration protocol used on Internet Protocol networks.
The primary job of the Dynamic Host Configuration Protocol (DHCP) is to automatically assign an IP address to an Internet Protocol (IP) host along with other pertinent configuration data like the subnet mask and default gateway.

To learn more about DHCP, use the link given
https://brainly.com/question/10097408
#SPJ4

Which of the following features is found in the view tab of the paint window?
A. crop
B. zoom
C. select
D. resize​

Answers

The feature which is found in the view tab of the paint window is: B. zoom.

What is a software?

A software can be defined as a set of executable instructions that is typically designed and developed to instruct a computer system on how to perform a specific task and function, as well as proffering solutions to a particular problem.

In Computer technology, the paint window is a software application that is designed and developed to enable end users modify a picture document such as resizing and cropping.

In the Home tab of the paint window, the following features are found:

CropSelectResize​

On the other hand, zoom is a feature that is typically found in the view tab of the paint window.

Read more on software here: brainly.com/question/25703767

#SPJ1

you want to configure static nat so that packets from host 192.168.2.100 will always be assigned the registered ip address 24.1.2.11 as shown. match the missing lines with the required commands.

Answers

the missing lines with the required commands is ip nat inside source static 192.168.2.100 24.1.2.11.

What is IP address?

Any device on a network can be identified by its IP address, which stands for Internet Protocol. IP addresses are used by computers to connect with one another on different networks and the internet.

Private IP internetworks that employ unregistered IP addresses can connect to the Internet thanks to NAT. NAT runs on a device and typically joins two networks. The private (internal network addresses that are not globally unique) addresses are converted into lawful addresses by NAT before packets are sent into another network. NAT can be set up to only advertise one address to the outside world for the entire network. By effectively concealing the entire internal network behind that one address, this capability increases security.

A NAT-configured device has a minimum of two network interfaces: one to the internal network and one to the external network. NAT is typically set up between a stub domain and the backbone at the exit device. NAT converts the locally significant source address into a globally unique address when a packet leaves the domain.

NAT converts a packet's globally unique destination address into a local address as soon as it enters the domain. The translation table for each NAT must be the same if there are several exit points. If NAT is unable to assign an address because there are no more addresses available, it drops the message. Afterward, NAT transmits to the destination an Internet Control Message Protocol (ICMP) host unreachable packet.

Learn more about IP address click here:

https://brainly.com/question/27961221

#SPJ4

What is the best explanation for the dramatic ratings decline for the howard beale show in the last act of network?.

Answers

The best explanation for the dramatic ratings decline for the Howard Beale show in the last act of network is that his wife died and he was said to have been lonely.

The meaning of audience rating

It is a statistic showing the percentage of the overall listening and viewing audience that tunes in to a certain program or network.

Note that The main character in Network is Howard Beale. He has scars from his years and is bruised. He is on the verge of kill himself at the beginning. In his insanity, Howard Beale, dubbed "the mad prophet of the airwaves," rules our... that he will actually kill himself  as a result of declining ratings.

Learn more about  rating  from

https://brainly.com/question/28926612
#SPJ1

Katlyn needs to remove all tab characters from a document. She should locate the tab characters by doing which of the following?
a. Use Go To to locate the desired text.
b. Manually locate tab characters by scrolling through the document.
c. Use the Find and Replace dialogue box to locate the tab characters.

Answers

To remove all tab characters from a document, Katlyn needs to Use the Find and Replace dialogue box to locate the tab characters.

What is Find and Replace?

Find and replace is a function that help you to find a target text whether it's a particular words or formats in a document and can let you replace with any other words or formats.

How to use find and replace?

When the find and replace dialogue box is open, type any word you want to find in the find what field, and type any word you want as the replacement in the replace with field. Then, you can click on the replace or replace all button.

Learn more about find and replace here:

https://brainly.com/question/9646036

#SPJ4

Consider the following variable declarations and initializations.
int a = 2;
int b = 6;
int c = 3;

Which of the following expressions evaluates to false ?
A. a < b == c < b
B. a > b == b < c
C. a < b != b < c
D. a < b != c < b
E. a > b != b > c

Answers

The expression which evaluates to false is  a < b != c < b.

What is expression?

A "statement," which is just a single unit of execution and returns nothing, is different from a "expression," which is a mixture of values and functions that are combined and processed by the compiler to create a new value.

What is variable declarations?

You declare a variable when you give it a type and an identifier but have not yet given it a value. Definition of a variable When you assign a value to a variable, usually using the assignment operator =, you are defining the variable.

What is  initializations?

Except for function parameters, all auto variables can be initialized. If an automated object is not explicitly initialized, its value is undefined. Any legitimate C or C++ expression may be used to represent an initial value if one is provided.

Learn more about declarations and initializations click here:

https://brainly.com/question/27230187

#SPJ1

KINDA NEED THESE ASAP!!! PLEASE) During the Covid-19 pandemic, many establishments began taking the temperature of all visitors. any visitor with a high reading would be refused entry. in what way is this thermometer a sensor? A. it responds more quickly than a thermometer placed in the visitors mouth. B. it responds to a physical stimulus by providing data. C It is more convenient than a thermometer placed in the visitors mouth. D. As described The thermometer is not a sensor. E it is more accurate than a thermometer placed in the visitors mouth.

Answers

It is more convenient than a thermometer placed in the visitors mouth. Hence option C is correct.

What is thermometer?

Thermometer is defined as a tool for temperature or temperature gradient measurement. Body temperature is measured via thermometers, which is crucial in medicine. When telethermographic systems are used for medical purposes, they are considered devices.

Digital sensor is more convenient because during Covid-19 the infection is spreading very fast so for safety purpose thermometer is less used.

Thus, it is more convenient than a thermometer placed in the visitors mouth. Hence option C is correct.

To learn more about thermometer, refer to the link below:

https://brainly.com/question/24189042

#SPJ1

a gate is constructed of one or more transistors.
a. true
b. false

Answers

Answer:

true

Explanation:

without transistors, the gate would collapse

Answer: true

Explanation:

a firm that wanted to enable its employees to use and share data without allowing outsiders to gain access could do so by establishing an) internet internet. extranet. intranet.

Answers

A firm that wanted to enable its employees to use and share data without allowing outsiders to gain access could do so by establishing an intranet. The correct option is D.

What is an intranet?

An intranet is a computer network used within an organization to share information, facilitate communication, provide collaboration tools, operational systems, and other computing services, usually with no outside access.

An intranet is a network that allows employees to create content, communicate, collaborate, and grow the company culture.

Meanwhile, an extranet gives authorized customers, vendors, partners, or others outside the company controlled access.

Thus, the correct option is D.

For more details regarding intranet, visit:

https://brainly.com/question/19339846

#SPJ1

Other Questions
Which statement best expresses Henrys perspective in this excerpt?War might not be a glorious endeavor after all.War is more fulfilling than working on the farm.He feels prepared to be successful in battle.He is a better soldier than those around him. mrs Stuart borrowed $4,000 from Commonwealth Bank for some furniture her loan is for 2 years at an interest rate of 7%, how much interest will she pay What are 3 advantages associated with a health information exchange? which manifestation would alert the nurse to suspect that a postpartum client has septic pelvic thrombophlebitis (spt)? how did you answer tell us about the person who has most impacted your life and why. college application A formal report may be defined as a document in which a writer_____to solve a problem.Formal reports present______to decision makers in business, industry, government and education. What is the next step to take after defining the issue and describing the scope of your investigation and analysis? a. Organize your research data b. Choose the layout and style of the report template c. Anticipate the needs of the audience Which of the following phrases might be useful in writing the purpose statement for your formal report? Check all that apply.a. We establish b. The research explains c. We evaluate d. The research team establishes After collecting and analyzing your data, you will need to organize it. Choose an organizational strategy, and then outline your report. Why should you choose an organizational strategy for your report? a. Poorly organized reports might reveal your true motives. b. Logical information impresses decision makers c. Well-organized reports demonstrate an understanding of how to use Web resourcesWhat section of a proposal identifies the problem and discusses the goals of the project? a. Background, problem, and purposeb. Staffing c. Authorization request What should be promoted in the staffing section of the proposal? a. The credentials and expertise of the reader's company b. Cost savings for internal staff as well as benefits costs c. The credentials and expertise of the project leaders and support staff Which answer choice shows an opinion that is well supported with evidence? 3 miles in 45mins whats the mph 18 carbon fatty acids generates how much energy What is 2+2? I'm having a hard time figuring out this complex equation and cannot seem to find anybody who know it either. If your could send me a picture of the work on a doc or paper I would greatly appreciate it. Use this writing plan to gather your thoughts and determine your strategy for writing your persuasive essay. This process will allow you to develop a potential structure for effectively communicating and supporting your claim. Additionally, this plan will help keep your thought processes on track when you begin writing and revising your essay.Specifically, you must address the followingrubric criteria:Writing Plan for accounting degreeDescribe theargumentto be addressed in your persuasive essay. Explain how the argument relates to your major, the major you are considering pursuing, or your field of work.Ensure that your topic is debatable. Are you able to see at least two perspectives to this argument?Identify the potential challenges you may encounter in supporting your argument with aspecific audience.First, state the audience you will be writing to.Then address the challenges of supporting your argument with this audience.Establish agoalthat you hope to accomplish with this essay. What will this essay need to successfully meet your goal?Determine threekey pointsthat will be helpful in supporting your argument and provide rationale.Provide a brief description of at least twosources that supportthe key points of your argument.First, list the authors and the titles of each source. These sources may be books or articles you identified in a previous assignment.Then provide a brief description of how each may reinforce your argument.Explain how you plan to effectivelyintegrate evidenceinto the essay.Explain how your instructorsfeedbackon previous assignments has influenced your progress moving forward.What changes did you make to your writing plan after receiving this feedback?If you did not make changes, how did the feedback reinforce the direction of your essay? Key Question: How accurate is the headline African Merchants Make Fortunes Trading Cloth for Rum: mostly accurate, partly accurate, or mostly inaccurate? Use evidence from Placard D to explain your answer. Evolutionary theories of motivation suggest that motives result in behaviors that. janice looks up the structure of ice. she has been told it has hydrogen bonding. she learns that while most solids sink in their liquid counterparts, ice floats. she wants to know how to explain this based on hydrogen bonding. can you research this and then explain it to her? hostile gestures, facial expressions, and intimidating movements are examples of which dimension of communication? which of the following firms should maintain excess borrowing capacity to avoid financial distress costs? an unknown sugar is found to have a molar mass of 180.18 g/mol. the sugar contains: 40 grams of c, 6.7 grams of h, and 53.3 grams of o. find the molecular formula of this sugar. Hitzu co. Sold a copier costing $4,800 with a two-year parts warranty to a customer on august 16, 2015, for $6,000 cash. Hitzu uses the perpetual inventory system. On november 22, 2016, the copier requires on-site repairs that are completed the same day. The repairs cost $209 for materials taken from the repair parts inventory. These are the only repairs required in 2016 for this copier. Based on experience, hitzu expects to incur warranty costs equal to 4% of dollar sales. It records warranty expense with an adjusting entry at the end of each year. both the late paleozoic ice age and the current ice age occurred when the continents were If F=2x^23x2, then select the correct statement. a. x=-1/2 is the position of stable equilibrium, b. x=2 is the position of stable equilibrium, c. x=-1/2 is the position of stable equilibrium, d. x=2 is the position of neutral equilibrium